xref: /netbsd-src/external/gpl3/gcc/dist/ChangeLog (revision eceb233b9bd0dfebb902ed73b531ae6964fa3f9b)
12020-03-12  Release Manager
2
3	* GCC 9.3.0 released.
4
52019-08-12  Release Manager
6
7	* GCC 9.2.0 released.
8
92019-05-04  Michael Meissner  <meissner@linux.ibm.com>
10
11	* ChangeLog.ibm: Delete unintentional commit on the wrong branch.
12
132019-05-03  Release Manager
14
15	* GCC 9.1.0 released.
16
172019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
18
19	* MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
20	as modulo-scheduler maintainer.
21
222019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
23
24	* MAINTAINERS: Add myself as co-maintainer for Darwin.
25
262019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
27
28	* MAINTAINERS: Update my email address.
29
302019-04-14  Johannes Pfau  <johannespfau@gmail.com>
31
32	* configure.ac: Remove d from unsupported languages on mingw and cygwin.
33	* configure: Regenerate.
34
352019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36
37	* configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
38	* configure: Regenerate.
39
402019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
41
42	* configure.ac: Add target-zlib to target_libraries.
43	* configure: Regenerate.
44
452019-04-09  Martin Liska  <mliska@suse.cz>
46
47	* Makefile.in: Regenerate.
48	* Makefile.tpl: Pass GENERATOR_CFLAGS
49	in all stages.
50
512019-03-28  Martin Liska  <mliska@suse.cz>
52
53	PR bootstrap/89829
54	* Makefile.in: Revert r254150.
55	* Makefile.tpl: Likewise.
56
572019-03-28  Ben Elliston  <bje@gnu.org>
58
59	* MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
60	related, and libdecnumber.
61
622019-03-15  Alexander Monakov  <amonakov@ispras.ru>
63
64	* MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
65	(Write After Approval): Remove myself.
66
672019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
68
69	* MAINTAINERS (Write After Approval): Add myself.
70
712019-02-11  Andrew Stubbs  <ams@codesourcery.com>
72
73	* MAINTAINERS (amdgcn port): Add myself and Julian Brown.
74	(Write After Approval): Remove myself and Julian.
75
762019-01-26  Harald Anlauf  <anlauf@gmx.de>
77
78	* MAINTAINERS (Write After Approval): Add myself.
79
802019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
81
82	* MAINTAINERS (Write After Approval): Add myself.
83
842019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
85
86	* ChangeLog: Replace space with tab.
87	* MAINTAINERS: Delete 1 tab to keep alignment.
88
892019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
90
91	* MAINTAINERS (Write After Approval): Add myself.
92
932019-01-18  Li Jia He  <helijia@gcc.gnu.org>
94
95	* MAINTAINERS (Write After Approval): Add myself.
96
972019-01-17  Andrew Stubbs  <ams@codesourcery.com>
98	    Kwok Cheung Yeung  <kcy@codesourcery.com>
99	    Julian Brown  <julian@codesourcery.com>
100	    Tom de Vries  <tom@codesourcery.com>
101	    Jan Hubicka  <hubicka@ucw.cz>
102	    Martin Jambor  <mjambor@suse.cz>
103
104	* configure.ac: Likewise.
105	* configure: Regenerate.
106	* contrib/config-list.mk: Add amdgcn-amdhsa.
107
1082019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
109
110	* MAINTAINERS (Write After Approval): Add myself.
111
1122019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
113
114	* MAINTAINERS (Write After Approval): Add myself.
115
1162019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
117
118	PR target/88535
119	* config.guess: Import upstream version 2019-01-03.
120	* config.sub: Import upstream version 2019-01-01.
121
1222018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
123
124	* MAINTAINERS (Write After Approval): Update my maintainer address.
125
1262018-12-21  Gergö Barany  <gergo@codesourcery.com>
127
128	* MAINTAINERS (Write After Approval): Add myself.
129
1302018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
131
132	* contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
133
1342018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
135
136	* configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
137	(ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
138	(GCC_TARGET_TOOL): Likewise.
139	* Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
140	(BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
141	OTOOL, OTOOL_FOR_TARGET: New substitutions.
142	(EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
143	* configure: Regenerate.
144	* Makefile.in: Likewise.
145
1462018-11-28  Johannes Pfau  <johannespfau@gmail.com>
147
148	* MAINTAINERS (Write After Approval): Add myself.
149
1502018-11-13  Martin Liska  <mliska@suse.cz>
151
152	* gcc.target/i386/pr87930.c: Move to ...
153	* gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
154
1552018-11-10  Stafford Horne  <shorne@gmail.com>
156
157	* MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
158	(Write After Approval): Remove myself.
159
1602018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
161
162	* config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
163	Append $INCICONV to it.
164
1652018-11-04  Stafford Horne  <shorne@gmail.com>
166
167	* MAINTAINERS (Write After Approval): Add myself.
168
1692018-10-31  Joseph Myers  <joseph@codesourcery.com>
170
171	PR bootstrap/82856
172	* multilib.am: New file.  From automake.
173
174	Merge from binutils-gdb:
175	2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
176
177	* libtool.m4: Use AC_LANG_SOURCE.
178	* configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
179	* ar-lib: New file.
180	* test-driver: New file.
181	* configure: Re-generate.
182
1832018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
184
185	* MAINTAINERS (Write After Approval): Add myself.
186
1872018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
188
189	PR bootstrap/87788
190	PR d/87799
191	* configure: Rebuild.
192	* configure.ac: Disable D on systems where it is known not to work.
193
1942018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
195
196	* Makefile.def (target_modules): Add libphobos.
197	(flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
198	GDCFLAGS_FOR_TARGET.
199	(dependencies): Make libphobos depend on libatomic, libbacktrace
200	configure, and zlib configure.
201	(language): Add language d.
202	* Makefile.in: Rebuild.
203	* Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
204	(HOST_EXPORTS): Add GDC.
205	(POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
206	(BASE_TARGET_EXPORTS): Add GDC.
207	(GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
208	(GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
209	(EXTRA_HOST_FLAGS): Add GDC.
210	(STAGE1_FLAGS_TO_PASS): Add GDC.
211	(EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
212	* config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
213	environment variables.
214	* configure: Rebuild.
215	* configure.ac: Add target-libphobos to target_libraries.  Set and
216	substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
217
2182018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
219
220	* MAINTAINERS (Write After Approval): Add myself.
221
2222018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
223
224	* MAINTAINERS (Write After Approval): Remove myself.
225
2262018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
227
228	* MAINTAINERS: Add myself as D front-end and libphobos maintainer.
229
2302018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
231
232	* MAINTAINERS: Update my email address.
233
2342018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
235
236	* MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
237	maintainer.
238
2392018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
240
241	* MAINTAINERS (Write After Approval): Add self.
242
2432018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
244
245	* MAINTAINERS (write after approval): Add myself.
246
2472018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
248
249	* MAINTAINERS: Update my email address.
250
2512018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
252
253	* MAINTAINERS (write after approval): Add myself.
254
2552018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
256
257	* MAINTAINERS: Add self to global reviewers list.
258
2592018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
260
261	MAINTAINERS: Add c-sky port maintainers.
262
2632018-08-10  Martin Liska  <mliska@suse.cz>
264
265	* MAINTAINERS: Revert change in previous commit and
266	join lines.
267
2682018-08-10  Martin Liska  <mliska@suse.cz>
269
270	* MAINTAINERS: Remove extra line.
271
2722018-08-06  Naveen H.S  <naveenh@marvell.com>
273
274	* MAINTAINERS: Update my email address.
275
2762018-07-19  DJ Delorie  <dj@redhat.com>
277
278	* MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
279	as maintainer.
280
2812018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
282
283	* MAINTAINERS: Adjust email address for me and my colleague Robin
284	Dapp.
285
2862018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
287	    Sunil K Pandey  <sunil.k.pandey@intel.com>
288
289	PR target/84413
290	* config/i386/i386.c (m_CORE_AVX512): New.
291	(m_CORE_AVX2): Likewise.
292	(m_CORE_ALL): Add m_CORE_AVX2.
293	* config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
294	Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
295	and remove the rest of m_SKYLAKE_AVX512.
296
2972018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
298
299	* config.sub: Sync with upstream version 2018-07-03.
300
3012018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
302
303	* config.guess: Sync with upstream version 2018-06-26.
304	* config.sub: Sync with upstream version 2018-07-02.
305
3062018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
307
308	* libtool.m4: Sort output of 'find' to enable deterministic builds.
309	* ltmain.sh: Likewise.
310
3112018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
312
313	* contrib/config-list.mk: Remove powerpc-linux_paired.
314
3152018-06-29  Alexandre Oliva <oliva@adacore.com>
316
317	* configure.ac: Introduce support for @unless/@endunless.
318	* Makefile.tpl (dep-kind): Rewrite with cond; return
319	postbootstrap in some cases.
320	(make-postboot-dep, postboot-targets): New.
321	(dependencies): Do not output postbootstrap dependencies at
322	first.  Output non-target ones changed for configure to depend
323	on stage_last @if gcc-bootstrap, and the original deps @unless
324	gcc-bootstrap.
325	* configure.in, Makefile.in: Rebuilt.
326
3272018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
328
329	* MAINTAINERS (write after approval): Add myself.
330
3312018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
332
333	* MAINTAINERS (write after approval): Add myself.
334
3352018-06-19  Nick Clifton  <nickc@redhat.com>
336
337	* zlib/configure.ac: Restore old behaviour of only enabling
338	multilibs when a target subdirectory is defined.  This allows
339	building with srcdir == builddir.
340	* zlib/configure: Regenerate.
341
3422018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
343
344	* Makefile.def (fortran): Add check-target-libgomp-fortran.
345	* Makefile.tpl (check-target-libgomp-fortran): New phony target.
346	* Makefile.in: Regenerate.
347
3482018-06-16  Ben Elliston  <bje@gnu.org>
349
350	* config.guess: Import latest version.
351	* config.sub: Likewise.
352
3532018-06-08  Martin Liska  <mliska@suse.cz>
354
355	* MAINTAINERS: Remove MPX-related entries.
356	* Makefile.def: Remove libmpx support.
357	* Makefile.in: Regenerate.
358	* configure.ac: Remove removed files.
359	* configure: Regenerate.
360	* libmpx/ChangeLog: Remove.
361	* libmpx/Makefile.am: Remove.
362	* libmpx/Makefile.in: Remove.
363	* libmpx/acinclude.m4: Remove.
364	* libmpx/aclocal.m4: Remove.
365	* libmpx/config.h.in: Remove.
366	* libmpx/configure: Remove.
367	* libmpx/configure.ac: Remove.
368	* libmpx/configure.tgt: Remove.
369	* libmpx/libmpx.spec.in: Remove.
370	* libmpx/mpxrt/Makefile.am: Remove.
371	* libmpx/mpxrt/Makefile.in: Remove.
372	* libmpx/mpxrt/libmpx.map: Remove.
373	* libmpx/mpxrt/libtool-version: Remove.
374	* libmpx/mpxrt/mpxrt-utils.c: Remove.
375	* libmpx/mpxrt/mpxrt-utils.h: Remove.
376	* libmpx/mpxrt/mpxrt.c: Remove.
377	* libmpx/mpxrt/mpxrt.h: Remove.
378	* libmpx/mpxwrap/Makefile.am: Remove.
379	* libmpx/mpxwrap/Makefile.in: Remove.
380	* libmpx/mpxwrap/libmpxwrappers.map: Remove.
381	* libmpx/mpxwrap/libtool-version: Remove.
382	* libmpx/mpxwrap/mpx_wrappers.c: Remove.
383
3842018-06-04  Martin Liska  <mliska@suse.cz>
385
386	* MAINTAINERS: Add myself as gcov maintainer.
387
3882018-06-04  Matthew Fortune  <mfortune@gmail.com>
389
390	* MAINTAINERS: Update my email address.
391
3922018-06-04  Tom de Vries  <tdevries@suse.de>
393
394	* MAINTAINERS: Remove write-after-approval entries for component
395	maintainers.
396
3972018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
398
399	* MAINTAINERS (write after approval): Add myself.
400
4012018-06-01  Bin Cheng <amker@gcc.gnu.org>
402
403	* MAINTAINERS: Update my email address.
404
4052018-06-01  Tom de Vries  <tdevries@suse.de>
406
407	* MAINTAINERS: Update my email address.
408
4092018-05-22  Bin Cheng <bin.cheng@arm.com>
410
411	* MAINTAINERS (loop-optimizer): Add myself.
412
4132018-05-01  Francois H. Theron  <francois.theron@netronome.com>
414
415	* configure.ac: Added "nfp" target.
416	* configure: Regenerate.
417
4182018-04-30  Richard Biener  <rguenther@suse.de>
419
420	PR bootstrap/85571
421	* Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
422	(STAGE3_TFLAGS): Likewise.
423	(STAGEtrain_CFLAGS): Filter out -fchecking=1.
424	(STAGEtrain_TFLAGS): Likewise.
425	* Makefile.in: Regenerate.
426
4272018-04-26  Richard Biener  <rguenther@suse.de>
428
429	* Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
430	(STAGE2_CFLAGS): Likewise.
431	(STAGE2_TFLAGS): Likewise.
432	(STAGE3_CFLAGS): Add -fchecking.
433	(STAGE3_TFLAGS): Likewise.
434	(STAGEtrain_CFLAGS): Filter out -fchecking.
435	(STAGEtrain_TFLAGS): Likewise.
436	* Makefile.in: Re-generate.
437
4382018-04-25  Catherine Moore <clm@codesourcery.com>
439
440	* MAINTAINERS (mips): Remove myself as MIPS maintainer.
441
4422018-04-18  Paul Clarke  <pc@us.ibm.com>
443
444	* MAINTAINERS (write after approval): Add myself.
445
4462018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
447
448	* MAINTAINERS: Update my email address.
449
4502018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
451
452	* MAINTAINERS: Remove redundant Write-After-Approval entry.
453
4542018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
455
456	* MAINTAINERS: Update my email address and disambiguate myself
457	a bit from Will Schmidt.
458
4592018-03-21  Nathan Sidwell  <nathan@acm.org>
460
461	* MAINTAINERS: Move maintainers of now-removed picochip and score
462	ports to write after approval.
463
4642018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
465
466	* MAINTAINERS: Add entry for SVE maintainership.
467
4682018-02-13  Maciej W. Rozycki  <macro@mips.com>
469
470	* configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
471	* configure: Regenerate.
472
4732018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
474
475	* MAINTAINERS (write after approval): Add myself.
476
4772018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
478
479	* MAINTAINERS (write after approval): Add myself.
480
4812018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
482
483	* MAINTAINERS (write after approval): Add myself.
484
4852018-01-03  Jakub Jelinek  <jakub@redhat.com>
486
487	Update copyright years.
488
4892018-01-03  Ben Elliston  <bje@gnu.org>
490
491	* config.guess: Import latest version.
492	* config.sub: Likewise.
493
4942017-12-12  Stafford Horne  <shorne@gmail.com>
495
496	* configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
497	* configure: Regenerate.
498
4992017-11-29  Qing Zhao  <qing.zhao@oracle.com>
500
501	* MAINTAINERS (Write After Approval): Add myself.
502
5032017-11-28  Julia Koval  <julia.koval@intel.com>
504	    Sebastian Peryt  <sebastian.peryt@intel.com>
505
506	* Makefile.def (target_modules): Remove libcilkrts.
507	* Makefile.in: Ditto.
508	* configure: Ditto.
509	* configure.ac: Ditto.
510
5112017-11-28  Julia Koval  <julia.koval@intel.com>
512
513	* MAINTAINERS (Write After Approval): Add myself.
514
5152017-11-22  Sudakshina Das  <sudi.das@arm.com>
516
517	* MAINTAINERS (Write After Approval): Add myself.
518
5192017-11-06  Palmer Dabbelt  <palmer@sifive.com>
520
521	* MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
522	Use my SiFive email address.
523
5242017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
525
526	* MAINTAINERS (write after approval): Add myself.
527
5282017-10-27  Martin Liska  <mliska@suse.cz>
529
530	* Makefile.tpl: Use proper name of folder as it was renamed
531	during transition to 4 stages.
532	* Makefile.in: Regenerate.
533
5342017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
535
536	* MAINTAINERS (write after approval): Add myself.
537
5382017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
539
540	* MAINTAINERS: Add a note that maintainership also includes web
541	pages, docs, and testsuite related to that area.
542
5432017-09-25  Tom de Vries  <tom@codesourcery.com>
544
545	* MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
546
5472017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
548
549	* MAINTAINERS: Add myself as a maintainer for the Ada front end.
550
5512017-09-15  Nathan Sidwell  <nathan@acm.org>
552
553	* MAINTAINERS: Remove myself as a vxworks maintainer.
554
5552017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
556
557	* MAINTAINERS: Remove email address of Jim Norris.
558
5592017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
560
561	* MAINTAINERS (Reviewers): Move myself from here...
562	(CPU Port Maintainers): ... to here.
563
5642017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
565
566	* MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
567
5682017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
569
570	* MAINTAINERS (write after approval): Add myself.
571
5722017-07-28  Tony Reix  <tony.reix@atos.net>
573
574	* configure.ac (target-libffi): Don't disable for AIX.
575	(go): Don't add to unsupported_languages on AIX.
576	(target-libgo): Don't disable for AIX.
577	* configure: Regenerate.
578
5792017-07-19  Yury Gribov  <tetra2005@gmail.com>
580
581	* MAINTAINERS: Add myself.
582
5832017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
584
585	* MAINTAINERS: Update my email address.
586
5872017-07-04  Richard Earnshaw  <rearnsha@arm.com>
588
589	* contrib/gcc_update (files_and_dependencies): Remove stamp rules for
590	arm-specific auto-generated header files.
591
5922017-07-03  Nathan Sidwell  <nathan@acm.org>
593
594	* configure.ac: Set srcdir when sourcing config-lang.in fragments.
595	* configure: Rebuilt.
596
5972017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
598
599	* MAINTAINERS: Readd myself for c6x.
600
6012017-06-28  Martin Liska  <mliska@suse.cz>
602
603	PR bootstrap/81217
604	* Makefile.def: Remove superfluous bootstrap_target from
605	bootstrap_stage.
606	* Makefile.in: Re-generate the file.
607
6082017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
609
610	* MAINTAINERS: Add myself to Write After Approval
611
6122017-06-21  Andrew Jenner  <andrew@codesourcery.com>
613
614	* MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
615
6162017-06-19  Martin Liska  <mliska@suse.cz>
617
618	* Makefile.def: Define 4 stages PGO bootstrap.
619	* Makefile.tpl: Define FLAGS.
620	* Makefile.in: Regenerate.
621
6222017-06-14  Ian Lance Taylor  <iant@golang.org>
623
624	* Makefile.def: Add check-gotools to go check targets.
625	* Makefile.in: Rebuild.
626
6272017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
628
629	* config.gcc: Remove rs6000/e500.h from tm_file for all targets.
630
6312017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
632
633	* configure.ac (*-*-linux-android*): Set target_makefile_frag.
634	* configure: Regenerate.
635
6362017-05-31  Martin Liska  <mliska@suse.cz>
637
638	* configure.ac: Add handling of stage2_werror_flags to
639	action-if-given and to action-if-not-given.
640	* configure: Regenerate.
641
6422017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
643
644	* MAINTAINERS: Add self to Write After Approval
645
6462017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
647
648	* MAINTAINERS: Update my email address, and remove myself as
649	maintainer in some areas.
650
6512017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
652
653	* MAINTAINERS: Add self to Write After Approval
654
6552017-05-25  Nathan Sidwell  <nathan@acm.org>
656
657	* configure.ac: Add --enable-languages=default to mean default and
658	make --enable-languages=all mean all supported languages.
659	* configure: Regenerated.
660
6612017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
662
663	* config.gcc (powerpc*-*-*spe*): New.
664	(powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
665	(powerpc-*-rtems*spe*): New.
666	(powerpc*-*-linux*spe*): New.
667	(powerpc-wrs-vxworksspe): New.
668	(powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
669	(misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
670	* config.host (powerpc*-*-*spe*): New.
671
6722017-05-19  Martin Liska  <mliska@suse.cz>
673
674	* configure.ac: Add --enable-werror-always just for
675	bootstrap-debug (or none build config) and do not add it
676	when we are on a release branch.
677	* configure: Regenerated.
678
6792017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
680
681	* MAINTAINERS: Add self to Write After Approval
682
6832017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
684
685	* MAINTAINERS: Move myself to Write After Approval section.
686
6872017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
688
689	* config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
690	ACCH registers.
691	* config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
692	available.
693	(umulsidi3): Likewise.
694	(mulsidi3_700): Disable this pattern when we have advanced mpy
695	instructions.
696	(umulsidi3_700): Likewise.
697	(maddsidi4): New pattern.
698	(macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
699	(mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
700	(mpydu_imm_arcv2hs): Likewise.
701	* config/arc/predicates.md (accl_operand): New predicate.
702
7032017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
704	    Andrew Burgess <andrew.burgess@embecosm.com>
705
706	* config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
707	case.
708	(ARC_AUTOFP_IRQ_P): Likewise.
709	(ARC_AUTO_IRQ_P): Likewise.
710	(rgf_banked_register_count): New variable.
711	(parse_mrgf_banked_regs_option): New function.
712	(arc_override_options): Handle rgf_banked_regs option.
713	(arc_handle_interrupt_attribute): Add firq option.
714	(arc_compute_function_type): Return fast irq type when required.
715	(arc_must_save_register): Handle fast interrupts.
716	(arc_expand_prologue): Do not emit dwarf info for fast interrupts.
717	(arc_return_address_regs): Update.
718	* config/arc/arc.h (arc_return_address_regs): Update.
719	(arc_function_type): Add fast interrupt type.
720	(ARC_INTERRUPT_P): Update.
721	(RC_FAST_INTERRUPT_P): Define.
722	* config/arc/arc.md (simple_return): Update for fast interrupts.
723	(p_return_i): Likewise.
724	* config/arc/arc.opt (mrgf-banked-regs): New option.
725	* doc/invoke.texi (mrgf-banked-regs): Document.
726
7272017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
728
729	* config/arc/arc.c (irq_ctrl_saved): New variable.
730	(ARC_AUTOBLINK_IRQ_P): Define.
731	(ARC_AUTOFP_IRQ_P): Likewise.
732	(ARC_AUTO_IRQ_P): Likewise.
733	(irq_range): New function.
734	(arc_must_save_register): Likewise.
735	(arc_must_save_return_addr): Likewise.
736	(arc_dwarf_emit_irq_save_regs): Likewise.
737	(arc_override_options): Handle deferred options.
738	(MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
739	(MUST_SAVE_RETURN_ADDR): Deleted, replaced by
740	arc_must_save_return_addr.
741	(arc_compute_frame_size): Handle automated save and restore of
742	registers.
743	(arc_expand_prologue): Likewise.
744	(arc_expand_epilogue): Likewise.
745	* config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
746	* config/arc/arc.opt (mirq-ctrl-saved): New option.
747	* doc/invoke.texi (mirq-ctrl-saved): Document option.
748
7492017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
750	Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
751
752	PR bootstrap/77661
753	* Makefile.def: Don't pass --enable-maintainer-mode on to an
754	in-tree build MPC.
755	* Makefile.in: Regenerate.
756
7572017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
758
759	* configure.ac: Enable LTO by default on darwin >= 9.
760	* configure: Regenerate.
761
7622017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
763
764	* MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
765	and Andrew Waterman as the RISC-V maintainers.
766
7672017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
768
769	* MAINTAINERS: Add self to Write After Approval
770
7712017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
772
773	* config.guess: Import latest from upstream.
774
7752017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
776
777	* MAINTAINERS (Write After Approval): Remove entries that are
778	already covered under Reviewers.
779
7802017-03-08  Mark Wielaard  <mark@klomp.org>
781
782	PR demangler/70909
783	PR demangler/67264
784	* include/demangle.h: Add d_printing to struct demangle_component
785	and pass struct demangle_component as non const.
786
7872017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
788
789	* MAINTAINERS: Remove Neil Booth as option handling maintainer.
790
7912017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
792
793	* Makefile.tpl: Remove HOST_ISLVER.
794	(HOST_EXPORTS): Remove ISLVER.
795	* Makefile.in: Regenerate.
796
7972017-02-13  Richard Biener  <rguenther@suse.de>
798
799	* configure: Re-generate.
800
8012017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
802
803	* MAINTAINERS: Adjust bug reporting URL.
804
8052017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
806
807	* MAINTAINERS (Write After Approval): Remove redundant entry
808	for Andrew Burgess.
809
8102017-02-03  John David Anglin  <danglin@gcc.gnu.org>
811
812	* configure.ac: Add gcc/function-tests.o to compare_exclusions for
813	32-bit hppa*-*-hpux*.
814	* configure: Regenerate.
815
8162017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
817
818	* configure.ac: Moved the white list of enabling BRIG FE to
819	libhsail-rt/configure.tgt.
820	* configure: Regenerated.
821	* MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
822
8232017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
824	    Martin Jambor  <mjambor@suse.cz>
825
826	* Makefile.def (target_modules): Added libhsail-rt.
827	(languages): Added language brig.
828	* Makefile.in: Regenerated.
829	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
830	tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
831	* configure: Regenerated.
832
8332017-01-17  Jakub Jelinek  <jakub@redhat.com>
834
835	PR other/79046
836	* configure: Regenerated.
837
8382017-01-04  Alan Modra  <amodra@gmail.com>
839
840	* configure: Regenerate.
841
8422016-12-29  Ben Elliston  <bje@gnu.org>
843
844	* config.sub: Import latest version.
845
8462016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
847
848	* MAINTAINERS (Write After Approval): Add myself.
849
8502016-12-21  Jakub Jelinek  <jakub@redhat.com>
851
852	* configure.ac: Don't bootstrap libmpx unless --with-build-config
853	includes bootstrap-mpx.
854	* configure: Regenerated.
855
8562016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
857
858	* MAINTAINERS (Write After Approval): Add myself.
859
8602016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
861
862	* configure: Regenerate.
863
8642016-12-01  Matthias Klose  <doko@ubuntu.com>
865
866	* configure.ac: Don't use pkg-config to check for bdw-gc.
867	* configure: Regenerate.
868
8692016-11-30  Matthias Klose  <doko@ubuntu.com>
870
871	* Makefile.def: Remove reference to boehm-gc target module.
872  	* configure.ac: Include pkg.m4, check for --with-target-bdw-gc
873	options and for the bdw-gc pkg-config module.
874	* configure: Regenerate.
875	* Makefile.in: Regenerate.
876
8772016-11-28  Nathan Sidwell  <nathan@acm.org>
878
879	* MAINTAINERS (nvptx): Remove self.
880
8812016-11-25  Ben Elliston  <bje@gnu.org>
882
883	* config.guess: Import latest version.
884	* config.sub: Likewise.
885
8862016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
887
888	* MAINTAINERS (Write After Approval): Add myself.
889
8902016-11-15  Matthias Klose  <doko@ubuntu.com>
891
892	* Makefile.def: Remove references to GCJ.
893	* Makefile.tpl: Likewise.
894	* Makefile.in: Regenerate.
895
8962016-11-15  Matthias Klose  <doko@ubuntu.com>
897
898	* config-ml.in: Remove references to GCJ.
899	* configure.ac: Likewise.
900	* configure: Regenerate.
901
9022016-11-01  Josh Conner  <joshconner@google.com>
903
904	* MAINTAINERS (Write After Approval): Update email address,
905
9062016-10-27  Carl Love  <cel@us.ibm.com>
907
908	* MAINTAINERS (Write After Approval): Fix my entry in the Write After
909	Approval list to make it alphabetical.
910
9112016-10-27  Carl Love  <cel@us.ibm.com>
912
913	* MAINTAINERS (Write After Approval): Add myself.
914
9152016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
916
917	* MAINTAINERS (Reviewers): Add myself.
918	(Write After Approval): Add myself.
919
9202016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
921	    Ulrich Weigand  <uweigand@de.ibm.com>
922
923	* MAINTAINERS: Update email address.
924
9252016-10-10  Nathan Sidwell  <nathan@acm.org>
926
927	* MAINTAINERS: Update email address.
928
9292016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
930
931	* configure.ac: Add aarch64-*-freebsd*.
932	* configure: Regenerate.
933
9342016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
935
936	* MAINTAINERS: Update email address after it got reverted.
937
9382016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
939
940	* configure.ac (target_libraries): Readd target-boehm-gc.
941	Restore --enable-objc-gc handling.
942	* configure: Regenerate.
943
9442015-10-03  Jeff Law  <law@redhat.com>
945
946	* MAINTAINERS: Move several inactive maintainers to the
947	write-after-approval section.
948
9492016-09-30  Jakub Jelinek  <jakub@redhat.com>
950
951	* configure.ac: Add target-libffi to target_libraries.
952	Readd libgcj target disablings, modified to only target-libffi.
953	Readd target addition of go to unsupported languages.
954	* configure: Regenerated.
955
9562016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
957
958	* MAINTAINERS: Update email address.
959
9602016-09-30  Andrew Haley  <aph@redhat.com>
961
962	* MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
963	write-after approval.  Remove Tom Tromey and Bryce McKinlay from
964	libgcj.
965
9662016-09-30  Andrew Haley  <aph@redhat.com>
967
968	* MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
969	write-after approval after GCJ deletion.
970
9712016-09-30  Andrew Haley  <aph@redhat.com>
972
973	* Makefile.def: Remove libjava.
974	* Makefile.tpl: Likewise.
975	* Makefile.in: Regenerate.
976	* configure.ac: Likewise.
977	* configure: Likewise.
978	* gcc/java: Remove.
979	* libjava: Likewise.
980
9812016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
982
983	* MAINTAINERS (Reviewers): Add myself.
984
9852016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
986
987	* configure.ac: Disable "sim" directory for arc*-*-*.
988	* configure: Regenerated.
989
9902016-09-23  Tamar Christina <tamar.christina@arm.com>
991
992	* MAINTAINERS (Write After Approval): Add myself.
993
9942016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
995
996	* configure.ac: Check for the minimum in-tree MPFR version
997	handled.
998	* configure: Regenerate.
999
10002016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
1001
1002	* configure.ac (nds32*-*-*): Remove entry to enable gdb.
1003	* configure: Regenerated.
1004
10052016-07-19  Fritz Reese  <fritzoreese@gmail.com>
1006
1007	* MAINTAINERS (Write After Approval): Add myself.
1008
10092016-06-23  Andi Kleen  <ak@linux.intel.com>
1010
1011	* Makefile.def: Add autoprofiledbootstrap.
1012	* Makefile.tpl: Dito.
1013	* Makefile.in: Regenerate.
1014
10152016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
1016
1017    * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
1018    * configure: Regenerate.
1019
10202016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1021
1022	* configure: Regenerate.
1023	* configure.ac: Remove support for avr-rtems.
1024
10252016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1026
1027	* MAINTAINERS (Write After Approval): Add myself.
1028
10292016-06-16  Michael Collison  <michael.collison@arm.com>
1030
1031	* MAINTAINERS (Write After Approval): Add myself.
1032
10332016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
1034
1035	* MAINTAINERS (Write After Approval): Update e-mail address.
1036
10372016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
1038
1039	* MAINTAINERS (Write After Approval): Add myself.
1040
10412016-05-28  Alan Modra  <amodra@gmail.com>
1042
1043	* Makefile.tpl (configure): Depend on m4 files included.
1044	* Makefile.in: Regenerate.
1045
10462016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
1047
1048	* config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
1049	code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
1050
10512016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
1052
1053	* config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
1054	special case builtin.
1055	* config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
1056	support for ALTIVEC_BUILTIN_VEC_ADDEC.
1057	* config/rs6000/rs6000.c (altivec_init_builtins): Add definition
1058	for __builtin_vec_addec.
1059
10602016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
1061
1062	* config.guess: Import version 2016-04-02 (newest).
1063	* config.sub: Import version 2016-05-10 (newest).
1064
10652016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
1066
1067	* configure.ac: Add ARC support to libgloss.
1068	* configure: Regenerate
1069
10702016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
1071
1072	* MAINTAINERS (Write After Approval): Add myself.
1073
10742016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1075
1076	* configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
1077	* configure: Regenerated.
1078	* Makefile.def (gmp): Explicitly disable assembler.
1079	(mpfr): Adjust lib_path.
1080	(mpc): Likewise.
1081	* Makefile.in: Regenerated.
1082
10832016-05-01  Jakub Jelinek  <jakub@redhat.com>
1084
1085	PR bootstrap/70704
1086	* configure.ac (--enable-stage1-checking): Add missing
1087	--enable-checking=.
1088	* configure: Regenerated.
1089
10902016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1091
1092	* config.guess: Revert r235676.
1093	* config.sub: Revert r235676.
1094
10952016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1096
1097	* config.guess: Remove SH5 support.
1098	* config.sub: Likewise.
1099	* configure: Likewise.
1100	* configure.ac: Likewise.
1101
11022016-04-26  Jakub Jelinek  <jakub@redhat.com>
1103
1104	PR bootstrap/70704
1105	* configure.ac (--enable-stage1-checking): For --disable-checking or
1106	implicit --enable-checking, make sure extra flag matches in between
1107	stage1 and later checking.
1108	* configure: Regenerated.
1109
11102016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1111
1112	* .gitattributes: New file.
1113
11142016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
1115
1116	* MAINTAINERS (rs6000/powerpc port): Add myself.
1117
11182016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
1119
1120	PR bootstrap/70173
1121	* Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1122	and gotools directories.  Delete the stage_final file.
1123	* Makefile.in: Regenerate.
1124
11252016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
1126
1127	* MAINTAINERS (Write After Approval): Add myself.
1128
11292016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
1130
1131	* MAINTAINERS (Fortran maintainer): Remove myself.
1132
11332016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
1134
1135	* MAINTAINERS (Write After Approval): Add myself.
1136
11372016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
1138
1139	* MAINTAINERS (Write After Approval): Add myself.
1140
11412016-03-17  Cary Coutant  <ccoutant@gmail.com>
1142
1143	Sync with binutils-gdb:
1144
1145	2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1146
1147	* configure.ac: Add mips and s390 to the gold target check.
1148	* configure: Regenerate.
1149
11502016-03-01  DJ Delorie  <dj@redhat.com>
1151
1152	* MAINTAINERS (mep): Remove myself as MeP maintainer.
1153
11542016-02-22  David Malcolm  <dmalcolm@redhat.com>
1155
1156	* MAINTAINERS (libcpp): Add myself.
1157	(diagnostic messages): Likewise.
1158
11592016-02-20  Tom de Vries  <tom@codesourcery.com>
1160
1161	* MAINTAINERS: Fix whitespace.
1162
11632016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
1164
1165	* MAINTAINERS (Write After Approval): Add myself.
1166
11672016-01-29  Sebastian Pop  <s.pop@samsung.com>
1168
1169	* config/isl.m4: Add comments about isl-0.16.
1170	* configure: Regenerate.
1171
11722016-01-29  Martin Jambor  <mjambor@suse.cz>
1173
1174	* MAINTAINERS (hsa maintainers): Add myself.
1175
11762015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
1177
1178	* MAINTAINERS: (Write After Approval): Add myself.
1179
11802016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
1181	    Sebastian Pop  <s.pop@samsung.com>
1182
1183	* Makefile.in: Regenerate.
1184	* Makefile.tpl: Export ISLVER.
1185	* configure: Regenerate.
1186	* config/isl.m4: Detect isl-0.15.
1187
11882016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
1189
1190	PR bootstrap/69329
1191	* Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1192	* Makefile.in: Regenerate.
1193
11942016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
1195
1196	* configure.ac: Enable LTO for DJGPP
1197	* configure: Regenerate
1198
11992016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1200
1201	Sync with binutils-gdb:
1202	2015-10-21  Nick Clifton  <nickc@redhat.com>
1203
1204	PR gas/19109
1205	* configure.ac: Note the 'none' is an acceptable argument to
1206	--enable-compressed-debug-sections.
1207	* configure: Regenerate.
1208
12092016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1210
1211	PR bootstrap/69134
1212	* Makefile.def (mpfr): Disable assembler.
1213	* Makefile.in: Regenerate.
1214
12152016-01-01  Ben Elliston  <bje@gnu.org>
1216
1217	* config.guess: Import version 2016-01-01.
1218	* config.sub: Likewise.
1219
12202015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
1221
1222	* MAINTAINERS (Write After Approval): Add myself.
1223
12242015-12-17  Sebastian Pop  <s.pop@samsung.com>
1225
1226	* Makefile.in: Replace ISL with isl.
1227	* Makefile.tpl: Same.
1228	* config/isl.m4: Same.
1229	* configure.ac: Same.
1230	* contrib/download_prerequisites: Same.
1231	* configure: Regenerate.
1232
12332015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
1234
1235	* MAINTAINERS (Write After Approval): Add Myself.
1236
12372015-12-17  Nathan Sidwell  <nathan@acm.org>
1238
1239	* config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1240	* configure: Regenerate.
1241
12422015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
1243	    Sebastian Pop  <s.pop@samsung.com>
1244
1245	* config/isl.m4 (ISL_CHECK_VERSION): Check for
1246	isl_ctx_get_max_operations.
1247	* configure: Regenerate.
1248
12492015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
1250
1251	* MAINTAINERS (Write After Approval): Add myself.
1252
12532015-12-02  Ian Lance Taylor  <iant@google.com>
1254
1255	PR go/66147
1256	* Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1257	* Makefile.in: Regenerate.
1258
12592015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
1260
1261	PR libffi/65726
1262	* Makefile.def (lang_env_dependencies): Make libffi depend
1263	on cxx.
1264	* Makefile.in: Regenerate.
1265
12662015-11-26  David Edelsohn  <dje.gcc@gmail.com>
1267
1268	* m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1269	symbols.
1270
12712015-11-20  Tristan Gingold  <gingold@adacore.com>
1272
1273	Sync with binutils-gdb:
1274	2015-11-20  Tristan Gingold  <gingold@adacore.com>
1275
1276	* configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1277	* configure: Regenerate.
1278
12792015-11-19  Martin Liska  <mliska@suse.cz>
1280
1281	* .gitignore: Add .clang-format to ignored files.
1282	* Makefile.in: Add clang-format.
1283	* Makefile.tpl: Likewise.
1284
12852015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
1286
1287	* configure.ac: Enable libmpx by default.
1288	* configure: Regenerated.
1289
12902015-10-23  Steve Ellcey  <sellcey@imgtec.com>
1291
1292	* MAINTAINERS: Update email address.
1293
12942015-10-23  Paulo Matos  <pmatos@linki.tools>
1295
1296	* MAINTAINERS: Update email address.
1297
12982015-10-23  Alan Hayward <alan.hayward@arm.com>
1299
1300	* MAINTAINERS  (Write After Approval): Add myself.
1301
13022015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1303
1304	Sync with binutils-gdb:
1305	2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1306
1307	PR gas/19109
1308	* configure.ac: Add
1309	--enable-compressed-debug-sections={all,gas,gold,ld}.
1310	* configure: Regenerated.
1311
13122015-10-16  Arnaud Charlet  <charlet@adacore.com>
1313
1314	* MAINTAINERS: Update list of Ada maintainers and email addresses.
1315
13162015-10-09  Martin Liska  <mliska@suse.cz>
1317
1318	* MAINTAINERS (Write After Approval): Add myself.
1319
13202015-10-09  Alexander Fomin <alexander.fomin@intel.com>
1321
1322	* MAINTAINERS (Write After Approval): Add myself.
1323
13242015-10-02  Florian Weimer  <fweimer@redhat.com>
1325
1326	* MAINTAINERS: Update email address.
1327
13282015-10-02  Louis Krupp <louis.krupp@zoho.com>
1329
1330	* MAINTAINERS  (Write After Approval): Add myself.
1331
13322015-09-20  Kai Tietz  <ktietz70@googlemail.com>
1333
1334	* MAINTAINERS: Update email.
1335
13362015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
1337
1338	* MAINTAINERS: Update my email address.
1339
13402015-09-01  James Bowman  <james.bowman@ftdichip.com>
1341
1342	* MAINTAINERS (ft32 port): Add myself.
1343
13442015-08-28  David Sherwood  <david.sherwood@arm.com>
1345
1346	* MAINTAINERS: Add myself.
1347
13482015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
1349
1350	* MAINTAINERS (Write After Approval): Add myself.
1351
13522015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1353
1354	PR libfortran/54572
1355	* Makefile.def: Make libgfortran depend on libbacktrace.
1356	* Makefile.in: Regenerate.
1357
13582015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
1359
1360	* MAINTAINERS (Write After Approval): Add myself.
1361
13622015-08-12  Tom de Vries  <tom@codesourcery.com>
1363
1364	PR other/67092
1365	* configure.ac: Remove --with_host_libstdcxx support.
1366	* configure: Regenerate.
1367
13682015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
1369	    Jakub Jelinek  <jakub@redhat.com>
1370
1371	* configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1372	nvptx*-*-*.
1373	* configure: Regenerate.
1374
13752015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
1376
1377	* Makefile.def (libiconv): Define bootstrap=true.
1378	Mark pdf/html/info as missing.
1379	(configure-gcc): Depend on all-libiconv.
1380	(all-gcc): Ditto.
1381	(configure-libcpp): Ditto.
1382	(all-libcpp): Ditto.
1383	(configure-intl): Ditto.
1384	(all-intl): Ditto.
1385	* Makefile.in: Regenerate.
1386
13872015-08-03  Bin Cheng  <bin.cheng@arm.com>
1388
1389	* MAINTAINERS (loop ivopts): Add the entry and myself.
1390
13912015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1392
1393	* MAINTAINERS (nvptx): Add self.
1394
13952015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
1396
1397	* config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1398	128-bit vector modes.
1399
14002015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
1401
1402	* MAINTAINERS (Write After Approval): Add myself.
1403
14042015-07-28  Ben Elliston  <bje@gnu.org>
1405
1406	* config.sub, config.guess: Import from upstream.
1407
14082015-07-24  Michael Darling  <darlingm@gmail.com>
1409
1410	PR other/66259
1411	* config-ml.in: Reflects renaming of configure.in to configure.ac
1412	* configure: Likewise
1413	* configure.ac: Likewise
1414
14152015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
1416
1417	* MAINTAINERS: Update my email address.
1418
14192015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1420
1421	Sync with binutils-gdb:
1422	2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1423
1424	* configure.ac (target_configdirs): Exclude target-zlib if
1425	target-libjava isn't built.
1426	* configure: Regenerated.
1427
14282015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1429
1430	Sync with binutils-gdb:
1431	2015-05-13  John David Anglin  <dave.anglin@bell.net>
1432
1433	* configure.ac: Disable configuration of GDB for HPUX targets.
1434	* configure: Regenerate.
1435
1436	2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1437
1438	* configure.ac: Add --with-system-zlib.
1439	* configure: Regenerated.
1440
1441	2015-01-28  James Bowman  <james.bowman@ftdichip.com>
1442
1443	* configure.ac: Add FT32 support.
1444	* configure: Regenerate.
1445
1446	2015-01-12  Anthony Green  <green@moxielogic.com>
1447
1448	* configure.ac: Don't disable gprof for moxie.
1449	* configure: Rebuild.
1450
14512015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1452
1453	Sync with binutils-gdb:
1454	2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
1455
1456	PR ld/18355
1457	* Makefile.def: Add extra_configure_flags to host zlib.
1458	* configure.ac (extra_host_zlib_configure_flags): New.  Set
1459	to --enable-host-shared When bfd is to be built as shared
1460	library.  AC_SUBST.
1461	* Makefile.in: Regenerated.
1462
14632015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
1464
1465	Sync with src:
1466	2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1467	* Makefile.def (dependencies): Add all-zlib to all-bfd.
1468	* Makefile.in: Regenerated.
1469
14702015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1471
1472	* configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1473	target.
1474	* configure: Regenerate.
1475
14762015-06-23  Ludovic Courtès  <ludo@gnu.org>
1477
1478	* MAINTAINERS (Write After Approval): Add myself.
1479
14802015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
1481
1482	* MAINTAINERS (OS Port Maintainers): Add myself.
1483	(Various Maintainers): Remove myself from libffi testsuite.
1484
14852015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
1486
1487	* MAINTAINERS (gen* on machine desc): Add self.
1488
14892015-06-02  Jason Merrill  <jason@redhat.com>
1490
1491	PR bootstrap/66319
1492	* configure.ac: Use -std=gnu++98.
1493
14942015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1495
1496	* MAINTAINERS (Write After Approval): Add myself.
1497
14982015-05-28  Mike Frysinger  <vapier@gentoo.org>
1499
1500	* configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1501	* configure: Regenerate.
1502
15032015-05-26  Jason Merrill  <jason@redhat.com>
1504
1505	* configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1506	* configure: Regenerate.
1507
15082015-05-16  James Bowman  <james.bowman@ftdichip.com>
1509
1510	* configure.ac: FT32 target added.
1511	* configure: Regenerated.
1512
15132015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1514
1515	* MAINTAINERS (Write After Approval): Add myself.
1516
15172015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1518
1519	* MAINTAINERS (Write After Approval): Add myself.
1520
15212015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1522
1523	* configure.ac: Fix typo.
1524	* configure: Regenerate.
1525
15262015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
1527
1528	* MAINTAINERS (Write After Approval): Add myself.
1529
15302015-05-03  Matthias Klose  <doko@ubuntu.com>
1531
1532	* configure.ac: Match $host configured with triplets.
1533	* configure: Regenerate.
1534
15352015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1536
1537	* Makefile.tpl: Remove surplus whitespace throughout.
1538	* Makefile.in: Regenerate.
1539
15402015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
1541
1542	* MAINTAINERS (Various Maintainers): Add myself as instruction
1543	combiner maintainer.
1544
15452015-04-17  Jakub Jelinek  <jakub@redhat.com>
1546
1547	PR bootstrap/62077
1548	* configure.ac (--enable-stage1-checking): Default to
1549	release,misc,gimple,rtlflag,tree,types if --disable-checking
1550	or --enable-checking is not specified and DEV-PHASE is not
1551	experimental.
1552	* configure: Regenerated.
1553
15542015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
1555
1556	* Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1557	(EXTRA_BOOTSTRAP_FLAGS): Likewise.
1558	(check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1559	* Makefile.in: Regenerate.
1560
15612015-04-08  Cary Coutant  <ccoutant@gmail.com>
1562
1563	* MAINTAINERS: Update my email address.
1564
15652015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
1566
1567	* MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1568
15692015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1570
1571	* MAINTAINERS: Add myself as an arm port reviewer.
1572
15732015-03-25  Martin Liska  <mliska@suse.cz>
1574	    Yury Gribov  <y.gribov@samsung.com>
1575
1576	* Makefile.in: Fix ln source location for vimrc file.
1577	* Makefile.tpl: Likewise.
1578
15792015-03-09  Aldy Hernandez  <aldyh@redhat.com>
1580
1581	PR bootstrap/25672
1582	* configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1583	cross-compiling.  Similarly for CXX_FOR_TARGET.
1584	* configure: Regenerate.
1585
15862015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
1587
1588	* Makefile.def: Add libmpx.
1589	* configure.ac: Add libmpx.
1590	* Makefile.in: Regenerate.
1591	* configure: Regenerate.
1592
15932015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
1594
1595	* MAINTAINERS (CPU Port Maintainers): Add myself
1596	i386 vector ISA extns mantainer.
1597
15982015-03-13  Jeff Law  <law@redhat.com>
1599
1600	* MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1601	maintainer.
1602	Remove Richard Henderson as a maintainer for the x86 port.
1603
16042015-03-03  Joern Rennecke  <gnu@amylaar.uk>
1605
1606	* MAINTAINERS (CPU Port Maintainers): Update my email address.
1607
16082015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
1609
1610	* MAINTAINERS (Various Maintainers): Add myself as libmpx,
1611	pointer bounds checker and i386 MPX maintainer.
1612
16132015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
1614
1615	* MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1616
16172015-02-26  Martin Sebor  <msebor@redhat.com>
1618
1619	* MAINTAINERS (Various Maintainers): Add self.
1620
16212015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
1622
1623	* configure.ac [--enable-as-accelerator-for] (enable_languages):
1624	Make sure it contains lto.
1625	* configure: Regenerate.
1626
16272015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
1628
1629	* configure: Regenerate.
1630
16312015-02-06  Diego Novillo  <dnovillo@google.com>
16321
1633	* MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1634	middle-end, docstring): Remove myself.
1635	(Write After Approval): Add myself.
1636
16372015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
1638
1639	* MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1640	(Write After Approval): Update address.
1641
16422015-01-29  David Malcolm  <dmalcolm@redhat.com>
1643
1644	PR jit/64780
1645	* configure.ac: Require the user to explicitly specify
1646	--enable-host-shared if the jit is enabled.
1647	* configure: Regenerate.
1648
16492015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
1650
1651	* MAINTAINERS (Write After Approval): Add myself.
1652
16532015-01-25  Tom de Vries  <tom@codesourcery.com>
1654
1655	* MAINTAINERS: Make whitespace consistent.
1656
16572015-01-23  Braden Obrzut  <admin@maniacsvault.net>
1658
1659	* MAINTAINERS (Write After Approval): Add myself.
1660
16612015-01-20  Andre Vehreschild  <vehre@gmx.de>
1662
1663	* MAINTAINERS: (Write After Approval): Add myself.
1664
16652015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
1666
1667	* MAINTAINERS: (Write After Approval): Add myself.
1668
16692015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
1670
1671	* MAINTAINERS: (Write After Approval): Add myself.
1672
16732015-01-13  Iain Sandoe  <iain@codesourcery.com>
1674
1675	* MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1676	objective-c/c++ front end maintainer.
1677
16782015-01-13  Marek Polacek  <polacek@redhat.com>
1679
1680	* MAINTAINERS (Reviewers): Add self as C front end reviewer.
1681
16822015-01-12  Jeff Law  <law@redhat.com>
1683
1684	* MAINTAINERS: Remove Stan Shebs as he has been inactive for
1685	a very long time.
1686
16872015-01-09  Ian Lance Taylor  <iant@google.com>
1688
1689	* configure.ac (host_tools): Add gotools.
1690	* Makefile.def (host_modules): Add gotools.
1691	(dependencies): Add dependency of all-gotools on all-target-libgo.
1692
16932015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
1694
1695	* configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1696	* configure: Regenerate.
1697
16982015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
1699
1700	* Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1701	all-target-libgomp.
1702	* Makefile.in: Regenerate.
1703
17042015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1705
1706	* MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1707
17082015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1709
1710	* configure.ac: Add Visium support.
1711	* configure: Regenerate.
1712
17132015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1714
1715	* configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1716	* configure: Regenerate.
1717
17182015-01-03  Andrew Pinski  <apinski@cavium.com>
1719
1720	* Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1721	* Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1722	(BASE_TARGET_EXPORTS): Add OBJCOPY.
1723	(OBJCOPY_FOR_TARGET): New variable.
1724	(EXTRA_TARGET_FLAGS): Add OBJCOPY.
1725	* Makefile.in: Regenerate.
1726	* configure.ac: Check for already installed target objcopy.
1727	Also GCC_TARGET_TOOL on objcopy.
1728	* configure: Regenerate.
1729
17302015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
1731
1732	* config.sub: Update from upstream, to 2015-01-01 version.
1733	* config.guess: Ditto.
1734
17352014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1736
1737	* MAINTAINERS (RTEMS Ports): Add myself.
1738
17392014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
1740
1741	* MAINTAINERS (Write After Approval): Add myself.
1742
17432014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1744
1745	* MAINTAINERS (Write After Approval): Add myself.
1746
17472014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
1748
1749	* configure.ac (--enable-as-accelerator-for): Don't set
1750	ENABLE_AS_ACCELERATOR_FOR.  Update all users.
1751	* configure: Regenerate.
1752
17532014-12-13  Jakub Jelinek  <jakub@redhat.com>
1754
1755	PR bootstrap/64023
1756	* Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1757	to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1758	Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1759	to CXX.
1760	* Makefile.in: Regenerated.
1761
17622014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1763	    Yury Gribov  <y.gribov@samsung.com>
1764
1765	* .gitignore: Added .local.vimrc and .lvimrc.
1766	* Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1767	* Makefile.in: Regenerate.
1768
17692014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1770
1771	* config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1772	* configure: Regenerated.
1773
17742014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
1775
1776	* MAINTAINERS (nvptx port): New entry.
1777
17782014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
1779
1780	* configure: Regenerate.
1781
17822014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1783
1784	* configure.ac: Merge with Binutils.
1785
17862014-11-26  Tobias Burnus  <burnus@net-b.de>
1787
1788	* Makefile.def: Make more dependent on mpfr, mpc and isl.
1789	* Makefile.in: Regenerate.
1790
17912014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1792
1793	* Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1794	missing flex.
1795	* Makefile.in: Regenerated.
1796
17972014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
1798
1799	* Makefile.in: Regenerate.
1800
18012014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
1802
1803	PR bootstrap/63784
1804	* libtool.m4: Add $pic_flag with -shared.
1805
18062014-11-21  Renlin Li  <Renlin.Li@arm.com>
1807
1808	* MAINTAINERS (Write After Approval): Added myself.
1809
18102014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
1811
1812	* MAINTAINERS (write-after-approval): Add myself.
1813
18142014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1815
1816	* MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1817	from 2 years ago.
1818
18192014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1820
1821	Revert:
1822	2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1823
1824	* MAINTAINERS (Write After Approval): Added myself as line map
1825	maintainer.
1826
18272014-11-19  Renlin Li  <Renlin.Li@arm.com>
1828
1829	Revert:
1830	2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1831
1832	* MAINTAINERS (Write After Approval): Added myself.
1833
18342014-11-19  Renlin Li  <Renlin.Li@arm.com>
1835
1836	* MAINTAINERS (Write After Approval): Added myself.
1837
18382014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1839
1840	* MAINTAINERS (Write After Approval): Added myself as line map
1841	maintainer.
1842
18432014-11-17  Dodji Seketeli  <dodji@redhat.com>
1844
1845	* MAINTAINERS (Various Maintainers): Added myself as line map
1846	maintainer.
1847
18482014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1849
1850	* move-if-change: Sync from upstream gnulib.
1851
18522014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1853
1854	* compile: Sync with upstream Automake.
1855	* depcomp: Ditto.
1856	* install-sh: Ditto.
1857	* missing: Ditto.
1858	* mkinstalldirs: Ditto.
1859	* ylwrap: Ditto.
1860
18612014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1862
1863	* config.sub: Update from upstream config repo.
1864	* config.guess: Ditto.
1865
18662014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
1867
1868	* Makefile.def: Add liboffloadmic to target_modules.  Make
1869	liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1870	* Makefile.in: Regenerate.
1871	* configure: Regenerate.
1872	* configure.ac: Add liboffloadmic to target binaries.
1873	Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1874	Add liboffloadmic to noconfig list when C++ is not supported.
1875
18762014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
1877	    Thomas Schwinge  <thomas@codesourcery.com>
1878	    Ilya Verbin  <ilya.verbin@intel.com>
1879	    Andrey Turetskiy  <andrey.turetskiy@intel.com>
1880
1881	* configure: Regenerate.
1882	* configure.ac (--enable-as-accelerator-for)
1883	(--enable-offload-targets): New configure options.
1884
18852014-11-11  Tobias Burnus  <burnus@net-b.de>
1886
1887	* Makefile.def: Make all-gcc depend on all-isl.
1888	* Makefile.in: Regenerate.
1889
18902014-11-11  David Malcolm  <dmalcolm@redhat.com>
1891
1892	* ChangeLog.jit: New.
1893	* MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1894
18952014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1896
1897	PR target/63610
1898	* libtool.m4: Fix globbing of darwin versions.
1899	* configure: Regenerate.
1900
19012014-11-11  Tobias Burnus  <burnus@net-b.de>
1902
1903	* Makefile.def: Remove CLooG.
1904	* Makefile.tpl: Ditto.
1905	* configure.ac: Ditto.
1906	* configure: Regenerate.
1907	* Makefile.in: Ditto.
1908
19092014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
1910
1911	* configure.ac: Handle nvptx-*-*.
1912	* configure: Regenerate.
1913
19142014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
1915
1916	* MAINTAINERS (Write After Approval): Add myself.
1917
19182014-10-31  Jakub Jelinek  <jakub@redhat.com>
1919
1920	* Makefile.def (libcc1): Remove bootstrap=true;.
1921	* Makefile.in: Regenerated.
1922
19232014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1924
1925	* configure.ac: Update comment.
1926	* configure: Regenerate.
1927
19282014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
1929
1930	* MAINTAINERS (Write After Approval): Add myself.
1931
19322014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
1933
1934	* configure.ac (extra_host_libiberty_configure_flags): Add
1935	--enable-shared also for libcc1's benefit.
1936	* configure: Regenerate.
1937
19382014-10-29  Tristan Gingold  <gingold@adacore.com>
1939
1940	* MAINTAINERS: Change my email address.
1941
19422014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
1943	    Tom Tromey  <tromey@redhat.com>
1944
1945	* Makefile.def: Add libcc1 to host_modules.
1946	* configure.ac (host_tools): Add libcc1.
1947	* Makefile.in, configure: Rebuild.
1948
19492014-10-24  Hans-Peter Nilsson  <hp@axis.com>
1950
1951	* configure.ac (build_configargs): Don't share config.cache between
1952	build subdirs.
1953	* configure: Regenerate.
1954
19552014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1956
1957	* config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1958	* doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1959	* config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1960	leon3v7 as leon3.
1961	* config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1962	* config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1963	* config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1964	* config/sparc/sparc.md (cpu): Add leon3v7.
1965	* config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1966
19672014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1968
1969	* MAINTAINERS (write-after-approval): Add myself.
1970
19712014-10-23  Ian Lance Taylor  <iant@google.com>
1972
1973	* configure.ac: Disable the Go frontend on systems where it is known
1974	to not work.
1975	* configure: Regenerate.
1976
19772014-10-23  Richard Biener  <rguenther@suse.de>
1978
1979	* Makefile.def: Add libcpp build module and dependencies.
1980	* configure.ac: Add libcpp build module.
1981	* Makefile.in: Regenerate.
1982	* configure: Likewise.
1983
19842014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
1985
1986	* MAINTAINERS (write-after-approval): Add myself.
1987
19882014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
1989
1990	* INSTALL/README: Do not mention CVS.
1991
19922014-10-03  Jing Yu  <jingyu@google.com>
1993
1994	* configure.ac: Add aarch64 to list of targets that support gold.
1995	* configure: Regenerate.
1996
19972014-09-29  François Dumont  <fdumont@gcc.gnu.org>
1998
1999	* MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
2000
20012014-09-29  Catherine Moore  <clm@codesourcery.com>
2002
2003	* MAINTAINERS:  Add myself as MIPS maintainer.
2004
20052014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
2006
2007	* MAINTAINERS: Move myself to MIPS maintainers.
2008
20092014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2010
2011	* MAINTAINERS: Put all email addresses between '<' and '>'.
2012
20132014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2014
2015	* MAINTAINERS: Move myself to reviewers (Fortran).
2016
20172014-09-01  Andi Kleen  <ak@linux.intel.com>
2018
2019	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
2020	POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
2021	* Makefile.in: Regenerate.
2022
20232014-08-28  David Malcolm  <dmalcolm@redhat.com>
2024
2025	* rtx-classes-status.txt: Delete
2026
20272014-08-28  David Malcolm  <dmalcolm@redhat.com>
2028
2029	* rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
2030
20312014-08-27  Sebastian Pop  <s.pop@samsung.com>
2032
2033	* config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
2034	(ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
2035	of checking for version number.
2036	* configure: Regenerated.
2037	* configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
2038
20392014-08-27  David Malcolm  <dmalcolm@redhat.com>
2040
2041	* rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
2042	is done; begin phase 6 (use extra rtx_def subclasses).
2043
20442014-08-27  David Malcolm  <dmalcolm@redhat.com>
2045
2046	* rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
2047	done; begin phase 5 (additional rtx_def subclasses).
2048
20492014-08-26  David Malcolm  <dmalcolm@redhat.com>
2050
2051	* rtx-classes-status.txt (TODO): DF_REF_INSN is done.
2052
20532014-08-26  David Malcolm  <dmalcolm@redhat.com>
2054
2055	* rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
2056	SET_BB_HEADER are done.
2057
20582014-08-26  David Malcolm  <dmalcolm@redhat.com>
2059
2060	* rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
2061	done.
2062
20632014-08-26  David Malcolm  <dmalcolm@redhat.com>
2064
2065	* rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
2066
20672014-08-26  David Malcolm  <dmalcolm@redhat.com>
2068
2069	* rtx-classes-status.txt (TODO): Remove SET_BND_TO.
2070
20712014-08-25  David Malcolm  <dmalcolm@redhat.com>
2072
2073	* rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
2074
20752014-08-25  David Malcolm  <dmalcolm@redhat.com>
2076
2077	* rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
2078
20792014-08-25  David Malcolm  <dmalcolm@redhat.com>
2080
2081	* rtx-classes-status.txt: Phase 3 (per-file commits within
2082	"config" subdirs) is done; begin phase 4 (removal of
2083	"scaffolding").
2084
20852014-08-23  David Malcolm  <dmalcolm@redhat.com>
2086
2087	* rtx-classes-status.txt: Phase 2 (per-file commits in main source
2088	dir) is done; begin phase 3 (per-file commits within "config"
2089	subdirs).
2090
20912014-08-21  David Malcolm  <dmalcolm@redhat.com>
2092
2093	* rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
2094	phase 2 (per-file commits in main source dir).
2095
20962014-08-21  Bin Cheng  <bin.cheng@arm.com>
2097
2098	* configure: Regenerated.
2099
21002014-08-19  David Malcolm  <dmalcolm@redhat.com>
2101
2102	* rtx-classes-status.txt (TODO): Add SET_BND_TO
2103
21042014-08-19  David Malcolm  <dmalcolm@redhat.com>
2105
2106	* rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
2107
21082014-08-19  David Malcolm  <dmalcolm@redhat.com>
2109
2110	* rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2111
21122014-08-19  David Malcolm  <dmalcolm@redhat.com>
2113
2114	* rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2115
21162014-08-19  David Malcolm  <dmalcolm@redhat.com>
2117
2118	* rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2119
21202014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
2121
2122	* MAINTAINERS (Write After Approval): Add myself.
2123
21242014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
2125
2126	* MAINTAINERS: Remove myself
2127
21282014-08-19  David Malcolm  <dmalcolm@redhat.com>
2129
2130	* rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2131
21322014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
2133
2134	* MAINTAINERS (Write After Approval): Add myself.
2135
21362014-08-18  David Malcolm  <dmalcolm@redhat.com>
2137
2138	* rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2139	SET_BB_HEADER, SET_BB_FOOTER
2140
21412014-08-18  David Malcolm  <dmalcolm@redhat.com>
2142
2143	* rtx-classes-status.txt: New file
2144
21452014-08-18 Roman Gareev  <gareevroman@gmail.com>
2146
2147	* configure.ac: Eliminate ClooG installation dependency.
2148	* configure: Regenerate.
2149	* Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2150	* Makefile.in: Regenerate.
2151
21522014-08-15  Ilya Verbin  <iverbin@gmail.com>
2153
2154	* MAINTAINERS (Write After Approval): Add myself.
2155
21562014-08-15  Ilya Tocar  <tocarip@gmail.com>
2157
2158	* MAINTAINERS (Write After Approval): Add myself.
2159
21602014-08-01  Jiong Wang  <jiong.wang@arm.com>
2161
2162	* MAINTAINERS (Write After Approval): Add myself.
2163
21642014-07-28  Anthony Green  <green@moxielogic.com>
2165
2166	Import from savannah.gnu.org:
2167	* config.sub: Update to 2014-07-28 version.
2168
21692014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
2170
2171	* MAINTAINERS: Remove my MIPS maintainer entry.
2172
21732014-07-26  Uros Bizjak  <ubizjak@gmail.com>
2174
2175	PR target/47230
2176	* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2177	* configure: Regenerate.
2178
21792014-07-24  James Norris  <jnorris@codesourcery.com>
2180
2181	* MAINTAINERS (Write After Approval): Add myself.
2182
21832014-07-20  Roman Gareev  <gareevroman@gmail.com>
2184
2185	* configure.ac: Accept only CLooG 0.18.1.
2186	* configure: Regenerate.
2187
21882014-07-17  Roman Gareev  <gareevroman@gmail.com>
2189
2190	* configure.ac: Don't accept isl 0.11.
2191	* configure: Regenerate.
2192
21932014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2194
2195	* MAINTAINERS (Write After Approval): Add myself.
2196
21972014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2198
2199	* configure.ac: Don't accept isl 0.10.
2200	* configure: Regenerate.
2201
22022014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2203
2204	Fix include path for in-tree cloog.
2205	* config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2206	* configure: Regenerate.
2207
22082014-06-18  Richard Henderson  <rth@redhat.com>
2209
2210	* .gitignore: Import gcc_update output.
2211
22122014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
2213
2214	* config-ml.in: Robustify ac_configure_args parsing.
2215
2216	* configure.ac (--enable-linker-plugin-configure-flags)
2217	(--enable-linker-plugin-flags): New flags.
2218	(configdirs): Conditionally add libiberty-linker-plugin.
2219	* configure: Regenerate.
2220	* Makefile.def (host_modules): Add libiberty-linker-plugin.
2221	(host_modules) <lto-plugin>: Pay attention to
2222	@extra_linker_plugin_flags@ and
2223	@extra_linker_plugin_configure_flags@.
2224	(all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2225	* Makefile.in: Regenerate.
2226
2227	* Makefile.tpl (configure-[+prefix+][+module+])
2228	(configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2229	"module_srcdir" instead of "module" for locating a module's srcdir.
2230	* Makefile.in: Regenerate.
2231
22322014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
2233
2234	* MAINTAINERS (Write After Approval): Add myself.
2235
22362014-06-06  Sebastian Pop  <sebpop@gmail.com>
2237
2238	* MAINTAINERS: Update my email address.
2239
22402014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2241
2242	* MAINTAINERS (Write After Approval): Add myself.
2243
22442014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
2245
2246	* MAINTAINERS (Write After Approval): Add myself.
2247
22482014-05-30  Jonathan Wakely  <jwakely@redhat.com>
2249
2250	PR libstdc++/61011
2251	* configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2252	Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2253	* configure: Regenerate.
2254
22552014-05-28  Pedro Alves  <palves@redhat.com>
2256
2257	* MAINTAINERS (Write After Approval): Add myself.
2258
22592014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2260
2261	* MAINTAINERS: Update my affiliation/email.
2262
22632014-05-19  Mike Stump  <mikestump@comcast.net>
2264
2265	* MAINTAINERS: Add wide-int reviewers.
2266
22672014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
2268
2269	* configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2270	* configure: Regenerated.
2271
22722014-05-15  Torvald Riegel  <triegel@redhat.com>
2273
2274	* MAINTAINERS (libitm): Add myself as maintainer.
2275
22762014-05-07  Charles Baylis  <charles.baylis@linaro.org>
2277
2278	* MAINTAINERS (Write After Approval): Add myself.
2279
22802014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
2281
2282	* config.sub, config.guess: Import from upstream.
2283
22842014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2285
2286	* MAINTAINERS (Write After Approval): Put myself in correct order.
2287
22882014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2289
2290	* MAINTAINERS (Write After Approval): Add myself.
2291
22922014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2293
2294	* MAINTAINERS: Move myself from Reviewers to Write After Approval
2295	section.
2296
22972014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2298
2299	* MAINTAINERS (Write After Approval): Delete myself.
2300
23012014-04-17  Jakub Jelinek  <jakub@redhat.com>
2302
2303	PR sanitizer/56781
2304	* libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2305	and -B* options with -Xcompiler.
2306
23072014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
2308
2309	PR bootstrap/60620
2310	* Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2311	* Makefile.in: Regenerate.
2312
23132014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2314
2315	* Makefile.def (dependencies): Make all-ld depend on all-binutils
2316	for WINDRES_FOR_TARGET in default-manifest.o rule.
2317	* Makefile.in: Regenerate.
2318
23192014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
2320
2321	* MAINTAINERS (Write After Approval): Add myself.
2322
23232014-03-26  Jakub Jelinek  <jakub@redhat.com>
2324
2325	PR sanitizer/56781
2326	* Makefile.def: Set bootstrap=true; for host fixincludes.
2327	* configure.ac: Don't bootstrap host fixincludes unless
2328	--with-build-config=bootstrap-{a,ub}san.
2329	* Makefile.in: Regenerated.
2330	* configure: Regenerated.
2331
23322014-03-21  Jakub Jelinek  <jakub@redhat.com>
2333
2334	* configure.ac: Move BUILD_CONFIG set up earlier.  Add
2335	--enable-vtable-verify option parsing.  Don't add
2336	target-libsanitizer to bootstrap_target_libs unless
2337	--with-build-config=bootstrap-asan or
2338	--with-build-config=bootstrap-ubsan.  Don't add target-libvtv
2339	to bootstrap_target_libs unless --enable-vtable-verify.
2340	* configure: Regenerated.
2341
23422014-03-10  Anatoly Sokolov <aesok@post.ru>
2343
2344	* MAINTAINERS (Write After Approval): Add myself.
2345
23462014-03-07  Denis Chertykov  <chertykov@gmail.com>
2347
2348	* MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2349
23502014-03-07  Jakub Jelinek  <jakub@redhat.com>
2351
2352	PR bootstrap/58572
2353	* Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2354	-I for libstdc++-v3 includes if $(LEAN).
2355	* Makefile.in: Regenerated.
2356
23572014-03-04  Jonathan Wakely  <jwakely@redhat.com>
2358
2359	* MAINTAINERS: Update my email address.
2360
23612014-02-24  Walter Lee  <walt@tilera.com>
2362
2363	* configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2364	(tilegx-*-*): Change to tilegx*-*-*.
2365	* configure: Regenerate.
2366
23672014-02-17  Loren J. Rittle  <ljrittle@acm.org>
2368
2369	* MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2370
23712014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
2372
2373	* MAINTAINERS (Write After Approval): Add myself.
2374
23752014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2376
2377	PR target/59788
2378	* ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2379	*solaris2*.
2380
23812014-01-21  John David Anglin  <danglin@gcc.gnu.org>
2382
2383	* MAINTAINERS: Update my email address.
2384
23852014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2386
2387	* MAINTAINERS: Convert to UTF-8.
2388	Properly sort Xinliang David Li's entry.
2389
23902013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2391	    Sandra Loosemore  <sandra@codesourcery.com>
2392
2393	* MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2394	nios2 port maintainers.
2395
23962013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
2397
2398	* MAINTAINERS (Write After Approval): Add myself.
2399
24002013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2401
2402	* configure.ac: Add user-friendly check for native x86_64-linux
2403	multilibs.
2404	* configure: Regenerate.
2405
24062013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
2407
2408	* MAINTAINERS: Add myself as sh maintainer.
2409
24102013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2411
2412	* MAINTAINERS: Add self as SLSR maintainer.
2413
24142013-11-18  Jan Hubicka  <hubicka@ucw.cz>
2415
2416	* MAINTAINERS: Update my email address.
2417
24182013-11-15  David Edelsohn  <dje.gcc@gmail.com>
2419
2420	* MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2421
24222013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
2423
2424	* Makefile.in: Regenerate.
2425
2426	* Makefile.tpl: Fix typo.
2427	* Makefile.in: Regenerate partially.
2428
24292013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2430
2431	* configure.ac: Added libcilkrts to noconfig list when C++ is not
2432	supported.
2433	* configure: Regenerated.
2434
24352013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
2436
2437	* MAINTAINERS (Write After Approval): Add myself.
2438
24392013-10-30  Jason Merrill  <jason@redhat.com>
2440
2441	* Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2442	--disable-build-format-warnings.
2443
24442013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2445
2446	* Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
2447	depend on libstdc++ and libgcc.
2448	* configure: Regenerate.
2449	* configure.ac: Added libcilkrts to target binaries.  Also, restrict
2450	libcilkrts for POSIX and i*86, and x86_64 architectures.
2451	* Makefile.in: Added libcilkrts related fields to support building it.
2452
24532013-10-26  Jeff Law  <law@redhat.com>
2454
2455	* Makefile.def (target_modules): Remove libmudflap
2456	(languages): Remove check-target-libmudflap).
2457	* Makefile.in: Rebuilt.
2458	* Makefile.tpl (check-target-libmudflap-c++): Remove.
2459	* configure.ac (target_libraries): Remove target-libmudflap.
2460	Remove checks which disabled libmudflap on some systems.
2461	* configure: Rebuilt.
2462	* libmudflap: Directory removed.
2463
24642013-10-21  Cong Hou  <congh@google.com>
2465
2466	* MAINTAINERS (Write After Approval): Add myself.
2467
24682013-10-16  Mike Stump  <mikestump@comcast.net>
2469
2470	* .dir-locals.el: Add.
2471
24722013-10-15  David Malcolm  <dmalcolm@redhat.com>
2473
2474	* configure.ac: Add --enable-host-shared
2475	* configure: Regenerate.
2476
24772013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2478
2479	Import from savannah.gnu.org:
2480	* config.guess: Update to 2013-06-10 version.
2481	* config.sub: Update to 2013-10-01 version.
2482
24832013-10-01  Simon Cook  <simon.cook@embecosm.com>
2484
2485	Changes to build configuration to allow big endian ARC ELF toolchain
2486	* configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2487	* configure: Regenerate.
2488
24892013-09-20  Alan Modra  <amodra@gmail.com>
2490
2491	* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2492	ppc host match.  Support little-endian powerpc linux hosts.
2493
24942013-09-19  Dodji Seketeli  <dodji@redhat.com>
2495
2496	* MAINTAINERS (diagnostic messages): Add myself as diagnostics
2497	maintainer.
2498
24992013-09-12  DJ Delorie  <dj@redhat.com>
2500
2501	* MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2502	maintainers.
2503
25042013-09-03  Richard Biener  <rguenther@suse.de>
2505
2506	* configure.ac: Also allow ISL 0.12.
2507	* configure: Regenerated.
2508
25092013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2510
2511	* MAINTAINERS (Write After Approval): Add myself.
2512
25132013-08-27  David Malcolm  <dmalcolm@redhat.com>
2514
2515	* MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2516
25172013-08-26  Caroline Tice  <cmtice@google.com>
2518
2519	* MAINTAINERS:  Correct earliers update:  Move myself from libvtv
2520	"Various Reviewers" to libvtv "Various Maintainers".
2521
25222013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
2523
2524	* MAINTAINERS: Add myself as RTL optimizers reviewer.
2525
25262013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
2527
2528	* MAINTAINERS: Update name, email.
2529
25302013-08-13  Adam Butcher  <adam@jessamine.co.uk>
2531
2532	* MAINTAINERS (Write After Approval): Add myself.
2533
25342013-08-12  Caroline Tice  <cmtice@google.com>
2535
2536	* MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2537	address in the Write After Approval section.
2538
25392013-08-09  Carlos O'Donell  <carlos@redhat.com>
2540
2541	* MAINTAINERS (Write After Approval): Update email.
2542
25432013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
2544
2545	* configure.ac: Adjust to check VTV_SUPPORTED.
2546	* configure: Regenerated.
2547
25482013-08-02  Caroline Tice  <cmtice@google.com>
2549
2550	* configure.ac: Add target-libvtv to target_libraries; disable libvtv
2551	on non-linux systems; add target-libvtv to noconfigdirs; add
2552	libsupc++/.libs to C++ library search paths.
2553	* configure: Regenerated.
2554	* Makefile.def: Add libvtv to target_modules; make libvtv depend on
2555	libstdc++ and libgcc.
2556	* Makefile.in: Regenerated.
2557
25582013-07-19  Yvan Roux  <yvan.roux@linaro.org>
2559
2560	* MAINTAINERS (Write After Approval): Add myself.
2561
25622013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
2563	    Shiva Chen  <shiva0217@gmail.com>
2564
2565	* MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2566	nds32 port maintainers.
2567
25682013-07-17  Tim Shen  <timshen91@gmail.com>
2569
2570	* MAINTAINERS (Write After Approval): Add myself.
2571
25722013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2573
2574	* configure.ac: Sync from binutils.
2575	* configure: Regenerate.
2576
25772013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
2578
2579	* MAINTAINERS (Write After Approval): Add myself.
2580
25812013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
2582
2583	* MAINTAINERS (Write After Approval): Add myself.
2584
25852013-05-17  David Malcolm  <dmalcolm@redhat.com>
2586
2587	* MAINTAINERS (Write After Approval): Add myself.
2588
25892013-04-30  Brooks Moses  <bmoses@google.com>
2590
2591	* MAINTAINERS: Update my email; move myself from Fortran
2592	reviewer to Write After Approval.
2593
25942013-04-16  Andreas Schwab  <schwab@suse.de>
2595
2596	* configure.ac (aarch64-*-*): Don't disable java.
2597	* configure: Regenerate.
2598
25992013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
2600
2601	* MAINTAINERS (Write After Approval): Add myself.
2602
26032013-03-30  Matthias Klose  <doko@ubuntu.com>
2604
2605	* Makefile.def (target_modules): Don't install libffi.
2606	* Makefile.in: Regenerate.
2607
26082013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
2609
2610	* MAINTAINERS (Write After Approval): Add myself.
2611
26122013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
2613
2614	* MAINTAINERS (Write After Approval): Add myself.
2615
26162013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
2617
2618	* configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2619	* configure: Regenerated.
2620
26212013-02-05  Ian Lance Taylor  <iant@google.com>
2622
2623	PR go/55969
2624	* configure.ac: Disable libgo on some systems where it does not
2625	work.
2626
26272013-02-04  David Edelsohn  <dje.gcc@gmail.com>
2628
2629	* MAINTAINERS: Explicitly add myself as AIX maintainer.
2630	Remove Geoff Keating as rs6000 port maintainer, at his request.
2631
26322013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
2633
2634	* MAINTAINERS: Update my email.
2635
26362013-01-23  Shenghou Ma  <minux.ma@gmail.com>
2637
2638	* configure: Re-generate.
2639
26402013-01-15  Richard Biener  <rguenther@suse.de>
2641
2642	PR other/55973
2643	* configure: Re-generate.
2644
26452013-01-14  Matthias Klose  <doko@ubuntu.com>
2646
2647	* Makefile.def (install-target-libsanitizer): Depend on
2648	install-target-libstdc++-v3.
2649	* Makefile.in: Regenerate.
2650
26512013-01-14  Richard Biener  <rguenther@suse.de>
2652
2653	* configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2654	* configure: Re-generate
2655
26562013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2657
2658	* config.sub: Update from config repo.
2659
26602013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2661
2662	* Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2663	* Makefile.in: Regenerate.
2664
26652013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2666
2667	* MAINTAINERS (arc): Add new port maintainership for myself.
2668
26692013-01-09  Jason Merrill  <jason@redhat.com>
2670
2671	* .gitignore: Import from gdb repository.
2672
26732013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2674
2675	* Makefile.def (configure-gcc): Depend on all-gmp.
2676	(all-gcc): Remove dependency on all-gmp.
2677	* Makefile.in: Regenerated.
2678
26792013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2680
2681	* config.sub: Merge from config repo.
2682	* config.guess: Ditto.
2683
26842013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2685
2686	* Makefile.def: Merge from binutils.
2687	* Makefile.in: Ditto.
2688
26892013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
2690
2691	* MAINTAINERS: Update my email.
2692
26932012-12-29  Ben Elliston  <bje@gnu.org>
2694
2695	* config.guess: Update to 2012-12-29 version.
2696	* config.sub: Likewise.
2697
26982012-12-20  Matthias Klose  <doko@ubuntu.com>
2699
2700	* Makefile.def (install-target-libgfortran): Depend on
2701	install-target-libquadmath, install-target-libgcc.
2702	(install-target-libsanitizer): Depend on install-target-libgcc.
2703	(install-target-libjava): Depend on install-target-libgcc.
2704	(install-target-libitm): Depend on install-target-libgcc.
2705	(install-target-libobjc): Depend on install-target-libgcc.
2706	(install-target-libstdc++-v3): Depend on install-target-libgcc.
2707	* Makefile.in: Regenerate.
2708
27092012-12-19  Matthias Klose  <doko@ubuntu.com>
2710
2711	* Makefile.def (install-target-libgo): Depend on
2712	install-target-libatomic.
2713	* Makefile.in: Regenerate.
2714
27152012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
2716
2717	PR go/55201
2718	* Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2719	* Makefile.in: Regenerate.
2720
27212012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
2722
2723	* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2724	* configure: Regenerate.
2725
27262012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2727
2728	* config.sub: Merge from config repo.
2729
27302012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
2731
2732	* Makefile.def (target_modules): Add bootstrap=true and
2733	raw_cxx=true to libsanitizer.
2734	* configure.ac (bootstrap_target_libs): Add libsanitizer.
2735	* Makefile.in: Regenerated.
2736	* configure: Likewise.
2737
27382012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
2739
2740	* MAINTAINERS: Remove self as RTL optimization maintainer.
2741
27422012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2743
2744	* MAINTAINERS (Write After Approval): Add myself.
2745
27462012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2747
2748	* Makefile.def (target_modules): Remove bootstrap=true and
2749	raw_cxx=true from libsanitizer.
2750	* configure.ac (bootstrap_target_libs): Remove libsanitizer.
2751	* Makefile.in: Regenerated.
2752	* configure: Likewise.
2753
27542012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2755
2756	* Makefile.def (target_modules): Add bootstrap=true and
2757	raw_cxx=true to libsanitizer.
2758	* configure.ac (bootstrap_target_libs): Add libsanitizer.
2759	* Makefile.in: Regenerated.
2760	* configure: Likewise.
2761
27622012-11-28  Andrew Pinski  <apinski@cavium.com>
2763
2764	PR bootstrap/54279
2765	* configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2766	* configure: Regenerate.
2767	* Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2768	* Makefile.in: Regenerate.
2769
27702012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2771
2772	* configure.ac: Disable libsanitizer if we're not building C++.
2773	* configure: Regenerate.
2774
27752012-11-15  Roland McGrath  <roland@hack.frob.com>
2776
2777	* MAINTAINERS (Write After Approval): Add myself.
2778
27792012-11-15  Dmitry Vyukov  <dvyukov@google.com>
2780
2781	* MAINTAINERS: (libsanitizer, asan.c): Add myself,
2782	Kostya Serebryany (kcc@google.com) and
2783	Jakub Jelinek (jakub@redhat.com).
2784	Rename area for Dodji Seketeli (dodji@redhat.com).
2785
27862012-11-15  Dodji Seketeli  <dodji@redhat.com>
2787
2788	* MAINTAINERS: (asan.c, related): Add myself.
2789
27902012-11-14  Roland McGrath  <mcgrathr@google.com>
2791
2792	* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2793	* configure: Regenerate.
2794
27952012-11-13  Richard Henderson  <rth@redhat.com>
2796
2797	* configure.ac: Move libsanitizer logic to subdirectory.
2798	* configure: Regenerate.
2799
28002012-11-13  Dodji Seketeli  <dodji@redhat.com>
2801
2802	* configure.ac: Enable libsanitizer just on x86 linux for now.
2803	* configure: Re-generate.
2804
28052012-11-13  David Edelsohn  <dje.gcc@gmail.com>
2806
2807	* configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2808	sections.
2809	* configure: Regenerate.
2810
28112012-11-13  Hans-Peter Nilsson  <hp@axis.com>
2812
2813	* configure.ac: Add section for configdirs for libsanitizer.
2814	Disable for cris-*-* and mmix-*-*.
2815	* configure: Regenerate.
2816
28172012-11-12  Wei Mi <wmi@google.com>
2818
2819	* configure.ac: Add libsanitizer to target_libraries.
2820	* Makefile.def: Ditto.
2821	* configure: Regenerate.
2822	* Makefile.in: Regenerate.
2823	* libsanitizer: New directory for asan runtime.  Contains an empty
2824	tsan directory.
2825
28262012-11-03  Corinna Vinschen  <corinna@vinschen.de>
2827
2828	* configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2829	against Mingw64 w32api.
2830	* configure: Regenerate.
2831
28322012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2833
2834	* configure: Regenerated.
2835
28362012-11-03  Robert Mason  <rbmj@verizon.net>
2837
2838	* configure.ac: add --disable-libstdcxx configure option
2839	and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2840
28412012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
2842
2843	* MAINTAINERS (Write After Approval): Add myself.
2844
28452012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
2846
2847	* MAINTAINERS (Write After Approval): Add myself.
2848
28492012-10-24  Sharad Singhai  <singhai@google.com>
2850
2851	* MAINTAINERS (Write After Approval): Add myself.
2852
28532012-10-24  Eric Christopher  <echristo@gmail.com>
2854
2855	* MAINTAINERS: Update email address.
2856
28572012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
2858
2859	PR bootstrap/54820
2860	* configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2861	* configure: Regenerate.
2862
28632012-10-23  Richard Earnshaw  <rearnsha@arm.com>
2864
2865	* MAINTAINERS (aarch64): Add Marcus and myself.
2866
28672012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
2868
2869	PR bootstrap/54820
2870	* Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2871	(all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2872	(all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2873	(clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2874	(host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2875	* Makefile.in: Regenerate.
2876	* configure.ac (have_static_libs): New variable and associated check.
2877	(stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2878	-static-libgcc if stage1_libs is empty and have_static_libs is yes.
2879	* configure: Regenerate.
2880
28812012-10-10  Richard Biener  <rguenther@suse.de>
2882
2883	* MAINTAINERS: Adjust for changed surname.
2884
28852012-10-04  Lawrence Crowl  <crowl@google.com>
2886
2887	* MAINTAINERS (Write After Approval): Add myself.
2888
28892012-10-01  Cary Coutant  <ccoutant@google.com>
2890
2891	* MAINTAINERS: Add myself as dwarf debugging code maintainer.
2892
28932012-09-28  Ian Lance Taylor  <iant@google.com>
2894
2895	* Makefile.def: Make all-target-libgo depend on
2896	all-target-libbacktrace.
2897	* Makefile.in: Rebuild.
2898
28992012-09-26  Ian Lance Taylor  <iant@google.com>
2900
2901	* Makefile.def: Make all-gcc depend on all-libbacktrace.
2902	* Makefile.in: Rebuild.
2903
29042012-09-20  Walter Lee  <walt@tilera.com>
2905
2906	* configure.ac: Add tilegx to list of targets that support gold.
2907	* configure: Regenerate.
2908
29092012-09-20  Marek Polacek  <polacek@redhat.com>
2910
2911	* MAINTAINERS (Write After Approval): Add myself.
2912
29132012-09-19  Steve Ellcey  <sellcey@mips.com>
2914
2915	* configure.ac: Add mips*-mti-elf* target.
2916	* configure: Regenerate.
2917
29182012-09-17  Ian Lance Taylor  <iant@google.com>
2919
2920	* MAINTAINERS (Various Maintainers): Add libbacktrace.
2921	* configure.ac (host_libs): Add libbacktrace.
2922	(target_libraries): Add libbacktrace.
2923	* Makefile.def (host_modules): Add libbacktrace.
2924	(target_modules): Likewise.
2925	* configure, Makefile.in: Rebuild.
2926
29272012-09-14  David Edelsohn  <dje.gcc@gmail.com>
2928
2929	PR target/38607
2930	Merge upstream change.
2931	* libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2932
2933	* configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2934	Add libgomp*.o to compare_exclusions for AIX.
2935	* configure: Regenerate.
2936
29372012-09-06  Diego Novillo  <dnovillo@google.com>
2938
2939	* configure.ac: Bump minimum GMP version to 4.2.3.
2940	* configure: Re-generate.
2941
29422012-09-05  Georg-Johann Lay  <avr@gjlay.de>
2943
2944	PR target/54461
2945	* configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2946	target-libgloss if not configured --with-avrlibc=no.
2947	* configure: Regenerate.
2948
29492012-09-04  Jason Merrill  <jason@redhat.com>
2950
2951	* configure.ac: Fix --enable-languages=all.
2952
29532012-09-04  Christophe Lyon  <christophe.lyon@st.com>
2954
2955	* MAINTAINERS (Write After Approval): Add myself.
2956
29572012-09-03  Richard Guenther  <rguenther@suse.de>
2958
2959	PR bootstrap/54138
2960	* configure.ac: Re-organize ISL / CLOOG checks to allow
2961	disabling with either --without-isl or --without-cloog.
2962	* configure: Regenerated.
2963
29642012-09-03  Georg-Johann Lay  <avr@gjlay.de>
2965
2966	* configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2967	* configure: Regenerate.
2968
29692012-08-27  Ulrich Drepper  <drepper@gmail.com>
2970
2971	* MAINTAINERS: Fix my email address.
2972
29732012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
2974
2975	PR binutils/4970
2976	* Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2977	and opcodes.
2978	* Makefile.in: Regenerated.
2979
29802012-08-26  Art Haas <ahaas@impactweather.com>
2981
2982	* configure: Regenerate.
2983
29842012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
2985
2986	* INSTALL/README: Also refer to the online installation
2987	instructions.
2988
29892012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2990
2991	* MAINTAINERS (Write After Approval): Add myself.
2992	(Picochip port): Remove myself.
2993
29942012-08-14   Diego Novillo  <dnovillo@google.com>
2995
2996	Merge from cxx-conversion branch.
2997
2998	* Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2999	POSTSTAGE1_CONFIGURE_FLAGS.
3000	* Makefile.in: Regenerate.
3001	* configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
3002	Force C++ when bootstrapping.
3003	* configure: Regenerate.
3004
30052012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3006
3007	* MAINTAINERS (Write After Approval): Add myself.
3008
30092012-07-16  Joseph Myers  <joseph@codesourcery.com>
3010
3011	* README: Document use of ranges of years in copyright notices.
3012
30132012-07-06  Richard Guenther  <rguenther@suse.de>
3014
3015	* Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
3016	as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
3017	--with-gmp=system.
3018	* Makefile.in: Regenerated.
3019	* configure: Likewise.
3020
30212012-07-06  Richard Guenther  <rguenther@suse.de>
3022
3023	* configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
3024	* Makefile.def (isl): Use extra_isl_gmp_configure_flags and
3025	supply V=1 as extra_make_flags.
3026	* configure: Regenerated.
3027	* Makefile.in: Likewise.
3028
30292012-07-04  Tristan Gingold  <gingold@adacore.com>
3030
3031	* configure: Regenerate.
3032
30332012-07-03  Richard Guenther  <rguenther@suse.de>
3034
3035	* Makfile.def (isl): Remove not necessary extra_exports and
3036	extra_make_flags.
3037	(cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
3038	* Makefile.in: Regenerated.
3039
30402012-07-03  Richard Guenther  <rguenther@suse.de>
3041
3042	* Makefile.def (cloog): Add V=1 to extra_make_flags.
3043	* configure.ac: If either the ISL or the CLooG check failed
3044	do not try to build in-tree versions.
3045	* Makefile.in: Regenerated.
3046	* configure: Regenerated.
3047
30482012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3049
3050	* configure: Regenerate.
3051
30522012-07-02  Janis Johnson  <janisjo@codesourcery.com>
3053
3054	* MAINTAINERS (Various Maintainers): Add myself as testsuite
3055	maintainer.
3056
30572012-07-02  Richard Guenther  <rguenther@suse.de>
3058
3059	* configure: Regenerated.
3060
30612012-07-02  Richard Guenther  <rguenther@suse.de>
3062	Michael Matz  <matz@suse.de>
3063	Tobias Grosser <tobias@grosser.es>
3064	Sebastian Pop <sebpop@gmail.com>
3065
3066	* Makefile.def: Add ISL host module, remove PPL host module.
3067	Adjust ClooG host module to use the proper ISL.
3068	* Makefile.tpl: Pass ISL include flags instead of PPL ones.
3069	* configure.ac: Include config/isl.m4.  Add ISL host library,
3070	remove PPL.  Remove PPL configury, add ISL configury, adjust
3071	ClooG configury.
3072	* Makefile.in: Regenerated.
3073	* configure: Likewise.
3074
30752012-07-02  Richard Guenther  <rguenther@suse.de>
3076
3077	Merge from graphite branch
3078	2011-07-21  Tobias Grosser  <tobias@grosser.es>
3079
3080	* configure: Regenerated.
3081	* config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
3082	both cloog.org and legacy versions. The only supported version will
3083	be CLooG with the isl backend.
3084
3085	2011-07-21  Tobias Grosser  <tobias@grosser.es>
3086
3087	* configure: Regenerated.
3088	* configure.ac: Require cloog isl 0.17.0
3089
3090	2011-07-21  Tobias Grosser  <tobias@grosser.es>
3091
3092	* configure: Regenerated.
3093	* config/cloog.m4: Do not define CLOOG_ORG
3094
30952012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
3096
3097	* configure.ac: Skip C if explicitly selected.
3098	* configure: Regenerate.
3099
31002012-06-28  Christophe Lyon <christophe.lyon@st.com>
3101
3102	* configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
3103	they contain -O2.
3104	* configure: Regenerate.
3105
31062012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
3107
3108	PR debug/53740
3109	* df.h, df-problems.c, dce.c: Revert last patch.
3110
31112012-06-25  Iain Sandoe  <iain@codesourcery.com>
3112
3113	* MAINTAINERS (Write After Approval): Update my email address.
3114
31152012-06-21  Meador Inge  <meadori@codesourcery.com>
3116
3117	* MAINTAINERS (Write After Approval): Add myself.
3118
31192012-06-20  Jason Merrill  <jason@redhat.com>
3120
3121	* Makefile.tpl (check-target-libgomp-c++): New.
3122	(check-target-libitm-c++): New.
3123	* Makefile.def (c++): Add them.
3124	* Makefile.in: Regenerate.
3125
31262012-05-29  Edmar Wienskoski  <edmar@freescale.com>
3127
3128	* MAINTAINERS (Write After Approval): Add myself.
3129
31302012-05-16  Olivier Hainque  <hainque@adacore.com>
3131
3132	* Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3133	(gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3134	(install-no-fixedincludes): Adjust accordingly.
3135	* Makefile.in: Regenerate.
3136
31372012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
3138
3139	Merge upstream change
3140	* libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3141
31422012-05-14  Marc Glisse  <marc.glisse@inria.fr>
3143
3144	* MAINTAINERS (Write After Approval): Add myself.
3145
31462012-05-09  Nick Clifton  <nickc@redhat.com>
3147	    Paul Smith  <psmith@gnu.org>
3148
3149	PR bootstrap/50461
3150	* configure.ac (mpfr-dir): When using in-tree MPFR sources
3151	allow for the fact that from release v3.1.0 of MPFR the source
3152	files were moved into a src sub-directory.
3153	* configure: Regenerate.
3154
31552012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
3156
3157	* configure.ac: Bump minimum MPFR version to 2.4.0.
3158	* configure: Regenerated.
3159
31602012-05-01  Richard Henderson  <rth@redhat.com>
3161
3162	* Makefile.def (libatomic): New target_module.
3163	* configure.ac (target_libraries): Add libatomic.
3164	(noconfigdirs): Check if libatomic is supported.
3165	* Makefile.in, configure: Rebuild.
3166
31672012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
3168
3169	* MAINTAINERS (Write After Approval): Add myself.
3170
31712012-04-25  Joel Brobecker  <brobecker@adacore.com>
3172
3173	* config.sub: Update to 2012-04-18 version from official repo.
3174
31752012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
3176
3177	* MAINTAINERS (Write After Approval): Add myself.
3178
31792012-04-11  Steve Ellcey  <sellcey@mips.com>
3180
3181	* MAINTAINERS: Changed email address.
3182
31832012-03-28  Georg-Johann Lay  <avr@gjlay.de>
3184
3185	PR target/52737
3186	* contrib/gcc_update (files_and_dependencies):
3187	Remove gcc/config/avr/t-multilib from touch data.
3188
31892012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3190
3191	* MAINTAINERS (OS Port Maintainers): Remove irix.
3192	* configure.ac (enable_libgomp): Remove *-*-irix6*.
3193	(unsupported_languages): Remove mips-sgi-irix6.*.
3194	(noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3195	(with_stabs): Remove.
3196	* configure: Regenerate.
3197
31982012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3199
3200	* MAINTAINERS (OS Port Maintainers): Remove osf.
3201	* configure.ac (enable_libgomp): Remove *-*-osf*.
3202	(with_stabs): Remove alpha*-*-osf*.
3203	* configure: Regenerate.
3204
32052012-03-05  Tristan Gingold  <gingold@adacore.com>
3206
3207	* configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3208	* configure: Regenerate.
3209
32102012-02-17  Walter Lee  <walt@tilera.com>
3211
3212	* MAINTAINERS: (Write After Approval): Delete myself.
3213
32142012-02-14  Walter Lee  <walt@tilera.com>
3215
3216	* MAINTAINERS (tilegx port): Add myself.
3217	(tilepro port): Add myself.
3218	(Write After Approval): Add myself.
3219
32202012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
3221
3222	* MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3223	and Joseph Myers as docstring relicensing maintainers.
3224
32252012-02-09  Bin Cheng  <bin.cheng@arm.com>
3226
3227	* MAINTAINERS (write-after-approval): Add myself.
3228
32292012-02-08  Ira Rosen <irar@il.ibm.com>
3230
3231	* MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3232	maintainer.
3233
32342012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3235
3236	* MAINTAINERS (Write After Approval): Move myself to
3237	maintain alphabetical order.
3238
32392012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3240
3241	* MAINTAINERS (Write After Approval): Add myself.
3242
32432012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
3244
3245	* MAINTAINERS (Write After Approval): Add myself.
3246
32472012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3248	    Jayant R Sonar <jayant.sonar@kpitcummins.com>
3249
3250	* configure.ac (cr16-*-*): Remove nonconfigdirs.
3251	* configure: Regenerate.
3252
32532012-01-23  Harshit Chopra  <harshit@google.com>
3254
3255	* MAINTAINERS (Write After Approval): Add myself.
3256
32572012-01-22  Douglas B Rupp  <rupp@ngnat.com>
3258
3259	* configure.ac: Remove reference to mh-interix.
3260	* configure: Regenerate.
3261
32622012-01-05  Richard Henderson  <rth@redhat.com>
3263
3264	PR bootstrap/51072
3265	* configure.ac: Disable libitm if c++ is not enabled.
3266	* configure: Rebuild.
3267
3268	* configure.ac: Fix regexp for same.
3269	* configure: Rebuild.
3270
32712012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
3272
3273	* MAINTAINERS (Write After Approval): Add myself.
3274
32752012-01-02  Richard Guenther  <rguenther@suse.de>
3276
3277	PR bootstrap/51686
3278	* Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3279	* Makefile.in: Regenerate.
3280
32812011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
3282
3283	* MAINTAINERS (Write After Approval): Add myself.
3284
32852011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
3286
3287	* configure: Regenerate.
3288
32892011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
3290
3291	* MAINTAINERS (picochip): Changed email address.
3292
32932011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3294
3295	* MAINTAINERS (write-after-approval): Add self.
3296
32972011-11-29  DJ Delorie  <dj@redhat.com>
3298
3299	* configure.ac (rl78-*-*) New case.
3300	* configure: Regenerate.
3301	* MAINTAINERS: Add myself as RL78 maintainer.
3302
33032011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3304
3305	* MAINTAINERS: Add self as co-maintainer of the Ada front end.
3306
33072011-11-21  Andreas Tobler  <andreast@fgznet.ch>
3308
3309	* libtool.m4: Additional FreeBSD 10 fixes.
3310
33112011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
3312
3313	* MAINTAINERS: Move myself from Write After Approval to CPU Port
3314	Maintainers section, as Epiphany maintainer.
3315
33162011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
3317
3318	PR target/49992
3319	* configure.ac: Remove ranlib special-casing for Darwin.
3320	* configure: Regenerate.
3321
33222011-11-12  Andrey Belevantsev  <abel@ispras.ru>
3323
3324	* MAINTAINERS (Reviewers): Keep the list sorted.
3325
33262011-11-11  Andrey Belevantsev  <abel@ispras.ru>
3327
3328	* MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3329
33302011-11-09  Roland McGrath  <mcgrathr@google.com>
3331
3332	* configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3333	* configure: Rebuild.
3334	* Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3335	* Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3336	(HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3337	(BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3338	(BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3339	Add READELF.
3340	* Makefile.in: Rebuild.
3341
33422011-11-09  Jason Merrill  <jason@redhat.com>
3343
3344	* Makefile.def (language=c++): Remove check-c++0x.
3345	* Makefile.in (check-gcc-c++): Regenerate.
3346
33472011-11-08  Richard Henderson  <rth@redhat.com>
3348
3349	* configure.ac: Test for libitm directory present first.
3350
3351	* configure.ac: Adjust srcdir for running libitm/configure.tgt.
3352
3353	* configure.ac: Test libitm/configure.tgt to disable libitm.
3354	* configure: Rebuild.
3355
33562011-11-07  Aldy Hernandez  <aldyh@redhat.com>
3357	    Richard Henderson  <rth@redhat.com>
3358
3359	Merged from transactional-memory.
3360
3361	* Makefile.def (lang_env_dependencies): libitm is c++.
3362	Add libitm target module.
3363	* configure.ac: Likewise.
3364	* config/mmap.m4: New file.
3365	* contrib/gcc_update: Add libitm to touch data.
3366	* Makefile.in, configure: Rebuild.
3367
33682011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3369
3370	* Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3371	LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3372	* Makefile.in: Regenerate.
3373
33742011-11-01  DJ Delorie  <dj@redhat.com>
3375
3376	* config.sub: Update to version 2011-10-29 (added rl78)
3377
33782011-10-27  Nick Clifton  <nickc@redhat.com>
3379
3380	* config.sub: Import these changes from the config project:
3381
3382	2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3383	    Ben Elliston  <bje@gnu.org>
3384
3385	* config.sub (epiphany): New.
3386
3387	2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
3388	    Ben Elliston  <bje@gnu.org>
3389
3390	* config.sub (hexagon, hexagon-*): New.
3391
3392	2011-08-23  Roland McGrath  <mcgrathr@google.com>
3393
3394	* config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3395	64eb to be64.
3396
3397	2011-08-16  Roland McGrath  <mcgrathr@google.com>
3398
3399	* config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3400	(nacl): Grok as alias for 32el-unknown-nacl.
3401
34022011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
3403
3404	* MAINTAINERS (Write After Approval): Add myself.
3405
34062011-10-24  Teresa Johnson  <tejohnson@google.com>
3407
3408	* MAINTAINERS (Write After Approval): Add myself.
3409
34102011-09-21  Jakub Jelinek  <jakub@redhat.com>
3411
3412	* MAINTAINERS (sparc port): Remove myself.
3413
34142011-09-14  Tom de Vries  <tom@codesourcery.com>
3415
3416	* MAINTAINERS (Write After Approval): Add myself.
3417
34182011-08-14  Yao Qi  <yao@codesourcery.com>
3419
3420	* configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3421	* configure: Regenerate.
3422
34232011-07-26  Ian Lance Taylor  <iant@google.com>
3424
3425	* configure.ac: Set have_compiler based on whether gcc directory
3426	exists, rather than on whether gcc is in configdirs.
3427	* configure: Rebuild.
3428
34292011-07-21  Joseph Myers  <joseph@codesourcery.com>
3430
3431	* MAINTAINERS (Global Reviewers): Add self.
3432
34332011-07-20  David Edelsohn  <dje.gcc@gmail.com>
3434
3435	* Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3436	link directories.
3437	* Makefile.in: Rebuild.
3438
34392011-07-20  Ian Lance Taylor  <iant@google.com>
3440
3441	PR bootstrap/49787
3442	* configure.ac: Move --enable-bootstrap handling earlier in file.
3443	If --enable-bootstrap and either --enable-build-with-cxx or
3444	--enable-build-poststage1-with-cxx, enable C++ automatically.
3445	* configure: Rebuild.
3446
34472011-07-19  Ian Lance Taylor  <iant@google.com>
3448
3449	* configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
3450	make C++ a boot_language.  Set and substitute
3451	POSTSTAGE1_CONFIGURE_FLAGS.
3452	* Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3453	(STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3454	* configure, Makefile.in: Rebuild.
3455
34562011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
3457
3458	* MAINTAINERS (Register Allocation): Move myself from reviewers to
3459	maintainers.
3460
34612011-07-18  Jakub Jelinek  <jakub@redhat.com>
3462
3463	* MAINTAINERS (Global Reviewers): Add myself.
3464
34652011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3466
3467	* configure: Regenerate.
3468
34692011-07-16  Jason Merrill  <jason@redhat.com>
3470
3471	* Makefile.def (language=c++): Add check-c++0x and
3472	check-target-libmudflap-c++.
3473	* Makefile.tpl (check-target-libmudflap-c++): New.
3474	* Makefile.in: Regenerate.
3475
34762011-07-16  Matthias Klose  <doko@ubuntu.com>
3477
3478	* Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3479	* Makefile.def (target_modules/libjava): Pass
3480	$(EXTRA_CONFIGARGS_LIBJAVA).
3481	* configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3482	if not configured with --enable-static-libjava.
3483	* Makefile.in: Regenerate.
3484	* configure: Likewise.
3485
34862011-07-15  Jason Merrill  <jason@redhat.com>
3487
3488	* Makefile.in (check-c++): Move check-gcc-c++0x after
3489	check-target-libstdc++-v3.
3490
34912011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3492
3493	* MAINTAINERS (c6x port): New entry.
3494
34952011-07-13  Jason Merrill  <jason@redhat.com>
3496
3497	* Makefile.in (check-gcc-c++0x): New.
3498	(check-c++): Depend on it.
3499
35002011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3501
3502	PR target/39150
3503	* configure.ac (i[3456789]86-*-solaris2*): Also accept
3504	x86_64-*-solaris2.1[0-9]*.
3505	* configure: Regenerate.
3506
35072011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
3508
3509	* MAINTAINERS (RTL optimizers): Add self.
3510
35112011-06-27  Gabriel Charette  <gchare@google.com>
3512
3513	* MAINTAINERS (Write After Approval): Add myself.
3514
35152011-06-22  Hans-Peter Nilsson  <hp@axis.com>
3516
3517	PR regression/47836
3518	PR bootstrap/23656
3519	PR other/47733
3520	PR bootstrap/49247
3521	PR c/48825
3522	* configure.ac (target_libraries): Remove target-libiberty.
3523	Remove case-statement setting skipdirs=target-libiberty for
3524	multiple targets.  Remove checking target_configdirs and
3525	removing target-libiberty but keeping target-libgcc if
3526	otherwise empty.
3527	* Makefile.def (target_modules): Don't add libiberty.
3528	(dependencies): Remove all traces of target-libiberty.
3529	* configure, Makefile.in: Regenerate.
3530
35312011-06-13  Walter Lee <walt@tilera.com>
3532
3533	* configure.ac (tilepro-*-*) New case.
3534	(tilegx-*-*): Likewise.
3535	* configure: Regenerate.
3536
35372011-06-06  Jing Yu  <jingyu@google.com>
3538
3539	* configure.ac: Skip target-libiberty for
3540	arm*-*-linux-androideabi.
3541	* configure: Regenerated.
3542
35432011-06-06  Nick Clifton  <nickc@redhat.com>
3544
3545	* config.sub: Sync from upstream.
3546
35472011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
3548
3549	* MAINTAINERS (Write After Approval): Add myself.
3550
35512011-06-01  Daniel Jacobowitz  <drow@false.org>
3552
3553	* MAINTAINERS: Update my email address.
3554
35552011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
3556
3557	* MAINTAINERS (Write After Approval): Update my email address.
3558
35592011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
3560
3561	* MAINTAINERS (Write After Approval): Add myself.
3562
35632011-05-08  Doug Kwan  <dougkwan@google.com>
3564
3565	* configure.ac: Propagate LDFLAGS_FOR_TARGET.
3566	* configure: Regenerated.
3567	* Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3568	value from configure.
3569	* Makefile.in: Regenerated.
3570
35712011-05-05  Joseph Myers  <joseph@codesourcery.com>
3572
3573	* configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3574	sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3575	*-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3576	| *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3577	*-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3578	*-*-vxworks*): Disable newlib and libgloss in separate case
3579	statement.
3580	(i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3581	to separate case statement.
3582	(*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3583	*-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3584	alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3585	sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3586	arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3587	bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3588	i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3589	i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3590	i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3591	i[[3456789]]86-*-rdos*, m32r-*-*,
3592	m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3593	| fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3594	powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3595	rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3596	| sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3597	sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3598	sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3599	*-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3600	and libgloss in main case over targets.  Remove most empty cases
3601	in main case over targets.
3602	* configure: Regenerate.
3603
36042011-05-04  Janis Johnson  <janisjo@codesourcery.com>
3605
3606	* MAINTAINERS (Write After Approval): Add myself.
3607
36082011-05-04  Joseph Myers  <joseph@codesourcery.com>
3609
3610	* configure.ac: Remove code setting special library locations for
3611	hppa*64*-*-hpux11*.  Remove code setting compiler for
3612	sparc-sun-solaris2*.
3613	* configure: Regenerate.
3614
36152011-05-04  Joseph Myers  <joseph@codesourcery.com>
3616
3617	* configure.ac: Separate libgloss_dir settings from general case
3618	over targets.
3619	* configure: Regenerate.
3620
36212011-04-28  Joseph Myers  <joseph@codesourcery.com>
3622
3623	* configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3624	alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3625	arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3626	cases in libgcj-disabling case statement.
3627	(hppa*64*-*-linux*): Set unsupported_languages instead of
3628	disabling target-zlib.
3629	(hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3630	to hppa*64*-*-hpux*.
3631	(hppa*-*-*): Restrict case in libgcj-disabling case statement to
3632	hppa*-*-hpux*.
3633	(ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3634	i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3635	i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3636	fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3637	powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3638	sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3639	sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3640	*-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3641	libgcj-disabling case statement.
3642	* configure: Regenerate.
3643
36442011-04-28  Joseph Myers  <joseph@codesourcery.com>
3645
3646	* configure.ac: Disable Java for targets not supporting libffi.
3647	(*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3648	Remove cases in Java-disabling statement.
3649	(*arm-wince-pe): Change to arm-wince-pe.
3650	(arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3651	cases in Java-disabling statement.
3652	(bfin-*-*): Don't disable Java again.
3653	(c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3654	fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3655	hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3656	hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3657	i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3658	i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3659	i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3660	m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3661	Java-disabling statement.
3662	(mmix-*-*): Don't disable Java again.
3663	(mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3664	powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3665	microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3666	sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3667	tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3668	statement.
3669	* configure: Regenerate.
3670
36712011-04-28  Joseph Myers  <joseph@codesourcery.com>
3672
3673	* configure.ac: Separate cases disabling Java and Java libraries
3674	from general case over targets.
3675	* configure: Regenerate.
3676
36772011-04-21  Jie Zhang  <jzhang918@gmail.com>
3678
3679	* MAINTAINERS: Update my email address.
3680
36812011-04-20  Easwaran Raman  <eraman@google.com>
3682
3683	* MAINTAINERS (Write After Approval): Add myself.
3684
36852011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
3686
3687	PR lto/48086
3688	* configure.ac: Re-enable LTO on *-apple-darwin9*.
3689	* configure: Regenerate.
3690
36912011-04-16  Jim Meyering  <meyering@redhat.com>
3692
3693	* MAINTAINERS (Write After Approval): Add myself.
3694
36952011-04-15  Dodji Seketeli  <dodji@redhat.com>
3696
3697	* MAINTAINERS: Update my email address.
3698
36992011-04-13  Georg-Johann Lay  <avr@gjlay.de>
3700
3701	* MAINTAINERS (Write After Approval): Add myself.
3702
37032011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
3704
3705	* MAINTAINERS (Write After Approval): Add myself.
3706
37072011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
3708
3709	* MAINTAINERS (Write After Approval): Add myself.
3710
37112011-04-06  Joseph Myers  <joseph@codesourcery.com>
3712
3713	* configure.ac (build_tools): Remove build-byacc.
3714	(host_libs): Remove mmalloc.
3715	(host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3716	autoconf automake libtool diff rcs fileutils shellutils time
3717	textutils wdiff find uudecode hello tar gzip indent recode release
3718	sed perl gawk findutils gettext zip.
3719	(libgcj): Remove target-qthreads.
3720	(target_tools): Remove target-examples target-gperf.
3721	(YACC): Don't handle building byacc.
3722	* configure: Regenerate.
3723	* Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3724	dosutils, examples, fileutils, find, findutils, gawk, gettext,
3725	gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3726	patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3727	shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3728	handle building components.
3729	* Makefile.in: Regenerate.
3730
37312011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
3732
3733	* MAINTAINERS: Update my email address as Xtensa maintainer.
3734
37352011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3736
3737	* config.sub: Sync from upstream.
3738
37392011-04-01  Joseph Myers  <joseph@codesourcery.com>
3740
3741	* configure.ac (avr-*-*): Add comment about why libssp is disabled.
3742	(microblaze*): Don't disable libssp.
3743	* configure: Regenerate.
3744
37452011-04-01  Joseph Myers  <joseph@codesourcery.com>
3746
3747	* configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3748	moveifchange.
3749	* configure: Regenerate.
3750	* Makefile.tpl: Use @SHELL@ not @config_shell@.
3751	* Makefile.in: Regenerate.
3752
37532011-04-01  Joseph Myers  <joseph@codesourcery.com>
3754
3755	* configure.ac (*-*-sysv4*): Don't enable libgomp.
3756	(alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3757	powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3758	powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3759	xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3760	*-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3761	md_exec_prefix cases.
3762	* configure: Regenerate.
3763
37642011-04-01  Joseph Myers  <joseph@codesourcery.com>
3765
3766	* configure.ac: Separate cases disabling target-libssp,
3767	target-libiberty, target-libstdc++-v3 and Fortran from general
3768	case over targets.
3769	* configure: Regenerate.
3770
37712011-04-01  Joseph Myers  <joseph@codesourcery.com>
3772
3773	* configure.ac (*-*-chorusos): Don't disable libgcj.
3774	(*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3775	Remove case.
3776	(*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3777	(arm-*-coff): Don't disable libgcj.
3778	(arm*-*-linux-gnueabi): Remove useless assignment.
3779	(arm-*-riscix*): Don't disable libgcj.
3780	(bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3781	configuration.
3782	(c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3783	(c54x*-*-*): Remove case.
3784	(tic54x-*-*): Don't disable GCC or GCC libraries.
3785	(cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
3786	to *.
3787	(d10v-*-*): Don't disable GCC libraries.
3788	(d30v-*-*): Don't disable libgcj.
3789	(h8500-*-*): Don't disable GCC libraries.
3790	(i960-*-*): Don't disable libgcj.
3791	(i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3792	(i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3793	i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3794	libgcj.
3795	(m68k-*-coff*): Remove case.
3796	(mmix-*-*): Don't disable libgloss on host.
3797	(mn10200-*-*, mn10300-*-*): Remove cases.
3798	(powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3799	powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3800	Don't disable libgcj.
3801	(romp-*-*): Remove case.
3802	(sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3803	(sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3804	case.
3805	(v810-*-*): Don't disable GCC libraries.
3806	(v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3807	(ip2k-*-*): Don't disable GCC libraries.
3808	* configure: Regenerate.
3809
38102011-03-28  Joseph Myers  <joseph@codesourcery.com>
3811
3812	* configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3813	libffi on host.
3814	(x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3815	on host.
3816	(c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3817	* configure: Regenerate.
3818
38192011-03-26  John Marino  <binutils@marino.st>
3820
3821	* configure.ac: Add support for *-*-dragonfly*
3822	* configure: Regenerate.
3823
38242011-03-25  Joseph Myers  <joseph@codesourcery.com>
3825
3826	* configure.ac (native_only): Remove.
3827	(i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3828	send-pr uudecode guile gnuserv on host.
3829	(x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3830	send-pr rcs guile perl texinfo libtool on host.
3831	(i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3832	automake send-pr rcs guile perl texinfo libtool on host.
3833	(*-*-cygwin*, *-*-netbsd*): Remove host cases.
3834	(*-*-kaos*): Don't disable target-examples target-gperf on target.
3835	(alpha*-dec-osf*): Don't disable fileutils on target.
3836	(sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3837	texinfo send-pr expect dejagnu on target.
3838	(arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3839	target-qthreads on target.
3840	(hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3841	(ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3842	(i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3843	x86_64-*-mingw*): Don't disable expect on target.
3844	(*-*-cygwin*): Don't disable target-gperf on target.
3845	(powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3846	gnuserv on target.
3847	(powerpcle-*-solaris*): Don't disable make expect gnuserv on
3848	target.
3849	* configure: Regenerate.
3850
38512011-03-25  Joseph Myers  <joseph@codesourcery.com>
3852
3853	* configure.ac (target_tools): Remove target-groff.
3854	(native_only): Remove target-groff.
3855	(hppa*64*-*-*): Don't disable byacc.
3856	(i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3857	setting.
3858	(*-*-kaos*): Don't skip target-librx and target-groff.
3859	(*-*-netware*): Don't skip target-libmudflap.
3860	(*-*-tpf*): Don't skip target-libmudflap.
3861	(sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3862	directories on the host.
3863	(ia64*-*-*vms*): Don't skip tix.
3864	(sh-*-* | sh64-*-*): Don't condition skipped directories on the
3865	host.
3866	* configure: Regenerate.
3867
38682011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
3869
3870	* configure.ac: Remove references to mt-mep, mt-netware,
3871	mt-wince.
3872	* Makefile.def: Add all-utils soft dependencies.
3873	* Makefile.tpl: Remove GDB_NLM_DEPS.
3874	* configure: Regenerate.
3875	* Makefile.in: Regenerate.
3876
38772011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3878
3879	* configure.ac: Do not include mh-x86omitfp.
3880	* configure: Regenerate.
3881
38822011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3883
3884	* configure.ac: Remove empty cases.
3885	* configure: Regenerate.
3886
38872011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3888
3889	* Makefile.def: Add dependency from termcap to gdb.
3890	* Makefile.in: Regenerate.
3891
38922011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3893
3894	* configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3895	* configure: Regenerate.
3896	* Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3897	* Makefile.tpl: Likewise.
3898	* Makefile.in: Regenerate.
3899
39002011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3901
3902	* configure.ac: Remove all mentions of tentative_cc.
3903	* configure: Regenerate.
3904
39052011-03-24  Joseph Myers  <joseph@codesourcery.com>
3906
3907	* configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3908	i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3909	m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3910	m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3911	mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3912	i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3913	i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3914	i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3915	i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3916	hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3917	*-*-rhapsody*): Remove host cases.
3918	* configure: Regenerate.
3919
39202011-03-24  Joseph Myers  <joseph@codesourcery.com>
3921
3922	* configure.ac (ppc*-*-pe): Remove host case.
3923	(strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3924	xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3925	| ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3926	cases.
3927	* configure: Regenerate.
3928
39292011-03-24  Joseph Myers  <joseph@codesourcery.com>
3930
3931	* config.sub: Update to version 2011-03-23.
3932
39332011-03-22  Joseph Myers  <joseph@codesourcery.com>
3934
3935	* configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3936	i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3937	| i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3938	* configure: Regenerate.
3939
39402011-03-22  Joseph Myers  <joseph@codesourcery.com>
3941
3942	* MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
3943	to Write After Approval.
3944	* config-ml.in: Don't handle arc-*-elf*.
3945	* configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3946	m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3947	handle GCC libraries.
3948	* configure: Regenerate.
3949
39502011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3951
3952	PR bootstrap/48120:
3953	* configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3954	Add -lstdc++ -lm to LIBS.
3955	* configure: Regenerate.
3956
39572011-03-18  David Edelsohn  <dje.gcc@gmail.com>
3958
3959	* config.guess: Update to version 2011-02-02
3960	* config.sub: Update to version 2011-02-24
3961
39622011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3963
3964	PR lto/48086
3965	* configure.ac: Re-enable LTO on *-apple-darwin9.
3966	* configure: Regenerate.
3967
39682011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
3969
3970	PR lto/48086
3971	* configure.ac: Disable LTO on darwin due to an assembler change in
3972	Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3973	under 256.
3974	* configure: Regenerate.
3975
39762011-03-11  Chen Liqin <liqin.gcc@gmail.com>
3977
3978	* MAINTAINERS: Update myself as score backend maintainer,
3979	update my e-mail address.
3980
39812011-03-09  Xuepeng Guo  <terry.guo@arm.com>
3982
3983	* MAINTAINERS: Update my e-mail address.
3984
39852011-03-06  Joey Ye  <joey.ye@arm.com>
3986
3987	* MAINTAINERS: Update my e-mail address.
3988
39892011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3990
3991	* configure.ac: Adjust test of with_ppl.
3992	* configure: Regenerated.
3993
39942011-03-02  Kai Tietz  <ktietz@redhat.com>
3995
3996	* MAINTAINERS: Adjust my e-mail address.
3997
39982011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3999
4000	* configure.ac: Add -lpwl to ppllibs.
4001	* configure: Regenerated.
4002
40032011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4004
4005	* config/cloog.m4: Add -lisl to clooglibs.
4006	* configure: Regenerated.
4007
40082011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4009
4010	* MAINTAINERS (CPU Port maintainers): Add self.
4011
40122011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4013
4014	* MAINTAINERS: Add myself as testsuite maintainer.
4015
40162011-02-15  Mike Stump  <mikestump@comcast.net>
4017
4018	* MAINTAINERS: Add myself as testsuite maintainer.
4019
40202011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4021
4022	Import from Libtool and gnulib:
4023
4024	2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
4025
4026	Prepare for supporting FreeBSD 10.
4027	* config.rpath: Remove handling of freebsd1* which soon would
4028	match FreeBSD 10.0.
4029
4030	2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
4031
4032	Remove support for FreeBSD 1.x.
4033	* libtool.m4 (_LT_LINKER_SHLIBS)
4034	(_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
4035	soon would incorrectly match FreeBSD 10.0.
4036
40372011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4038
4039	PR binutils/12283
4040	* move-if-change: Import version from gnulib.
4041
40422011-02-12  Alexandre Oliva  <aoliva@redhat.com>
4043
4044	PR lto/47225
4045	* Makefile.def (lto-plugin): Double dash for enable-shared.
4046	(configure-gcc): Depend on all-lto-plugin.
4047	* Makefile.in: Rebuilt.
4048
40492011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4050
4051	* configure.ac: Remove extra bracket.
4052	* configure: Regenerate.
4053
40542011-02-08  Tobias Burnus  <burnus@net-b.de>
4055
4056	* MAINTAINERS: Add myself as libquadmath maintainer.
4057
40582011-02-08  Thomas Schwinge  <thomas@schwinge.name>
4059
4060	* MAINTAINERS: Update my email address.
4061
40622011-02-07  Joseph Myers  <joseph@codesourcery.com>
4063
4064	* MAINTAINERS (option handling): Add self.
4065
40662011-02-06  Kai Tietz  <kai.tietz@onevision.com>
4067
4068	PR lto/47225
4069	* Makefile.def: Add dependency for install-gcc
4070	on install-lto-plugin.
4071	* Makfile.in: Regenerated
4072
40732011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
4074
4075	* MAINTAINERS (CPU Port Maintainers): Add myself.
4076
40772011-01-31  Alexandre Oliva  <aoliva@redhat.com>
4078
4079	PR libgcj/44341
4080	* configure.ac: Discard --with-* flags for host when configuring
4081	target libraries for cross build.
4082	* configure: Rebuilt.
4083
40842011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4085
4086	* MAINTAINERS (linear loop transforms): Removed.
4087
40882011-01-25  Jakub Jelinek  <jakub@redhat.com>
4089
4090	* configure.ac: If with_ppl is no, move setting with_cloog=no
4091	after CLOOG_REQUESTED check.
4092	* configure: Regenerated.
4093
40942011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4095
4096	* configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
4097	CLooG has been requested.
4098	* configure: Regenerated.
4099
41002011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4101
4102	* configure: Regenerated.
4103	* configure.ac: Check for version 0.11 (or later revision) of PPL.
4104
41052011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
4106
4107	* configure: Regenerated.
4108	* configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
4109
41102011-01-21  Andreas Schwab  <schwab@redhat.com>
4111
4112	* configure.ac: Use AS_HELP_STRING throughout.
4113	* configure: Regenerate.
4114
41152011-01-18  Jie Zhang  <jie.zhang@analog.com>
4116
4117	* configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4118	* configure: Regenerate.
4119
41202011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4121
4122	* ltmain.sh (relink): Use absolute path when hardcoding with -L.
4123
41242011-01-13  Joel Brobecker  <brobecker@adacore.com>
4125
4126	* configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4127	for ia64-hpux.
4128	* configure: Regenerate.
4129
41302011-01-07  Jan Hubicka  <jh@suse.cz>
4131
4132	PR lto/47225
4133	* Makefile.in: Regenerate.
4134	* Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4135	configure.
4136
41372011-01-07  Jan Hubicka  <jh@suse.cz>
4138
4139	* Makefile.in: Regenerate.
4140	* Makefile.def (gcc host module) and soft dependency on lto-plugin
4141	and configure dependency on lto-plugin configure.
4142	(lto-plugin module): Remove dependency on GCC; add dependency on
4143	liniberty.
4144
41452011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
4146
4147	* MAINTAINERS (Write After Approval): Add myself.
4148
41492010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
4150
4151	* configure: Regenerate.
4152
41532010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
4154
4155	* configure.ac: (picochip): Disable libiberty.
4156
41572010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
4158
4159	* MAINTAINERS (Write After Approval): Add myself.
4160
41612010-12-10  Ian Lance Taylor  <iant@google.com>
4162
4163	PR bootstrap/46819
4164	* configure.ac: For --disable-libgcj clear libgcj_saved.
4165	* configure: Rebuild.
4166
41672010-12-10  Tobias Burnus  <burnus@net-b.de>
4168
4169	PR fortran/46540
4170	* configure.ac: Add --disable-libquadmath and
4171	--disable-libquadmath-support.
4172	* configure: Regenerate.
4173
41742010-12-03  Ian Lance Taylor  <iant@google.com>
4175
4176	* MAINTAINERS: Add myself as libgo maintainer.
4177
41782010-12-03  Hans-Peter Nilsson  <hp@axis.com>
4179
4180	PR libffi/46792
4181	* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4182	* configure: Regenerate.
4183
41842010-12-02  Ian Lance Taylor  <iant@google.com>
4185
4186	* configure.ac: Always set default for poststage1_ldflags to
4187	-static-libstdc++ -static-libgcc.
4188
41892010-11-29  Andreas Schwab  <schwab@redhat.com>
4190
4191	* configure.ac: Move comment to remove extra space in last argument
4192	of GCC_TARGET_TOOL.
4193
41942010-11-26  Alexandre Oliva  <aoliva@redhat.com>
4195
4196	PR other/46026
4197	* configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4198	* Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4199	* Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4200	(BASE_FLAGS_TO_PASS): Use it.
4201	* configure: Rebuilt.
4202	* Makefile.in: Rebuilt.
4203
42042010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
4205
4206	PR binutils/12258
4207	* configure.ac: Correct comments for --enable-gold/--enable-ld.
4208	Properly check default linker.
4209	* configure: Regnerated.
4210
42112010-11-23  Matthias Klose  <doko@ubuntu.com>
4212
4213	* configure.ac: For --enable-gold, handle value `default' instead of
4214	`both*'.  New configure option --{en,dis}able-ld.
4215	* configure: Regenerate.
4216
42172010-11-20  Ian Lance Taylor  <iant@google.com>
4218
4219	* configure.ac: Only disable a language library if no language needs
4220	it.  Don't let --disable-libgcj uncondtionally disable libffi.
4221	* configure: Rebuild.
4222
42232010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4224
4225	* Makefile.in: Regenerate.
4226
4227	PR other/46202
4228	* configure.ac: Fix just-built in-tree STRIP name to be
4229	binutils/strip-new.
4230	* configure: Regenerate.
4231	* Makefile.def (install-strip-gcc, install-strip-binutils)
4232	(install-strip-opcodes, install-strip-ld, install-strip-itcl)
4233	(install-strip-sid): Mirror dependencies on non-strip variants
4234	of these targets on the respective -strip prerequisites.
4235	* Makefile.tpl (install-strip, install-strip-host)
4236	(install-strip-target): New targets.
4237	(install-strip-[+module+], install-strip-target-[+module+]):
4238	New targets.
4239	* Makefile.in: Regenerate.
4240
42412010-11-19  Ian Lance Taylor  <iant@google.com>
4242	    Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4243
4244	* configure.ac: Add target-libgo to target_libraries.  Set
4245	and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4246	* Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4247	(HOST_EXPORTS): Add GOC.
4248	(BASE_TARGET_EXPORTS): Add GOC.
4249	(GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4250	(GOCFLAGS_FOR_TARGET): New variable.
4251	(EXTRA_HOST_FLAGS): Add GOC.
4252	(EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4253	* Makefile.def (target_modules): Add libgo.
4254	(flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4255	(dependencies): Add dependency from configure-target-libgo to
4256	configure-target-libffi and all-target-libstdc++-v3.  Add
4257	dependencies from all-target-libgo to all-target-libffi.
4258	(languages): Add go.
4259	* configure: Rebuild.
4260	* Makefile.in: Rebuild.
4261
42622010-11-19  Ian Lance Taylor  <iant@google.com>
4263
4264	* config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4265	compiler/flag environment variables.
4266
42672010-11-18  Ian Lance Taylor  <iant@google.com>
4268
4269	* configure.ac: Check for lang_requires_boot_languages in
4270	config-lang.in files.
4271	* configure: Rebuild.
4272
42732010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4274	    Tobias Burnus  <burnus@net-b.de>
4275
4276	PR fortran/32049
4277	* Makefile.def: Add libquadmath; build it with language=fortran.
4278	* configure.ac: Add libquadmath.
4279	* Makefile.tpl: Handle multiple libs in check-[+language+].
4280	* Makefile.in: Regenerate.
4281	* configure: Regenerate.
4282
42832010-11-16  Tom Tromey  <tromey@redhat.com>
4284
4285	* MAINTAINERS: Moved myself to reviewers section.
4286
42872010-11-15  Zdenek Dvorak  <ook@ucw.cz>
4288
4289	* MAINTAINERS: Moved myself to reviewers section.
4290
42912010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4292
4293	* MAINTAINERS (Various Maintainers): Add self for build machinery.
4294	(Write After Approval): Remove self.
4295
42962010-11-15  Andreas Schwab  <schwab@redhat.com>
4297
4298	* configure.ac: Fix spelling in option names.
4299	* configure: Regenerated.
4300
43012010-11-13  Georg-Johann Lay  <georgjohann@web.de>
4302
4303	PR bootstrap/39622
4304	* configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4305	* configure: Regenerated.
4306
43072010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
4308
4309	* MAINTAINERS: Update my email address.
4310
43112010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4312
4313	* configure: Regenerate.
4314
43152010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4316
4317	* configure: Regenerate.
4318
43192010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4320
4321	* configure: Regenerate.
4322
43232010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4324
4325	* configure: Regenerate.
4326
43272010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4328
4329	* configure.ac: Support official CLooG.org versions.
4330	* configure: Regenerate.
4331	* config/cloog.m4: New.
4332
43332010-11-10  François Dumont  <francois.cppdevs@free.fr>
4334
4335	* MAINTAINERS (Write After Approval): Add myself.
4336
43372010-11-09  David Edelsohn  <dje.gcc@gmail.com>
4338
4339	* MAINTAINERS: Update my email address.
4340
43412010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
4342
4343	* configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4344	* configure: Regenerate.
4345
43462010-11-03  Ian Lance Taylor  <iant@google.com>
4347	    Dave Korn  <dave.korn.cygwin@gmail.com>
4348
4349	PR lto/46273
4350	* configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
4351	and on other supported platforms whenever LTO is enabled.
4352	* configure: Rebuild.
4353
43542010-11-02  Alan Modra  <amodra@gmail.com>
4355
4356	PR binutils/12110
4357	* configure.ac: Error when source path contains spaces.
4358	* configure: Regenerate.
4359
43602010-10-23  James E. Wilson  <wilson@codesourcery.com>
4361
4362	* MAINTAINERS: Update my email address.
4363
43642010-10-20  Ian Lance Taylor  <iant@google.com>
4365
4366	* Makefile.def (target_modules): Set lib_path to src/.libs for
4367	libstdc++-v3 module.
4368	* Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4369	* Makefile.in: Rebuild.
4370
43712010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4372
4373	* MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4374	(Write After Approval): Remove myself.
4375
43762010-10-15  Tristan Gingold  <gingold@adacore.com>
4377
4378	* MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4379
43802010-10-14  Douglas Rupp  <rupp@gnat.com>
4381
4382	* MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4383
43842010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4385
4386	* configure.ac (build_lto_plugin): New shell variable.
4387	(--enable-lto): Turn on by default for all non-ELF platforms that
4388	have had LTO support added so far.  Set build_lto_plugin appropriately
4389	for both ELF and non-ELF.
4390	(configdirs): Add lto-plugin or not based on build_lto_plugin.
4391	* configure: Regenerate.
4392
43932010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4394
4395	Sync from src:
4396	* configure.ac (v850 support): Remove target-libgloss from
4397	noconfigdirs.
4398	* configure: Regenerate.
4399
44002010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4401
4402	PR bootstrap/45326
4403	PR bootstrap/45174
4404	* configure.ac: Honor initial values of $build_configargs,
4405	$host_configargs, $target_configargs.  Mark the precious, so
4406	environment settings get recorded.
4407	* configure: Regenerate.
4408
44092010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4410
4411	PR bootstrap/45796
4412	* Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4413	Depend on all-build-libiberty.
4414	* Makefile.in: Regenerate.
4415
44162010-09-30  Michael Eager  <eager@eagercon.com>
4417
4418	* configure.ac (microblaze): Add target-libssp to noconfigdirs.
4419	* configure: Regenerate.
4420
44212010-09-28  Michael Eager  <eager@eagercon.com>
4422
4423	* MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4424
44252010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4426
4427	PR bootstrap/44621
4428	* configure.ac: Fix unportable shell quoting.
4429	* configure: Regenerate.
4430
44312010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
4432
4433	* configure.ac (enable-lto): Add Darwin to the list of supported lto
4434	targets and amend comment.
4435	* configure: Regenerate.
4436
44372010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
4438
4439	* MAINTAINERS (Write After Approval): Add myself.
4440
44412010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
4442
4443	* configure.ac: Enable LTO by default on Darwin.
4444	* configure: Regenerate.
4445
44462010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4447
4448	* MAINTAINERS (Write After Approval): Add myself.
4449
44502010-09-01  Ian Bolton  <ian.bolton@arm.com>
4451
4452	* MAINTAINERS (Write After Approval): Add myself.
4453
44542010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
4455
4456	* MAINTAINERS (OS Port Maintainers): Remove myself from windows
4457	ports
4458
44592010-07-28  David Yuste  <david.yuste@gmail.com>
4460
4461	* MAINTAINERS (Write After Approval): Add myself.
4462
44632010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
4464
4465	* configure.ac: Support all v850 targets.
4466	* configure: Regenerate.
4467
44682010-07-23  Marc Glisse <marc.glisse@normalesup.org>
4469
4470	PR bootstrap/44455
4471	* configure.ac (extra_mpfr_configure_flags): Copy from
4472	extra_mpc_gmp_configure_flags.
4473	* configure: Re-generated.
4474
44752010-07-22  Andi Kleen  <ak@linux.intel.com>
4476
4477	* MAINTAINERS (Write After Approval): Add myself.
4478
44792010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
4480
4481	* MAINTAINERS (Write After Approval): Add myself.
4482
44832010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
4484
4485	* MAINTAINERS (Write After Approval): Add myself.
4486
44872010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
4488
4489	PR target/44862
4490	* Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4491	Provide -B option to allow for link spec %s substitutions for
4492	libstdc++.a on darwin.
4493	* Makefile.in: Regenerate.
4494
44952010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
4496
4497	* MAINTAINERS (Reviewers): Update my e-mail address
4498
44992010-06-10  Alexandre Oliva  <aoliva@redhat.com>
4500
4501	* Makefile.def (configure-gcc): Depend on all-libelf.
4502	* Makefile.in: Rebuild.
4503
45042010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
4505
4506	* MAINTAINERS (Write After Approval): Add myself in the right place.
4507
45082010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
4509
4510	* MAINTAINERS (Write After Approval): Add myself.
4511
45122010-05-25  Sterling Augustine  <sterling@tensilica.com>
4513
4514	* MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4515
45162010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
4517
4518	* config.sub: Update to version 2010-05-21.
4519	* config.guess: Update to version 2010-04-03.
4520
45212010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
4522
4523	* configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4524	* configure: Regenerate.
4525
45262010-05-12  Sriraman Tallam  <tmsriram@google.com>
4527
4528	* MAINTAINERS (Write After Approval): Add myself.
4529
45302010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4531
4532	* configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4533	a platform that supports LTO.
4534	* configure: Regenerate.
4535
45362010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
4537
4538	* configure.ac: Allow all the versions greater than 0.10 of PPL.
4539	* configure: Regenerated.
4540
45412010-04-27  Roland McGrath  <roland@redhat.com>
4542	    H.J. Lu  <hongjiu.lu@intel.com>
4543
4544	* configure.ac (--enable-gold): Support both, both/gold and
4545	both/bfd to add gold to configdirs without removing ld.
4546	* configure: Regenerated.
4547
4548	* Makefile.def: Add install-gold dependency to install-ld.
4549	* Makefile.in: Regenerated.
4550
45512010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
4552
4553	PR lto/42776
4554	* configure.ac (--enable-lto): Refactor handling so libelf tests
4555	are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4556	and allow LTO to be explicitly enabled on non-ELF platforms that
4557	are known to support it inside else-clause.
4558	* configure: Regenerate.
4559
45602010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
4561
4562	* configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4563	* configure: Regenerate.
4564
45652010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
4566
4567	* configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4568	* configure: Regenerate.
4569
45702010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4571
4572	* configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4573	separately.
4574	* configure: Regenerate.
4575
45762010-04-16  Kevin Williams  <kevin.williams@inria.fr>
4577
4578	* MAINTAINERS (Write After Approval): Add myself.
4579
45802010-04-14  Tristan Gingold  <gingold@adacore.com>
4581
4582	* configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4583	* configure: Regenerate.
4584
45852010-04-13  Steve Ellcey  <sje@cup.hp.com>
4586
4587	* configure: Regenerate after change to elf.m4.
4588
45892010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
4590
4591	* MAINTAINERS (Write After Approval): Add myself.
4592
45932010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4594
4595	* configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4596	* configure: Regenerated.
4597
45982010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4599
4600	* configure.ac: Print "buggy but acceptable" when CLooG
4601	revision is less than 9.
4602	* configure: Regenerated.
4603
46042010-04-01  Diego Novillo  <dnovillo@google.com>
4605
4606	* MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4607
46082010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4609
4610	PR bootstrap/43615
4611	PR bootstrap/43328
4612
4613	Revert:
4614
4615	2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4616
4617	* configure.ac: Do not pass --enable-multilib nor
4618	--disable-multilib in baseargs.  Accept explicitly passed
4619	--enable_multilib.
4620	* configure: Regenerate.
4621
46222010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
4623
4624	* MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4625
46262010-03-31  Janis Johnson  <janis187@us.ibm.com>
4627
4628	* MAINTAINERS: Remove myself.
4629
46302010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4631
4632	PR bootstrap/43328
4633	* configure.ac: Do not pass --enable-multilib nor
4634	--disable-multilib in baseargs.  Accept explicitly passed
4635	--enable_multilib.
4636	* configure: Regenerate.
4637
46382010-03-28  Andrew Pinski  <pinskia@gmail.com>
4639
4640	* MAINTAINERS (spu port): Remove me.
4641
46422010-03-23  Joseph Myers  <joseph@codesourcery.com>
4643
4644	* configure.ac (tic6x-*-*): New case.
4645	* configure: Regenerate.
4646
46472010-03-23  Joseph Myers  <joseph@codesourcery.com>
4648
4649	* config.sub: Update to version 2010-03-22.
4650	* config.guess: Update to version 2009-12-30.
4651
46522010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
4653
4654	PR ada/42554
4655	* configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4656	* configure: Regenerate.
4657
46582010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4659
4660	* MAINTAINERS: Update my email address.
4661
46622010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
4663
4664	* MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4665	(ghassan.shobaki@amd.com): Removed.
4666
46672010-03-17  Alan Modra  <amodra@gmail.com>
4668
4669	* MAINTAINERS: Update my email address.
4670
46712010-03-16  Diego Novillo  <dnovillo@google.com>
4672
4673	* MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4674	Matthews.
4675
46762010-03-16  Joseph Myers  <joseph@codesourcery.com>
4677
4678	* MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4679	Gutson, Jeffrey D. Oldham and Mark Shinwell.
4680
46812010-03-16  Joseph Myers  <joseph@codesourcery.com>
4682
4683	* MAINTAINERS: Update my email address.
4684
46852010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4686
4687	* MAINTAINERS: Update my email address.
4688
46892010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
4690
4691	* MAINTAINERS: Update my email address.
4692
46932010-03-09  Jie Zhang  <jie@codesourcery.com>
4694
4695	* MAINTAINERS: Update my email address.
4696
46972010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4698
4699	PR libstdc++/32499
4700	* configure.ac (RANLIB): Default to true.
4701	(STRIP): Likewise.
4702	(RANLIB_FOR_TARGET): Remove superfluous : argument.
4703	* configure: Regenerate.
4704
47052010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
4706
4707	* MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4708	(Write After Approval): Update my email address.
4709
47102010-02-17  Nick Clifton  <nickc@redhat.com>
4711
4712	PR 11238
4713	* Makefile.tpl (local-distclean): Also remove config.cache files in
4714	sub-directories as there may not be Makefiles present in the
4715	sub-directories.
4716	* Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4717	the config.cache files found by the find command.
4718
4719	* Makefile.in: Regenerate.
4720	* configure.ac: Revert previous delta.
4721	* configure: Regenerate.
4722
47232010-02-15  Nick Clifton  <nickc@redhat.com>
4724
4725	PR 11238
4726	* configure.ac: Delete config.cache files in sub-directories when
4727	deleting Makefiles.
4728	* configure: Regenerate.
4729
47302010-02-12  Ben Elliston  <bje@gnu.org>
4731
4732	* MAINTAINERS: Update my email address.
4733
47342010-02-08  Andrew Pinski  <pinskia@gmail.com>
4735
4736	* MAINTAINERS (spu port): Update my email address.
4737
47382010-02-08  Jie Zhang  <jie.zhang@analog.com>
4739
4740	* MAINTAINERS: Add myself as a maintainer for the bfin port.
4741
47422010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4743
4744	* configure.ac: Add "recommended" version checks for GMP/MPC.
4745	Update recommended GMP/MPFR/MPC versions.
4746	* configure: Regenerate.
4747
47482010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
4749
4750	* MAINTAINERS: Move my Embecosm email address into the
4751	write-after-approval section.
4752
47532010-01-26  Ian Lance Taylor  <iant@google.com>
4754
4755	* MAINTAINERS: Add myself as Go frontend maintainer.
4756
47572010-01-25  Joern Rennecke  <amylaar@spamcop.net>
4758
4759	PR libstdc++/36101, PR libstdc++/42813
4760	* configure.ac (bootstrap_target_libs): Make inclusion of
4761	target-libgomp conditional on libgomb being in target_configdirs.
4762	* configure: Regenerate.
4763
47642010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4765
4766	PR libstdc++/36101, PR libstdc++/42813
4767	* configure.ac (bootstrap_target_libs): Include target-libgomp.
4768	* configure: Regenerate.
4769
47702010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4771
4772	PR libstdc++/36101, PR libstdc++/42813
4773	* configure.ac (target_configdirs): Substitute.
4774	* Makefile.def: Bootstrap target module libgomp.
4775	Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4776	* Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4777	(BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4778	* configure, Makefile.in: Regenerate.
4779
47802010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4781
4782	* MAINTAINERS: Adjust my details.
4783
47842010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
4785
4786	* MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4787
47882010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
4789
4790	* MAINTAINERS: reindented my entry with tabs instead of spaces.
4791
47922010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
4793
4794	* MAINTAINERS (Write After Approval): Add myself.
4795
47962010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4797
4798	* MAINTAINERS (Write After Approval): Add myself.
4799
48002010-01-11  Richard Guenther  <rguenther@suse.de>
4801
4802	PR lto/41569
4803	* Makefile.def (all-lto-plugin): Depend on all-gcc.
4804	* Makefile.in: Regenerated.
4805
48062010-01-11  Andreas Tobler  <andreast@fgznet.ch>
4807
4808	* configure.ac: Enable libjava build on x86_64-*freebsd*.
4809	* configure: Regenerate.
4810
48112010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4812	    Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4813
4814	PR bootstrap/42424
4815	* configure.ac: Include libtool m4 files.
4816	(_LT_CHECK_OBJDIR): Call it.
4817	(extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4818	gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4819
4820	* configure: Regenerate.
4821
48222010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4823
4824	PR bootstrap/41818
4825	* Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4826	to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
4827	* Makefile.in: Regenerate.
4828
48292010-01-02  Richard Guenther  <rguenther@suse.de>
4830
4831	PR lto/41529
4832	* configure.ac: Include config/elf.m4.  Disable LTO if not
4833	builting for an elf target.
4834	* configure: Regenerate.
4835
48362009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
4837
4838	* MAINTAINERS: Change my email address.
4839
48402009-12-18  Ben Elliston  <bje@au.ibm.com>
4841
4842	* config.sub, config.guess: Update from upstream sources.
4843
48442009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
4845
4846	* MAINTAINERS (Write After Approval): Add myself.
4847
48482009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4849
4850	PR middle-end/30447
4851	PR middle-end/30789
4852	PR other/40302
4853
4854	* configure.ac: Require MPC.
4855	* configure: Regenerate.
4856
48572009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4858
4859	PR target/38384
4860	PR bootstrap/40972
4861	* libtool.m4: Sync from git Libtool.
4862	* ltoptions.m4: Likewise.
4863	* ltversion.m4: Likewise.
4864	* lt~obsolete.m4: Likewise.
4865	* ltmain.sh: Likewise.
4866
48672009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4868
4869	* configure.ac: Update minimum MPC version to 0.8.
4870	* configure: Regenerate.
4871
48722009-11-21  Sebastian Pop  <sebpop@gmail.com>
4873
4874	* configure.ac: Check for version 0.15.5 or later revision of CLooG.
4875	* configure: Regenerated.
4876
48772009-11-21  Ian Lance Taylor  <iant@google.com>
4878
4879	* configure.ac: Change default of poststage1_ldflags to be empty if
4880	poststage1_libs is set.  When poststage1_libs is empty, and
4881	ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4882	* configure: Rebuild.
4883
48842009-11-21  Adam Nemet  <adambnmet@gmail.com>
4885
4886	* MAINTAINERS (Write After Approval): Update my email address.
4887
48882009-11-20  Ben Elliston  <bje@au.ibm.com>
4889
4890	* config.guess: Update from upstream sources.
4891
48922009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4893
4894	* Makefile.def: Restore host and target settings for gmp.
4895	* Makefile.in: Rebuild.
4896
48972009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4898
4899	* configure.ac: Add libelf to host_libs.  Enable in-tree configury
4900	of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
4901	Fix portability of test of C++ as bootstrap language.  Add
4902	ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4903	* configure: Rebuild.
4904	* Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4905	and cloog.  Fix in-tree ppl configuration.  Introduce libelf
4906	in-tree building.
4907	* Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4908	(POSTSTAGE1_HOST_EXPORTS): Use it.
4909	(STAGE[+id+]_CXXFLAGS): New.
4910	(BASE_FLAGS_TO_PASS): Pass it down.
4911	(configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
4912	extra_exports.
4913	(all-stage[+id+]-[+prefix+][+module+]): Likewise.
4914	(configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4915	extra_exports.
4916	* Makefile.in: Rebuild.
4917
49182009-11-17  Ben Elliston  <bje@au.ibm.com>
4919
4920	* config.sub, config.guess: Update from upstream sources.
4921
49222009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4923
4924	* MAINTAINERS (Write After Approval): Add myself.
4925
49262009-11-09  Jon Beniston  <jon@beniston.com>
4927
4928	* MAINTAINERS (Write After Approval): Add myself.
4929
49302009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
4931
4932	* configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
4933	paths for *-w64-mingw* and x86_64-*mingw*.
4934	* configure: Regenerated.
4935
49362009-11-05  Joern Rennecke  <amylaar@spamcop.net>
4937
4938	* MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4939
49402009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
4941
4942	* MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4943	Phil Edwards to Write-After Approval.
4944
49452009-10-30  Kai Tietz  <kai.tietz@onevision.com>
4946
4947	* configure.ac: Disable target-winsup & co for
4948	x86_64-*-mingw* and *-w64-mingw* targets.
4949	* configure: Regenerated.
4950
49512009-10-16  Nick Clifton  <nickc@redhat.com>
4952
4953	* MAINTAINERS: Add myself as a maintainer for the RX port.
4954
49552009-10-26  Johannes Singler  <singler@kit.edu>
4956
4957	* MAINTAINERS (Write After Approval): Update my e-mail address.
4958
49592009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4960
4961	* configure.ac (CLooG test): Use = with test.
4962	* configure: Regenerate.
4963
49642009-10-22  Richard Guenther  <rguenther@suse.de>
4965
4966	* configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
4967	cloog if the ppl version check failed.  Move flags saving
4968	before setting in libelf check.
4969	* configure: Regenerate.
4970
49712009-10-21  Richard Guenther  <rguenther@suse.de>
4972
4973	* configure.ac: Adjust the ppl and cloog configure to work as
4974	documented.  Disable cloog if ppl was disabled.  Omit the version
4975	checks if they were disabled.
4976	* configure: Re-generate.
4977
49782009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4979
4980	* configure.ac: Add 'lto' to enable_languages, not
4981	new_enable_languages, and only if not already present.
4982	* configure: Regenerate.
4983
49842009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
4985
4986	* README: Refer to the various COPYING* files instead of just
4987	COPYING.
4988	Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4989
49902009-10-07  Rafael Avila de Espindola  <espindola@google.com>
4991
4992	* MAINTAINERS: Change my email address. Change plugi-in to plugin.
4993
49942009-10-07  Richard Guenther  <rguenther@suse.de>
4995
4996	* MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4997	and Richard Guenther as reviewers.
4998	(LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4999	as reviewers.
5000
50012009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
5002
5003	* config.sub: Update from upstream sources.
5004
50052009-10-06  Ian Lance Taylor  <iant@google.com>
5006
5007	* Makefile.def: check-gold depends upon all-gas.
5008	* Makefile.in: Rebuild.
5009
50102009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
5011
5012	* MAINTAINERS (Write After Approval): Add myself.
5013
50142009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
5015
5016	* Makefile.def: all-lto-plugin depends on all-libiberty.
5017	set bootstrap=true for lto-plugin.
5018	Add lto-plugin.
5019	* Makefile.in: Regenerate.
5020	* configure.ac (host_libs): Add lto-plugin.
5021	* configure: Regenerate.
5022
50232009-10-03  Diego Novillo  <dnovillo@google.com>
5024
5025	* Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
5026	(HOST_LIBELFLIBS): Define.
5027	(HOST_LIBELFINC): Define.
5028	* Makefile.in: Regenerate.
5029	* configure.ac: Add --enable-lto.
5030	Add --with-libelf, --with-libelf-include and --with-libelf-lib.
5031	If --enable-lto is used, add 'lto' to new_enable_languages.
5032	If --enable-lto is used and gold is enabled, add
5033	lto-plugin to configdirs.
5034	* configure: Regenerate.
5035
50362009-10-03  Simon Baldwin  <simonb@google.com>
5037
5038	* configure.ac: If --with-system-zlib, suppress local zlib and
5039	pass --with-system-zlib to subdir configure scripts.
5040	* configure: Regenerate.
5041
50422009-10-01  Loren J. Rittle  <ljrittle@acm.org>
5043	    Paolo Bonzini  <bonzini@gnu.org>
5044
5045	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
5046	$(srcdir).
5047	* Makefile.in: Rebuilt.
5048
50492009-09-26  Gary Funck  <gary@intrepid.com>
5050
5051	* MAINTAINERS (Write After Approval): Add myself.
5052
50532009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5054
5055	* configure.ac: Update minimum MPC version to 0.7.
5056	* configure: Regenerate.
5057
50582009-09-25  Nick Clifton  <nickc@redhat.com>
5059
5060	* configure.ac: Pass any --cache-file=/dev/null option on to
5061	subconfigures.
5062	* configure: Regenerate.
5063
50642009-09-23  Nick Clifton  <nickc@redhat.com>
5065
5066	* config.sub, config.guess: Update from upstream sources.
5067
50682009-09-22  Loren J. Rittle  <ljrittle@acm.org>
5069
5070	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
5071	* Makefile.in: Rebuilt.
5072
50732009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5074
5075	PR bootstrap/32272
5076	* configure.ac: Error out if $srcdir isn't '.' but contains
5077	host-${host_noncanonical}.
5078	* configure: Regenerate.
5079
50802009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5081
5082	* MAINTAINERS (OS Port Maintainers): Add myself as Solaris
5083	maintainer.
5084
50852009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5086
5087	* configure.ac: If bootstrapping a combined tree with
5088	--enable-gold, require c++ in stage1_languages.
5089	* configure: Regenerate.
5090
5091	* configure.ac: Also add target_libs of stage1_languages to
5092	bootstrap_target_libs.
5093	* configure: Regenerate.
5094
5095	* configure.ac: Diagnose --enable-build-with-cxx bootstrap
5096	with --enable-languages not containing c++.
5097	* configure: Regenerate.
5098
50992009-09-15  Jie Zhang  <jie.zhang@analog.com>
5100
5101	* configure.ac: Disable java and boehm-gc for bfin-*-*.
5102	* configure: Regenerate.
5103
51042009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
5105
5106	* MAINTAINERS (Write After Approval): Update my e-mail address,
5107	and move from from here...
5108	(Waiting for paperwork): To here.
5109
51102009-09-09  Joseph Myers  <joseph@codesourcery.com>
5111
5112	* MAINTAINERS (Reviewers): Add self as driver reviewer.
5113
51142009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5115
5116	* configure.ac: Do not use $extrasub for replacing @if/@endif
5117	parts in Makefile; instead, use additional arguments to
5118	AC_CONFIG_COMMANDS to do the replacement manually, with several
5119	sed invocations, to avoid HP-UX sed command limits.
5120	* configure: Regenerate.
5121
51222009-09-08  Alexandre Oliva  <aoliva@redhat.com>
5123
5124	* libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5125	blank before -L.
5126
51272009-09-04  Alexandre Oliva  <aoliva@redhat.com>
5128
5129	* configure.ac (with-build-config): Document.  Handle without.
5130	Handle missing argument.
5131	* configure: Rebuilt.
5132
51332009-09-03  Alexandre Oliva  <aoliva@redhat.com>
5134
5135	* configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
5136	Default to bootstrap-debug only if compare-debug works.
5137	* configure: Rebuilt.
5138	* Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5139	* Makefile.in: Rebuilt.
5140
51412009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5142
5143	* MAINTAINERS (OS Port Maintainers): Update my email address.
5144
51452009-09-01  Alexandre Oliva  <aoliva@redhat.com>
5146
5147	* Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5148	* Makefile.in: Rebuilt.
5149
51502009-09-01  Chris Demetriou  <cgd@google.com>
5151
5152	* MAINTAINERS (Write After Approval): Add myself.
5153
51542009-08-31  Dodji Seketeli  <dodji@redhat.com>
5155
5156	PR debug/30161
5157	* include/dwarf2.h (enum dwarf_tag): Added
5158	DW_TAG_GNU_template_template_param
5159	(enum dwarf_attribute): Added DW_AT_GNU_template_name.
5160
51612009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5162
5163	* Makefile.tpl (AWK): Fix typo.
5164	* Makefile.in: Regenerate.
5165
51662009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5167
5168	* configure.ac: Detect awk and sed.
5169	* Makefile.def (flags_to_pass): Add AWK and SED.
5170	* Makefile.tpl (AWK, SED): New.
5171	(BASE_FLAGS_TO_PASS): Add AWK and SED.
5172	* configure: Regenerate.
5173	* Makefile.in: Regenerate.
5174
51752009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
5176
5177	* ltmain.sh (removedotparts): Don't use comma as 's' separator.
5178	(collapseslashes): Likewise.
5179
51802009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5181
5182	* configure.ac (AC_PREREQ): Bump to 2.64.
5183
51842009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5185
5186	* configure.ac: Remove --with-datarootdir, --with-docdir,
5187	--with-pdfdir, --with-htmldir switches.
5188	* configure: Regenerate.
5189
5190	* configure: Regenerate.
5191
5192	* compile: Sync from Automake 1.11.
5193	* depcomp: Likewise.
5194	* install-sh: Likewise.
5195	* missing: Likewise.
5196	* mkinstalldirs: Likewise.
5197	* ylwrap: Likewise.
5198
51992009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
5200
5201	* ltmain.sh (func_normal_abspath): New function.
5202	(func_relative_path): Likewise.
5203	(func_mode_help): Document new -bindir option for link mode.
5204	(func_mode_link): Add new -bindir option, and use it to place
5205	output DLL if specified.
5206
52072009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5208
5209	* configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5210	(baseargs): Add --disable-option-checking.
5211	* configure: Regenerate.
5212
5213	* Makefile.def (configure-target-libiberty): Depend on
5214	all-binutils and all-ld.
5215	(configure-target-newlib): Likewise.
5216	* Makefile.in: Regenerate.
5217
52182009-08-17  Ben Elliston  <bje@au.ibm.com>
5219
5220	* config.sub, config.guess: Update from upstream sources.
5221
52222009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5223
5224	Sync from src, merge:
5225
5226	2009-07-02  Tristan Gingold  <gingold@adacore.com>
5227
5228	* configure.ac: Do not exclude gas for i386-*-darwin.
5229	Add a case for x86_64-*-darwin.
5230	* configure: Regenerate.
5231
52322009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
5233
5234	* MAINTAINERS: Add my name to Write After Approval list.
5235
52362009-08-06  Michael Eager  <eager@eagercon.com>
5237
5238	* configure.ac: Add Microblaze target.
5239	* configure: Regenerate.
5240
52412009-07-31  Christian Bruel  <christian.bruel@st.com>
5242
5243	* configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5244	* configure: Regenerate.
5245
52462009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
5247
5248	* MAINTAINERS (Write After Approval): Update my e-mail address.
5249
52502009-07-06  Ian Lance Taylor  <iant@google.com>
5251
5252	* configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5253	* configure: Rebuild.
5254
52552009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
5256
5257	* MAINTAINERS: Move myself to the Graphite Reviewers.
5258
52592009-06-30  Wei Guozhi  <carrot@google.com>
5260
5261	* MAINTAINERS: Add my name to Write After Approval list.
5262
52632009-06-26  Steve Ellcey  <sje@cup.hp.com>
5264
5265	PR bootstrap/40338
5266	* configure.ac (comparestring): Create new variable.
5267	* Makefile.tpl (comparestring): Use to skip some comparisions.
5268	* configure: Regenerate.
5269	* Makefile.in: Regenerate.
5270
52712009-06-26  Doug Evans  <dje@sebabeach.org>
5272
5273	* Makefile.def (host_modules): Add cgen.
5274	* Makefile.in: Regenerate.
5275	* configure.ac (host_tools): Add cgen.
5276	* configure: Regenerate.
5277
52782009-06-23  DJ Delorie  <dj@redhat.com>
5279
5280	* MAINTAINERS: Add myself as mep maintainer.
5281
52822009-06-23  Ian Lance Taylor  <iant@google.com>
5283
5284	* configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
5285	boot_languages.  Only bootstrap target libraries listed in
5286	target_libs for some boot language.  Add --with-stage1-ldflags,
5287	--with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
5288	with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
5289	if not building with C++.
5290	* Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5291	* Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5292	(POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5293	(HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5294	(POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
5295	POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5296	(POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5297	* configure, Makefile.in: Rebuild.
5298
52992009-06-23  Li Feng  <nemokingdom@gmail.com>
5300
5301	* MAINTAINERS: Added my name to write-after-approval list.
5302
53032009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
5304
5305	* configure.ac: Define is_elf for QNX Neutrino targets.
5306	* configure: Regenerate.
5307
53082009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
5309
5310	* MAINTAINERS: Added my name to the write-after-approval list
5311
53122009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5313
5314	* configure.ac: Detect MPC in default directory.
5315	* configure: Regenerate.
5316
53172009-06-03  Jerome Guitton  <guitton@adacore.com>
5318	    Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5319
5320	* Makefile.tpl (all): Avoid a trailing backslash.
5321	* Makefile.in: Regenerate.
5322
53232009-06-03  Ben Elliston  <bje@au.ibm.com>
5324
5325	* config.sub, config.guess: Update from upstream sources.
5326
53272009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
5328
5329	* configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5330	to noconfdirs.
5331	* configure: Regenerate.
5332
53332009-06-02  Alexandre Oliva  <aoliva@redhat.com>
5334
5335	* Makefile.tpl ([+compare-target+]): Compare all stage
5336	directories, rather than just gcc.
5337	* Makefile.in: Rebuilt.
5338
53392009-06-01  Doug Kwan  <dougkwan@google.com>
5340
5341	* configure.ac: Support gold for target arm*-*-*.
5342	* configure: Regenerate.
5343
53442009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5345
5346	* Makefile.def: Add MPC support and dependencies.
5347	* configure.ac: Likewise.  Reorganize GMP/MPFR checks.
5348
5349	* Makefile.in, configure: Regenerate.
5350
53512009-05-27  Alexandre Oliva  <aoliva@redhat.com>
5352
5353	* Makefile.tpl (all): Avoid harmless warning in make all when
5354	gcc-bootstrap is enabled but stage_last does not exist.
5355	* Makefile.in: Rebuilt.
5356
53572009-05-24  Nicolas Roche  <roche@adacore.com>
5358
5359	* Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5360	* Makefile.in: Regenerate.
5361
53622009-05-21  Denis Chertykov  <chertykov@gmail.com>
5363
5364	* MAINTAINERS: Update my e-mail address.
5365
53662009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5367
5368	* configure.ac (cygwin noconfigdirs):  Remove libgcj.
5369	* configure:  Regenerate.
5370
53712009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5372
5373	PR other/40159
5374	* Makefile.tpl (all): Don't assume gcc-bootstrap and
5375	gcc-no-bootstrap are mutually exclusive.
5376	* Makefile.in: Rebuilt.
5377
53782009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5379
5380	PR other/40159
5381	* Makefile.tpl (all): Don't end with unconditional success.
5382	* Makefile.in: Rebuilt.
5383
53842009-05-12  Alexandre Oliva  <aoliva@redhat.com>
5385
5386	PR target/37137
5387	* Makefile.def (flags_to_pass): Remove redundant and incomplete
5388	STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5389	Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5390	(bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
5391	stage_configureflags, stage_cflags and stage_libcflags into
5392	explicit Makefile macros.
5393	* Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5394	GFORTRAN.
5395	(POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5396	CC.  Set CC_FOR_BUILD from CC.
5397	(BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5398	NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5399	DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5400	XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
5401	and GFORTRAN.
5402	(TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5403	(_LIBCFLAGS): Renamed to _TFLAGS.
5404	(do-compare-debug, do-compare3-debug): Drop.
5405	(CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5406	GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5407	(FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5408	DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5409	(XGCC_FLAGS_FOR_TARGET): New.
5410	(BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5411	(EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5412	(POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5413	DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5414	LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
5415	to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
5416	TFLAGS.
5417	(BUILD_CONFIG): Include if requested.
5418	(all): Set TFLAGS on bootstrap.
5419	(configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5420	(all-stageid-prefixmodule): Likewise.
5421	(do-clean, distclean-stageid): Set TFLAGS.
5422	(restrap): Fix whitespace.
5423	* Makefile.in: Rebuilt.
5424
54252009-05-07  Paolo Bonzini  <bonzini@gnu.org>
5426
5427	* config.guess: Sync with src.
5428
54292009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5430
5431	* configure.ac ($with_ppl):  Default to no if not supplied.
5432	($with_cloog):  Likewise.
5433	configure:  Regenerate.
5434
54352009-04-27  James E. Wilson  <wilson@codesourcery.com>
5436
5437	* MAINTAINERS: Update my e-mail address.
5438
54392009-04-27  Nick Clifton  <nickc@redhat.com>
5440
5441	* MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5442
54432009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
5444
5445	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5446	(POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5447	* Makefile.in: Regenerate.
5448
54492009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5450
5451	PR bootstrap/39739
5452	* configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5453	* Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5454
5455	* configure, Makefile.in: Regenerate.
5456
54572009-04-21  Taras Glek  <tglek@mozilla.com>
5458
5459	* include/hashtab.h: Update GTY annotations to new syntax
5460	* include/splay-tree.h: Likewise
5461
54622009-04-17  Ben Elliston  <bje@au.ibm.com>
5463
5464	* config.sub, config.guess: Update from upstream sources.
5465
54662009-04-15  Anthony Green  <green@moxielogic.com>
5467
5468	* configure.ac: Add moxie support.
5469	* configure: Rebuilt.
5470
54712009-04-14  Jakub Jelinek  <jakub@redhat.com>
5472
5473	* configure.ac: Change copyright header to refer to version
5474	3 of the GNU General Public License and to point readers at the
5475	COPYING3 file and the FSF's license web page.
5476	* Makefile.def: Likewise.
5477	* Makefile.tpl: Likewise.
5478	* Makefile.in: Regenerate.
5479
54802009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
5481
5482	* configure.ac: Restore match for darwin9 or later. Use double
5483	brackets since regeneration eats one pair.
5484	* configure: Regenerate.
5485
54862009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5487
5488	PR gas/10039
5489	* configure.ac: Require texinfo 4.7.
5490	* configure: Regenerated.
5491
54922009-04-09  Nick Clifton  <nickc@redhat.com>
5493
5494	* COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5495	the GCC Runtime Library Exception.
5496
54972009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5498
5499	* configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5500	* configure: Regenerate.
5501
55022009-04-01  Steve Ellcey  <sje@cup.hp.com>
5503
5504	* Makefil.def (languages): New entries.
5505	* Makefile.tpl (check-gcc-*): New generic target.
5506	* Makefile.in: Regenerate.
5507
55082009-03-25  Erven Rohou  <erven.rohou@inria.fr>
5509
5510	* MAINTAINERS:  Update my email address.
5511
55122009-03-18  Tom Tromey  <tromey@redhat.com>
5513
5514	* configure: Rebuild.
5515	* configure.ac (host_libs): Add libiconv.
5516	* Makefile.in: Rebuild.
5517	* Makefile.def (host_modules): Add libiconv.
5518	(configure-gdb, all-gdb): Depend on libiconv.
5519
55202009-03-16  Tristan Gingold  <gingold@adacore.com>
5521
5522	* configure.ac: Treat gdb as supported on x86_64-darwin.
5523	* configure: Regenerate.
5524
55252009-03-16  Joseph Myers  <joseph@codesourcery.com>
5526
5527	* configure.ac (--with-host-libstdcxx): New option.
5528	* configure: Regenerate.
5529
55302009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
5531
5532	* MAINTAINERS:  Move myself into the write after approval list.
5533
55342009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
5535
5536	* MAINTAINERS: Update e-mail address.
5537
55382009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
5539
5540	* MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5541
55422009-03-10  Ira Rosen  <irar@il.ibm.com>
5543
5544	* MAINTAINERS: Add myself as auto-vectorizer maintainer.
5545
55462009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5547
5548	Backport from git Libtool:
5549
5550	2009-01-19  Robert Millan  <rmh@aybabtu.com>
5551	Support GNU/kOpenSolaris.
5552	* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5553	(_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5554	(_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5555	GNU/kOpenSolaris.
5556
55572009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
5558
5559	* MAINTAINERS: Update e-mail address.
5560
55612009-02-24  Michael Eager  <eager@eagercon.com>
5562
5563	* MAINTAINERS (Write After Approval): Add self.
5564
55652009-02-18  Bingfeng Mei  <bmei@broadcom.com>
5566
5567	* MAINTAINERS (Write After Approval): Add myself.
5568
55692009-02-05  Andreas Schwab  <schwab@suse.de>
5570
5571	* Makefile.tpl (stage_last): Define $r and $s before using
5572	$(RECURSE_FLAGS_TO_PASS).
5573	* Makefile.in: Regenerate
5574
55752009-01-30  Ian Lance Taylor  <iant@google.com>
5576
5577	* MAINTAINERS: Move myself to the Global Reviewers list.
5578
55792009-01-29  Robert Millan  <rmh@aybabtu.com>
5580
5581	* configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5582	* configure: Regenerate.
5583
55842009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
5585
5586	* MAINTAINERS: Make whitespace consistent.
5587	Remove Robert Millan from Write After Approval.
5588
55892009-01-16  Alan Modra  <amodra@bigpond.net.au>
5590
5591	* Makefile.def (configure-opcodes): Depend on configure-libiberty.
5592	(all-opcodes): Depend on all-libiberty.
5593	* Makefile.in: Regenerate.
5594
55952009-01-15  Douglas B Rupp  <rupp@gnat.com>
5596
5597	* configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5598	* configure: Regenerate.
5599
56002009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
5601
5602	* MAINTAINERS (Write After Approval): Add myself.
5603
56042009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
5605
5606	* MAINTAINERS: Add myself to reviewers (Fortran).
5607
56082009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
5609
5610	PR tree-optimization/38515
5611	* configure.ac (cloog-polylib): Removed.
5612	(with_ppl, with_cloog): Test for "no".
5613	* configure: Regenerated.
5614
56152009-01-11  Daniel Franke  <franke.daniel@gmail.com>
5616
5617	* MAINTAINERS: Moved myself to reviewers (Fortran).
5618
56192009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
5620
5621	* MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5622	(Write After Approval): Remove myself.
5623
56242009-01-03  Diego Novillo  <dnovillo@google.com>
5625
5626	* MAINTAINERS: Remove myself from alias maintainership.
5627
56282009-01-02  David Ayers  <ayers@fsfe.org>
5629
5630	* MAINTAINERS: Update e-mail address.
5631
56322008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
5633
5634	* MAINTAINERS: Make whitespace consistent.
5635
56362008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5637
5638	Backport from upstream Libtool:
5639	* libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5640	Add cache variables to tests that require the linker to work.
5641	For shlibpath_overrides_runpath, this also changes the semantics
5642	to let the result from the C compiler take precedence.
5643
56442008-12-02  Ben Elliston  <bje@au.ibm.com>
5645
5646	* config.sub, config.guess: Update from upstream sources.
5647
56482008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
5649
5650	* configure.ac (ppllibs): Add by default the lib flags.
5651	* configure: Regenerate.
5652
56532008-12-08  Luis Machado  <luisgpm@br.ibm.com>
5654
5655	* MAINTAINERS:  Add myself to the write after approval list.
5656
56572008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
5658
5659	* configure.ac: Add double brackets on darwin[912].
5660	* configure: Regenerate.
5661
56622008-12-03  Daniel Kraft  <d@domob.eu>
5663
5664	* MAINTAINERS:  Moved myself and Mikael Morin from Write After
5665	Approval to Reviewer section (for Fortran front-end).
5666
56672008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
5668
5669	* configure.ac: Expand to darwin10 and later.
5670	* configure: Regenerate.
5671
56722008-12-02  Andreas Schwab  <schwab@suse.de>
5673
5674	* Makefile.def: configure-target-boehm-gc depends on
5675	all-target-libstdc++-v3.
5676	* Makefile.in: Regenerate.
5677
56782008-12-02  Kai Tietz  <kai.tietz@onevision.com>
5679
5680	* MAINTAINERS:  Add myself as mingw maintainer.
5681
56822008-12-02  Ben Elliston  <bje@au.ibm.com>
5683
5684	* config.sub, config.guess: Update from upstream sources.
5685
56862008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
5687
5688	* README.SCO: Remove.
5689
56902008-11-29  Fernando Pereira  <pronesto@gmail.com>
5691
5692	* MAINTAINERS:  Add myself to the write after approval list.
5693
56942008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
5695
5696	* MAINTAINERS:  Update my email address in WAA section.
5697
56982008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
5699
5700	* MAINTAINERS: Update e-mail address.
5701
57022008-11-27  Toon Moene  <toon@moene.org>
5703
5704	* MAINTAINERS: Change e-mail address.
5705
57062008-11-27  Tristan Gingold  <gingold@adacore.com>
5707
5708	* configure.ac: Build gdb for i?86-*-darwin*
5709	* configure: Regenerated.
5710
57112008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
5712
5713	* MAINTAINERS: Added my full name.
5714
57152008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
5716
5717	PR bootstrap/38014
5718	PR bootstrap/37923
5719
5720	Revert:
5721
5722	2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5723
5724	* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5725	* Makefile.in: Regenerated.
5726
5727	2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5728
5729	PR gdb/921
5730	PR gdb/1646
5731	PR gdb/2175
5732	PR gdb/2176
5733
5734	* Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5735	* Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5736	(EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5737	(HOST_EXPORTS): Pass CPPFLAGS.
5738	(CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5739	(LDFLAGS_FOR_TARGET): Initialize from configure script.
5740	(EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5741	* Makefile.in, configure: Regenerated.
5742	* configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5743	and CPPFLAGS_FOR_BUILD.
5744
57452008-11-06  Jeff Law  <law@redhat.com>
5746
5747	* MAINTAINERS: Add myself as middle end maintainer.
5748
57492008-11-06  Andrew Stubbs  <ams@codesourcery.com>
5750
5751	* MAINTAINERS (Write after approval): Add myself.
5752
57532008-11-05  Diego Novillo  <dnovillo@google.com>
5754
5755	* MAINTAINERS (Global Reviewers): Add myself.
5756	(Non-Algorithmic Maintainers): Remove myself.
5757
57582008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
5759
5760	* MAINTAINERS (Write after approval): Add myself.
5761
57622008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
5763
5764	* MAINTAINERS (Write after approval): Add myself.
5765
57662008-10-31  Ben Elliston  <bje@au.ibm.com>
5767
5768	* configure.ac (spu-*-*): Remove special case.
5769	* configure: Regenerate.
5770
57712008-10-30  Catherine Moore  <clm@codesourcery.com>
5772
5773	* MAINTAINERS (Write after approval): Update my email address.
5774
57752008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
5776
5777	* configure.ac [spu-*-*]: Do not set skipdirs.
5778	* configure: Re-generate.
5779
57802008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
5781
5782	* MAINTAINERS (Various Maintainers): Add myself to reload.
5783
57842008-10-25  Richard Guenther  <rguenther@suse.de>
5785
5786	* MAINTAINERS (Various Maintainers): Add myself as middle-end
5787	maintainer.  Remove myself as libgcc-math maintainer.
5788	(Non-Algorithmic Maintainers): Remove myself.
5789
57902008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5791
5792	* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5793	* Makefile.in: Regenerated.
5794
57952008-10-23  Cary Coutant  <ccoutant@google.com>
5796
5797	* MAINTAINERS (Write after approval): Add myself.
5798
57992008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5800
5801	PR gdb/921
5802	PR gdb/1646
5803	PR gdb/2175
5804	PR gdb/2176
5805
5806	* Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5807	* Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5808	(EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5809	(HOST_EXPORTS): Pass CPPFLAGS.
5810	(CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5811	(LDFLAGS_FOR_TARGET): Initialize from configure script.
5812	(EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5813	* Makefile.in, configure: Regenerated.
5814	* configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5815	and CPPFLAGS_FOR_BUILD.
5816
58172008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
5818
5819	* MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5820	Sebastian Pop.
5821
58222008-10-14  Antoniu Pop	<antoniu.pop@gmail.com>
5823
5824	* MAINTAINERS (Write After Approval): Added myself.
5825
58262008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5827
5828	* configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5829	recommended version to 2.3.2.
5830
5831	* configure: Regenerate.
5832
58332008-10-01  Mark Mitchell  <mark@codesourcery.com>
5834
5835	* MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5836
58372008-09-29  David Daney	<david.daney@caviumnetworks.com>
5838
5839	* MAINTAINERS (Write After Approval): Update e-mail address.
5840
58412008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
5842
5843	* libtool.m4: Update to libtool 2.2.6.
5844	* lt~obsolete.m4: Update to libtool 2.2.6.
5845	* ltmain.sh: Update to libtool 2.2.6.
5846	* ltsugar.m4: Update to libtool 2.2.6.
5847	* ltversion.m4: Update to libtool 2.2.6.
5848	* ltoptions.m4: Update to libtool 2.2.6.
5849	* ltgcc.m4: Update to match changes from libtool 2.2.6.
5850
58512008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
5852
5853	* MAINTAINERS (Write After Approval): Add myself.
5854
58552008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5856
5857	* MAINTAINERS (Write After Approval): Update my name.
5858
58592008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
5860
5861	* MAINTAINERS: Add myself in "Write After Approval".
5862
58632008-09-18  Steve Ellcey  <sje@cup.hp.com>
5864
5865	* MAINTAINERS: Add myself as ia64 maintainer.
5866
58672008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
5868
5869	* MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5870	Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5871	Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5872	and Michael Tiemann from Write After Approval since they do not
5873	actually have access.
5874
58752008-09-05  Richard Guenther  <rguenther@suse.de>
5876
5877	* configure.ac: Initialize clooglibs to -lcloog.
5878	* configure: Re-generate.
5879
58802008-09-04  Le-Chun Wu  <lcwu@google.com>
5881
5882	* MAINTAINERS (Write After Approval): Add myself.
5883
58842008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
5885
5886	* configure.ac (--with-cloog-polylib): New.
5887	(--disable-cloog-version-check): New.
5888	(--disable-ppl-version-check): New.
5889	* configure: Re-generate.
5890
58912008-09-03  Richard Guenther  <rguenther@suse.de>
5892
5893	* configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5894	cloog test.
5895	* configure: Re-generate.
5896
58972008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
5898
5899	Add picoChip port.
5900	* MAINTAINERS: Add picoChip maintainers.
5901
59022008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
5903	    Tobias Grosser  <grosser@fim.uni-passau.de>
5904	    Jan Sjodin  <jan.sjodin@amd.com>
5905	    Harsha Jagasia  <harsha.jagasia@amd.com>
5906	    Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5907	    Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5908	    Adrien Eliche  <aeliche@isty.uvsq.fr>
5909
5910	Merge from graphite branch.
5911	* configure: Regenerate.
5912	* Makefile.in: Regenerate.
5913	* configure.ac (host_libs): Add ppl and cloog.
5914	Add checks for PPL and CLooG.
5915	* Makefile.def (ppl, cloog): Added modules and dependences.
5916	* Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5917	(HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5918
59192008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5920
5921	* configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5922	(GCC_SHLIB_SUBDIR): New.
5923	* Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5924	* configure: Regenerate.
5925	* Makefile.in: Regenerate.
5926
59272008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5928
5929	* MAINTAINERS: Consistently use tabs to separate columns.
5930
59312008-08-29  Tristan Gingold  <gingold@adacore.com>
5932
5933	* MAINTAINERS (Write after Approval): Add myself.
5934
59352008-08-28  Tristan Gingold  <gingold@adacore.com>
5936
5937	* configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5938	Enable bfd, binutils and opcodes.
5939	* configure: Regenerate.
5940
59412008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5942
5943	* MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
5944
59452008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5946
5947	* MAINTAINERS:  Use correct Umlaut for last name.
5948
59492008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5950
5951	* MAINTAINERS: Move myself from Reviewers to Write after Approval.
5952
59532008-08-16  David Edelsohn  <edelsohn@gnu.org>
5954
5955	* MAINTAINERS: Update my email address.
5956
59572008-08-16  Nicolas Roche  <roche@adacore.com>
5958
5959	* Makefile.tpl: Add BOOT_ADAFLAGS.
5960	* Makefile.in: Regenerate.
5961
59622008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
5963
5964	* configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5965	* configure: Regenerate.
5966
59672008-07-30  Paolo Bonzini  <bonzini@gnu.org>
5968
5969	* configure.ac: Add makefile fragments for hpux.
5970	* Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5971	* Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5972	* configure: Regenerate.
5973	* Makefile.in: Regenerate.
5974
59752008-07-28  Aldy Hernandez  <aldyh@redhat.com>
5976
5977	* MAINTAINERS: Add Jakub and myself as gimple maintainers.
5978
59792008-07-11  Dodji Seketeli  <dseketel@redhat.com>
5980
5981	* MAINTAINERS (Write after Approval): Add myself.
5982
59832008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
5984
5985	* MAINTAINERS (Write After Approval):  Add myself.
5986
59872008-06-29  Andrew Jenner  <andrew@codesourcery.com>
5988
5989	* MAINTAINERS (Write After Approval):  Add myself.
5990
59912008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
5992
5993	* MAINTAINERS: Update my email address.
5994
59952008-06-25  Joey Ye  <joey.ye@intel.com>
5996
5997	* MAINTAINERS (Write After Approval):  Add myself.
5998
59992008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6000
6001	* Makefile.tpl ($(srcdir)/configure): Update dependencies.
6002	* Makefile.in: Regenerate.
6003	* configure: Regenerate.
6004
60052008-06-17  Daniel Kraft  <d@domob.eu>
6006
6007	* MAINTAINERS (Write After Approval):  Add myself.
6008
60092008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6010
6011	* configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
6012	"$@" is still intact with both Autoconf 2.59 and 2.62.
6013	* configure: Regenerate.
6014
60152008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6016
6017	* Makefile.tpl: Fix comment errors.
6018	* Makefile.in: Regenerate.
6019
60202008-06-12  David S. Miller  <davem@davemloft.net>
6021	    David Edelsohn  <edelsohn@gnu.org>
6022
6023	* configure.ac: Add powerpc*-*-* to gold supported targets.
6024	* configure: Regenerate.
6025
60262008-06-08  Joseph Myers  <joseph@codesourcery.com>
6027
6028	PR tree-optimization/36218
6029	* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
6030	* Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
6031	(all prefix="build-"): Pass them to build-system sub-makes.
6032	* Makefile.in: Regenerate.
6033
60342008-06-07  Joseph Myers  <joseph@codesourcery.com>
6035
6036	* MAINTAINERS (mt port): Remove.
6037	(sco5, unixware, sco udk): Remove.
6038	(Kean Johnston): Add to Write After Approval.
6039
60402008-05-30  Julian Brown  <julian@codesourcery.com>
6041
6042	* configure.ac (arm*-*-linux-gnueabi): Don't disable building
6043	of libobjc for ARM EABI Linux.
6044	* configure: Regenerate.
6045
60462008-05-18  Xinliang David Li   <davidxl@google.com>
6047
6048	* ChangeLog: Remove wrong ChangeLog entry.
6049
60502008-05-17  Xinliang David Li   <davidxl@google.com>
6051
6052	* MAINTAINERS (Write After Approval): Add myself.
6053
60542008-05-15  Janus Weil  <janus@gcc.gnu.org>
6055
6056	* MAINTAINERS (Write After Approval): Add myself.
6057
60582008-05-14  Rafael Espíndola  <espindola@google.com>
6059
6060	* config-ml.in: don't handle --enable-shared and --enable-static.
6061
60622008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
6063
6064	* MAINTAINERS: Update my email address.
6065
60662008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
6067
6068	* MAINTAINERS: Update my email address.
6069
60702008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
6071
6072	* MAINTAINERS (Write After Approval): Add myself.
6073
60742008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
6075
6076	* MAINTAINERS (Write After Approval): Add myself.
6077
60782008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
6079
6080	* MAINTAINERS (crx): Add myself.
6081
60822008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6083
6084	Sync with src:
6085	2008-04-14  David S. Miller  <davem@davemloft.net>
6086
6087	* configure.ac: Add sparc*-*-* to gold supported targets.
6088	* configure: Regenerate.
6089
60902008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6091
6092	PR bootstrap/35457
6093	* configure.ac: Include override.m4.
6094	* configure: Regenerate.
6095
60962008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6097
6098	* Makefile.tpl (restrap): Call `make all' using double-colon rules.
6099	* Makefile.in: Regenerate.
6100
61012008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
6102
6103	* configure.ac (cr16-*-*): Add case for cr16 target and include gdb
6104	as nonconfigurable directories list.
6105	* configure: Regenerate.
6106
61072008-04-14  Ben Elliston  <bje@au.ibm.com>
6108
6109	* config.sub, config.guess: Update from upstream sources.
6110
61112008-04-12  Hans-Peter Nilsson  <hp@axis.com>
6112
6113	* Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6114	* Makefile.in: Regenerate.
6115
61162008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
6117
6118	* configure.ac: Do not build libssp for the AVR.
6119	* configure: Regenerate.
6120
61212008-04-07  Ian Lance Taylor  <iant@google.com>
6122
6123	* Makefile.def: check-gold depends upon all-binutils.
6124	* Makefile.in: Regenerate.
6125
61262008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
6127
6128	* MAINTAINERS (Write After Approval): Add myself.
6129
61302008-04-04  Nick Clifton  <nickc@redhat.com>
6131
6132	PR binutils/4334
6133	* configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
6134	builds.
6135	* configure: Regenerate.
6136
61372008-04-04  NightStrike  <NightStrike@gmail.com>
6138
6139	PR other/35151
6140	* configure.ac: Combine rules for mingw32 and mingw64.
6141	* configure: Regenerate.
6142
61432008-04-02  Kai Tietz  <kai.tietz@onvision.com>
6144
6145	* MAINTAINERS (Write After Approval): Add myself.
6146
61472008-04-01  Seongbae Park  <seongbae.park@gmail.com>
6148
6149	* Makefile.tpl (.NOTPARALLEL): Revert previous change.
6150	* Makefile.in (.NOTPARALLEL): Ditto.
6151
61522008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
6153
6154	* MAINTAINERS (Write After Approval): Add myself.
6155
61562008-03-31  Seongbae Park  <seongbae.park@gmail.com>
6157
6158	* Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6159	* Makefile.in (.NOTPARALLEL): Regenerate.
6160
61612008-03-27  Paolo Bonzini  <bonzini@gnu.org>
6162
6163	* Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6164	* Makefile.in: Regenerate.
6165
61662008-03-26  Jakub Staszak  <kuba@et.pl>
6167
6168	* MAINTAINERS (Write After Approval): Add myself.
6169
61702008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6171
6172	* MAINTAINERS:  Update e-mail address.
6173
61742008-03-20  Ian Lance Taylor  <iant@google.com>
6175
6176	* configure.ac: Add support for --enable-gold.
6177	* Makefile.def: Add gold as a directory like ld.
6178	* configure, Makefile.in: Regenerate.
6179
61802008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6181
6182	* configure.ac: m4_include config/proginstall.m4.
6183	* configure: Regenerate.
6184
6185	Backport from upstream Libtool:
6186
6187	2007-10-12  Eric Blake  <ebb9@byu.net>
6188
6189	Deal with Autoconf 2.62's semantic change in m4_append.
6190	* ltsugar.m4 (lt_append): Replace broken versions of
6191	m4_append.
6192	(lt_if_append_uniq): Don't require separator to be overquoted,
6193	and avoid broken m4_append.
6194	(lt_dict_add): Fix typo.
6195	* libtool.m4 (_LT_DECL): Don't overquote separator.
6196
61972008-03-13  David Edelsohn  <edelsohn@gnu.org>
6198
6199	* config.rpath: Add AIX 6 support.
6200
62012008-03-13  Paolo Bonzini  <bonzini@gnu.org>
6202
6203	* Makefile.def (stageprofile).  Remove -fprofile-generate
6204	from stage_libcflags.
6205	* Makefile.in: Regenerate.
6206
62072008-03-13  Ben Elliston  <bje@au.ibm.com>
6208
6209	* config.sub, config.guess: Update from upstream sources.
6210
62112008-03-06  Tom Tromey  <tromey@redhat.com>
6212
6213	* MAINTAINERS: Update for treelang deletion.
6214
62152008-03-03  James E. Wilson  <wilson@tuliptree.org>
6216
6217	* MAINTAINERS: Update my email address.
6218
62192008-03-03  Stan Shebs  <stanshebs@earthlink.net>
6220
6221	* MAINTAINERS (darwin port): Add myself as a maintainer.
6222	(objective-c/c++): Add myself as a maintainer.
6223
62242008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
6225
6226	* MAINTAINERS (Write After Approval): Update my email address.
6227
62282008-02-25  Tomas Bily  <tbily@suse.cz>
6229
6230	* MAINTAINERS (Write After Approval): Add myself.
6231
62322008-02-23  Jakub Jelinek  <jakub@redhat.com>
6233
6234	* MAINTAINERS (OpenMP): Add myself.
6235
62362008-02-20  Paolo Bonzini  <bonzini@gnu.org>
6237
6238	PR bootstrap/32009
6239	PR bootstrap/32161
6240
6241	* configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6242	* configure: Regenerate.
6243
6244	* Makefile.def: Define stage_libcflags for all bootstrap stages.
6245	* Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6246	STAGE4_LIBCFLAGS): New.
6247	(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6248	$(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6249	(BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6250	(EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6251	(configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6252	for target modules.  Don't export LIBCFLAGS.
6253	(all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6254	$(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6255	the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6256	(invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6257	$(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6258	* Makefile.in: Regenerate.
6259
62602008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6261
6262	PR libgcj/33085
6263	* libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6264	Do not use -DDLL_EXPORT.  Backport from upstream.
6265
62662008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6267
6268	* MAINTAINERS (Write After Approval): Add myself.
6269
62702008-02-02  Hans-Peter Nilsson  <hp@axis.com>
6271
6272	* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6273	* configure: Regenerate.
6274
62752008-01-31  Marc Gauthier  <marc@tensilica.com>
6276
6277	* configure.ac (xtensa*-*-*): Recognize processor variants.
6278	* configure: Regenerate.
6279
62802008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6281
6282	PR bootstrap/34922
6283	* configure.ac (PARSE_ARGS): Push suitable setting of
6284	ac_subdirs_all, for `./configure --help=recursive'.
6285	Handle `+' in generic toplevel directory disabling.
6286	* configure: Regenerate.
6287
62882008-01-28  Nick Clifton  <nickc@redhat.com>
6289
6290	* MAINTAINERS (xstormy16): Take over maintainership.
6291
62922008-01-25  Joseph Myers  <joseph@codesourcery.com>
6293
6294	* MAINTAINERS (c4x port): Remove.
6295
62962008-01-24  David Edelsohn  <edelsohn@gnu.org>
6297
6298	* libtool.m4: Backport AIX 6 support from ToT Libtool.
6299
63002008-01-23  Ben Elliston  <bje@au.ibm.com>
6301
6302	* config.sub, config.guess: Update from upstream sources.
6303
63042008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
6305
6306	* MAINTAINERS (Write After Approval): Add myself.
6307
63082008-01-17  H.J. Lu  <hjl.tools@gmail.com>
6309
6310	* MAINTAINERS: Update my email address.
6311
63122008-01-09  Raksit Ashok  <raksit@google.com>
6313
6314	* MAINTAINERS (Write After Approval): Add myself.
6315
63162008-01-09  Raksit Ashok  <raksit@google.com>
6317
6318	* MAINTAINERS (Write After Approval): Add myself.
6319
63202008-01-08  Ben Elliston  <bje@au.ibm.com>
6321
6322	* config.sub, config.guess: Update from upstream sources.
6323
63242007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6325
6326	* configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6327	Change recommended MPFR from 2.2.1 -> 2.3.0.
6328	* configure: Regenerate.
6329
63302007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
6331
6332	* MAINTAINERS: Update my email address.
6333
63342007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
6335
6336	* MAINTAINERS: Update my email address.
6337
63382007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
6339
6340	* Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6341	(CXXFLAGS_FOR_TARGET): Add -O2 -g.
6342	* Makefile.in: Regenerate.
6343
63442007-12-10  Mark Heffernan  <meheff@google.com>
6345
6346	* MAINTAINERS (Write After Approval): Add myself and alphabetize two
6347	misplaced entries.
6348
63492007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6350
6351	* configure.ac: Enable libjava for x86_64-*-darwin9.
6352	* configure: Regenerate.
6353
63542007-12-07  Bill Maddox  <maddox@google.com>
6355
6356	* MAINTAINERS (Write After Approval): Add myself.
6357
63582007-12-05  Ben Elliston  <bje@au.ibm.com>
6359
6360	* config.sub, config.guess: Update from upstream sources.
6361
63622007-12-02  Matthias Klose  <doko@ubuntu.com>
6363
6364	* config-ml.in: Remove 64bit configure tests.
6365
63662007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6367
6368	* config-ml.in: Robustify against white space in absolute file
6369	names.
6370
6371	* config-ml.in (multi-clean): Substitute ${Makefile}.
6372	Remove superfluous ${Makefile} in list.
6373
63742007-11-19  Thiemo Seufer  <ths@mips.com>
6375
6376	* config-ml.in: Don't hardcode the Makefile name.
6377
63782007-11-08  Alexander Monakov  <amonakov@ispras.ru>
6379
6380	* MAINTAINERS (Write After Approval): Add myself.
6381
63822007-11-07  Samuel Tardieu  <sam@rfc1149.net>
6383
6384	* MAINTAINERS (Write After Approval): Add myself.
6385
63862007-11-06  Doug Kwan  <dougkwan@google.com>
6387
6388	* MAINTAINERS (Write After Approval): Add myself.
6389
63902007-10-25  Ben Elliston  <bje@au.ibm.com>
6391
6392	* MAINTAINERS (mercury): Remove entry.
6393	(Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6394
63952007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
6396
6397	* Makefile.def (dependencies): Make configure-gdb depend on
6398	all-intl.
6399	* Makefile.in: Regenerated.
6400
64012007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
6402
6403	* MAINTAINERS (Fortran maintainer): Remove myself.
6404
64052007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
6406
6407	* Makefile.def: To avoid problems running with parallel makes,
6408	build newlib before libgloss so that target specific header
6409	files are availble.
6410	* Makefile.in: Regenerate
6411
64122007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6413
6414	* Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6415	* Makefile.in: Regenerate.
6416
64172007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
6418
6419	* MAINTAINERS (Register allocation reviewer): Add myself.
6420
64212007-10-08  Mike Frysinger  <vapier@gentoo.org>
6422
6423	* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6424	LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6425	Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
6426	LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6427	* configure: Regenerate.
6428
64292006-10-04  Seongbae Park  <seongbae.park@gmail.com>
6430
6431	* MAINTAINERS (Register allocation reviewer): Add myself.
6432
64332007-10-01  Paolo Bonzini  <bonzini@gnu.org>
6434
6435	* Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6436	DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6437	LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6438	WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6439	* configure.ac: Default them to host tools for $host = $build.
6440	Subst them.
6441
6442	* configure: Regenerate.
6443	* Makefile.in: Regenerate.
6444
64452006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
6446
6447	* MAINTAINERS (Register allocation reviewer): Add myself.
6448
64492006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
6450
6451	* MAINTAINERS (Register allocation reviewer): Add myself.
6452
64532007-09-21  Seongbae Park  <seongbae.park@gmail.com>
6454
6455	* MAINTAINERS (Write After Approval): Fix typo.
6456
64572007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
6458
6459	* configure.ac (mipsisa*-*-elfoabi*): New stanza.
6460	* configure: Regenerate.
6461
64622007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
6463
6464	PR bootstrap/31906
6465	* libtool-ldflags: Don't prefix arguments with -Xcompiler if
6466	they're already prefixed.
6467
64682007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
6469
6470	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6471	libstdc++.
6472	* Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6473	* configure: Regenerate.
6474	* Makefile.in: Regenerate.
6475
64762007-09-17  Andreas Schwab  <schwab@suse.de>
6477
6478	* configure.ac: Raise minimum makeinfo version to 4.6.
6479	* configure: Regenerate.
6480
64812007-09-17  Johannes Singler  <singler@ira.uka.de>
6482
6483	* MAINTAINERS (write-after-approval) add myself
6484
64852007-09-15  Alan Modra  <amodra@bigpond.net.au>
6486
6487	* configure.ac: Correct makeinfo version check.
6488	* configure: Regenerate.
6489
64902007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
6491
6492	* MAINTAINERS: Update my email address.
6493
64942007-09-14  Richard Sandiford  <richard@codesourcery.com>
6495
6496	* configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
6497	to $skipdirs and only disable gprof for newlib.  Use the normal
6498	mips*-elf* handling in other respects.
6499	* configure: Regnerate.
6500
65012007-09-12  David Daney  <ddaney@avtrex.com>
6502
6503	* configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6504	enabling libgcj.
6505	* configure: Regenerate.
6506
65072007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6508
6509	PR other/32154
6510	* configure.ac: For libgloss targets, point the linker to the linker
6511	script, startup code and simulator library.
6512	* configure: Regenerate.
6513
65142007-09-07  Andrew Haley  <aph@redhat.com>
6515
6516	* configure.ac (noconfigdirs): Remove target-libffi and
6517	target-libjava.
6518	* configure: Regenerate.
6519
65202007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6521
6522	PR target/33281
6523	* configure.ac: Use config/mh-mingw on mingw.
6524	* configure: Regenerate.
6525
65262007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
6527
6528	* MAINTAINERS (Write After Approval): Add myself.
6529
65302007-09-05  Richard Guenther  <rguenther@suse.de>
6531
6532	* configure.ac (--enable-stage1-checking): If neither --enable-checking
6533	nor --disable-checking is provided also turn on yes and types
6534	checking for stage1.
6535	* configure: Re-generate.
6536
65372007-08-30  Krister Walfridsson  <cato@df.lth.se>
6538
6539	* MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6540	(Write After Approval): Remove myself.
6541
65422007-08-29  Nick Clifton  <nickc@redhat.com>
6543
6544	* config.sub, config.guess: Update from upstream sources.
6545
65462007-08-22  Bud Davis  <jmdavis@link.com>
6547
6548	* MAINTAINERS (Write After Approval): Added myself.
6549	* MAINTAINERS (Reviewers): Removed myself.
6550
65512007-08-18  Paul Brook  <paul@codesourcery.com>
6552	    Joseph Myers  <joseph@codesourcery.com>
6553
6554	* Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6555	(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6556	* Makefile.in: Regenerate.
6557	* configure.ac (--with-debug-prefix-map): New.
6558	* configure: Regenerate.
6559
65602007-08-17  Richard Sandiford  <richard@codesourcery.com>
6561	    Nigel Stephens  <nigel@mips.com>
6562
6563	* configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
6564	as target_makefile_frag.
6565	* configure: Regenerate.
6566
65672007-08-16  Alexandre Oliva  <aoliva@redhat.com>
6568
6569	* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6570	Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
6571	(bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6572	* Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6573	(do-compare, do-compare3, do-compare-debug): New.
6574	([+compare-target+]): Use them.
6575
65762007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
6577
6578	* MAINTAINERS (Write After Approval): Change my email address.
6579
65802007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6581	    Ben Elliston  <bje@au.ibm.com>
6582
6583	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6584	--silent if $silent.
6585	* configure: Regenerate.
6586
65872003-08-12  Zdenek Dvorak  <ook@ucw.cz>
6588
6589	* MAINTAINERS (Various Maintainers): Add myself as
6590	loop infrastructure maintainer.  Update my e-mail
6591	address.
6592
65932007-07-31  Diego Novillo  <dnovillo@google.com>
6594
6595	* MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6596	Adjust description.
6597
65982007-07-26  Richard Guenther  <rguenther@suse.de>
6599
6600	* configure.ac: Add types checking to stage1 checking flags.
6601	* configure: Regenerate.
6602
66032007-07-17  Nick Clifton  <nickc@redhat.com>
6604
6605	* COPYING3: New file.  Contains version 3 of the GNU General
6606	Public License.
6607	* COPYING3.LIB: New file.  Contains version 3 of the GNU
6608	Lesser General Public License.
6609
66102007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6611
6612	* MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6613
66142007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6615
6616	* MAINTAINERS (S/390 co-maintainer): Add myself.
6617	(Write After Approval): Remove myself.
6618
66192007-07-13  Dan Hipschman  <dsh@google.com>
6620
6621	* MAINTAINERS (Write After Approval): Add myself.
6622
66232007-07-11  Nick Clifton  <nickc@redhat.com>
6624
6625	* Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6626	WINDRES export.
6627	* Makefile.in: Regenerate.
6628
66292007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6630
6631	* MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6632	maintainer.
6633
66342007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6635
6636	* lt~obsolete.m4: New. Import from 20070318 libtool.
6637
66382007-07-03  Julian Brown  <julian@codesourcery.com>
6639
6640	* MAINTAINERS (Write After Approval): Add myself.
6641
66422007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6643
6644	* configure.ac: Rewrite 'configure --help' strings to look nicer.
6645	* configure: Regenerate.
6646
66472007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6648
6649	* configure.ac: Add some missing m4 quotation.
6650	* configure: Regenerate.
6651
66522007-07-02  Simon Baldwin  <simonb@google.com>
6653
6654	* MAINTAINERS (Write After Approval): Add myself.
6655
66562007-07-02  Paolo Bonzini  <bonzini@gnu.org>
6657
6658	* configure: Regenerate.
6659
66602007-07-02  Kai Tietz   <kai.tietz@onevision.com>
6661
6662	* Makefile.def: Add windmc tool to build.
6663	* Makefile.tpl: Likewise.
6664	* configure.ac: Likewise.
6665	* Makefile.in: Regenerate.
6666	* configure: Regenerate.
6667
66682007-06-28  DJ Delorie  <dj@redhat.com>
6669
6670	* configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6671	not building newlib.
6672	* configure: Regenerated.
6673
66742007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
6675
6676	* MAINTAINERS (Write After Approval): Add myself.
6677
66782007-06-25  Martin Michlmayr  <tbm@cyrius.com>
6679
6680	* MAINTAINERS (Write After Approval): Add myself.
6681
66822007-06-19  Chris Matthews  <chrismatthews@google.com>
6683
6684	* MAINTAINERS (Write After Approval): Add myself.
6685
66862007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6687
6688	* MAINTAINERS (Write After Approval): Add myself.
6689
66902007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6691
6692	* Makefile.def: Add dependency from configure-gdb to all-bfd.
6693	* Makefile.in: Regenerated.
6694
66952007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
6696
6697	* configure.ac: Don't add target-libmudflap to noconfigdirs for
6698	bfin*-*-uclinux* targets.
6699	* configure: Regenerate.
6700
67012007-06-14  Ian Lance Taylor  <iant@google.com>
6702
6703	* MAINTAINERS: Add myself as non-algorithmic global write
6704	maintainer.
6705
67062007-06-14  Diego Novillo  <dnovillo@google.com>
6707
6708	* MAINTAINERS: Add self as middle-end maintainer and
6709	non-algorithmic global write maintainer.
6710
67112007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6712
6713	* MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6714	Move all Fortran maintainers except Paul Brook into the
6715	Non-Autopoiesis section.
6716
67172007-06-14  Paolo Bonzini  <bonzini@gnu.org>
6718
6719	* Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6720	(distclean-stage[+id+]): Possibly delete stage_last.
6721	* Makefile.in: Regenerate.
6722
67232007-06-12  Seongbae Park  <seongbae.park@gmail.com>
6724
6725	* MAINTAINERS (Various Maintainer): Fix typo.
6726
67272007-06-11  Paolo Bonzini  <bonzini@gnu.org>
6728
6729	* MAINTAINERS (Various Maintainer): Add myself as
6730	dataflow maintainer.
6731
67322007-06-07  Ben Elliston  <bje@au.ibm.com>
6733
6734	* config.sub, config.guess: Update from upstream sources.
6735
67362007-06-07  Ben Elliston  <bje@au.ibm.com>
6737
6738	* Makefile.tpl: Fix spelling error.
6739	* Makefile.in: Regenerate.
6740
67412007-06-01  Steve Ellcey  <sje@cup.hp.com>
6742
6743	* libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6744	lt_cv_sys_max_cmd_len.
6745
67462007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
6747
6748	* MAINTAINERS (Various Maintainers): Add myself as
6749	auto-vectorizer maintainer.
6750
67512003-05-31  Paolo Bonzini  <bonzini@gnu.org>
6752
6753	PR libjava/32098
6754	* libtool.m4: Revert previous change.
6755	* ltgcc.m4: Put it here.
6756
67572003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
6758
6759	* MAINTAINERS (Various Maintainers): Add myself as
6760	auto-vectorizer maintainer.
6761
67622007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
6763
6764	PR libjava/32098
6765	* libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6766
67672007-05-30  Richard Guenther  <rguenther@suse.de>
6768
6769	* MAINTAINERS (Various Maintainers): Add myself as
6770	auto-vectorizer maintainer.
6771
67722007-05-30  Jakub Jelinek  <jakub@redhat.com>
6773
6774	PR bootstrap/29382
6775	* configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6776	* configure: Rebuilt.
6777
67782007-05-28  Roberto Costa  <robsettantasei@gmail.com>
6779
6780	* MAINTAINERS (Write After Approval): Removed my name.
6781
67822007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
6783
6784	* MAINTAINERS (Write After Approval): Remove myself.
6785
67862007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
6787
6788	* ltmain.sh: Fix Darwin verstring, remove ${wl}.
6789
67902007-05-23  Steve Ellcey  <sje@cup.hp.com>
6791
6792	* ltmain.sh: Update from ToT Libtool.
6793	* libtool.m4: Update from ToT Libtool.
6794	* ltsugar.m4: New. Update from ToT Libtool.
6795	* ltversion.m4: New. Update from ToT Libtool.
6796	* ltoptions.m4: New. Update from ToT Libtool.
6797	* ltconfig: Remove.
6798	* ltcf-c.sh: Remove.
6799	* ltcf-cxx.sh: Remove.
6800	* ltcf-gcj.sh: Remove.
6801
68022007-05-22  Ollie Wild  <aaw@google.com>
6803
6804	* MAINTAINERS (Write After Approval): Add myself.
6805
68062007-05-16  Paolo Bonzini  <bonzini@gnu.org>
6807
6808	* Makefile.def (bootstrap_stage): Replace stage_make_flags with
6809	stage_cflags.
6810	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6811	Remove CFLAGS/LIBCFLAGS.
6812	(configure-stage[+id+]-[+prefix+][+module+],
6813	all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6814	* Makefile.in: Regenerate.
6815
68162007-05-15  Diego Novillo  <dnovillo@google.com>
6817
6818	* MAINTAINERS: Update e-mail address.
6819
68202007-05-15  Revital Eres  <eres@il.ibm.com>
6821
6822	* MAINTAINERS (Write After Approval): Add myself.
6823
68242007-05-14  Roberto Costa  <robsettantasei@gmail.com>
6825
6826	* MAINTAINERS (Write After Approval): Updated my address.
6827
68282007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
6829
6830	* MAINTAINERS (Write After Approval): Add myself.
6831
68322007-05-11  Silvius Rus  <rus@google.com>
6833
6834	* MAINTAINERS (Write After Approval): Add myself.
6835
68362007-04-23  Tom Tromey  <tromey@redhat.com>
6837
6838	* MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6839
68402007-04-22  Mark Mitchell  <mark@codesourcery.com>
6841
6842	* MAINTAINERS (cpplib): Rename to ...
6843	(libcpp): ... this.  Add C/C++ front end maintainers.
6844
68452007-04-14  Steve Ellcey  <sje@cup.hp.com>
6846
6847	* config-ml.in: Pass ${ml_config_env} to configure calls.
6848
68492007-04-04  Christian Bruel  <christian.bruel@st.com>
6850
6851	* MAINTAINERS (Write After Approval): Add myself.
6852
68532007-04-02  Dave Korn  <dave.korn@artimi.com>
6854
6855	* MAINTAINERS (Write After Approval): Add myself.
6856
68572007-03-31  Tobias Burnus  <burnus@net-b.de>
6858
6859	* MAINTAINERS (fortran 95 front end): Add myself.
6860
68612007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6862
6863	* MAINTAINERS (Write After Approval): Add myself.
6864
68652007-03-24  Ayal Zaks  <zaks@il.ibm.com>
6866
6867	* MAINTAINERS (Modulo Scheduler): Add myself.
6868
68692007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
6870
6871	* MAINTAINERS (fortran 95 front end): Add myself.
6872	(c++ front end): whitespace fix.
6873
68742007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
6875
6876	* MAINTAINERS (Write After Approval): Add myself.
6877
68782007-03-21  Richard Sandiford  <richard@codesourcery.com>
6879
6880	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6881	of glob.  Quote arguments with single quotes too.
6882	* configure: Regenerate.
6883
68842007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
6885
6886	* Makefile.def (fixincludes): Remove unneeded "missing" lines.
6887	* Makefile.in: Regenerate
6888
68892007-03-07  Andreas Schwab  <schwab@suse.de>
6890
6891	* configure: Regenerate.
6892
68932007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
6894
6895	* configure.ac: Add "--with-pdfdir" configure option,
6896	which defines pdfdir variable.
6897	* Makefile.def (target=fixincludes): Add install-pdf to
6898	missing targets.
6899	(recursive_targets): Add install-pdf target.
6900	(flags_to_pass): Add pdfdir.
6901	* Makefile.tpl: Add pdfdir handling, add do-install-pdf
6902	target.
6903	* configure: Regenerate
6904	* Makefile.in: Regenerate
6905
69062007-02-28  Eric Christopher  <echristo@apple.com>
6907
6908	Revert:
6909	2006-12-07  Mike Stump  <mrs@apple.com>
6910
6911	* Makefile.def (dependencies): Add dependency for
6912	install-target-libssp and install-target-libgomp on
6913	install-gcc.
6914	* Makefile.in: Regenerate.
6915
69162007-02-27  Matt Kraai  <kraai@ftbfs.org>
6917
6918	* configure: Regenerate.
6919	* configure.ac: Move statements after variable declarations.
6920
69212007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
6922
6923	* MAINTAINERS: Add myself as sh maintainer.
6924
69252007-02-19  Joseph Myers  <joseph@codesourcery.com>
6926
6927	* configure.ac: Adjust for loop syntax.
6928	* configure: Regenerate.
6929
69302007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6931
6932	* configure: Rebuilt.
6933
69342007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6935
6936	* configure.ac: Drop multiple occurrences of --enable-languages,
6937	and fix its quoting.
6938	* configure: Rebuilt.
6939
69402007-02-17  Mark Mitchell  <mark@codesourcery.com>
6941	    Nathan Sidwell  <nathan@codesourcery.com>
6942	    Vladimir Prus  <vladimir@codesourcery.com>
6943	    Joseph Myers  <joseph@codesourcery.com>
6944
6945	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6946	* configure: Regenerate.
6947
69482007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
6949
6950	* ltconfig (freebsd*): Default to elf.
6951
69522007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6953
6954	* configure.ac (target_libraries): Move libgcc before libiberty.
6955	* configure: Regenerated.
6956
69572007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6958	    Paolo Bonzini  <bonzini@gnu.org>
6959
6960	PR bootstrap/30753
6961	* configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
6962	unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
6963	* configure: Regenerated.
6964
69652007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6966
6967	* MAINTAINERS (Language Front End Maintainers): Update my mail
6968	address.
6969
69702007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6971
6972	PR bootstrap/30748
6973	* configure.ac: Correct syntax for Solaris ksh.
6974	* configure: Regenerated.
6975
69762007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6977
6978	* configure.ac: Sync with src.
6979	* configure: Regenerate.
6980
69812007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6982
6983	* Makefile.in: Regenerate.
6984
69852007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6986
6987	* config.sub: Sync with src.
6988
69892007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6990
6991	* Makefile.tpl (build_alias, host_alias, target_alias): Use
6992	noncanonical equivalents.
6993	* configure.in: Rename to...
6994	* configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
6995	AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
6996	target_noncanonical.  Use them.  Rewrite removal of configure
6997	arguments for autoconf 2.59.  Discard variable settings.  Force
6998	program_transform_name for native tools.
6999
7000	* Makefile.in: Regenerated.
7001	* configure: Regenerated with autoconf 2.59.
7002
70032007-02-07  Roman Zippel  <zippel@linux-m68k.org>
7004
7005	* MAINTAINERS (Write After Approval): Add myself.
7006
70072007-01-31  Andreas Schwab  <schwab@suse.de>
7008
7009	* Makefile.tpl (LDFLAGS): Substitute it.
7010	* Makefile.in: Regenerate.
7011
70122007-01-30  Andrey Belevantsev  <abel@ispras.ru>
7013
7014	* MAINTAINERS (Write After Approval): Add myself.
7015
70162007-01-28  David Edelsohn  <edelsohn@gnu.org>
7017
7018	* MAINTAINERS (spu port): Add myself.
7019
70202007-01-23  Richard Guenther  <rguenther@suse.de>
7021
7022	PR bootstrap/30541
7023	* Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
7024	* Makefile.tpl (GNATBIND): Substitute it.
7025	(GNATMAKE): Likewise.
7026	(POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
7027	of STAGE_PREFIX.
7028	* Makefile.in: Regenerate.
7029	* configure: Regenerate.
7030
70312007-01-18  Mike Stump  <mrs@apple.com>
7032
7033	* configure.in: Re-enable -Werror for gcc builds.
7034
70352007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
7036
7037	* MAINTAINERS (Write After Approval): Add myself.
7038
70392007-01-11  Paolo Bonzini  <bonzini@gnu.org>
7040
7041	* configure.in: Change == to = in test command.
7042	* configure: Regenerate.
7043
70442007-01-11  Paolo Bonzini  <bonzini@gnu.org>
7045	    Nick Clifton  <nickc@redhat.com>
7046	    Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
7047
7048	* configure.in (build_configargs, host_configargs, target_configargs):
7049	Remove build/host/target parameters.
7050	(host_libs): Add gmp and mpfr.
7051	(GMP tests): Reorganize to allow in-tree GMP/MPFR.
7052	* Makefile.def (gmp, mpfr): New.
7053	(gcc): Remove target.
7054	* Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
7055	target_os, target_vendor): New.
7056	(configure): Add host_alias/target_alias arguments; adjust invocations.
7057	* configure: Regenerate.
7058	* Makefile.in: Regenerate.
7059
70602007-01-11  Matt Fago  <fago@earthlink.net>
7061
7062	* configure.in: Try to link to functions only in mpfr 2.2.x
7063	to improve robustness of configure tests.
7064	* configure: Regenerate.
7065
70662007-01-09  Uros Bizjak  <ubizjak@gmail.com>
7067
7068	* MAINTAINERS: Add myself as i386 maintainer.
7069
70702007-01-08  Jan Hubicka  <jh@suse.cz>
7071
7072	* MAINTAINERS: Add myself as i386 maintainer.
7073
70742007-01-08  Kai Tietz	<kai.tietz@onevision.com>
7075
7076	* configure.in: Add support for an x86_64-mingw* target.
7077	* configure: Regenerate.
7078
70792007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
7080
7081	* Makefile.tpl (all-target): Correct @if conditional for target
7082	modules.
7083	* configure.in: Omit libiberty if building only target libgcc.
7084	* configure, Makefile.in: Regenerated.
7085
70862007-01-04  Paolo Bonzini  <bonzini@gnu.org>
7087
7088	* configure.in: Use DEV-PHASE to detect default for --enable-werror.
7089	* configure: Regenerate.
7090
70912007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7092
7093	* Makefile.def (target_modules): Add libgcc.
7094	(lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
7095	* Makefile.tpl (clean-target-libgcc): Delete.
7096	(configure-target-[+module+]): Emit --disable-bootstrap dependencies
7097	on gcc even for bootstrapped modules.  Rewrite handling of
7098	lang_env_dependencies to loop over target_modules.
7099	* configure.in (target_libraries): Add target-libgcc.
7100	* Makefile.in, configure: Regenerated.
7101
71022006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7103
7104	* configure.in: Reorganize recognition of languages.  Add
7105	--enable-stage1-languages.  Show supported languages for the chosen
7106	target rather than all recognized languages.
7107	* configure: Regenerate.
7108
71092006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7110
7111	* Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7112	* Makefile.in: Regenerate.
7113
71142006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7115
7116	* configure.in: Warn that MPFR 2.2.0 is buggy.
7117	* configure: Regenerate.
7118
71192006-12-27  Ian Lance Taylor  <iant@google.com>
7120
7121	* configure.in: When removing Makefiles to force a reconfigure, also
7122	remove prev-DIR*/Makefile.
7123	* configure: Regenerate.
7124
71252006-12-22  Andreas Schwab  <schwab@suse.de>
7126
7127	* configure: Regenerate with correct autoconf version.
7128
71292006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
7130
7131	* configure.in: add AC_SUBST for *_FOR_TARGET.
7132	* configure: Regenerate.
7133
71342006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7135
7136	* configure.in: Simplify logic for rejecting languages that cannot
7137	be built.  Separate the case when a language is unsupported,
7138	from the case when the user chooses not to build a language.
7139
71402006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7141
7142	* configure.in: Remove "$build" case for powerpc-*-darwin* since
7143	it only affects bootstrap and could be tested on "$host" as well.
7144	* configure: Regenerate.
7145	* config/mh-ppc-darwin: Add to the stage1 cflags here.
7146
71472006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7148
7149	PR bootstrap/29544
7150	* Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7151	(bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7152	move here comment from Makefile.tpl.
7153	* Makefile.tpl: Move some definitions higher in the file.
7154	(STAGE1_CHECKING): New.
7155	* configure.in: Add --enable-stage1-checking.
7156	* configure: Regenerate.
7157	* Makefile.in: Regenerate.
7158
71592006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7160
7161	* MAINTAINERS: Add myself as build system maintainer.
7162
71632006-12-15  Simon Martin  <simartin@users.sourceforge.net>
7164
7165	* MAINTAINERS (Write After Approval): Add myself.
7166
71672006-12-13  Eric Christopher  <echristo@apple.com>
7168
7169	* MAINTAINERS: Add myself as darwin maintainer.
7170
71712006-12-11  Ian Lance Taylor  <ian@airs.com>
7172
7173	* MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7174
71752006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
7176
7177	MAINTAINERS: Update my entry.
7178
71792006-12-11  Alan Modra  <amodra@bigpond.net.au>
7180
7181	* configure.in:  Handle spu makefile frag.
7182	* Makefile.tpl (MAINT): Define
7183	(MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7184	* configure: Regenerate.
7185	* Makefile.in: Regenerate.
7186
71872006-12-11  Ben Elliston  <bje@au.ibm.com>
7188
7189	* config.guess: Import latest version.
7190	* config.sub: Likewise.
7191
71922006-12-11  Ben Elliston  <bje@au.ibm.com>
7193
7194	* configure.in (spu-*-*): Don't skip target-libiberty.
7195	* configure: Regenerate.
7196
71972006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7198
7199	PR bootstrap/30134
7200	* configure.in: Correct x86 darwin support for libjava to powerpc
7201	and i?86 only.
7202	* configure: Regenerate.
7203
72042006-12-08  Sandro Tolaini  <tolaini@libero.it>
7205
7206	* configure.in: Add x86 darwin support for libjava.
7207	* configure: Regenerate.
7208
72092006-12-07  Mike Stump  <mrs@apple.com>
7210
7211	* Makefile.def (dependencies): Add dependency for
7212	install-target-libssp and install-target-libgomp on
7213	install-gcc.
7214	* Makefile.in: Regenerate.
7215
72162006-12-04  Richard Guenther  <rguenther@suse.de>
7217
7218	* MAINTAINERS (Non-Algorithmic Maintainers): New section.
7219	(Non-Algorithmic Maintainers): Move over non-algorithmic
7220	loop optimizer maintainers, add myself as a non-algorithmic
7221	middle-end maintainer.
7222
72232006-12-04  Daniel Franke  <franke.daniel@gmail.com>
7224
7225	* MAINTAINERS (Write After Approval): Add myself.
7226
72272006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7228
7229	* configure.in: Update error message for missing GMP/MPFR.
7230
7231	* configure: Regenerate.
7232
72332006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7234
7235	* configure.in: Update MPFR version in error message.
7236
7237	* configure: Regenerate.
7238
72392006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7240
7241	* configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7242	(--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7243	--with-gmp-lib): New flags.
7244
7245	* configure: Regenerate.
7246
72472006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
7248
7249	* MAINTAINERS (Write After Approval): Change my email address.
7250
72512006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7252
7253	* MAINTAINERS (Write After Approval): Add myself.
7254
72552006-11-22  Philipp Thomas  <pth@suse.de>
7256
7257	* MAINTAINERS (i18n): Update e-mail address.
7258
72592006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7260
7261	* MAINTAINERS (spu port): Add myself as maintainer.
7262	(Write After Approval): Remove myself.
7263
72642006-11-22  Ben Elliston  <bje@au.ibm.com>
7265
7266	* configure.in (skipdirs): Don't build libssp for SPU.
7267	* configure: Regenerate.
7268
72692006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7270
7271	* MAINTAINERS (spu port): Add myself as maintainer.
7272	(libobjc): Update my email address.
7273
72742006-11-21  Andrea Bona  <andrea.bona@st.com>
7275
7276	* MAINTAINERS (Write After Approval): Add myself.
7277
72782006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7279
7280	* configure.in (skipdirs) : Don't build target-libiberty for SPU.
7281	* configure : Rebuilt.
7282
72832006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7284
7285	* MAINTAINERS (Write After Approval): Add myself.
7286
72872006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
7288
7289	* MAINTAINERS (Write After Approval): Add myself.
7290
72912006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7292
7293	* configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7294	libmpfr.a.
7295	* configure: Regenerate.
7296
72972006-11-16  Paolo Bonzini  <bonzini@gnu.org>
7298
7299	* Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7300	(unstage): Test for stage_last presence.
7301
7302	PR bootstrap/29802
7303	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7304	STAGE_PREFIX.
7305	* Makefile.in: Regenerate.
7306
73072003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
7308
7309	* MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7310	maintainers.
7311
73122006-11-14  Erven Rohou  <erven.rohou@st.com>
7313
7314	* MAINTAINERS (Write After Approval): Add myself.
7315
73162006-11-14  Paolo Bonzini  <bonzini@gnu.org>
7317
7318	* Makefile.tpl (clean-stage*): Test separately for package/Makefile
7319	and stageN-package/Makefile.
7320	* Makefile.in: Regenerated.
7321
73222006-11-14  Jie Zhang  <jie.zhang@analog.com>
7323
7324	* configure.in: Remove target-libgloss from noconfigdirs for
7325	bfin-*-*.
7326	* configure: Regenerated.
7327
73282006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7329
7330	* configure.in (have_gmp): Only error if the gcc directory exists.
7331
7332	* configure: Regenerate.
7333
73342006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7335
7336	* configure.in: Robustify error message for missing GMP/MPFR.
7337
7338	* configure: Regenerate.
7339
73402006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
7341
7342	* MAINTAINERS (Write After Approval): Add myself.
7343
73442006-10-30  Uros Bizjak  <ubizjak@gmail.com>
7345
7346	* MAINTAINERS: Change email address.
7347
73482006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
7349
7350	* MAINTAINERS (Write After Approval): Add myself.
7351
73522006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
7353
7354	* MAINTAINERS (Write After Approval): Add myself.
7355
73562006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
7357
7358	* MAINTAINERS (Write After Approval): Move myself to
7359	Write After Approval section.
7360
73612006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7362
7363	* configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
7364	need_gmp anymore.
7365	* configure: Regenerate.
7366
73672006-10-16  Tobias Burnus  <burnus@net-b.de>
7368
7369	* MAINTAINERS (Write After Approval): Add myself.
7370
73712006-10-16  Ben Elliston  <bje@au.ibm.com>
7372
7373	* config.guess: Import latest version.
7374	* config.sub: Likewise.
7375
73762006-10-10  Brooks Moses  <bmoses@stanford.edu>
7377
7378	* Makefile.def: Added pdf target handling.
7379	* Makefile.tpl: Added pdf target handling.
7380	* Makefile.in: Regenerated.
7381
73822006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
7383
7384	* MAINTAINERS: Add self as score port maintainer.
7385
73862006-10-04  Brooks Moses  <bmoses@stanford.edu>
7387
7388	* MAINTAINERS (Write After Approval): Add myself.
7389
73902006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
7391
7392	* configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
7393	or newer.
7394	* configure: Regenerated.
7395
73962006-09-27  Dave Brolley  <brolley@redhat.com>
7397
7398	* configure.in (RUNTEST): Look for 'runtest' in the source tree by
7399	using $s instead of $r.
7400	* configure: Regenerated.
7401
74022006-09-26  Thiemo Seufer  <ths@mips.com>
7403
7404	* configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7405	for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7406	* configure: Regenerate.
7407
74082006-09-24  Graeme Peterson  <gridly@gmail.com>
7409
7410	* MAINTAINERS (Write After Approval): Remove myself.
7411
74122006-09-22  Chao-ying Fu  <fu@mips.com>
7413
7414	* MAINTAINERS (Write After Approval): Add myself.
7415
74162006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
7417
7418	* MAINTAINERS: Add self as soft-fp maintainer.
7419
74202006-09-09  Anatoly Sokolov  <aesok@post.ru>
7421
7422	* MAINTAINERS: Add myself as avr maintainer.
7423	Remove Marek Michalkiewicz as avr maintainer.
7424
74252006-09-07  Roberto Costa  <roberto.costa@st.com>
7426
7427	* MAINTAINERS (Write After Approval): Add myself.
7428
74292006-08-30  Corinna Vinschen  <corinna@vinschen.de>
7430
7431	* configure.in: Never build newlib for a Mingw host.
7432	Never build newlib as Mingw target library.
7433	Test the existence of winsup/cygwin for building a Cygwin newlib,
7434	rather than just winsup.
7435	Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7436	building a Mingw target.
7437	* configure: Regenerate.
7438
74392006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7440
7441	* MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7442
74432006-07-25  Paolo Bonzini  <bonzini@gnu.org>
7444
7445	* config.guess: Import from src (was more updated).
7446	* config.sub: Likewise.
7447
74482006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
7449
7450	* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7451	* configure: Regenerated.
7452
74532006-07-18  Paolo Bonzini  <bonzini@gnu.org>
7454
7455	* Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7456	for stages after the first.
7457
74582006-07-17  Jakub Jelinek  <jakub@redhat.com>
7459
7460	* Makefile.def: Add dependencies for configure-opcodes
7461	on configure-intl and all-opcodes on all-intl.
7462	* Makefile.in: Regenerated.
7463
74642006-07-13  Ben Elliston  <bje@au.ibm.com>
7465
7466	* MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7467
74682006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7469
7470	Port to hosts whose 'sort' and 'tail' implementations
7471	treat operands with leading '+' as file names, as POSIX
7472	has required since 2001.  However, make sure the code still
7473	works on pre-POSIX hosts.
7474	* ltmain.sh: Don't assume "sort +2" is equivalent to
7475	"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7476
74772006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
7478
7479	* MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7480
74812006-07-04  Peter O'Gorman  <peter@pogma.com>
7482
7483	* ltconfig: chmod 644 before ranlib during install.
7484
74852006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7486
7487	PR bootstrap/18058
7488	* configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7489	if the bootstrap compiler is a GCC version that supports it.
7490	* configure: Regenerate.
7491
74922006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7493
7494	* configure.in: Fix thinkos in previous check-in.
7495	* configure: Regenerate.
7496
74972006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7498
7499	PR other/27063
7500	* configure.in: Test subdir_requires and give an appropriate
7501	error message.
7502	* configure: Regenerate.
7503
75042006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
7505
7506	* MAINTAINERS (Write After Approval): Add myself.
7507
75082006-06-22  John David Anglin  <dave.anglin@nrc.ca>
7509
7510	* MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7511
75122006-06-22  Steve Ellcey  <sje@cup.hp.com>
7513
7514	* MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7515
75162006-06-20  David Ayers  <d.ayers@inode.at>
7517
7518	PR bootstrap/28072
7519	* configure.in:	Add target-boehm-gc to noconfigdirs depending on
7520	whether target-libjava is being configured instead of whether the
7521	java front end is enabled.
7522	* configure: Regenerate.
7523
75242006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7525
7526	PR target/27540
7527	* configure.in: Only enable libgomp on IRIX 6.
7528	* configure: Regenerate.
7529
75302006-06-15  Paolo Bonzini  <bonzini@gnu.org>
7531
7532	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7533	too.
7534	* Makefile.in: Regenerate.
7535
75362006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
7537
7538	* config-ml.in: Alter CCASFLAGS to include special
7539	multilib options the same as is done for CFLAGS.
7540
75412006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7542
7543	* configure.in: Don't enable libgomp on hpux10.
7544	* configure: Rebuilt.
7545
75462006-06-12  David Ayers  <d.ayers@inode.at>
7547
7548	PR bootstrap/27963
7549	PR target/19970
7550	* configure.in:	Remove target-boehm-gc from noconfigdirs where
7551	${libgcj} is specified.
7552	* configure: Regenerate.
7553
75542006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
7555
7556	Sync from src:
7557
7558	* configure.in: Sync.
7559	* configure: Regenerated.
7560
7561	2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
7562
7563	* Makefile.def: Added dependencies from sim and gdb on intl, and
7564	added configure dependencies to everything with an all dependency
7565	on intl.
7566	* Makefile.in: Regenerated.
7567
75682006-06-06  David Ayers  <d.ayers@inode.at>
7569
7570	PR libobjc/13946
7571	* Makefile.def: Add dependencies for libobjc which boehm-gc.
7572	* Makefile.in: Regenerate.
7573	* configure.in: Add --enable-objc-gc at toplevel and have it
7574	enable boehm-gc for Objective-C.
7575	Remove target-boehm-gc from libgcj.
7576	Add target-boehm-gc to target_libraries.
7577	Add target-boehm-gc to noconfigdirs where ${libgcj}
7578	is specified.
7579	Assert that boehm-gc is supported when requested for Objective-C.
7580	Only build boehm-gc if needed either for Java or Objective-C.
7581	* configure: Regenerate.
7582
75832006-06-05  Paolo Bonzini  <bonzini@gnu.org>
7584
7585	PR 27674
7586	* Makefile.tpl (configure-[+prefix+][+module+],
7587	all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7588	Remove rule to unstage bootstrapped modules.
7589	(stage_current): New.
7590	* Makefile.in: Regenerate.
7591
75922006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
7593
7594	* MAINTAINERS (Write After Approval): Update my e-mail address.
7595
75962006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
7597
7598	* include/libiberty.h: Declare pex_run_in_environment.
7599
76002006-05-31  Asher Langton  <langton2@llnl.gov>
7601
7602	* MAINTAINERS (Write After Approval): Add myself.
7603
76042006-05-25  Paolo Bonzini  <bonzini@gnu.org>
7605
7606	* Makefile.def (bfd, opcodes): Fix lib_path.
7607	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7608	(restrap): Move under "@if gcc-bootstrap".  Fix typo.
7609	* Makefile.in: Regenerate.
7610
76112006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7612
7613	* Makefile.in: Regenerate.
7614
76152006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7616
7617	* Makefile.def: Add install-html target. Add datarootdir
7618	docdir and htmldir to flags_to_pass.
7619	* Makefile.tpl: Add install-html target.
7620	* Makefile.in: Regenerate.
7621	* configure.in: Add --with-datarootdir, --with-docdir, and
7622	--with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7623	* configure: Regenerate.
7624
76252006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
7626
7627	* configure.in: Enable gprof for cross builds.
7628	* configure: Regenerate.
7629
76302006-05-22  Richard Guenther  <rguenther@suse.de>
7631
7632	Revert
7633	2006-01-31  Richard Guenther  <rguenther@suse.de>
7634	Paolo Bonzini  <bonzini@gnu.org>
7635
7636	* Makefile.def (target_modules): Add libgcc-math target module.
7637	* configure.in (target_libraries): Add libgcc-math target library.
7638	(--enable-libgcc-math): New configure switch.
7639	* Makefile.in: Re-generate.
7640	* configure: Re-generate.
7641	* libgcc-math: New toplevel directory.
7642
76432006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7644	    Andreas Tobler  <a.tobler@schweiz.ch>
7645
7646	* configure.in:  Enable libgcj for hppa*-hp-hpux11*.
7647	* configure: Rebuilt.
7648
76492006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
7650
7651	* MAINTAINERS (Write After Approval): Add myself.
7652
76532006-05-01  DJ Delorie  <dj@redhat.com>
7654
7655	* configure.in: Restore CFLAGS if GMP isn't present.
7656	* configure: Regenerate.
7657
76582006-05-01  Richard Guenther  <rguenther@suse.de>
7659
7660	* MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7661	maintainer.
7662
76632006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
7664
7665	* MAINTAINERS (Write After Approval): Add myself.
7666
76672006-04-28  Jan Beulich  <jbeulich@novell.com>
7668
7669	* MAINTAINERS (Write After Approval): Add myself.
7670
76712006-04-18  DJ Delorie  <dj@redhat.com>
7672
7673	* configure.in (m32c): Build libstdc++-v3.  Pass flags to
7674	reference libgloss so that libssp can be built in a combined
7675	tree.
7676	* configure: Regenerate.
7677
76782006-04-08  Robert Millan  <rmh@gcc.gnu.org>
7679
7680	* MAINTAINERS (Write After Approval): Add myself.
7681
76822006-04-05  Ben Elliston  <bje@au.ibm.com>
7683
7684	* configure.in: Require makeinfo 4.4 or higher.
7685	* configure: Regenerate.
7686
76872006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
7688
7689	* MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7690	Rearrange the entries of other libraries to have them in one place.
7691
76922006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
7693
7694	* MAINTAINERS (Write After Approval): Remove myself.
7695	(Language Front End Maintainers): Add myself as fortran 95 maintainer.
7696
76972006-03-14  Richard Guenther  <rguenther@suse.de>
7698
7699	* configure: Regenerate with autoconf 2.13.
7700
77012006-03-13  Jim Blandy  <jimb@codesourcery.com>
7702
7703	* MAINTAINERS: Use my work address.
7704
7705	* MAINTAINERS: Update my E-mail address.
7706
77072006-03-10  Aldy Hernandez  <aldyh@redhat.com>
7708
7709	* configure.in: Handle --disable-<component> generically.
7710	* configure: Regenerate.
7711
77122006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7713
7714	PR libgcj/17311
7715	* ltmain.sh: Don't use "$finalize_rpath" for compile.
7716
77172006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
7718
7719	* MAINTAINERS (Write After Approval):  Remove myself.
7720	(Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7721
77222006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
7723
7724	* Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
7725	(TARGET_CONFIGDIRS): Remove.
7726	* configure.in: Remove AC_SUBST(target_configdirs).
7727	* Makefile.in, configure: Regenerated.
7728
77292006-02-20  Steven G. Kargl  <kargls@comcast.net>
7730
7731	* MAINTAINERS (Write After Approval):  Remove myself.
7732	(Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7733
77342006-02-20  Paolo Bonzini  <bonzini@gnu.org>
7735
7736	PR bootstrap/25670
7737
7738	* Makefile.tpl ([+compare-target+]): Print explanation messages.
7739
7740	* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7741	* Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7742	(EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7743	BUILD_PREFIX, BUILD_PREFIX_1.
7744	* configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7745
7746	* Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7747	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7748
7749	* Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7750	all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7751	of `cat stage_current`.  Always provide the `r' and `s' variables.
7752	(clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7753	a single shell execution.
7754	(configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7755	bootstrapped modules, make the stage1 module if the build was not
7756	started yet, else build the current stage.
7757	(all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7758	(all-build, all-host, all-target, [+make_target+]-host,
7759	[+make_target+]-target): Do not use \-continued lines.
7760	(target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7761	(current_stage, restrap, stage_last): New.
7762
7763	* Makefile.in: Regenerate.
7764	* configure: Regenerate.
7765
77662006-02-19  Bud Davis  <jmdavis@link.com>
7767
7768	* MAINTAINERS (Write After Approval):  Remove myself.
7769	(Language Front End Maintainers):  Add myself as fortran 95
7770	maintainer and update e-mail address.
7771
77722006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7773
7774	* MAINTAINERS (Write After Approval):  Remove myself.
7775	(Language Front End Maintainers):  Add myself as fortran 95
7776	maintainer.
7777
77782006-02-16  Victor Kaplansky  <victork@il.ibm.com>
7779
7780	* MAINTAINERS (Write After Approval): Add myself.
7781
77822006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
7783
7784	* MAINTAINERS (Write After Approval):  Remove myself.
7785	(Language Front End Maintainers):  Add myself as
7786	fortran 95 maintainer.
7787
77882006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7789
7790	Sync from src:
7791
7792	2005-12-27  Leif Ekblad  <leif@rdos.net>
7793
7794	* configure.in: Add support for RDOS target.
7795	* configure: Regenerate.
7796
77972006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7798	    Andreas Schwab  <schwab@suse.de>
7799
7800	* configure: Regenerate.
7801
78022006-02-12  David Edelsohn  <edelsohn@gnu.org>
7803
7804	* configure.in (enable_libgomp): Add AIX.
7805	* configure: Regenerate.
7806
78072006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
7808
7809	* MAINTAINERS (Write After Approval): Add myself.
7810
78112006-02-03  Lee Millward  <lee.millward@gmail.com>
7812
7813	* MAINTAINERS (Write After Approval): Add myself.
7814
78152006-01-31  Richard Guenther  <rguenther@suse.de>
7816	Paolo Bonzini  <bonzini@gnu.org>
7817
7818	* Makefile.def (target_modules): Add libgcc-math target module.
7819	* configure.in (target_libraries): Add libgcc-math target library.
7820	(--enable-libgcc-math): New configure switch.
7821	* Makefile.in: Re-generate.
7822	* configure: Re-generate.
7823	* libgcc-math: New toplevel directory.
7824
78252006-01-26  Paolo Bonzini  <bonzini@gnu.org>
7826
7827	* configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7828	Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7829	the assembler, linker and binutils.
7830	* configure: Regenerate.
7831
78322006-01-22  Dirk Mueller  <dmueller@suse.de>
7833
7834	* MAINTAINERS (Write After Approval): Add myself.
7835
78362006-01-20  Diego Novillo  <dnovillo@redhat.com>
7837
7838	* configure: Regenerate.
7839
78402006-01-18  Richard Henderson  <rth@redhat.com>
7841	    Jakub Jelinek  <jakub@redhat.com>
7842	    Diego Novillo  <dnovillo@redhat.com>
7843
7844	* libgomp: New directory.
7845	* Makefile.def: Add target_module libgomp.
7846	* Makefile.in: Regenerate.
7847	* configure.in (target_libraries): Add target-libgomp.
7848	* configure: Regenerate.
7849
78502006-01-05  Alexandre Oliva  <aoliva@redhat.com>
7851
7852	* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7853	@ from continuation.
7854	* Makefile.in: Rebuilt.
7855
78562006-01-04  Chris Lattner  <sabre@gnu.org>
7857
7858	* MAINTAINERS (Write After Approval): Add myself.
7859
78602006-01-04  Paolo Bonzini  <bonzini@gnu.org>
7861
7862	PR bootstrap/24252
7863
7864	* Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7865	* Makefile.tpl (OBJDUMP): New.
7866	(EXTRA_HOST_FLAGS): Add it.
7867	(EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7868
7869	* Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7870	to use symbolic links between directories.  Avoid race conditions
7871	or make them harmless.
7872	* configure.in: Do not try to use symbolic links between directories.
7873
7874	* Makefile.def (LEAN): Pass.
7875	* Makefile.tpl (LEAN): Define.
7876	(stage[+id+]-start): Accept that the previous directory does not
7877	exist, if the bootstrap is lean.
7878	(stage[+id+]-bubble): Invoke lean bootstrap commands after
7879	stage[+id+]-start.  Use a makefile variable and an `if' instead of a
7880	configure substitution.
7881	([+compare-target+]): Likewise.
7882	([+bootstrap-target+]-lean): New.
7883	* configure.in: Remove lean bootstrap support from here.
7884
7885	* Makefile.in: Regenerate.
7886	* configure: Regenerate.
7887
78882006-01-04  Ben Elliston  <bje@au.ibm.com>
7889
7890	* MAINTAINERS (libdecnumber): Add myself.
7891
78922006-01-02  Mark Mitchell  <mark@codesourcery.com>
7893
7894	* libtool-ldflags: New script.
7895
78962006-01-02  Andreas Schwab  <schwab@suse.de>
7897
7898	* configure.in: When reconfiguring remove Makefile in
7899	all stage directories.
7900	* configure: Regenerate.
7901
79022005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
7903
7904	* MAINTAINERS: Update my email address.
7905
79062005-12-20  Paolo Bonzini  <bonzini@gnu.org>
7907
7908	Revert Ada-related part of the previous change.
7909
7910	* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7911	Do not pass.
7912	* Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7913	* Makefile.in: Regenerate.
7914	* configure.in: Do not include mt-ppc-aix target fragment.
7915	* configure: Regenerate.
7916
79172005-12-19  Paolo Bonzini  <bonzini@gnu.org>
7918
7919	* configure.in: Select appropriate fragments for PowerPC/AIX.
7920	* configure: Regenerate.
7921
7922	* Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7923	BOOT_CFLAGS, BOOT_LDFLAGS.
7924	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7925	BOOT_CFLAGS, BOOT_LDFLAGS.
7926	(TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7927	(stage[+id+]-bubble): Pass flags recursively to the comparison target.
7928	(stage): Fail if we cannot complete the work.
7929	* Makefile.in: Regenerate.
7930
79312005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7932
7933	* configure.in: Replace ms1 with mt.
7934	* configure: Rebuilt.
7935
79362005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
7937
7938	* MAINTAINERS: Update my email address.
7939
79402005-12-15  Paolo Bonzini  <bonzini@gnu.org>
7941
7942	* Makefile.tpl (all, do-[+make_target+], do-check, install,
7943	install-host-nogcc): Don't invoke $(stage) at the end.
7944	* Makefile.in: Regenerate.
7945
79462005-12-14  Paolo Bonzini  <bonzini@gnu.org>
7947
7948	* configure.in: Flip the top-level bootstrap switch.
7949	* configure: Regenerate.
7950
79512005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
7952
7953	* Makefile.tpl: Throughout the file, use : $(MAKE) along with
7954	$(stage) and $(unstage).
7955	(EXTRA_TARGET_FLAGS): Correct double-quoting.
7956	(all): Remove stray semicolon.
7957	(local-distclean): Don't handle multilib.tmp and multilib.out.
7958	(install.all): Set $s for consistency.
7959	(configure-[+prefix+][+module+]): Instead of [+deps+], handle
7960	check_multilibs setting.  Always make the install directory.
7961	(configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7962	Correct @if/@endif.
7963	(all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7964	($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7965	(stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7966	(multilib.out): Remove.
7967	* Makefile.in: Regenerated.
7968
79692005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
7970
7971	* MAINTAINERS (Write After Approval): Add myself.
7972
79732005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7974
7975	* MAINTAINERS: Add myself as mt maintainer.
7976
7977	* config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
7978
79792005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
7980
7981	* MAINTAINERS: Change email address.
7982
79832005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7984
7985	* configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7986	CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7987	"CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
7988	Find in-tree tools if available.
7989	(EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7990	(CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7991	(*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7992	(COMPILER_*_FOR_TARGET): New.
7993	* Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7994	(BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7995	(CONFIGURED_*, USUAL_*): Remove.
7996	(BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7997	STRIP): Use autoconf substitutions.
7998	(COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7999	COMPILER_NM_FOR_TARGET): New.
8000	(EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
8001
8002	(all): Make all-host and all-target in parallel.
8003	(do-[+make_target+], do-check, install, [+compare-target+]): Ensure
8004	that $$r and $$s are set before invoking a recursive make.
8005	(stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
8006	([+bootstrap-target+]): Inline most of the `all' target.
8007
80082005-11-29  Ben Elliston  <bje@au.ibm.com>
8009
8010	* Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
8011	from the gcc build directory.
8012	* Makefile.in: Regenerate.
8013
80142005-11-29  Ben Elliston  <bje@au.ibm.com>
8015
8016	* Makefile.def: Add new libdecnumber host_module.  Make all-gcc
8017	depend on all-libdecnumber.
8018	* configure.in (host_libs): Include libdecnumber.
8019	* Makefile.in: Regenerate.
8020	* configure: Likewise.
8021
80222005-11-29  Ben Elliston  <bje@au.ibm.com>
8023
8024	* libdecnumber: Import decNumber sources from the dfp-branch.
8025
80262005-11-21  Kean Johnston  <jkj@sco.com>
8027
8028	* config.sub, config.guess: Sync from upstream sources.
8029
80302005-11-21  Ben Elliston  <bje@au.ibm.com>
8031
8032	Import from Autoconf sources:
8033
8034	2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8035	* config/move-if-change: Don't output "$2 is unchanged";
8036	suggested by Ben Elliston.  Handle weird characters correctly.
8037
80382005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
8039
8040	* ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
8041	to match upstream libtool for darwin.
8042
80432005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
8044
8045	* Makefile.def: Remove gdb dependencies for gdbtk.
8046	* Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
8047	(configure-gdb, install-gdb): New rules.
8048	* configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
8049	* Makefile.in, configure: Regenerated.
8050
80512005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
8052
8053	* MAINTAINERS (Write After Approval): Add myself.
8054
80552005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
8056
8057	* MAINTAINERS (Write After Approval): Add myself.
8058
80592005-10-24  Diego Novillo  <dnovillo@redhat.com>
8060
8061	* MAINTAINERS (alias analysis): Add Daniel Berlin and
8062	Diego Novillo.
8063
80642005-10-22  Paolo Bonzini  <bonzini@gnu.org>
8065
8066	PR bootstrap/24297
8067	* Makefile.tpl (do-[+make-target+], do-check, install,
8068	stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
8069	are set before recursing.
8070	* Makefile.in: Regenerate.
8071
80722005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
8073
8074	PR bootstrap/18939
8075	* Makefile.def (gcc) <target>: Fix thinko.
8076	* Makefile.in: Regenerate.
8077
80782005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
8079
8080	* configure.in (bfin-*-*): Use test, not brackets, in if statement.
8081	* configure: Regenerate.
8082
80832005-10-15  Jie Zhang  <jie.zhang@analog.com>
8084
8085	* MAINTAINERS (Write After Approval): Add self.
8086
80872005-10-08  Kazu Hirata  <kazu@codesourcery.com>
8088
8089	* configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
8090	target-libffi, target-qthreads, target-libjava, and
8091	targetlibobjc.
8092	* configure: Regenerate.
8093
80942005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
8095
8096	* Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
8097	* Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
8098	(OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
8099	(USUAL_OBJDUMP_FOR_TARGET): New.
8100	(EXTRA_TARGET_FLAGS): Add OBJDUMP.
8101	* configure.in: Check for $OBJDUMP_FOR_TARGET.
8102	* configure, Makefile.in: Regenerated.
8103
81042005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8105
8106	* Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
8107	before other host packages.
8108
81092005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
8110
8111	* MAINTAINERS: Add self as sh libraries/configury maintainer.
8112
81132005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8114
8115	PR bootstrap/22340
8116
8117	* configure.in (default_target): Remove.
8118	* Makefile.tpl (all): Do not use prerequisites as subroutines
8119	(all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8120	(do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8121	use prerequisites as subroutines.
8122	(check-host, check-target): New.
8123	(bootstrap configure & all targets): Do not use stage*-start
8124	if the directory layout is already ok.
8125	(non-bootstrap configure & all targets): Prepend a $(unstage).
8126	(stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
8127	(NOTPARALLEL): Remove.
8128	(unstage, stage variables): New variables.
8129	(unstage, stage targets): Simply expand to those variables.
8130
8131	* configure: Regenerate.
8132	* Makefile.in: Regenerate.
8133
81342005-10-04  James E Wilson  <wilson@specifix.com>
8135
8136	* Makefile.def (lang_env_dependencies): Add libmudflap.
8137	* Makefile.in: Regenerate.
8138
81392005-10-03  Andreas Schwab  <schwab@suse.de>
8140
8141	Backport from libtool CVS:
8142	2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
8143
8144	* ltmain.sh: add support for installing into temporary
8145	staging area (e.g. 'make install DESTDIR=...')
8146
81472005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8148
8149	* configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8150	* configure: Regenerated.
8151
81522005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
8153
8154	* configure: Regenerate with the correct
8155	autoconf version.
8156
81572005-09-30  Catherine Moore  <clm@cm00re.com>
8158
8159	* configure.in (bfin-*-*): New.
8160	* configure: Regenerated.
8161
81622005-09-28  Geoffrey Keating  <geoffk@apple.com>
8163
8164	* Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8165	(LIPO_FOR_TARGET): New.
8166	(CONFIGURED_LIPO_FOR_TARGET): New.
8167	(USUAL_LIPO_FOR_TARGET): New.
8168	(STRIP_FOR_TARGET): New.
8169	(CONFIGURED_STRIP_FOR_TARGET): New.
8170	(USUAL_STRIP_FOR_TARGET): New.
8171	* Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8172	STRIP_FOR_TARGET.
8173	* configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8174	CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8175	* Makefile.in: Regenerate.
8176	* configure: Regenerate.
8177
81782005-09-19  David Edelsohn  <edelsohn@gnu.org>
8179
8180	* configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8181	(rs6000-*-aix*): Same.
8182	* configure: Regenerate.
8183
81842005-09-16  Tom Tromey  <tromey@redhat.com>
8185
8186	* MAINTAINERS: Add self as java maintainer.
8187
81882005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8189
8190	* configure.in: Recognize f95 in the --enable-languages option,
8191	and substitute it for fortran, issuing a warning.
8192	* configure: Regenerate.
8193
81942005-08-30  Phil Edwards  <phil@codesourcery.com>
8195
8196	* configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
8197	* configure:  Regenerated.
8198
81992005-08-22  Aldy Hernandez  <aldyh@redhat.com>
8200
8201	* MAINTAINERS: Add self as ms1 maintainer.
8202
82032005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
8204
8205	* Makefile.def (libssp): Add to lang_env_dependencies.
8206	* Makefile.in: Regenerate.
8207
82082005-08-18  Ian Lance Taylor  <ian@airs.com>
8209
8210	* MAINTAINERS: Add myself as middle-end maintainer.
8211
82122005-08-17  Christian Groessler  <chris@groessler.org>
8213
8214	* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8215	* Makefile.in: Regenerate.
8216
82172005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
8218
8219	* MAINTAINERS (write after approval): Added myself.
8220
82212005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
8222
8223	* MAINTAINERS (Write After Approval): Add myself.
8224
82252005-08-12  Paolo Bonzini  <bonzini@gnu.org>
8226
8227	* configure.in: Replace NCN_STRICT_CHECK_TOOL with
8228	NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8229	Look for alternate names of the target cc and c++
8230	* configure: Regenerate.
8231
82322005-08-08  Paolo Bonzini  <bonzini@gnu.org>
8233
8234	* configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8235	GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8236	them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8237	tools; remove code to manually set them.
8238	(Target tools): Look in the environment for them.
8239	* Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8240	GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8241	(AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8242	build directory.
8243	(CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8244	CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8245	CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8246	USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8247	USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8248	(CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8249	RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8250	* configure: Regenerate.
8251	* Makefile.in: Regenerate.
8252
82532005-07-28  Ben Elliston  <bje@au.ibm.com>
8254
8255	* MAINTAINERS: Update for removed CPU targets.
8256
82572005-07-27  Mark Mitchell  <mark@codesourcery.com>
8258
8259	* Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8260	* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8261	* Makefile.in: Regenerated.
8262
82632005-07-26  Mark Mitchell  <mark@codesourcery.com>
8264
8265	* Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8266	(CFLAGS_FOR_TARGET): Use it.
8267	(CXXFLAGS_FOR_TARGET): Likewise.
8268	* Makefile.in: Regenerated.
8269	* configure.in (--with-build-sysroot): New option.
8270	* configure: Regenerated.
8271
82722005-07-24  Paolo Bonzini  <bonzini@gnu.org>
8273
8274	* Makefile.tpl: Wrap install between unstage and stage
8275	* Makefile.in: Regenerate.
8276
82772005-07-21  Eric Christopher  <echristo@apple.com>
8278
8279	* MAINTAINERS: Update affiliation.
8280
82812005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
8282
8283	* MAINTAINERS: Add self as crx port maintainer.
8284
82852005-07-20  DJ Delorie  <dj@redhat.com>
8286
8287	* MAINTAINERS: Add self as m32c maintainer.
8288
82892005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
8290
8291	* all files: Update FSF address.
8292
82932005-07-15  Eric Christopher  <echristo@redhat.com>
8294
8295	* MAINTAINERS: Change affiliation.
8296
82972005-07-14  Jim Blandy  <jimb@redhat.com>
8298
8299	* configure.in: Add cases for Renesas m32c.
8300	* configure: Regenerated.
8301
83022005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8303
8304	* COPYING.LIB: Update from fsf.org.
8305
83062005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8307
8308	* COPYING, compile, config.guess,
8309	config.sub, install-sh, missing, mkinstalldirs,
8310	symlink-tree, ylwrap: Sync from upstream sources.
8311	* config-ml.in: Update FSF address.
8312
83132005-07-13  Eric Christopher  <echristo@redhat.com>
8314
8315	* configure.in: Add toplevel noconfigdir support for tpf.
8316	* configure: Regenerate.
8317
83182005-07-11  Paolo Bonzini  <bonzini@gnu.org>
8319
8320	PR ada/22340
8321
8322	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8323	* Makefile.in: Regenerate.
8324
83252005-07-07  Mark Mitchell  <mark@codesourcery.com>
8326
8327	* MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
8328	Brolley to write-after-approval.
8329
83302005-07-07  Andreas Schwab  <schwab@suse.de>
8331
8332	* Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8333	* Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8334	* Makefile.in: Regenerated.
8335
83362005-07-06  Geoffrey Keating  <geoffk@apple.com>
8337
8338	* configure.in: Don't build sim or rda when targetting darwin.
8339	* configure: Regenerate.
8340
83412005-07-06  Kazu Hirata  <kazu@codesourcery.com>
8342
8343	* configure.in: Add --enable-libssp and --disable-libssp.
8344	* configure: Regenerate with autoconf-2.13.
8345
83462005-07-02  Jakub Jelinek  <jakub@redhat.com>
8347
8348	* Makefile.def (target_modules): Add libssp.
8349	* configure.in (target_libraries): Add target-libssp.
8350	* configure: Rebuilt.
8351	* Makefile.in: Rebuilt.
8352
83532005-07-01  Zack Weinberg  <zackw@panix.com>
8354
8355	* MAINTAINERS: Change email address.  Resign from maintainership.
8356
83572005-07-01  Richard Guenther  <rguenther@suse.de>
8358
8359	* MAINTAINERS: Change my e-mail address and affiliation.
8360
83612005-06-22  Paolo Bonzini  <bonzini@gnu.org>
8362
8363	* Makefile.def (stagefeedback): Come after profile.
8364	Define profiledbootstrap target.
8365	* Makefile.tpl (profiledbootstrap): Remove.
8366	(stageprofile-end): Zap stagefeedback.
8367	(stagefeedback-start): Copy all .gcda files, not only GCC's.
8368	* Makefile.in: Regenerate.
8369
83702005-06-13  Richard Sandiford  <richard@codesourcery.com>
8371
8372	* MAINTAINERS: Update my email address.
8373
83742005-06-13  Zack Weinberg  <zack@codesourcery.com>
8375
8376	* depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
8377	In 'cpp' stanza, support '#line' as well as '# '.
8378
83792005-06-08  Andreas Schwab  <schwab@suse.de>
8380
8381	* MAINTAINERS: Move myself from 'Write After Approval' to
8382	'CPU Port Maintainers' section as m68k maintainer.
8383
83842005-06-07  Hans-Peter Nilsson  <hp@axis.com>
8385
8386	* configure.in (unsupported_languages): New macro.
8387	<mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
8388	non-ported target libraries in noconfigdirs.
8389	<cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8390	non-linux-gnu.  Remove libgcj_ex_libffi.
8391	<lang_frag loop>: Set add_this_lang=no if the language is in
8392	unsupported_languages.
8393	* configure: Regenerate.
8394
83952005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
8396
8397	* configure.in: Fix typo in handling of --with-mpfr-dir.
8398	* configure: Regenerate.
8399
84002005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
8401
8402	* MAINTAINERS: Update my email address.
8403
84042005-06-02  Jim Blandy  <jimb@redhat.com>
8405
8406	* config.sub: Add cases for the Renesas m32c.  (This patch has been
8407	accepted into the master sources.)
8408
84092005-06-02  Aldy Hernandez  <aldyh@redhat.com>
8410	    Michael Snyder  <msnyder@redhat.com>
8411	    Stan Cox  <scox@redhat.com>
8412
8413	* configure.in: Set noconfigdirs for ms1.
8414
8415	* configure: Regenerate.
8416
84172005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
8418
8419	* MAINTAINERS (Write After Approval): Add self.
8420
84212005-06-01  Josh Conner  <jconner@apple.com>
8422
8423	* MAINTAINERS (Write After Approval): Add self.
8424
84252005-06-01  Kazu Hirata  <kazu@codesourcery.com>
8426
8427	* MAINTAINERS: Update my email address.
8428
84292005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
8430
8431	* MAINTAINERS (Write After Approval): Add self.
8432
84332005-05-26  Chris Demetriou  <cgd@broadcom.com>
8434
8435	* MAINTAINERS (Write After Approval): Remove self.
8436
84372005-05-25  Paolo Bonzini  <bonzini@gnu.org>
8438
8439	* Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8440	(Dependencies): Consider target modules for bootstrap dependencies.
8441	Make target bootstrap modules depend on each stage's gcc.
8442	* Makefile.in: Regenerate.
8443
84442005-05-20  Paolo Bonzini  <bonzini@gnu.org>
8445
8446	* Makefile.def (configure-gcc): Depend on binutils having been built.
8447	(all-gcc): No need to do it here.
8448	* Makefile.in: Regenerate.
8449
84502005-05-19  Paul Brook  <paul@codesourcery.com>
8451
8452	* configure.in: Rewrite misleading error message when requested
8453	language cannot be built.
8454	* configure: Regenerate.
8455
84562005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
8457
8458	* ylwrap: Import from Automake 1.9.5.
8459
84602005-05-13  David Ung  <davidu@mips.com>
8461
8462	* MAINTAINERS (Write After Approval): Add self.
8463
84642005-05-09  Mike Stump  <mrs@apple.com>
8465
8466	* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8467	lt_cv_sys_max_cmd_len for now.
8468
84692005-05-09  Stan Cox  <scox@redhat.com>
8470
8471	* MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8472
84732005-05-08  Matt Kraai  <kraai@ftbfs.org>
8474
8475	* README.SCO: Update the URL.
8476
84772005-05-05  David Edelsohn  <edelsohn@gnu.org>
8478
8479	* ltconfig: Define file_list_spec.  Pass file_list_spec and
8480	with_gnu_ld to libtool.
8481	* ltcf-c.sh (aix[45]): Define file_list_spec.
8482	* ltcf-cxx.sh (aix[45]): Same.
8483	* ltcf-gcj.sh (aix[45]): Same.
8484	* ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8485	exists, write list of input files to temporary file.
8486
84872005-05-04  Mike Stump  <mrs@apple.com>
8488
8489	* configure.in: Always pass --target to target configures as
8490	otherwise rebuilds that do --recheck will fail.
8491	* confiugure: Rebuilt.
8492
84932005-05-04  Paolo Bonzini  <bonzini@gnu.org>
8494
8495	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8496	STAGE_HOST_EXPORTS.
8497	(configure, all): Add bootstrap support.
8498	(Host modules, target modules): Pass post-stage1 flags and exports.
8499	(Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8500	* Makefile.in: Regenerate.
8501
85022005-04-29  Paolo Bonzini  <bonzini@gnu.org>
8503
8504	* configure: Regenerate.
8505
85062005-04-27  Mike Stump  <mrs@apple.com>
8507
8508	* MAINTAINERS: Add self as darwin maintainer.
8509
85102005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
8511
8512	* config.sub: Update from master copy.
8513
85142005-04-21  Mike Stump  <mrs@apple.com>
8515
8516	* MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8517	* MAINTAINERS: Add Zem as Objective-C++ maintainer.
8518
85192005-04-19  Hans-Peter Nilsson  <hp@axis.com>
8520
8521	* configure.in <crisv32-*-*, cris-*-*>: New local variable
8522	libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
8523	matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
8524	"*-*-elf" and "*-*-linux*".
8525	* configure: Regenerate.
8526
85272005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
8528
8529	* MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8530
85312005-04-12  Mike Stump  <mrs@apple.com>
8532
8533	* libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8534
85352005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
8536
8537	* MAINTAINERS (Write After Approval): Add myself.
8538
85392005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
8540
8541	* MAINTAINERS (Port Maintainers): Add self for Blackfin.
8542
85432005-04-06  Paolo Bonzini  <bonzini@gnu.org>
8544
8545	* Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8546	(TARGET_CONFIGARGS): Include --with-target-subdir.
8547	(configure, all): New macros.  Use them throughout.
8548	* Makefile.in: Regenerate.
8549
85502005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
8551
8552	* MAINTAINERS (Write After Approval): Add myself.
8553
85542005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8555
8556	* MAINTAINERS: Remove 'loop unrolling' maintainer.
8557
85582005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
8559
8560	* MAINTAINERS: Move John Carr to Write After Approval.
8561
85622005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
8563
8564	* config/mh-mingw32: Delete.
8565	* configure.in: Don't use it.
8566	* configure: Regenerate.
8567
85682005-03-31  Paolo Bonzini  <bonzini@gnu.org>
8569
8570	* Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8571	* Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8572	(HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8573	(HOST_LIB_PATH): Generate from Makefile.def.
8574	(TARGET_LIB_PATH): Likewise.
8575	(Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8576	* Makefile.in: Regenerate.
8577	* configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8578	(RPATH_ENVVAR): Include Darwin case.
8579	* configure: Regenerate.
8580
85812005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
8582
8583	* MAINTAINERS (Various Maintainers): Remove self.
8584	(Write After Approval): Add self.
8585
85862005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
8587
8588	* MAINTAINERS (Various Maintainers): Add self.
8589
85902005-03-25  Paolo Bonzini  <bonzini@gnu.org>
8591
8592	* configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8593	* configure: Regenerate.
8594
85952005-03-21  Zack Weinberg  <zack@codesourcery.com>
8596
8597	* Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8598	gcc_version, and gcc_version_trigger from set of flags to pass.
8599	* Makefile.tpl: Remove definitions of above variables.
8600	(config.status): Remove dependency on $(gcc_version_trigger).
8601	* Makefile.in: Regenerate.
8602	* configure.in: Do not reference config/gcc-version.m4 nor
8603	config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
8604	TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
8605	* configure: Regenerate.
8606
86072005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
8608	    Andrew Pinski  <pinskia@physics.uc.edu>
8609
8610	* Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8611	* Makefile.in: Regenerate.
8612
86132005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
8614
8615	* MAINTAINERS (Write After Approval): Add myself.
8616
86172005-03-03  David Ayers  <d.ayers@inode.at>
8618
8619	* MAINTAINERS (Write After Approval): Add myself.
8620
86212005-03-01  Alexandre Oliva  <aoliva@redhat.com>
8622
8623	PR libgcj/20160
8624	* ltmain.sh: Avoid creating archives with components that have
8625	duplicate basenames.
8626
86272005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
8628
8629	PR bootstrap/20250
8630	* Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8631	instead of check.
8632	* Makefile.in: Regenerate.
8633
86342005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8635
8636	* Makefile.in: Regenerate to fix conflict between the previous two
8637	patches.
8638
86392005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8640
8641	PR bootstrap/17383
8642	* Makefile.def (target_modules): Remove "stage", now unnecessary.
8643	* Makefile.tpl (HOST_SUBDIR): New substitution.
8644	(STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8645	USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8646	USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8647	USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8648	(Host modules, Bootstrapped modules): Use it.
8649	(Build modules, Target modules): Do not create symlink trees,
8650	always configure out-of-srcdir.
8651	(distclean): Try removing $(host_subdir) with rm before using rm -rf.
8652	* configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8653	GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8654	$(HOST_SUBDIR).  Create a symlink for host_subdir.
8655
8656	* Makefile.in: Regenerate.
8657	* configure: Regenerate.
8658
86592005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8660
8661	Merged from libada-gnattools-branch:
8662	2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8663
8664	* gnattools: New directory.
8665	* Makefile.def: Add gnattools as a module, depending on target-libada.
8666	* Makefile.in: Regenerate.
8667	* configure.in: Include gnattools in host_tools; disable it if ada
8668	is disabled.
8669	* configure: Regenerate.
8670
86712005-02-24  James A. Morrison  <phython@gcc.gnu.org>
8672
8673	* MAINTAINERS (Language Front Ends Maintainers): Add myself as
8674	treelang maintainer.
8675	(Write After Approval): Remove myself.
8676
86772005-02-23  Paul Schlie  <schlie@comcast.net>
8678
8679	* configure.in: Allow darwin targeted ports to build tk, itcl and
8680	libgui.
8681	* configure: Regenerate.
8682
86832005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8684
8685	PR libgcj/10353
8686	* configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8687	* configure: Regenerate.
8688
86892005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
8690
8691	* MAINTAINERS (Write After Approval): Add myself.
8692
86932005-02-10  Ian Lance Taylor  <ian@airs.com>
8694
8695	* MAINTAINERS: Update my e-mail address.
8696
86972005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
8698
8699	* MAINTAINERS (Write After Approval): Add myself.
8700
87012005-01-29  Hans-Peter Nilsson  <hp@axis.com>
8702
8703	* configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8704	<crisv32-*-*, cris-*-*>: Only disable target-newlib and
8705	target-libgloss when not *-*-elf and *-*-aout.
8706	* configure: Regenerate.
8707
87082005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8709
8710	* MAINTAINERS: Remove obsolete entries.
8711
8712	* MAINTAINERS (Write After Approval): Add Michael Matz.
8713
87142005-01-19  Neil Booth  <neil@daikokuya.co.uk>
8715
8716	* MAINTAINERS: Remove self as cpplib maintainer.
8717
87182005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8719
8720	* install-sh, config.sub: Import from upstream.
8721
87222005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8723
8724	PR bootstrap/18222
8725	* Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8726	* Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8727	* Makefile.in: Regenerate.
8728
87292005-01-16  Jason Thorpe  <thorpej@netbsd.org>
8730
8731	* MAINTAINERS: Update my email address.
8732
87332005-01-12  David Edelsohn  <edelsohn@gnu.org>
8734	    Andreas Schwab  <schwab@suse.de>
8735
8736	PR bootstrap/18033
8737	* config-ml.in: Eval option if surrounded by single quotes.
8738
87392005-01-03  Paolo Bonzini  <bonzini@gnu.org>
8740
8741	Revert 2004-12-28 Makefile changes, a better fix will be
8742	applied to mainline and src after GCC 4.0 branches.
8743
87442004-12-28  Paolo Bonzini  <bonzini@gnu.org>
8745
8746	PR bootstrap/17383
8747
8748	* Makefile.def (target_modules): Remove stage parameter,
8749	it is always true now.
8750	* Makefile.tpl (configure-build-[+module+],
8751	configure-target-[+module+]): Always build symlink tree
8752	for the directory and for include.  BUILD_SUBDIR and
8753	TARGET_SUBDIR cannot be . anymore.
8754	* Makefile.in: Regenerate.
8755
87562004-12-25  David Edelsohn  <edelsohn@gnu.org>
8757
8758	Revert 2004-12-08 Makefile changes.
8759
87602004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
8761
8762	* MAINTAINERS: Move myself to OS Port Maintainers for windows,
8763	cygwin, mingw.
8764
87652004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
8766
8767	* configure.in (sh64-*-*): Reenable gprof.
8768	* configure: Regenerate.
8769
87702004-12-08  David Edelsohn  <edelsohn@gnu.org>
8771
8772	* Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8773	* Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8774	(EXTRA_TARGET_FLAGS): Add PICFLAG.
8775	* Makefile.in: Regenerate.
8776
87772004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
8778
8779	* MAINTAINERS: Update my email address.
8780
87812004-12-07  Matt Kraai  <kraai@ftbfs.org>
8782
8783	* Makefile.tpl: Generate normal dependencies if the LHS module is
8784	not bootstrapped.
8785	* Makefile.in: Regenerate.
8786
87872004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8788
8789	* configure.in: Include config/gxx-include-dir.m4.  Use
8790	TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
8791	* configure: Regenerate.
8792
87932004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8794
8795	* config.if: Delete.
8796	* configure.in: Set libstdcxx_incdir directly.
8797	* configure: Regenerate.
8798
87992004-12-02  Eric Christopher  <echristo@redhat.com>
8800
8801	* Makefile.tpl (clean-target-libgcc): Make change in correct place.
8802	* Makefile.in: Regenerate.
8803
88042004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8805
8806	* configure.in: Clear gcc_version_trigger if the file doesn't exist.
8807	* configure: Regenerate.
8808
88092004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8810
8811	* configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
8812	to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
8813	* configure: Regenerate.
8814
88152004-12-01  Eric Christopher  <echristo@redhat.com>
8816
8817	* Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8818	of things to remove.
8819
88202004-11-29  Matt Kraai  <kraai@ftbfs.org>
8821
8822	* MAINTAINERS (Write After Approval): Update my e-mail address.
8823
88242004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
8825
8826	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8827	from CVS libtool to always pass_all.
8828
88292004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8830
8831	* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8832	(hppa*64*-*-*): Delete incorrect comment.
8833	* configure: Rebuilt.
8834
88352004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8836
8837	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8838
88392004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8840
8841	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8842	from CVS libtool to always pass_all.
8843
88442004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8845
8846	* install-sh, compile: Import from automake.
8847
88482004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8849
8850	* config.guess, config.sub:  Import from savannnah.
8851
88522004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
8853
8854	* MAINTAINERS (Write After Approval): Add myself
8855
88562004-11-12  Mike Stump  <mrs@apple.com>
8857
8858	* Makefile.def: Add html support.
8859	* Makefile.tpl: Likewise.
8860	* Makefile.in: Regenerate.
8861
88622004-11-11  Geoffrey Keating  <geoffk@apple.com>
8863
8864	PR 18423
8865	* configure.in: Remove all instances of build-fixincludes from
8866	noconfigdirs.
8867	(build_configargs): Supply --target to subdirectories.
8868	* configure: Regenerate.
8869
8870	* Makefile.def: Make gcc install depend on fixincludes install.
8871	* Makefile.in: Regenerate.
8872
88732004-11-10  Janis Johnson  <janis187@us.ibm.com>
8874
8875	* MAINTAINERS: Add myself as gcc testsuite maintainer.
8876
88772004-11-11  Paul Brook  <paul@codesourcery.com>
8878
8879	* MAINTAINERS: Add self as arm maintainer.  Update email address.
8880
88812004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
8882
8883	* configure.in (noconfigdirs) [mmix-*-*]: Disable
8884	target-libgfortran.
8885	* configure: Regenerate.
8886
88872004-11-07  David Edelsohn  <edelsohn@gnu.org>
8888
8889	* config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8890	like CC.
8891
88922004-11-05  Paolo Bonzini  <bonzini@gnu.org>
8893
8894	* Makefile.def (host fixincludes): Specify missing targets.
8895	* Makefile.in: Regenerate.
8896
88972004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
8898
8899	* MAINTAINERS: Add myself
8900
89012004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
8902
8903	* MAINTAINERS (Write After Approval): Add myself.
8904
89052004-11-04  Geoffrey Keating  <geoffk@apple.com>
8906
8907	* Makefile.def: Build fixincludes for the host, too.
8908	* Makefile.in: Regenerate.
8909	* configure.in (host_tools): Add fixincludes.
8910	* configure: Regenerate.
8911
89122004-11-04  Daniel Jacobowitz  <dan@debian.org>
8913
8914	* configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8915	* configure: Regenerated.
8916
89172004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
8918
8919	PR other/17783
8920	* configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8921	* configure: Regenerated.
8922
89232004-10-31  Mark Mitchell  <mark@codesourcery.com>
8924
8925	* README.SCO: Update per FSF instructions.
8926
89272004-10-28  Eric B. Weddington  <ericw@evcohs.com>
8928
8929	PR target/18151
8930	* configure.in (case ${target}): Do not build fixincludes for avr.
8931	* configure: Regenerated.
8932
89332004-10-26  Paolo Bonzini  <bonzini@gnu.org>
8934
8935	* configure.in (case ${target}): Do not build fixincludes
8936	on platforms where it is not used.
8937	* configure: Regenerated.
8938
89392004-10-23  Daniel Jacobowitz  <dan@debian.org>
8940
8941	* configure.in: Use an absolute path to install-sh.
8942	* configure: Regenerated.
8943
89442004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8945
8946	* MAINTAINERS (Write After Approval): Add myself.
8947
89482004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
8949
8950	* MAINTAINERS: Remove from Write After Approval those that are
8951	already maintainers.
8952
89532004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
8954
8955	* MAINTAINERS:  Update my email address.
8956
89572004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8958
8959	* configure.in (*-*-cygwin*): Supress warning if newlib not present.
8960	* configure: Regenerate.
8961
89622004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
8963
8964	* MAINTAINERS:  Update my email address.
8965
89662004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
8967
8968	* MAINTAINERS (Language Front Ends Maintainers): New.  Move
8969	entries belonging to this category.
8970
89712004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
8972
8973	* MAINTAINERS: Update my e-mail address.
8974
89752004-10-06  Paolo Bonzini  <bonzini@gnu.org>
8976
8977	Fix wrong conflict resolution in:
8978
8979	2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8980
8981	* Makefile.in: Regenerate.
8982	* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8983	in the recursive `make', instead of hardwiring `all'.
8984	(Autogenerated TARGET-* variables): New.
8985
89862004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
8987
8988	* configure.in: Enable target-libgloss for crx-*-*.
8989	* configure: Regenerate.
8990
89912004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8992
8993	* MAINTAINERS (Various Maintainers): Move the "windows,
8994	cygwin, mingw" maintainer to ...
8995	(OS Port Maintainers): ... here.
8996
89972004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8998
8999	* MAINTAINERS (Write After Approval): Remove those that are
9000	maintainers of some subsystem.
9001
90022004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
9003
9004	* ltcf-c.sh (tpf*): Add ld_shlibs=yes.
9005	* ltcf-cxx.sh (tpf*): Likewise.
9006	* ltconfig (tpf*): Add TPF OS configuration support.
9007
90082004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
9009
9010	* MAINTAINERS: Change my email address to my new work account.
9011
90122004-09-24  Michael Roth  <mroth@nessie.de>
9013
9014	* configure.in (--without-headers): Add missing double quotes.
9015	* configure: Regenerate.
9016
90172004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
9018
9019	* ylwrap: Revert to previous version.
9020
90212004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
9022
9023	PR bootstrap/17369
9024	* Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
9025	(HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
9026	SET_GCC_LIB_PATH_CMD.
9027	(BASE_TARGET_EXPORTS): Likewise.
9028	* Makefile.in: Regenerated.
9029
9030	* configure.in (SET_GCC_LIB_PATH): Set and substitute.
9031	* configure: Regenerated.
9032
90332004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
9034
9035	* config.guess: New upstream version
9036	* compile, depcomp, install-sh, ylwrap: Likewise.
9037
90382004-09-19  Roger Sayle  <roger@eyesopen.com>
9039
9040	* config/mh-x86omitfp: New host makefile fragment.  Add
9041	-fomit-frame-pointer to the default BOOT_CFLAGS.
9042	* configure.in: Use it to speed up bootstrap on some IA-32 hosts.
9043	* configure: Regenerate.
9044
90452004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
9046
9047	PR target/11572
9048	* configure.in (*-*-darwin*): Renable libobjc.
9049	* configure: Regenerate.
9050
90512004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
9052
9053	* MAINTAINERS: Add self as c++ and type-safe vector maintainer.
9054
90552004-09-09  Daniel Berlin  <dberlin@dberlin.org>
9056
9057	* Makefile.def: Remove libbanshee.
9058	* Makefile.tpl: Ditto.
9059	* configure.in: Ditto.
9060	* Makefile.in: Regen.
9061	* configure: Ditto.
9062
90632004-09-08  David Edelsohn  <edelsohn@gnu.org>
9064
9065	* ltmain.sh: Use $pic_object as $non_pic_object if
9066	$non_pic_object=none.
9067
90682004-09-07  Paolo Bonzini  <bonzini@gnu.org>
9069
9070	* missing: Import latest version from master repository.
9071
90722004-09-06  Nick Clifton  <nickc@redhat.com>
9073
9074	* config.sub: Import latest version from master repository.
9075	* config.guess: Likewise.
9076	This includes these changes:
9077
9078	2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
9079
9080	* config.sub: Handle crisv32, alias etraxfs.
9081	* config.guess (crisv32:Linux:*:*): Handle.
9082
9083	2004-08-13  Brad Smith  <brad@comstyle.com>
9084
9085	* config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
9086	(sgi:OpenBSD:*:*): Emit mips64, not mipseb.
9087
9088	2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9089
9090	* config.guess (*:Darwin:*:*): If uname -p reports "unknown",
9091	assume the processor is a powerpc.  This is because coreutils
9092	uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
9093	in this case, due to a MacOS X bug that causes
9094	sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
9095	to return a negative number.
9096	Problem reported by Petter Reinholdtsen in:
9097	http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
9098
9099	2004-07-19  Ben Elliston  <bje@gnu.org>
9100
9101	* config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
9102
9103	2004-06-24  Ben Elliston  <bje@gnu.org>
9104
9105	* config.guess: Update copyright years.
9106	* config.sub: Likewise.
9107
9108	2004-06-22  Robert Millan  <robertmh@gnu.org>
9109
9110	* config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9111	since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9112
9113	2004-06-22  Stanley F. Quayle <stan@stanq.com>
9114
9115	* config.guess (*:*VMS:*:*): New entry. Replaces
9116	Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9117	manufacturer.
9118
9119	2004-06-22  Ben Elliston  <bje@gnu.org>
9120
9121	* config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9122	* config.sub: Likewise.
9123
9124	2004-06-22  Ben Elliston  <bje@gnu.org>
9125
9126	Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9127	* config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9128
9129	2004-06-11  Ben Elliston  <bje@gnu.org>
9130
9131	* config.guess (pegasos:OpenBSD:*:*): Remove.
9132
9133	2004-06-11  Ben Elliston  <bje@gnu.org>
9134
9135	From Wouter Verhelst <wouter@grep.be>:
9136	* config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9137
9138	2004-06-11  Ben Elliston  <bje@gnu.org>
9139
9140	* config.guess (luna88k:OpenBSD:*:*): New.
9141
9142	2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
9143
9144	* config.guess (m32r*:Linux:*:*): New case.
9145	* config.sub: Handle m32rle.
9146
9147	2004-03-12  Ben Elliston  <bje@wasabisystems.com>
9148
9149	From Jens Petersen  <petersen@redhat.com>:
9150	* config.sub: Handle sparcv8.
9151
9152	2004-03-03  Ben Elliston  <bje@wasabisystems.com>
9153
9154	From Tom Smith <smith@cag.lkg.hp.com>:
9155	* config.guess: Version suffixes are equally significant on Tru64
9156	V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
9157	prefix of "P" (patched kernel).
9158
9159	2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
9160
9161	* config.sub: Add support for National Semiconductor CRX target.
9162
91632004-09-03  Janis Johnson  <janis187@us.ibm.com>
9164
9165	* MAINTAINERS (Various Maintainers): Remove myself as web page
9166	maintainer, add myself as maintainer of build status lists.
9167
91682004-09-03  Jan Beulich  <jbeulich@novell.com>
9169
9170	* configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9171	*-*-netware, but add target-libmudflap.
9172	Consolidate *-*-netware targets (of which really only i?86 exists)
9173	into a single entry.
9174	* configure: Likewise.
9175
91762004-09-01  Paolo Bonzini  <bonzini@gnu.org>
9177
9178	* Makefile.tpl (sorry): Remove.
9179	(clean-stage[+id+], clean-stage[+id+]-module): New targets.
9180	(cleanstrap targets): Depend on distclean, not distclean-stage1.
9181	(do-clean): Clean per-stage directories too.
9182	(do-distclean): Run distclean-stage1 too.
9183	(.NOTPARALLEL): Enable during toplevel bootstrap.
9184	(stage[+id+]-bubble): Enable parallel execution during
9185	the recursive invocation.
9186	* Makefile.in: Regenerate.
9187
9188	Fix previous checkin:
9189
9190	* Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9191	include.
9192	* configure.in: Fix indentation.
9193	* configure: Regenerate.
9194
91952004-08-31  Robert Bowdidge  <bowdidge@apple.com>
9196
9197	* Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9198	* configure.in: add test for powerpc-*-darwin* to specify makefile frag
9199	* configure: regenerate
9200	* config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9201	-mdynamic-no-pic
9202
92032004-08-31  Paolo Bonzini  <bonzini@gnu.org>
9204
9205	* Makefile.def (build_modules): Add fixincludes.
9206	(dependencies): Make gcc depend on fixincludes.
9207	* configure.in (build_tools): Add fixincludes.
9208	(build_configdirs): Always include build_libs.
9209	* Makefile.in: Regenerate.
9210	* configure: Regenerate.
9211
92122004-08-30  Paolo Bonzini  <bonzini@gnu.org>
9213
9214	* Makefile.def (bootstrap stages): Add 'lean' parameter.
9215	* Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9216	phony targets; do not generate timestamp files.
9217	(distclean-stageN): Remove references to their timestamp files.
9218	(restageN, touch-stageN): Remove.
9219	(stageN-bubble): Rewritten.
9220	(compare): Support lean bootstraps.
9221	* Makefile.in: Regenerate.
9222
9223	* configure.in: Only warn when bootstrapping but
9224	build != host or build != target.  Support lean bootstraps.
9225	* configure: Regenerate.
9226
92272004-08-26  Phil Edwards  <phil@codesourcery.com>
9228
9229	* configure.in:  Give a better error message if GMP/MPFR are missing
9230	and a language needing them has been requested.
9231	* configure:  Regenerated.
9232
92332004-08-25  Phil Edwards  <phil@codesourcery.com>
9234
9235	* configure.in:  Print a list of available language front-ends if
9236	a requested one is missing.  Tidy stray tab characters.
9237	* configure:  Regenerated.
9238
92392004-08-19  Michael Koch  <konqueror@gmx.de>
9240
9241	* gcc/doc/install.texi: Update entry about automake for libjava.
9242
92432004-08-17  Robert Millan  <robertmh@gnu.org>
9244
9245	* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9246	(instead of FreeBSD).
9247	* configure: Regenerate.
9248
92492004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9250
9251	* Makefile.in: Regenerate.
9252	* configure: Regenerate.
9253
9254	* Makefile.def (bootstrap-stage): Rename extra_*_flags to
9255	stage_*_flags.
9256	* Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9257	for bootstrapped modules if toplevel bootstrap is going.
9258	(GCC bootstrap): Generate per-stage targets for all bootstrapped
9259	modules.  Adjust for changes in Makefile.def.  Enable several
9260	rules even in non-bootstrap mode, just to avoid peppering the
9261	template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9262	(stage-[+prev+]-bubble): Remove.
9263
9264	* Makefile.def (Dependencies): Depend on all-build-bison,
9265	all-build-flex, all-build-byacc, all-build-texinfo, rather
9266	than the host variations.
9267	* Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
9268	with BUILD_SUBDIR.
9269	(BISON): Update for recent Bisons.
9270	(YACC): Fix typo.
9271	(cross): Depend on all-build.
9272	(all): Do not depend on all-build.
9273	(prebootstrap): Remove.
9274	(dep-kind): Accept separate prefixes for MODULE and ON variables.
9275	(Prebootstrap dependencies): Add them to the per-stage targets
9276	and to all-prebootstrap.
9277	* configure.in (build_configdirs): Always enable build_tools.
9278	(BUILD_DIR_PREFIX): Remove.
9279
9280	* Makefile.def (gcc): Add target variable.
9281	(gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9282	* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9283	in the recursive `make', instead of hardwiring `all'.
9284	(Autogenerated TARGET-* variables): New.
9285
92862004-08-13  Brian Booth  <bbooth@redhat.com>
9287
9288	* MAINTAINERS: Remove myself from write-after-approval.
9289
92902004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9291
9292	* src-release: Stop distributing mmalloc with gdb (which doesn't
9293	use it).
9294	* Makefile.def: GDB doesn't depend on mmalloc anymore.
9295	* Makefile.in: Regenerate.
9296
92972004-08-09  Mark Mitchell  <mark@codesourcery.com>
9298
9299	* configure.in (arm*-*-eabi*): New target.
9300	* configure: Regenerate.
9301
93022004-08-06  Paolo Bonzini  <bonzini@gnu.org>
9303
9304	* Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9305	(bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9306	(Dependencies): New section.
9307	* Makefile.tpl (Dependencies): Generate from Makefile.def.
9308	(configure-target-[+module+]): Depend on maybe-all-gcc
9309	(all-prebootstrap): New name of all-bootstrap.  Changed throughout.
9310	(toplevel profiledbootstrap): Fix dependencies.
9311	* Makefile.in: Regenerate.
9312
93132004-08-03  Mark Mitchell  <mark@codesourcery.com>
9314
9315	* configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9316	target-libiberty to noconfigdirs.
9317	* configure: Regenerate.
9318
93192004-08-03  Paul Brook  <paul@codesourcery.com>
9320
9321	* configure.in: Check for MPFR as well as GMP.
9322	* configure: Regenerate.
9323
93242004-08-01  Robert Millan  <robertmh@gnu.org>
9325
9326	* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9327	libmudflap for all GNU-based systems (with Glibc).
9328	* configure: Regenerate.
9329
93302004-08-03  Paolo Bonzini  <bonzini@gnu.org>
9331
9332	* Makefile.def (host-modules): Add gcc.
9333	* Makefile.in: Regenerate.
9334	* Makefile.tpl (sorry): New rule.
9335	(configure-host, all-host, [+make_target+]-host, do-check,
9336	install-host): Do not add gcc as a special case.
9337	(host modules): Add a small special-casing for gcc.  Export
9338	extra_make_flags through the environment.
9339	(maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9340	maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9341	other recursive targets for gcc): Remove.
9342
9343	(all, do-[+make_target+], do-check): Wrap between unstage and stage.
9344	(stage, unstage): New rules.
9345	(stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9346	distclean-stage[+id+]): Use stage_current.
9347	([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9348	the stage*-start rules.
9349
93502004-08-02  Geoffrey Keating  <geoffk@apple.com>
9351
9352	* ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9353	use -all_load flag.
9354
93552004-08-02  Paolo Bonzini  <bonzini@gnu.org>
9356
9357	* configure.in: Sync from src, add noconfigdirs for crx-*-*.
9358	* configure: Regenerate.
9359
93602004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
9361
9362	* maintainer-scripts/gcc_release: Revert yesterday's change.
9363
93642004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
9365
9366	* MAINTAINERS: Add myself to write-after-approval.
9367
93682004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9369
9370	* libf2c: Removed.
9371	* gcc/gccbug.in: Updated because of libf2c removal.
9372	* maintainer-scripts/gcc_release: Ditto.
9373
93742004-07-09  Loren J. Rittle  <ljrittle@acm.org>
9375
9376	* configure.in: Build libmudflap by default on FreeBSD.
9377	* configure: Regenerated.
9378
93792004-07-09  Mark Mitchell  <mark@codesourcery.com>
9380
9381	* configure.in: Do not build libmudflap by default on non-GNU/Linux
9382	systems.
9383	* configure: Regenerated.
9384
93852004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9386
9387	PR target/16344
9388	* Makefile.tpl (profiledbootstrap): Build runtime libraries with
9389	feedback based compiler.
9390	* Makefile.in: Rebuilt.
9391
93922004-07-08  Alexandre Oliva  <aoliva@redhat.com>
9393
9394	* Makefile.def (host_modules): Set bootstrap=true for flex.
9395	* Makefile.tpl (all-gcc): Depend on texinfo and flex.
9396	* Makefile.in: Rebuilt.
9397
93982004-07-07  Jan Hubicka  <jh@suse.cz>
9399
9400	* MAINTAINERS: Add self as a profile feedback maintainer.
9401
94022004-07-05  Phil Edwards  <phil@codesourcery.com>
9403
9404	* configure.in:  Do not prepend $srcdir to /dev/null in
9405	makefile fragments.
9406	* configure:  Regenerate.
9407
94082004-07-01  Paolo Bonzini  <bonzini@gnu.org>
9409
9410	* Makefile.def (build_modules): Add bison, byacc, flex,
9411	m4, texinfo.
9412	(flags_to_pass): Add FLEX.
9413	* Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9414	(BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9415	(DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9416	DEFAULT_MAKEINFO): Remove.
9417	(CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9418	CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9419	(YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9420	objdir or else use configured tool.
9421	(all-build): New.
9422	(all): Depend on it.
9423	(Build module dependencies): Add.
9424	* Makefile.in: Regenerate.
9425	* configure.in: Better support for multiple build modules,
9426	matching what is done for host/target modules.  Do not look
9427	for "plausible" locations of build tools if Canadian cross.
9428	Use autoconf's AC_PROG_CC to find a C compiler.  Define
9429	BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
9430	* configure: Regenerate.
9431
94322004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9433
9434	* Makefile.tpl (HOST_EXPORTS): Fix pasto.
9435	* Makefile.in: Regenerate.
9436
94372004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9438
9439	* Makefile.tpl (configure-build-[+module+],
9440	configure-[+module+], configure-target-[+module+]): Pass
9441	[+extra_configure_args+].
9442	(all-build-[+module+], all-[+module+], check-[+module+],
9443	install-[+module+], [+make_target+]-[+module+],
9444	all-target-[+module+], check-target-[+module+],
9445	install-target-[+module+], [+make_target+]-target-[+module+]):
9446	Pass [+extra_make_args+].
9447	(HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9448	(GCC_HOST_EXPORTS): Remove.
9449	(configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9450	cross, check-gcc, check-gcc-c++, install-gcc,
9451	gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9452	Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9453	* Makefile.in: Regenerate.
9454
94552004-06-21  Matthew Sachs  <msachs@apple.com>
9456
9457	* MAINTAINERS: Added self to write-after-approval.
9458
94592004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
9460
9461	* configure.in: Check for srcdir/winsup rather than build directory
9462	winsup.
9463	* configure: Regenerate.
9464
94652004-06-17  Corinna Vinschen  <vinschen@redhat.com>
9466
9467	* configure.in: Don't build Cygwin native newlib if winsup
9468	directory is missing.  Emit warning instead.
9469	* configure: Regenerate.
9470
94712004-06-09  Paolo Bonzini  <bonzini@gnu.org>
9472
9473	* Makefile.tpl (touch-stage[+id+]): New.
9474	(restage[+prev+]): Depend on touch-stage[+id+].
9475
9476	* Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9477	Use it throughout.
9478
9479	* Makefile.def: Add profile and feedback bootstrap stages.
9480	Remove next field from bootstrap stages.
9481	* Makefile.tpl (LN, LN_S): Substitute.
9482	(stageN-start, stageN-end): Use double-colon rules, to
9483	provide a hook for additional setup commands.
9484	(distclean-stageN-gcc, restageN): Create dependencies from
9485	[+prev+], not from [+next+].
9486	(stageN-bubble): Add commands for successive stages from
9487	[+prev+], using double-colon rules.
9488	(all-stageN-gcc): Fix typo.
9489	(stagefeedback-start, profiledbootstrap): New.
9490	* Makefile.in: Regenerate.
9491	* configure.in: Call ACX_PROG_LN.
9492	* configure: Regenerate.
9493
94942004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
9495
9496	* MAINTAINERS (Write After Approval): Add myself.
9497
94982004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
9499
9500	* MAINTAINERS (Write After Approval): Add myself.
9501
95022004-06-03  Paolo Bonzini  <bonzini@gnu.org>
9503
9504	* configure.in: Fix --enable-bootstrap breakage introduced in trees
9505	without gcc.
9506	* configure: Regenerate.
9507
95082004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9509
9510	* Makefile.tpl: Fix typo.
9511	* Makefile.in: Regenerate.
9512
95132004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9514
9515	* configure.in: Remove new- prefix from toplevel
9516	bootstrap targets.
9517	* configure: Regenerate.
9518
95192004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9520
9521	* Makefile.tpl (all.normal): Rename to all.
9522	(all): Replace with a rule to pick the default
9523	target from configure.
9524	(all-gcc, configure-gcc): Use conditionals to
9525	do nothing when toplevel bootstrap is going on.
9526	(GCC directory bootstrap) [gcc-bootstrap]: Disable.
9527	(Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9528	* configure.in: Support --enable-bootstrap.
9529
9530	* Makefile.def: Remove new- prefix from toplevel
9531	bootstrap targets.
9532	* Makefile.tpl: Likewise.
9533
9534	* Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
9535	target.
9536
9537	* Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9538	$(RECURSE_FLAGS) to recursive invocation of make.
9539
9540	* Makefile.in: Regenerate.
9541	* configure: Regenerate.
9542
95432004-05-30  Andreas Jaeger  <aj@suse.de>
9544	    Jim Wilson  <wilson@specifixinc.com>
9545
9546	* config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9547	like CC.
9548
95492004-05-27  Daniel Jacobowitz  <dan@debian.org>
9550
9551	* configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9552	* configure: Regenerate.
9553
95542004-05-25  Daniel Jacobowitz  <drow@false.org>
9555
9556	* Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9557	(STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9558	(NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
9559	targets.
9560	* Makefile.in: Regenerate.
9561
95622004-05-24  Paolo Bonzini  <bonzini@gnu.org>
9563
9564	* configure.in: Test the ability to symlink directories.
9565	* configure: Regenerate.
9566
9567	* Makefile.def (bootstrap-stage): New definitions.
9568	* Makefile.tpl (configure-stage1-gcc,
9569	configure-stage2-gcc, configure-stage3-gcc,
9570	all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9571	new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9572	new-restage3, compare): Autogenerate, see Makefile.in
9573	entry for behavioral changes.
9574	(distclean-stage1, new-stage1-start, new-stage1-end,
9575	new-stage1-bubble, distclean-stage2, new-stage2-start,
9576	new-stage2-end, new-stage2-bubble, distclean-stage3,
9577	new-stage3-start, new-stage3-end): New autogenerated targets.
9578	(objext, prebootstrap, BOOT_CFLAGS,
9579	POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9580	targets.
9581
9582	* Makefile.in: Regenerate.
9583	(distclean-stage1, new-stage1-start, new-stage1-end,
9584	new-stage1-bubble, distclean-stage2, new-stage2-start,
9585	new-stage2-end, new-stage2-bubble, distclean-stage3,
9586	new-stage3-start, new-stage3-end): New targets.
9587	(all-stage1-gcc): Move prebootstrap dependency from here...
9588	(configure-stage1-gcc): ...to here.
9589	(new-bootstrap): Use bubble targets.
9590	(new-cleanstrap, new-restage1, new-restage2, new-restage3):
9591	Use per-stage distclean targets.
9592	(configure-stage1-gcc, configure-stage2-gcc,
9593	configure-stage3-gcc, all-stage1-gcc,
9594	all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9595	Use new-stageN-start to prepare the tree.
9596
95972004-05-23  Paolo Bonzini  <bonzini@gnu.org>
9598
9599	* Makefile.def (host_modules): add libcpp.
9600	* Makefile.tpl: Add dependencies on and for libcpp.
9601	* Makefile.in: Regenerate.
9602	* configure.in: Add libcpp host module.
9603	* configure: Regenerate.
9604
96052004-05-21  Paolo Bonzini  <bonzini@gnu.org>
9606
9607	* Makefile.tpl: Whenever a recursive target is defined, wrap
9608	it in a special @if/@endif block, and prepare its maybe
9609	dependency in the @if/@endif block
9610	* configure.in: Instead of writing maybe dependencies, remove
9611	the @if/@endif statements, and remove the @if/@endif blocks
9612	that remain.
9613	* configure: Regenerate.
9614	* Makefile.in: Regenerate.
9615
96162004-05-20  Janis Johnson  <janis187@us.ibm.com>
9617
9618	* MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9619
96202004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
9621
9622	PR bootstrap/15120
9623	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9624	* */configure: Rebuilt.
9625
96262004-05-17  Zack Weinberg  <zack@codesourcery.com>
9627
9628	* Makefile.def, Makefile.tpl, configure.in: Remove all mention
9629	of libf2c.
9630	* configure, Makefile.in: Regenerate.
9631
96322004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
9633
9634	* MAINTAINERS (Write After Approval): Add myself.
9635
96362004-05-13  Diego Novillo  <dnovillo@redhat.com>
9637
9638	Merge from tree-ssa-20020619-branch.
9639
9640	* Makefile.def: Add libbanshee, libmudflap and libgfortran.
9641	* Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9642	(HOST_GMPLIBS): Define.
9643	(HOST_GMPINC): Define.
9644	(TARGET_LIB_PATH): Add libmudflap.
9645	(GFORTRAN_FOR_TARGET): Define.
9646	(configure-build*): Export GFORTRAN.
9647	(configure-gcc): Export GMPLIBS and GMPINC.
9648	(all-gcc): Add maybe-all-libbanshee.
9649	(configure-target-libgfortran): Define.
9650	* Makefile.in: Regenerate.
9651	* configure.in (host_libs): Add libbanshee.
9652	(target_libraries): Add target-libmudflap and target-libgfortran.
9653	Add --with-libbanshee.
9654	Handle --disable-libmudflap.
9655	(*-*-freebsd*): Use with_gmp.
9656	Add $(libgcj) to noconfigdirs.
9657	* configure: Regenerate.
9658	* depcomp: New file.
9659	* MAINTAINERS: Add tree-ssa maintainers.
9660
96612004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
9662
9663	* MAINTAINERS (Various Maintainers): Add myself.
9664
96652004-04-30  Brian Ford  <ford@vss.fsi.com>
9666
9667	* MAINTAINERS (Write After Approval): Add myself.
9668
96692004-04-29  Uros Bizjak  <uros@kss-loka.si>
9670
9671	* MAINTAINERS (Write After Approval): Add myself.
9672
96732004-04-28  Paolo Bonzini  <bonzini@gnu.org>
9674
9675	* config/acx.m4: Fix fastcompare support for new-bootstrap.
9676	* configure: Regenerate.
9677
96782004-04-27  Paolo Bonzini  <bonzini@gnu.org>
9679
9680	Revert:
9681	2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9682
9683	* Makefile.def (flags_to_pass): Remove *dir variables that
9684	are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9685	as well as prefix and exec_prefix.
9686	* Makefile.in: Regenerate.
9687
96882004-04-26  Robert Millan  <robertmh@gnu.org>
9689
9690	Add patches from libtool CVS.
9691	* libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9692	* ltconfig: Likewise.
9693	* ltcf-c.sh: Likewise.
9694	* ltcf-cxx.sh: Likewise.
9695	* ltcf-gcj.sh: Likewise.
9696
96972004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9698
9699	* Makefile.def (host_modules): Mark with the bootstrap
9700	flag packages on which gcc depends.
9701	* Makefile.tpl (all-bootstrap): Use it.
9702	* Makefile.in: Regenerate.
9703
97042004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9705
9706	* Makefile.def (flags_to_pass): Remove *dir variables that
9707	are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9708	as well as prefix and exec_prefix.
9709	* Makefile.in: Regenerate.
9710
97112004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9712
9713	* configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9714	* configure: Regenerate.
9715	* config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9716	* gcc/Makefile.tpl (compare): Use the result of the test.
9717	* gcc/Makefile.in: Regenerate.
9718
97192004-04-23  Paolo Bonzini  <bonzini@gnu.org>
9720
9721	* Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9722	Always relocate gcc and prev-gcc to the original names, even
9723	if the build fails.
9724	(new-cleanstrap, new-restage1, new-restage2, new-restage3):
9725	New targets.
9726
97272004-04-23  Laurent GUERBY <laurent@guerby.net>
9728
9729	* MAINTAINERS: Update my email address.
9730
97312004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9732
9733	* configure.in (mips*-*-irix5*): Enable ld.
9734	* configure: Regenerate.
9735
97362004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9737
9738	* configure: Regenerate.
9739
97402004-04-15  James E Wilson  <wilson@specifixinc.com>
9741
9742	* Makefile.tpl (configure-[+module+], configure-gcc,
9743	configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9744	Set and export LDFLAGS.
9745	* Makefile.in: Regenerate.
9746
97472004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
9748
9749	* MAINTAINERS: Add myself to write-after-approval.
9750
97512004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9752
9753	PR bootstrap/14871
9754	* Makefile.tpl: If we don't have built-in-tree target tools,
9755	use the ones found by configure rather than hacking around with
9756	program_transform_name.
9757	* configure.in: Give Makefile.tpl the information necessary
9758	to do that.
9759	* Makefile.in: Regenerate.
9760	* configure: Regenerate.
9761
97622004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
9763
9764	PR bootstrap/14760
9765	* configure.in: When computing baseargs, strip *all* copies of
9766	offending options.  Also, don't match/substitute the trailing space,
9767	so that this actually works when two similar options are separated by
9768	only one space.
9769	* configure: Regenerate.
9770
97712004-04-06  David Edelsohn  <edelsohn@gnu.org>
9772
9773	* configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9774	(rs6000-*-aix*): Same.
9775	* configure: Regenerate.
9776
97772004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
9778
9779	* MAINTAINERS: Add myself to write-after-approval.
9780
97812004-04-03  Bud Davis  <bdavis9659@comcast.net>
9782
9783	* MAINTAINERS: Add myself to write-after-approval.
9784
97852004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9786
9787	* Makefile.tpl (top level bootstrap support): Remove now-unneeded
9788	STRICT_WARN, WARN_CFLAGS flags passed down to make.
9789	* Makefile.in: Regenerate.
9790
9791	* configure.in (top level bootstrap support): Rework --enable-werror
9792	to set @stage2_werror_flag@.
9793	* configure: Regenerate.
9794	* Makefile.tpl (top level bootstrap support): Pass
9795	@stage2_werror_flag@ down to configure in stages 2 and 3.
9796	* Makefile.in: Regenerate.
9797
97982004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9799
9800	* Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9801	for stages 2 and 3 as well as in make.  As a consequence, remove
9802	OUTPUT_OPTION (now detected by configure) from the flags passed down
9803	to make.
9804	* Makefile.in: Regenerate.
9805
9806	* Makefile.tpl (new-bootstrap): Fix typo.
9807	* Makefile.in: Regenerate.
9808
98092004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9810
9811	* Makefile.tpl: Rearrange by moving recursive_targets rules
9812	into their proper sections.
9813	* Makefile.tpl (top level bootstrap support): Move disabling
9814	of coverage flags from 'make' to 'configure'; improve comments.
9815	* Makefile.in: Regenerate.
9816
9817	* Makefile.tpl (experimental top level bootstrap) Move stage1
9818	language setting from all- target to configure- target; disable
9819	intermodule optimization in stage 1; prevent gratuitous rebuilds
9820	of stage 1.
9821	* Makefile.in: Regenerate.
9822	* configure.in: Comma-separate stage 1 language list for top
9823	level bootstrap.
9824	* configure: Regenerate.
9825
9826	* Makefile.tpl: Clean up experimental top level bootstrap support:
9827	note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9828	prev-gcc in configure- targets as well as all- targets.
9829	* Makefile.in: Regenerate.
9830
98312004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
9832
9833	* compile: New file imported from automake.
9834
98352004-03-17  Paolo Bonzini  <bonzini@gnu.org>
9836
9837	* configure.in: Remove symbolic link section.
9838	* configure: Regenerate.
9839	* Makefile.tpl (links): Remove.
9840	* Makefile.in: Regenerate.
9841
98422004-03-15  Paolo Bonzini  <bonzini@gnu.org>
9843	    Nathanael Nerode  <neroden@gcc.gnu.org>
9844
9845	* configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9846	Set with AC_CHECK_PROGS.
9847	* configure.in: Fix comment typo from last patch.
9848	* configure: Regenerate.
9849
98502004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
9851
9852	* Makefile.tpl: Introduce experimental top level bootstrap support.
9853	* Makefile.in: Regenerate.
9854	* configure.in: Introduce support for top level bootstrap.
9855	* configure: Regenerate.
9856
98572004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9858	    Paolo Bonzini  <bonzini@gnu.org>
9859
9860	PR bootstrap/14522
9861	* configure.in: Cope with shells that do not support unquoted ^
9862	* configure: Regenerate.
9863
98642004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9865	    Paolo Bonzini  <bonzini@gnu.org>
9866
9867	PR bootstrap/14522
9868	* configure.in: Cope with shells that do not support nesting
9869	quotes inside quoted backquote substitutions.
9870	* configure: Regenerate.
9871
98722004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
9873
9874	PR bootstrap/14522
9875	* configure.in: Fix escaping of $.
9876	* configure: Regenerate.
9877
98782004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9879
9880	* configure: Regenerate, since I forgot to while committing Paolo's
9881	changes.
9882
98832004-03-08  Paolo Bonzini  <bonzini@gnu.org>
9884
9885	PR ada/14131
9886	Move language detection to the top level.
9887	* configure.in: Find default values for the tools as
9888	soon as possible.  Disable ada if GNAT is not found.
9889	Emit error message about missing languages.  Expand
9890	--enable-languages=all for the gcc subdirectory.
9891
98922004-03-10  Ben Elliston  <bje@gnu.org>
9893
9894	* MAINTAINERS: Update my email address.
9895
98962004-03-05  David Edelsohn  <edelsohn@gnu.org>
9897
9898	* ltconfig: Disable building static libraries if building shared
9899	libraries on AIX 5L.
9900
99012004-03-01  Richard Sandiford  <rsandifo@redhat.com>
9902
9903	* configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9904	and disable libgcj.
9905	* configure: Regenerated.
9906
99072004-03-01  Brian Booth  <bbooth@redhat.com>
9908
9909	* MAINTAINERS: Add myself to write-after-approval.
9910
99112004-03-01  Paolo Bonzini  <bonzini@gnu.org>
9912
9913	* MAINTAINERS: Add myself to write-after-approval.
9914
99152004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9916
9917	PR bootstrap/7087
9918	* Makefile.tpl: Guard XFOO sed statements better.
9919	* Makefile.tpl: Add dependency for configure-target-libada.
9920	* Makefile.in: Regenerate (incidentally fixes broken
9921	commit when libada-branch was merged).
9922
99232004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
9924
9925	* MAINTAINERS: Add myself to write-after-approval.
9926
99272004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
9928
9929	* MAINTAINERS: Add Nicola Pero and myself as libobjc
9930	maintainers.
9931
99322004-02-20  Andrew Cagney  <cagney@redhat.com>
9933
9934	* config.guess: Update from version 2003-10-16 to 2004-02-16.
9935	* config.sub: Update from version 2003-11-03 to 2004-02-16.
9936
99372004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9938
9939	PR bootstrap/11932
9940	* mkinstalldirs, install-sh: Import from automake CVS HEAD.
9941
99422004-02-14  Jerry Quinn  <jlquinn@optonline.net>
9943
9944	* MAINTAINERS: Added myself to write-after-approval.
9945
99462004-02-14  Michael Koch  <konqueror@gmx.de>
9947
9948	* MAINTAINERS: Added myself to write-after-approval.
9949
99502004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
9951
9952	* MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
9953	some OS port maintainers to OS port maintainers section.
9954
99552004-02-13  Frank Ch. Eigler  <fche@redhat.com>
9956
9957	* MAINTAINERS: Add self.
9958
99592004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
9960
9961	* MAINTAINERS: Alphabetize.
9962
99632004-02-12  Paolo Bonzini  <bonzini@gnu.org>
9964
9965	* MAINTAINERS: Remove myself.
9966
99672004-02-11  David Edelsohn  <edelsohn@gnu.org>
9968
9969	* configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9970	(rs6000-*-aix*): Same.
9971	* configure: Regenerate.
9972
99732004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
9974
9975	* configure.in (host): Add in missing $noconfigdirs to defines.
9976	* configure: Regenerate.
9977
99782004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
9979	    Nathanael Nerode  <neroden@gcc.gnu.org>
9980
9981	PR ada/6637, PR ada/5911
9982	Merge with libada-branch:
9983	* configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9984	with appropriate dependencies. Add --enable-libada configure switch.
9985	* configure, Makefile.in: Regenerate.
9986
99872004-02-09  Paolo Bonzini  <bonzini@gnu.org>
9988
9989	* MAINTAINERS: Add myself to write-after-approval.
9990
99912004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9992
9993	* configure.in: Don't pass --with-stabs on IRIX 5 either.
9994	* configure: Regenerate.
9995
99962004-02-04  Geoffrey Keating  <geoffk@apple.com>
9997
9998	Merge from upstream:
9999
10000	* ltmain.in: When setting IFS to '~', be careful about user
10001	arguments that contain '~'.
10002
10003	2004-02-04  Peter O'Gorman  <peter@pogma.com>
10004
10005	* ltmain.in (infer_tag): Move tag inferrence to a shell function.
10006	Also test $base_compile against $CC with escaped arguments. Bug
10007	reported by Geoff Keating <geoffk@apple.com>.
10008
100092004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
10010
10011	* MAINTAINERS: Remove i960 port.
10012
100132004-01-23  DJ Delorie  <dj@redhat.com>
10014
10015	* Makefile.def (target_modules) [libiberty]: Don't stage.
10016	* Makefile.in: Rebuilt.
10017
100182004-01-20  Caroline Tice  <ctice@apple.com>
10019
10020	* MAINTAINERS: Add myself to write-after-approval.
10021
100222004-01-19  Paolo Carlini  <pcarlini@suse.de>
10023
10024	* MAINTAINERS: Update my email address.
10025
100262004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
10027
10028	* MAINTAINERS: Add myself to write-after-approval.
10029
100302004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10031
10032	* MAINTAINERS: Remove entries without email address.
10033
100342004-01-15  Daniel Jacobowitz  <drow@mvista.com>
10035
10036	* MAINTAINERS: Add myself to write-after-approval.
10037
100382004-01-15  Steven Bosscher  <stevenb@suse.de>
10039
10040	* MAINTAINERS: Update my email address.
10041
100422004-01-14  Loren J. Rittle  <ljrittle@acm.org>
10043
10044	* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
10045	* Makefile.tpl (configure-target-[+module+]): Support stage.
10046	* Makefile.in: Rebuilt.
10047
100482004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
10049
10050	* MAINTAINERS: Add myself as a libiberty MAINTAINER.
10051
100522004-01-10  Richard Sandiford  <rsandifo@redhat.com>
10053
10054	* MAINTAINERS: Add myself as a MIPS maintainer.
10055
100562004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10057
10058	* configure.in: Use ./config.cache, not config.cache.
10059	* configure: Regenerate.
10060	* Makefile.tpl: Special-casing not needed for GCC any more.
10061	* Makefile.in: Regenerate.
10062
10063	* configure.in: Don't share a cache file for host dirs.
10064	* configure: Regenerate.
10065
10066	* config-ml.in: Don't mess with the cache file.
10067
100682004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10069
10070	* MAINTAINERS: Move myself from 'Write After Approval' to
10071	'CPU Port Maintainers' section as SPARC maintainer.
10072
100732004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10074
10075	* Makefile.tpl: Make GCC use a separate config.cache.
10076	* Makefile.in: Regenerate.
10077
10078	PR bootstrap/11932, PR bootstrap/11933
10079	(I don't know if it will fix either of them, but it relates
10080	to them.)
10081	* configure.in: Don't use shared config.cache for target
10082	directories.
10083	* configure: Regenerate.
10084
100852004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
10086
10087	* MAINTAINERS: Add myself to 'Write After Approval' section.
10088
100892003-12-31  Roger Sayle  <roger@eyesopen.com>
10090
10091	* configure.in (ia64*-*-hpux*): Disable building java libraries.
10092	* configure: Regenerated.
10093
100942003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
10095
10096	* MAINTAINERS: Remove the mn10200 maintainer.
10097
100982003-12-21  Bernardo Innocenti  <bernie@develer.com>
10099
10100	* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
10101	* configure: Regenerated.
10102
101032003-12-16  Jan Hubicka  <jh@suse.cz>
10104
10105	* MAINTAINERS: Add myself as callgraph maintainer.
10106
101072003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
10108
10109	* configure.in (raw_libstdcxx_flags): Remove the leading space.
10110	* configure: Regenerate.
10111
101122003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10113
10114	* MAINTAINERS: Move myself from 'Bug database only accounts' to
10115	'Write After Approval' section. Update email.
10116
101172003-12-01  James Lemke  <jim@wasabisystems.com>
10118
10119	* MAINTAINERS (Write After Approval): Add myself.
10120
101212003-11-20  Matt Thomas  <matt@3am-software.com>
10122
10123	* MAINTAINERS: Add myself as a vax port maintainer.
10124
101252003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
10126
10127	* Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10128	(configure-build-[+module+], configure-[+module+]): Likewise.
10129	(configure-target-[+module+], configure-gcc, config.status): Likewise.
10130	* Makefile.in: Regenerate.
10131
101322003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
10133
10134	* libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10135	shared/dylibed libraries.
10136	* ltmain.sh: Likewise.
10137	* ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10138	* ltcf-cxx.sh: Likewise.
10139	* ltcf-gcj.sh: Likewise.
10140	* ltconfig: Likewise.
10141
101422003-11-17  Stan Cox  <scox@redhat.com>
10143
10144	* MAINTAINERS: Add myself as iq2000 port maintainer.
10145
101462003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
10147
10148	* Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10149	* Makefile.in: Regenerate.
10150
101512003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
10152
10153	* config.sub: Update to 2003-11-03 version.
10154
101552003-10-20  Phil Edwards  <phil@codesourcery.com>
10156
10157	* configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
10158	* configure:  Regenerate.
10159
101602003-10-20  Nicolas Pitre  <nico@cam.org>
10161
10162	* MAINTAINERS: Add myself to 'Write After Approval' section.
10163
101642003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
10165
10166	* MAINTAINERS (Various maintainers: Ada front end): Added myself.
10167
101682003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
10169
10170	* MAINTAINERS: Update my email address.
10171
101722003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10173
10174	* config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10175
101762003-10-17  Ralph Loader  <rcl@ihug.co.nz>
10177
10178	* MAINTAINERS: Add myself to 'Write After Approval' section.
10179
101802003-10-16  Bernardo Innocenti  <bernie@develer.com>
10181
10182	* config.guess: Update to 2003-10-16 version.
10183	* config.sub: Update to 2003-10-16 version.
10184
101852003-10-15  David Daney  <ddaney@avtrex.com>
10186
10187	* MAINTAINERS: Added myself to 'Write After Approval' section.
10188
101892003-10-15  Falk Hueffner  <falk@debian.org>
10190
10191	* MAINTAINERS: Move myself from 'Bug database only accounts' to
10192	'Write After Approval' section. Update email.
10193
101942003-10-14  Roger Sayle  <roger@eyesopen.com>
10195
10196	* MAINTAINERS: Move myself from 'Write After Approval' to
10197	'Various Maintainers' section as middle-end maintainer.
10198
101992003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10200
10201	* Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10202	HOST_FLAGS_TO_PASS.
10203	* Makefile.in: Regenerate.
10204
102052003-10-11  Bernardo Innocenti  <bernie@develer.com>
10206
10207	* config.guess: Update to 2003-10-07 version.
10208	* config.sub: Update to 2003-10-07 version.
10209
102102003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10211
10212	* ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10213	* ltconfig (irix5*, irix6*): Don't override version_type.
10214
102152003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
10216
10217	* configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10218	* configure: Rebuilt
10219	* Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10220	* Makefile.in: Rebuilt
10221
102222003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10223
10224	* ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10225
102262003-09-30  Carlo Wood  <carlo@alinoe.com>
10227
10228	* MAINTAINERS (Write After Approval): Add myself.
10229
102302003-09-29  Paul Koning  <ni1d@arrl.net>
10231
10232	* MAINTAINERS: Move myself from "Write After Approval"
10233	to CPU platform maintainers for pdp11 platform.
10234
102352003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
10236
10237	* MAINTAINERS: Move myself from 'Write After Approval' to
10238	'Various Maintainers' section as libffi testsuite maintainer.
10239
102402003-09-21  Daniel Jacobowitz  <drow@mvista.com>
10241
10242	* configure.in: Pass a computed --program-transform-name
10243	to subconfigures.
10244	* configure: Regenerated.
10245
102462003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10247
10248	* Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10249	* Makefile.in: Regenerate.
10250
10251	* Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10252	* Makefile.in: Regenerate.
10253
102542003-09-19  Ziemowit Laski  <zlaski@apple.com>
10255
10256	* MAINTAINERS: Move myself from 'Write After Approval'
10257	to 'Various Maintainers' (objective-c) section.
10258
102592003-09-17  Daniel Jacobowitz  <drow@mvista.com>
10260
10261	* configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10262	quoting.
10263	* configure: Regenerated.
10264
102652003-09-16  Joel Brobecker  <brobecker@gnat.com>
10266
10267	* MAINTAINERS (Write After Approval): Add myself to write after
10268	approval list.
10269
102702003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
10271
10272	* MAINTAINERS (Write After Approval): Add myself.
10273
102742003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
10275
10276	* MAINTAINERS: Update my e-mail address.
10277
102782003-09-09  Alan Modra  <amodra@bigpond.net.au>
10279
10280	* libtool.m4 (LD): Correct powerpc64 host match.
10281
102822003-09-06  James E Wilson  <wilson@tuliptree.org>
10283
10284	* MAINTAINTERS: Update my affiliation and email address.
10285
102862003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10287
10288	* MAINTAINERS (Write After Approval): Add myself.
10289
102902003-09-04  DJ Delorie  <dj@redhat.com>
10291
10292	* configure: Regenerate.
10293
102942003-09-04  Robert Millan  <robertmh@gnu.org>
10295
10296	* configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10297
102982003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10299
10300	* configure.in: Ensure arguments to sed are properly spaced.
10301	* configure: Regenerate.
10302
103032003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
10304
10305	* MAINTAINERS: Update my e-mail address.
10306
103072003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
10308
10309	* MAINTAINERS (Write After Approval): Add myself.
10310
103112003-08-27  Daniel Jacobowitz  <drow@mvista.com>
10312
10313	* configure.in: Set RAW_CXX_FOR_TARGET if unset.
10314	* configure: Regenerated.
10315
103162003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10317
10318	* MAINTAINERS: Update my email address.
10319
103202003-08-23  Phil Edwards  <pme@gcc.gnu.org>
10321
10322	* configure.in:  Use newline instead of semicolon when assuming
10323	shell arguments in a for loop.
10324	* configure:  Regenerated.
10325
103262003-08-22  Jason Eckhardt  <jle@rice.edu>
10327
10328	* MAINTAINERS: Resurrect the i860 maintainer.
10329
103302003-08-20  Geoffrey Keating  <geoffk@apple.com>
10331
10332	PR 8180
10333	* configure.in: When testing with_libs and with_headers, treat
10334	'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
10335	* configure: Regenerate.
10336
10337	* configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10338	make, shell, etc.
10339	(baseargs): Likewise.
10340	* configure: Regenerate.
10341
103422003-08-20  Bernardo Innocenti  <bernie@develer.com>
10343
10344	* MAINTAINERS (Write After Approval): Add myself.
10345
103462003-08-19  Geoffrey Keating  <geoffk@apple.com>
10347
10348	* configure.in: Disable libgcj for darwin not on powerpc.
10349	* configure: Rebuild.
10350
103512003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
10352
10353	* config-ml.in, symlink-tree: Add license.
10354
103552003-08-03  Richard Stallman  <rms@gnu.org>
10356	    Eben Moglen  <moglen@columbia.edu>
10357
10358	* README.SCO: New file.
10359
103602003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
10361
10362	* Makefile.tpl (check, check-c++): Express dependencies using
10363	dependencies rather than commands.
10364	* Makefile.in: Regenerate.
10365
103662003-08-01  Andrew Cagney  <cagney@redhat.com>
10367
10368	* configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10369	* configure: Ditto.
10370
103712003-07-31  Geoffrey Keating  <geoffk@apple.com>
10372
10373	* Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10374	* Makefile.in: Update.
10375
103762003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
10377
10378	* configure.in: Enable libgcj for darwin.
10379	* configure: Rebuild.
10380
103812003-07-29  Phil Edwards  <pme@gcc.gnu.org>
10382
10383	* config-ml.in:  Use ac_configure_args directly instead of
10384	ml_arguments.  Only set ml_norecursion if --no[-]recursion is
10385	actually seen.
10386
103872003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10388
10389	* Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10390	creating target and build subdirs to build all parent dirs as needed.
10391	* Makefile.in: Rebuild.
10392	* configure.in: Don't build dirs explicitly here.
10393	* configure: Rebuild.
10394
103952003-07-26  Paul Brook  <paul@nowt.org>
10396
10397	* MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10398
103992003-07-22  Alexandre Oliva  <aoliva@redhat.com>
10400
10401	* Makefile.tpl (all-make): Depend on intl.
10402	* Makefile.in: Rebuilt.
10403
104042003-07-20  Phil Edwards  <pme@gcc.gnu.org>
10405
10406	* install-sh:  Update to newer upstream versions (associated with
10407	aclocal 1.7).
10408	* mkinstalldirs:  Likewise.
10409	* missing:  Likewise, plus $1Help2man -> $1 typo fix.
10410
104112003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
10412
10413	* MAINTAINERS: Move self from Bug database only accounts
10414	to write-after-approval.
10415
104162003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
10417
10418	* config.if: Remove unused libc_interface determination.
10419
104202003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10421
10422	* MAINTAINERS: Move self from write-after-approval to
10423	build machinery (*.in).
10424
104252003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10426
10427	PR bootstrap/11273
10428	PR bootstrap/11408
10429	* Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
10430	unused INSTALL_PROGRAM_ARGS.
10431	* configure.in: Use AC_PROG_INSTALL.
10432	* Makefile.in: Regenerate.
10433	* configure: Regenerate.
10434
104352003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
10436
10437	* MAINTAINERS: Alphabetize.
10438
104392003-07-10  Alexandre Oliva  <aoliva@redhat.com>
10440
10441	* configure: Rebuilt.
10442	2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10443	* configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10444	newlib nor libgloss.
10445	Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
10446	* configure.in (am33_2.0-*-linux*): Added.
10447
104482003-07-09  Bob Wilson  <bob.wilson@acm.org>
10449
10450	* configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10451	* configure: Regenerate.
10452
104532003-07-07  Zack Weinberg  <zack@codesourcery.com>
10454
10455	* Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10456	* Makefile.in: Regenerate.
10457
104582003-07-04  Zack Weinberg  <zack@codesourcery.com>
10459
10460	* Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10461	* Makefile.in: Regenerate.
10462
104632003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
10464
10465	* Makefile.tpl: Replace PWD with PWD_COMMAND.
10466	* Makefile.in: Regenerated.
10467
10468	* config-ml.in: Replace PWD with PWD_COMMAND.
10469
104702003-07-04  Zack Weinberg  <zack@codesourcery.com>
10471
10472	* intl: New directory; see intl/ChangeLog for details.
10473	* ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10474	* Makefile.tpl: all-gcc depends on maybe-all-intl.
10475	* Makefile.in: Regenerate.
10476
104772003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10478
10479	* configure.in: Clean up config-lang.in handling.  Delete
10480	useless assignment to "subdirs".
10481	* configure: Regenerate.
10482
104832003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10484
10485	* configure.in: Rename 'target_libs' to 'target_libraries'.
10486	Remove useless reference to 'target_libs'.
10487	* configure: Regenerate.
10488
104892003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
10490
10491	* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10492	* Makefile.in: Regenerate.
10493
104942003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10495
10496	* Makefile.def: Introduce flags_to_pass.
10497	* Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10498	* Makefile.in: Regenerate.
10499
105002003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
10501
10502	* configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10503	and target-libgloss.
10504	<d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10505	<h8300*-*-*>: Disable libf2c and ${libgcj}.
10506	* configure: Regenerate.
10507
105082003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10509
10510	* configure.in: Update testsuite_flags to new location.
10511	* configure. Regenerate.
10512
105132003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10514
10515	* Makefile.tpl: Remove BUILD_CC stuff.
10516	* Makefile.in: Regenerate.
10517
105182003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10519
10520	* MAINTAINERS (Write After Approval): Remove Andrew Haley.
10521
105222003-06-16  Graeme Peterson  <gp@qnx.com>
10523
10524	* MAINTAINERS (Write After Approval): Add myself.
10525
105262003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
10527
10528	* config.guess: Update to 2003-06-12 version.
10529	* config.sub: Update to 2003-06-13 version.
10530
105312003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
10532
10533	* config.guess: Update to 2003-06-06 version.
10534	* config.sub: Update to 2003-06-06 version.
10535
105362003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10537
10538	* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10539	* configure. Regenerate.
10540
105412003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10542
10543	* configure.in: Disable serial configure by default.
10544	* configure: Regenerate.
10545	* Makefile.tpl: Abolish .NOTPARALLEL.
10546	* Makefile.in: Regenerate.
10547
10548	* Makefile.tpl: Replace {build,host,target}_canonical by
10549	{build,host,target}.
10550	* Makefile.in: Regenerate.
10551
10552	* Makefile.tpl: Fix stupid pasto.
10553	* Makefile.in: Regenerate.
10554
105552003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10556
10557	* Makefile.tpl: Remove bogus conditional.
10558	* Makefile.in: Regenerate.
10559
105602003-06-05  Jan Hubicka  <jh@suse.cz>
10561
10562	* Makefile.tpl (profiledbootstrap): New target.
10563	* Makefile.in (profiledbootstrap): New target.
10564
105652003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
10566
10567	* MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10568	Pinski. Remove user names from other bugzilla-only maintainers.
10569
105702003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10571
10572	* Makefile.tpl: Make 'recursive targets' using autogen rather
10573	than shell loop.  Remove duplicate 'clean' targets and false
10574	comments.
10575	* Makefile.def: Add systematic dependencies to 'recursive' targets.
10576	Add systematic method of specifying missing targets in subdirs.
10577	Add copyright boilerplate.
10578	* Makefile.in: Regenerate.
10579	* configure.in: Add 'recursive targets' to maybe list.
10580	* configure: Regenerate.
10581
10582	* MAINTAINERS: "GNATS only" -> "Bug database only".
10583
10584	* Makefile.tpl: Rename [+target+] to [+make_target+].
10585	* Makefile.def: Rename 'target' to 'make_target'.
10586
105872003-05-31  Neil Booth  <neil@daikokuya.co.uk>
10588
10589	* MAINTAINERS: Add self as options handling maintainer.
10590
105912003-05-28  Michael Meissner  <gnu@the-meissners.org>
10592
10593	* MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10594	been too long since I touched those ports.
10595
105962003-05-28  DJ Delorie  <dj@redhat.com>
10597
10598	* Makefile.tpl: Make maybe-check-gcc .PHONY.
10599	* Makefile.in: Regenerate.
10600
106012003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10602
10603	* configure.in: Use curly braces in the definition of tooldir.
10604	* configure: Regenerate.
10605
106062003-05-21  DJ Delorie  <dj@redhat.com>
10607
10608	* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10609	newlib or libgloss.
10610	* Makefile.in: Regenerate.
10611
106122003-05-21  DJ Delorie  <dj@redhat.com>
10613
10614	* Makefile.tpl: Add missing empty maybe-check-gcc target.
10615	* Makefile.in: Regenerate.
10616
106172003-05-20  Ian Lance Taylor  <ian@airs.com>
10618
10619	* MAINTAINERS: Update my e-mail address.
10620
106212003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10622
10623	* configure.in: Switch more things to use maybe dependencies.
10624	* Makefile.tpl: Switch more things to use maybe dependencies.
10625	Factor out common code from autogen IF statements.
10626	* configure: Regenerate.
10627	* Makefile.in: Regenerate.
10628
106292003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
10630
10631	* configure.in: Accept i[3456789]86 for machine type.
10632	* configure: Regenerate.
10633
106342003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10635
10636	* configure.in: Switch more things to use maybe dependencies.
10637	Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
10638	* configure: Regenerate.
10639	* Makefile.tpl: Switch more things to use maybe dependencies.
10640	* Makefile.in: Regenerate.
10641
106422003-05-16  Andreas Schwab  <schwab@suse.de>
10643
10644	* Makefile.tpl (install-opcodes): Define.
10645	* Makefile.in: Rebuild.
10646
106472003-05-13  Andreas Jaeger  <aj@suse.de>
10648
10649	* config.guess: Update to 2003-05-09 version.
10650	* config.sub: Update to 2003-05-09 version.
10651
106522003-05-13  Michael Eager  <eager@mvista.com>
10653
10654	* configure.in: Correct sed script so that options in quotes are not
10655	deleted.
10656	* configure: Rebuild.
10657
106582003-05-12  Corinna Vinschen  <corinna@vinschen.de>
10659
10660	* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10661	and $$s/newlib/libc/sys/cygwin32 include paths.
10662	* configure: Ditto.
10663
106642003-05-12  Michael Meissner  <gnu@the-meissners.org>
10665
10666	* MAINTAINERS: Update my email addresses.
10667
106682003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
10669
10670	* config-ml.in: Propagate INSTALL variables.
10671
106722003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10673
10674	* MAINTAINERS: Remove duplicate entries in Write After Approval.
10675
106762003-05-02  Chris Demetriou  <cgd@broadcom.com>
10677
10678	* Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10679	* Makefile.in: Regenerate.
10680
106812003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
10682
10683	* MAINTAINERS (GNATS only): Add Falk Hueffner.
10684
106852003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
10686
10687	* MAINTAINERS (GNATS only): Add Giovanni Bajo.
10688
106892003-04-27  Daniel Jacobowitz  <drow@mvista.com>
10690
10691	* Makefile.tpl: Clean $(BUILD_SUBDIR).
10692	* Makefile.in: Regenerated.
10693
106942003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
10695
10696	* MAINTAINERS (Write After Approval): Upgrade myself from
10697	GNATS only to write-after-approval. Update my mail address.
10698
106992003-04-25  Loren J. Rittle  <ljrittle@acm.org>
10700
10701	(OS Port Maintainers: freebsd): Add myself.
10702
107032003-04-22  Mark Mitchell  <mark@codesourcery.com>
10704
10705	* MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10706
107072003-04-22  Kean Johnston  <jkj@sco.com>
10708
10709	* MAINTAINERS (SCO ports): Added myself.
10710
107112003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10712
10713	* MAINTAINERS (gcov): Add myself and Jan Hubicka.
10714
107152003-04-19  Kean Johnston  <jkj@sco.com>
10716
10717	* MAINTAINERS (Write After Approval): Add myself.
10718
107192003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10720
10721	* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10722	* Makefile.in: Regenerate.
10723
107242003-04-18  Jakub Jelinek  <jakub@redhat.com>
10725
10726	* configure.in (powerpc64*-*-linux*): Remove.
10727	* configure: Rebuilt.
10728
107292003-04-17  Phil Edwards  <pme@gcc.gnu.org>
10730
10731	* Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
10732	previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10733	and restrap.
10734	* Makefile.in:  Regenerate.
10735
107362003-04-16  Richard Earnshaw  <rearnsha@arm.com>
10737
10738	* configure.in (arm-*-netbsdelf*): Enable building java libraries.
10739	* configure: Regenerated.
10740
107412003-04-15  DJ Delorie  <dj@redhat.com>
10742
10743	* MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10744
107452003-04-13  Nick Clifton  <nickc@redhat.com>
10746
10747	* config-ml.in: Remove support for --disable-aix removing
10748	call-aix multilibs.
10749
107502003-04-10  Alexandre Oliva  <aoliva@redhat.com>
10751
10752	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10753	* */configure: Rebuilt.
10754
107552003-04-08  Joel Sherrill  <joel@oarcorp.com>
10756
10757	* MAINTAINERS: Add my email address.
10758
107592003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10760
10761	* MAINTAINERS (Write After Approval): Add myself.
10762
107632003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10764
10765	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10766	* Makefile.in: Regenerate.
10767
107682003-03-14  Michael Chastain  <mec@shout.net>
10769
10770	* Makefile.in: Regenerate with correct Makefile.def.
10771
107722003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10773
10774	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
10775	Make macro.
10776	* Makefile.in: Regenerate.
10777	* configure.in: Clean up gxx_include_dir logic.
10778	* configure: Regenerate.
10779
107802003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
10781
10782	* MAINTAINERS (Write After Approval): Add myself.
10783
107842003-03-10  Ben Elliston  <bje@wasabisystems.com>
10785
10786	* MAINTAINERS: Update my mail address.
10787
107882003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10789
10790	* configure.in (gxx_include_dir): Fix typo.
10791	* configure: Regenerated.
10792
107932003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10794
10795	* Makefile.tpl: Reindent.
10796	* Makefile.in: Regenerate.
10797	* configure.in: Reindent.  Don't set unused variables.
10798	* configure: Regenerate.
10799
108002003-03-04  Daniel Jacobowitz  <drow@mvista.com>
10801
10802	* configure.in: Include $(build_tooldir)/sys-include in
10803	FLAGS_FOR_TARGET.
10804	* configure: Regenerated.
10805
108062003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10807
10808	* Makefile.tpl: Always pass down RANLIB.
10809	* Makefile.in: Regenerate.
10810
10811	* Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10812	* Makefile.in: Regenerate.
10813	* configure.in: Remove unused logic relating to --enable-shared
10814	and --enable-threads.  Remove bogus comments.  Remove redundant
10815	noconfigdirs.
10816	* configure: Regenerate.
10817
10818	* configure.in: Replace ${libstdcxx_version} by its value.
10819	Remove reference to mh-dgux.
10820	* configure: Regenerate.
10821
108222003-03-03  Kevin Buettner  <kevinb@redhat.com>
10823
10824	* MAINTAINERS (Write After Approval): Add myself.
10825
108262003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10827
10828	* Makefile.tpl: Rearrange.
10829	* Makefile.in: Regenerate.
10830
108312003-02-25  Uwe Stieber  <uwe@wwws.de>
10832
10833	* configure.in: Add support for kaOS as cross build target system.
10834	* configure: Regenerated.
10835
108362003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
10837
10838	* MAINTAINERS (Write after approval): Add myself.
10839
108402003-02-21  James E Wilson  <wilson@tuliptree.org>
10841
10842	* MAINTAINERS: Update my email address.
10843
108442003-02-21  Zack Weinberg  <zack@codesourcery.com>
10845
10846	* MAINTAINERS: Add self to blanket write privs. section.
10847
108482003-02-20  Sean McNeil  <sean@blue.mcneil.com>
10849
10850	* Makefile.tpl: Add definition of CPPFLAGS to pass into
10851	configure-target-* as some target builds may require additional
10852	flags for preprocessor tests.
10853	* Makefile.in: Regenerated.
10854
108552003-02-19  Alexandre Oliva  <aoliva@redhat.com>
10856
10857	* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10858	* ltconfig: Handle it.
10859	* ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10860	auto-detecting it.
10861
10862	* ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10863	it is used as argument to $CC.
10864	* ltcf-gcj.sh: Likewise.
10865
10866	* configure.in: Introduce --enable-maintainer-mode.
10867	* configure: Rebuilt.
10868	* Makefile.tpl (Makefile.in, configure): Enable dependencies only
10869	for maintainer mode.
10870	* Makefile.in: Rebuilt.
10871
108722003-02-18  Jason Merrill  <jason@redhat.com>
10873
10874	* Makefile.tpl (check-c++): Allow parallelism.
10875
108762003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10877
10878	* MAINTAINERS: Remove John Carr (who never actually had access to
10879	gcc.gnu.org).
10880
108812003-02-15  Geoffrey Keating  <geoffk@apple.com>
10882
10883	* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10884	don't configure target-libobjc.
10885	* configure: Regenerate.
10886
108872003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10888
10889	* Makefile.tpl (RANLIB): Define.
10890	* Makefile.in: Regenerate.
10891
108922003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
10893
10894	* MAINTAINERS: Update my email.
10895
108962003-02-06  Keith R Seitz  <keiths@redhat.com>
10897
10898	* Makefile.def: Remove "snavigator", "grep", and "db" modules.
10899	* Makefile.tpl: Remove "all-snavigator" and "all-grep".
10900	* Makefile.in: Regenerated.
10901	* configure.in: Remove all traces of snavigator, db, and grep.
10902	* configure: Regenerated.
10903
109042003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10905
10906	* MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10907	After Approval.
10908
109092003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10910
10911	* MAINTAINERS (Write after approval): Add myself.
10912
109132003-01-31  Frank Ch. Eigler  <fche@redhat.com>
10914
10915	* Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10916	* Makefile.in: Regenerated.
10917
109182003-01-30  Roger Sayle  <roger@eyesopen.com>
10919
10920	* config.guess: Updated to 2003-01-30's version.
10921	* config.sub: Updated to 2003-01-28's version.
10922
109232003-01-30  Alexandre Oliva  <aoliva@redhat.com>
10924
10925	* config.if: If gcc_version is already set, just use it.  Don't set
10926	gcc_version_trigger if it's already set, otherwise set it to
10927	gcc/version.c, but only if the file exists.  If it is not set and
10928	gcc/version.c does not exist, try to extract the version number from
10929	$CC.
10930
109312003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
10932
10933	* MAINTAINERS: Add myself to write-after-approval list.
10934
109352003-01-27  Phil Edwards  <pme@gcc.gnu.org>
10936
10937	* configure.in:  Revert 24Jan change.
10938	* configure:  Regenerate.
10939
109402003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10941
10942	* MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
10943	entry of HJ Lu.
10944
109452003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10946
10947	* configure.in: Revert previous change.
10948	* configure: Regenerate.
10949
109502003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10951
10952	* configure.in: Make rda native-only.
10953	* configure: Regenerate.
10954
109552003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10956
10957	* MAINTAINERS: Move myself from GNATS-only-accounts to
10958	write-after-approval.
10959
109602003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10961
10962	* configure.in: Add missing \.
10963	* configure: Rebuilt.
10964
109652003-01-17  Jakub Jelinek  <jakub@redhat.com>
10966
10967	* configure.in (baseargs): Avoid using \| in sed regular
10968	expressions.
10969	* configure: Rebuilt.
10970
109712003-01-16  Jakub Jelinek  <jakub@redhat.com>
10972
10973	* configure.in (baseargs): Remove all supported forms of
10974	--cache-file, --srcdir, --host, --build and --target options
10975	from argument lists.
10976	* configure: Rebuilt.
10977
109782003-01-15  Josef Zlomek  <zlomekj@suse.cz>
10979
10980	* MAINTAINERS: Add myself to write-after-approval list.
10981
109822003-01-15  Alexandre Oliva  <aoliva@redhat.com>
10983
10984	* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10985	* configure: Rebuilt.
10986
109872003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10988
10989	* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10990	* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10991	* Makefile.in: Regenerate.
10992	* configure: Regenerate.
10993
109942003-01-09  Alexandre Oliva  <aoliva@redhat.com>
10995
10996	* configure.in: Remove Makefile in build, host and target modules
10997	unless configure was run with --no-recursion.
10998	* configure: Rebuilt.
10999
110002003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11001
11002	* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
11003	(install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
11004	* Makefile.in: Regenerate.
11005
110062003-01-08  Chris Demetriou  <cgd@broadcom.com>
11007
11008	* config.guess: Update to 2003-01-03 version.
11009	* config.sub: Update to 2003-01-03 version.
11010
110112003-01-07  Christopher Faylor  <cgf@redhat.com>
11012
11013	* configure: Regenerate with proper autoconf 2.13.
11014
110152003-01-07  Christopher Faylor  <cgf@redhat.com>
11016
11017	* configure.in: Add AC_PREREQ for consistency.
11018	* configure: Regenerate.
11019
110202003-01-06  Andrew Cagney  <ac131313@redhat.com>
11021
11022	* configure.in (GDB_TK): Add tcl directories conditional on
11023	gdb/gdbtk directory being present.
11024	* configure: Regenerate.
11025
110262003-01-04  John David Anglin  <dave.anglin@nrc.ca>
11027
11028	* configure.in (LD): Improve test for gcc.  Try to set LD to the ld
11029	used by gcc if LD is not defined and we are not doing a Canadian Cross.
11030	* configure: Rebuilt.
11031
110322002-12-31  Tom Tromey  <tromey@redhat.com>
11033
11034	* Makefile.in: Rebuilt.
11035	* Makefile.def (target_modules) [libffi]: Allow installation.
11036
110372002-12-31  Andreas Schwab  <schwab@suse.de>
11038
11039	* configure.in: Fix use of $program_transform_name.
11040	* configure: Regenerated.
11041
110422002-12-30  Daniel Jacobowitz  <drow@mvista.com>
11043
11044	* configure.in (baseargs): Don't remove first configure argument.
11045	* configure: Regenerated.
11046
110472002-12-29  Alexandre Oliva  <aoliva@redhat.com>
11048
11049	* Makefile.tpl (local-distclean): Don't remove...
11050	(multilib.ts): ... this.  Moved into...
11051	(multilib.out): ... this.  Don't use sub-make.
11052	($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
11053	$(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
11054	(configure-build-[+module+], configure-[+module+],
11055	configure-target-[+module+], configure-gcc): ... these.  Test
11056	for Makefile existence.  Drop config.status from dependencies.
11057	* Makefile.in: Rebuilt.
11058	* configure.in: Move gcc-version-trigger to the end of
11059	ac_configure_args.  Add comments to maybedep.tmp and
11060	serdep.tmp.  Introduce --disable-serial-configure.  Remove
11061	nonopt from baseargs, matching and removing corresponding
11062	whitespace while at it.
11063	* configure: Rebuilt.
11064
110652002-12-28  Alexandre Oliva  <aoliva@redhat.com>
11066
11067	* configure.in (host_configargs): Replace reference to
11068	no-longer-defined buildopts with --build=${build_alias}.
11069	* configure: Rebuilt.
11070
11071	* Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
11072	program_transform_name to standard idiom.
11073	(AUTOGEN, AUTOCONF): Define.
11074	(Makefile.in): Use $(AUTOGEN).
11075	(Makefile): Depend on config.status, and use autoconf-style rule to
11076	build it.  Move original commands to...
11077	(config.status): ... this new target.
11078	(configure): Add $(srcdir).  Depend on config/acx.m4.  Use
11079	$(AUTOCONF).
11080	* Makefile.in: Rebuilt.
11081
110822002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11083
11084	* Makefile.tpl: Fix dramatic bustage due to change in
11085	program_transform_name.
11086	* Makefile.in: Regenerate.
11087
11088	* configure.in: Remove unnecessary PATH setting.
11089	* configure: Regnerate.
11090
11091	* configure.in: Don't default to unprefixed tools unless
11092	the native tools will work.
11093	* configure: Regenerate.
11094
11095	* configure.in: Convert to autoconf script.  Blow away lots
11096	of now-redundant Makefile fragments.
11097	* configure: Generate using Autoconf.
11098	* Makefile.tpl: Rewrite to reflect autoconfiscation.
11099	* Makefile.in: Regenerate.
11100
111012002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11102
11103	* configure: Fix stupid bug where RANLIB was mistakenly included.
11104
11105	* configure.in: Rename (buildargs, hostargs, targargs) to
11106	(build_configargs, host_configargs, target_configargs).
11107
11108	* configure.in: Move logic out of sed statement.
11109
11110	* configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
11111	CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11112
111132002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
11114
11115	* config.sub: Import from master repository
11116	* config.guess: Ditto
11117
111182002-12-24  Andreas Schwab  <schwab@suse.de>
11119
11120	* Makefile.tpl (multilib.out): Fix missing space.
11121	* Makefile.in: Regenerate.
11122
111232002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11124
11125	* Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
11126	Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
11127	* Makefile.in: Regenerate.
11128	* configure.in: Remove unnecessary leftovers.
11129
111302002-12-21  Geoffrey Keating  <geoffk@apple.com>
11131
11132	* configure.in (extra_ranlibflags_for_target): New variable.
11133	(*-*-darwin): Add -c to ranlib commands.
11134	* configure (tooldir): Handle extra_ranlibflags_for_target.
11135
111362002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11137
11138	* Makefile.tpl: Revert HJL's change.
11139	* Makefile.in: Regenerated.
11140	* configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11141	always.
11142
111432002-12-19  Andreas Schwab  <schwab@suse.de>
11144
11145	* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11146	* Makefile.in: Regenerate.
11147
111482002-12-18  H.J. Lu  <hjl@gnu.org>
11149
11150	* Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11151	* Makefile.in: Regenerated.
11152
11153	* configure.in (build_prefix): New. Substitute.
11154
111552002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11156
11157	* Makefile.tpl: Don't let real targets depend on phony targets.
11158	* Makefile.in: Regenerate.
11159
11160	* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11161	* Makefile.in: Regenerate.
11162
111632002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
11164
11165	* config.sub: Import from master repository
11166	* config.guess: Ditto
11167
111682002-12-16  Jason Merrill  <jason@redhat.com>
11169
11170	* Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11171	previous 'make bootstrap'.
11172	* Makefile.in: Regenerate.
11173
111742002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
11175
11176	* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11177
111782002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11179
11180	* configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11181	* Makefile.in: Regenerate.
11182
111832002-12-13  Jason Merrill  <jason@redhat.com>
11184
11185	* Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
11186	library tests.
11187	(check-c++): Just depend on it and check-target-libstdc++-v3.
11188	* Makefile.in: Regenerate.
11189
111902002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11191
11192	* Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11193	* Makefile.in: Rebuilt.
11194
111952002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11196
11197	* Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11198
111992002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11200
11201	* configure: Fix bug put in by gremlins.
11202
11203	* Makefile.tpl: Substitute more autoconfily.
11204	* configure: Substitute more autoconfily.
11205	* Makefile.in: Regenerate.
11206
112072002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
11208
11209	* config.sub: Import from master repository
11210	* config.guess: Ditto
11211	* MAINTAINERS: Added Svein Seldal under write after approval
11212
112132002-12-08  Andrew Cagney  <ac131313@redhat.com>
11214
11215	* Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11216	* Makefile.in (all-sim): Ditto.
11217
112182002-12-06  DJ Delorie  <dj@redhat.com>
11219
11220	* Makefile.tpl: Change configure dependencies to not have real
11221	targets depend on phony targets.
11222
112232002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
11224
11225	* configure.in: Revert unintentional change.
11226
11227	* Makefile.tpl: Change dependency for */multilib.out so that
11228	it works when gcc isn't in the tree.
11229
11230	* configure.in: Substitute more.
11231	* configure: Run subconfigures from the Makefile.
11232	* Makefile.tpl: Run subconfigures from the Makefile; add a few
11233	convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
11234
112352002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11236
11237	* MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11238
112392002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11240
11241	* Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11242	and corresponding dependencies.
11243	* Makefile.in: Regenerate.
11244
11245	* configure.in (host_tools): Order binutils, gas and ld for
11246	convenience in running the testsuites.
11247
11248	* Makefile.tpl: Introduce rules to serialize subconfigure runs.
11249	* Makefile.in: Regenerate.
11250	* configure.in: Introduce rules to serialize subconfigure runs.
11251
11252	* configure.in: Introduce BASE_CC_FOR_TARGET.
11253	* Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
11254	Realize configure-build-* targets.  Realize configure-target-* targets.
11255	* Makefile.in: Regenerate.
11256
112572002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11258
11259	* configure: Move gcc_version_trigger stuff from here...
11260	* configure.in: ...to here.
11261
11262	* configure.in: Separate subconfigure options added by this file from
11263	options given by the user.  Add machinery to put args for host
11264	subconfigures into the Makefile.
11265
11266	* Makefile.tpl: Remove 'vault' targets.
11267	* Makefile.tpl: Reorder and comment dependencies.
11268	* Makefile.in: Regenerate.
11269
112702002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11271	* configure.in: Fix my broken commit of previous patch. (sigh)
11272
112732002-11-28  Geoffrey Keating  <geoffk@apple.com>
11274
11275	* configure.in: Move host-specific darwin noconfigdirs into
11276	the host-specific section.
11277
112782002-11-28  Geoffrey Keating  <geoffk@apple.com>
11279
11280	* configure.in: Move host-specific darwin noconfigdirs into
11281	the host-specific section.
11282
112832002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11284
11285	* configure: Remove skip-this-dir support.
11286	* Makefile.tpl: Remove skip-this-dir support.
11287
11288	* Makefile.tpl: Remove leftover support for non-autoconfiscated
11289	subdirectories.
11290	* Makefile.in: Regenerate.
11291
11292	* Makefile.tpl: Strip out useless setting of 'dir'.
11293	* Makefile.in: Regenerate.
11294
112952002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11296
11297	* configure.in: Fix deeply stupid bug.
11298
11299	* configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11300	shell code in CXX_FOR_TARGET
11301	* Makefile.def: Introduce raw_cxx.
11302	* Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11303	RAW_CXX_FOR_TARGET.
11304	* Makefile.in: Regenerate.
11305
113062002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
11307
11308	* Makefile.tpl: Remove unnecessary ifs.
11309	* Makefile.in: Regenerate.
11310
11311	* Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
11312	dependencies.  Maybe-ize build-libiberty.  Create dummy install
11313	targets for 'no_install' modules.
11314	* configure: Move GDB_TK substitution to configure.in.  Move
11315	build_modules stuff to configure.in.
11316	* configure.in: Implement soft dependency machinery.  Maybe-ize
11317	GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
11318	* Makefile.in: Regenerate.
11319
113202002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11321
11322	* Makefile.tpl: Make all-target, install-target behave similarly
11323	to all, install (only hitting configured targets).  Eliminate
11324	unused macro defintions.
11325
11326	* Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11327	build != host.
11328
11329	* Makefile.tpl: Add all-gcc: all-libiberty dependency.
11330
11331	* ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11332
11333	* configure.in: Produce lists of subdir targets we're actually
11334	configuring.  Remove references to "dosrel".
11335	* Makefile.tpl: Let configure set which subdir targets are hit.
11336	Remove install-cross; clean up install; remove ALL.  Remove
11337	references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
11338	Autogenerate host module targets.  Remove empty dependency lines
11339	and redundant dependency; rearrange slightly.
11340	* Makefile.def: Add host-side libtermcap, utils.
11341
11342	* Makefile.in: Regenerate.
11343
113442002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11345
11346	* ltconfig (osf[345]): Append $major to soname_spec.
11347	Reflect this in library_names_spec.
11348	* ltmain.sh (osf): Prefix $major with . for use as extension.
11349
113502002-11-19  Andreas Jaeger  <aj@suse.de>
11351
11352	* libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11353	linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11354	and sparc64 GNU/Linux systems.
11355
113562002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
11357
11358	* MAINTAINERS: Update email.
11359
113602002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11361
11362	* MAINTAINERS: Complete James Dennett's entry.
11363
113642002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
11365
11366	* MAINTAINERS (Write After Approval): Add myself.
11367
113682002-11-13  Bruce Korb  <bkorb@gnu.org>
11369
11370	* Makefile.tpl: syntactic cleanup
11371
113722002-11-13  Stuart Hastings  <stuart@apple.com>
11373
11374	* MAINTAINERS: Add myself to write-after-approval list.
11375
113762002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11377
11378	* Makefile.def: Add list of recursive targets to autogenerate.
11379	Add build_modules.
11380	* Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
11381	targets.  Autogenerate *-build-* targets.
11382	* Makefile.in: Regenerate.
11383
113842002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11385
11386	* configure: More autoconf-style substitutions.
11387	* Makefile.tpl: More autoconf-style substitutions.
11388	* Makefile.in: Regenerate.
11389
113902002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11391
11392	* configure: Substitute more variables in a more autoconf-friendly
11393	way.  Simplify slightly.
11394	* Makefile.tpl: Make more variables substitutable in an
11395	autoconf-friendly way.
11396	* Makefile.in: Regenerate.
11397
113982002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
11399
11400	* MAINTAINERS (Write After Approval): Add myself.
11401
114022002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11403
11404	* configure.in (v810*): Remove special setting of tools.
11405
11406	* configure: Add support for extra required flags for ar or nm.
11407	* configure.in (aix4.3+): Use above support for target-specific
11408	issues, rather than using config/mt-aix43.
11409
114102002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11411
11412	* configure: Remove 'removing', which doesn't work.  Replace $subdir
11413	with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
11414	with $srcdir.  Reformat indentation.  Substitute some variables
11415	formerly hard-coded in the Makefile for build=host.
11416	* Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11417	* Makefile.def: Autogenerate more.
11418	* Makefile.in: Regenerate.
11419
114202002-11-04  Adam Nemet  <anemet@lnxw.com>
11421
11422	* MAINTAINERS (Write After Approval): Add myself.
11423
114242002-11-04  Kevin Buettner  <kevinb@redhat.com>
11425
11426	* Makefile.def (host_modules): Add rda.
11427	* Makefile.in: Regenerate.
11428	* configure.in (target_tool): Add target-rda to list.
11429
114302002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11431
11432	* MAINTAINERS: Remove "co-maintainer" note for web pages.
11433
114342002-10-25  Phil Edwards  <pme@gcc.gnu.org>
11435
11436	* Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
11437	and restrap targets to this rule.
11438	* Makefile.in:  Regenerate.
11439
114402002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11441
11442	* MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11443	GNATS only accounts.
11444
114452002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
11446
11447	* configure.in (i[3456]86-*-linux*): Add check to disable
11448	${libgcj} for glibc1.
11449
114502002-10-24  Denis Chertykov  <denisc@overta.ru>
11451
11452	* MAINTAINERS: Add myself as ip2k port maintainer.
11453
114542002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
11455
11456	* configure.in: Add tic4x target.
11457
114582002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11459
11460	* Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11461	* configure.in: Make SET_LIB_PATH substitution more autoconfy.
11462	* Makefile.in: Regenerate.
11463
11464	* Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11465	* configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11466	* Makefile.in: Regenerate.
11467
114682002-10-02  Janis Johnson  <janis187@us.ibm.com>
11469
11470	* MAINTAINERS: Add myself as web pages co-maintainer.
11471
114722002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11473
11474	* Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11475	* Makefile.in: Regenerate.
11476
114772002-10-02  Zack Weinberg  <zack@codesourcery.com>
11478
11479	* MAINTAINERS: Add myself and Nathan Sidwell
11480	<nathan@codesourcery.com> as VxWorks maintainers.
11481
114822002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11483
11484	* Makefile.def: Remove order dependency comments.
11485	* Makefile.tpl: Add explicit install-install dependencies.
11486	* Makefile.in: Regenerate.
11487
11488	* Makefile.tpl: Remove material now in src-release.  (Finally!)
11489	* Makefile.in: Regenerate.
11490
11491	* Makefile.tpl: Add configure-target (for src-release in src)
11492	* Makefile.in: Regenerate.
11493
114942002-09-30  Nick Clifton  <nickc@redhat.com>
11495
11496	* Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11497
114982002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
11499
11500	* configure.in (s390*-*-linux*): Enable libgcj.
11501
115022002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
11503
11504	* configure: Revert accidentally applied changes.
11505
11506	* Makefile.tpl: Make more autoconf-friendly.
11507	* Makefile.in: Regenerate.
11508	* configure: Make substitution more autoconf-like.
11509
115102002-09-28  Richard Earnshaw  <rearnsha@arm.com>
11511
11512	* configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11513	single entry to handle all these.
11514	(arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
11515	libjava on arm-*-elf.
11516
115172002-09-27  Geoffrey Keating  <geoffk@apple.com>
11518
11519	* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11520	things that depend on them.
11521
115222002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11523
11524	* Makefile.tpl: Make subsituted variables more autoconfy.
11525	* Makefile.in: Regenerate.
11526	* configure: Make seds more autoconfy.
11527
115282002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11529
11530	* Makefile.tpl: Rewrite substituted lines to look autoconfy.
11531	* Makefile.in: Regenerate.
11532	* configure.in: Rewrite sed statements to look autoconfy.
11533
11534	* Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11535	all-target-foo on configure-target-foo.
11536	* Makefile.def: Ditto.
11537	* Makefile.in: Rebuild.
11538
115392002-09-25  Andrew Haley  <aph@redhat.com>
11540
11541	* MAINTAINERS: Add aph@redhat.com as Java maintainer.
11542
115432002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11544
11545	* Makefile.def: New file.
11546	* Makefile.tpl: New file.
11547	* Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11548	* contrib/gcc_update: Note that Makefile.in is a generated file.
11549
11550	* configure.in: Minor rearrangement.  Simplify tests.
11551
115522002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
11553
11554	* configure.in (with_headers): Skip copy if value is "yes".
11555	(with_libs): Likewise.
11556
115572002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11558
11559	* configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11560	* configure.in (sh*-*-pe*): Ditto.
11561	* configure.in (mips*-*-pe*): Ditto.
11562	* configure.in (*arm-wince-pe): Ditto.
11563
11564	* configure.in: Rearrange.
11565
115662002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
11567
11568	* MAINTAINERS: Update my email address.
11569
115702002-08-30  Paul Koning  <pkoning@equallogic.com>
11571
11572	* MAINTAINERS: (Write After Approval): Add myself.
11573
115742002-08-29  Geoffrey Keating  <geoffk@redhat.com>
11575
11576	* MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11577
115782002-08-24  Geoffrey Keating  <geoffk@redhat.com>
11579
11580	* MAINTAINERS: Change my mailing address.
11581
115822002-08-21  Paolo Carlini  <pcarlini@unitus.it>
11583
11584	* MAINTAINERS (Write After Approval): Remove myself.
11585	(Various Maintainers: c++ runtime libs): Add myself.
11586
115872002-08-20  Loren J. Rittle  <ljrittle@acm.org>
11588
11589	* MAINTAINERS (Write After Approval): Remove myself.
11590	(Various Maintainers: c++ runtime libs): Add myself.
11591
115922002-08-15  Eric Christopher  <echristo@redhat.com>
11593
11594	* config.sub: Import from master repository.
11595	* config.guess: Ditto.
11596
115972002-08-19  Alexandre Oliva  <aoliva@redhat.com>
11598
11599	* Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11600	* configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11601	CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11602
116032002-08-16  Aldy Hernandez  <aldyh@redhat.com>
11604
11605	* MAINTAINERS: Add self to rs6000 vector extensions.
11606
116072002-08-15  Alexandre Oliva  <aoliva@redhat.com>
11608
11609	* libiberty/configure: Reverted unintended yesterday's check in.
11610
116112002-08-14  Alexandre Oliva  <aoliva@redhat.com>
11612
11613	* boehm-gc/configure, libf2c/configure: Rebuilt.
11614	* libffi/configure, libiberty/configure: Ditto.
11615	* libjava/configure, libobjc/configure: Ditto.
11616	* libstdc++-v3/configure, zlib/configure: Ditto.
11617	Merged from binutils:
11618	2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
11619	From Steve Ellcey <sje@cup.hp.com>:
11620	* libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11621	(lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11622	lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11623	IA64.
11624	* ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11625	* ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11626	soname_spec, sys_lib_search_path_spec): Ditto.
11627
116282002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
11629
11630	* configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11631
116322002-08-04  H.J. Lu  (hjl@gnu.org)
11633
11634	* configure.in (mips*-*-linux*): Don't skip target-libffi.
11635
116362002-08-02  Krister Walfridsson  <cato@df.lth.se>
11637
11638	* MAINTAINERS (Write After Approval): Add myself.
11639
116402002-07-31  Alan Modra  <amodra@bigpond.net.au>
11641
11642	* configure.in: Move generic linux case to end.	 Copy generic
11643	linux noconfigdirs to mips*-*-linux* entry and new
11644	powerpc64*-*-linux* entry.  Add target-libffi for the latter.
11645
116462002-07-19  Michael Matz  <matz@suse.de>
11647
11648	* MAINTAINERS: Add myself as ra* maintainer.
11649
116502002-07-16  Chris Demetriou  <cgd@broadcom.com>
11651
11652	* config.guess: Update to 2002-07-09 version.
11653	* config.sub: Update to 2002-07-03 version.
11654
116552002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
11656
11657	* MAINTAINERS: Fix typo in a maintainer email address.
11658
116592002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11660
11661	* configure.in: Remove two redundant tests.
11662
116632002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11664
11665	* configure.in (mips*-*-irix6*o32): Enable stabs.
11666
116672002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
11668
11669	* configure.in: Don't build grez.
11670	* Makefile.in: Ditto.
11671
11672	* Makefile.in: Remove references to bsp, cygmon, libstub.
11673	* configure.in: Ditto.
11674
11675	* configure.in: Remove leftover reference to gdbtest.
11676
116772002-07-08  Phil Edwards  <pme@gcc.gnu.org>
11678
11679	* configure.in (gxx_include_dir):  Change to match versioned
11680	C++ headers if --enable-version-specific-runtime-libs is used.
11681
116822002-07-04  Steve Ellcey  <sje@cup.hp.com>
11683
11684	* ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11685
116862002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11687
11688	* configure.in: Make --without-x work.
11689
116902002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11691
11692	* configure.in: Rearrange target Makefile fragment collection.
11693
11694	* Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11695	cvs[src].
11696	* configure.in: Ditto.
11697
116982002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
11699
11700	* MAINTAINERS (Write After Approval): Update my e-mail address.
11701
117022002-06-24  Ben Elliston  <bje@redhat.com>
11703
11704	* configure.in (host_tools): Remove cgen.
11705
11706	* Makefile.in (all-cgen): Remove; runs from its source directory.
11707	(check-cgen, install-cgen, clean-cgen): Likewise.
11708	(all-opcodes): Do not depend on all-cgen.
11709	(all-sim): Likewise.
11710
117112002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11712
11713	* Makefile.in: Eliminate 'apache' targets.
11714	* configure.in: Eliminate 'apache' targets.
11715
11716	* configure.in: Eliminate redundant tests.  Reorganize.
11717
11718	* Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11719
11720	* config-ml.in: Eliminate references to Cygnus configure.
11721
11722	* Makefile.in: Eliminate references to building emacs.
11723
117242002-06-28  Graham Stott  <graham.stott@btinternet.com>
11725
11726	* MAINTAINERS: Update my email address.
11727
117282002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
11729
11730	* config.if (libstdcxx_incdir): Version C++ headers.
11731	(cxx_incdir): Remove.
11732
117332002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11734
11735	* MAINTAINERS (Write After Approval): Add self.
11736
11737Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
11738
11739	* configure.in: Add support for ip2k.
11740
117412002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
11742
11743	* configure.in: Fix AIX configury bug.
11744
117452002-06-20  Steve Ellcey  <sje@cup.hp.com>
11746
11747	* MAINTAINERS (Write After Approval): Add self.
11748
117492002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11750
11751	* configure.in: replace ${topsrcdir} with ${srcdir}
11752
11753	* configure.in: Move definition of libstdcxx_flags
11754	right above usage, rather than waaay earlier.
11755
11756	* configure.in: Pull definition of is_cross_compiler earlier.
11757
11758	* configure.in: Rearrange a little.
11759
11760	* configure.in: Remove references to librx.
11761	* Makefile.in: Remove references to librx.
11762
11763Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
11764
11765	* config.sub: Add support for avr target.
11766	Import from master sources, rev 1.255
11767
117682002-06-19  Phil Edwards  <pme@gcc.gnu.org>
11769
11770	* configure, .cvsignore:  Revert previous change...
11771	* Makefile:  ...delete.
11772
117732002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11774
11775	* configure.in: Eliminate ${gasdir} variable.
11776
117772002-06-18  Dave Brolley  <brolley@redhat.com>
11778
11779	* configure.in: Add support for frv.
11780	* config.sub: Add support for frv.
11781
117822002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11783
11784	* configure:  Remove garbage from previous commit.
11785
117862002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11787
11788	* configure:  For in-source builds, make a subdir and re-exec there.
11789	* Makefile:  New file.  Pass targets through to build directory.
11790	* .cvsignore:  No longer ignore "Makefile".
11791
117922002-06-16  Douglas Rupp  <rupp@gnat.com>
11793
11794	* MAINTAINERS (Write After Approval): Add self.
11795
117962002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11797
11798	* Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11799
118002002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
11801
11802	* configure.in (vax-*-netbsd*): Re-enable gas.
11803
118042002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
11805
11806	* Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11807	BUILD_PREFIX_1, to correct nomenclature.
11808	* configure: Likewise.
11809
11810	* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11811	* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11812
118132002-05-31  Olaf Hering  <olh@suse.de>
11814
11815	* config-ml.in: Propogate DESTDIR also.
11816
118172002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
11818
11819	* configure.in (vax-*-netbsd*): Don't build gas for this
11820	platform.
11821
118222002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11823
11824	* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11825	and libgcj for AVR.
11826
118272002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
11828
11829	* MAINTAINERS (Write After Approval): Add myself.
11830
118312002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
11832
11833	* config.guess: Update to 2002-05-22 version.
11834	* config.sub: Likewise.
11835
118362002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11837
11838	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11839	* config-ml.in: Likewise.
11840	* configure: Likewise.
11841	* configure.in: Likewise.
11842
118432002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
11844
11845	* MAINTAINERS: Update my email address.
11846
118472002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
11848
11849	* configure.in: Simplify makefile fragment collection.
11850
11851	* configure.in: Remove code to build emacs.
11852
11853	* configure.in : Remove --srcdir argument from targargs and buildargs
11854	(it's always overridden in the Makefile anyway).  Rearrange a bit.
11855
11856	* configure: Move some logic to configure.in.
11857	* configure.in: Move some logic from configure.
11858
118592002-05-11  Tom Tromey  <tromey@redhat.com>
11860
11861	* MAINTAINERS: Reflect libgcj reality.
11862
118632002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
11864
11865	* Makefile.in: Honour DESTDIR.
11866
118672002-05-08  Mark Mitchell  <mark@codesourcery.com>
11868
11869	* config.guess: Import 2002-03-20 version.
11870	* config.sub: Import 2002-04-26 version.
11871
118722002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11873
11874	* config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11875
118762002-05-07  Tim Josling  <tej@melbpc.org.au>
11877
11878	* MAINTAINERS: Add self.
11879
118802002-05-06  Loren J. Rittle  <ljrittle@acm.org>
11881
11882	* ltmain.sh: Detect and handle object name conflicts
11883	while piecewise linking a static library.
11884
118852002-05-05  Alexandre Oliva  <aoliva@redhat.com>
11886
11887	* configure.in (noconfigdirs): Don't disable libgcj on
11888	sparc64-*-solaris* and sparcv9-*-solaris*.
11889
118902002-05-03  Alexandre Oliva  <aoliva@redhat.com>
11891
11892	* configure.in: Revert 2002-04-18's patch; fixed in libjava.
11893
118942002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
11895
11896	* configure.in (FLAGS_FOR_TARGET): Do not add
11897	-B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11898	on i[3456]86-*-linux*.
11899
119002002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
11901
11902	* configure.in (noconfigdirs): Replace [ ] with test.
11903
11904	* configure.in (noconfigdirs): Do not add target-newlib if
11905	target == i[3456]86-*-linux*, and host == target.
11906
119072002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
11908
11909	* configure.in: delete reference to absent file
11910
11911	* configure.in: replace '[' with 'test'
11912
11913	* configure.in: Eliminate references to gash.
11914	* Makefile.in: Eliminate references to gash.
11915
11916	* configure.in: remove useless references to 'pic' makefile fragments.
11917
11918	* configure.in: (*-*-windows*) Finish removing.
11919
11920	* configure.in: Eliminate redundant test for libgui.
11921
119222002-04-29  Roger Sayle  <roger@eyesopen.com>
11923
11924	* MAINTAINERS: Add self and realphabetize.  Update entries
11925	for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
11926	entry for a29k port maintainer.
11927
119282002-04-26  Joel Sherrill  <joel@OARcorp.com>
11929
11930	* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11931	(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11932
119332002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
11934
11935	* configure.in: remove references to dead files
11936
119372002-04-19  Mark Mitchell  <mark@codesourcery.com>
11938
11939	* MAINTAINERS: Add information about purpose of this file.
11940
119412002-04-18  Tom Tromey  <tromey@redhat.com>
11942
11943	* configure.in: Disallow configuring libgcj when it is already
11944	installed and we're using Solaris 2.8 linker.  Do enable libgcj on
11945	Solaris 2.8 by default.  For PR libgcj/6158.
11946
119472002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11948
11949	* configure.in:  Move default CC setting out of config/mh-* fragments
11950	directly into here.
11951
119522002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11953
11954	* configure.in: don't even try to configure or make a subdirectory
11955	if there's no configure script for it.
11956
119572002-04-15  Mark Mitchell  <mark@codesourcery.com>
11958
11959	* MAINTAINERS: Remove chill maintainers.
11960	* Makefile.in (CHILLFLAGS): Remove.
11961	(CHILL_LIB): Remove.
11962	(TARGET_CONFIGDIRS): Remove libchill.
11963	(CHILL_FOR_TARGET): Remove.
11964	(BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11965	CHILL_LIB.
11966	(CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11967	(CHECK_TARGET_MODULES): Likewise.
11968	(INSTALL_TARGET_MODULES): Likewise.
11969	(CLEAN_TARGET_MODULES): Likewise.
11970	(configure-target-libchill): Remove.
11971	(all-target-libchill): Remove.
11972	* configure.in (target_libs): Remove target-libchill.
11973	Do not compute CHILL_FOR_TARGET.
11974	* libchill: Remove directory.
11975
119762002-04-11  DJ Delorie  <dj@redhat.com>
11977
11978	* Makefile.in, configure.in: Sync with binutils, entries
11979	follow...
11980
119812002-04-07  Andrew Cagney  <ac131313@redhat.com>
11982
11983	* Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
11984	(do-tar, do-bz2): New rules.
11985	(taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
11986	(gdb-tar): New rule.
11987	(gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
11988	(insight_dejagnu.tar): New rule.
11989	(insight.tar): New rule.
11990	(gdb+dejagnu.tar): New rule.
11991	(gdb.tar): New rule.
11992
119932002-02-01  Mo DeJong  <supermo@bayarea.net>
11994
11995	* Makefile.in: Add all-tix to deps for all-snavigator
11996	so that tix is built when building snavigator.
11997
119982002-01-11  Steve Ellcey  <sje@cup.hp.com>
11999
12000	* configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
12001	ld and gdb are not supported.
12002
120032002-01-07  Mark Salter  <msalter@redhat.com>
12004
12005	* configure.in: Remove target-bsp and target-cygmon from arm builds.
12006	Allow target-libgloss to be built for arm, strongarm, and xscale.
12007
120082001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
12009
12010	* configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
12011	options for i[3456]86-pc-linux* native builds.
12012
120132001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
12014
12015	* Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
12016	files from .po files for a distribution.
12017
120182001-09-03  Jeff Holcomb  <jeffh@redhat.com>
12019
12020	* configure.in: Enable libstdc++-v3 for h8300 targets.
12021
120222001-06-19  Alan Modra  <amodra@bigpond.net.au>
12023
12024	* Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
12025	version from bfd/.
12026
12027Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
12028
12029	* Makefile.in (VER): When present, extract the version number from
12030	the file version.in.
12031
120322001-05-24  Tom Rix  <trix@redhat.com>
12033
12034	* configure.in : enable ld for aix
12035
120362001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12037
12038	* config.guess: Add linux target for S/390.
12039
120402000-11-07  Philip Blundell  <pb@futuretv.com>
12041
12042	* Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
12043
120442000-11-03  Philip Blundell  <pb@futuretv.com>
12045
12046	* Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
12047	files.
12048
120492001-01-15  Ben Elliston  <bje@redhat.com>
12050
12051	* configure.in (host_tools): Add sid.
12052	Always configure cgen.
12053
120542000-11-24  Nick Clifton  <nickc@redhat.com>
12055
12056	* configure.in (c4x, c5x, tic54x): Move after ARM targets.
12057
120582000-08-20  Doug Evans  <dje@casey.transmeta.com>
12059
12060	* Makefile.in (ALL_MODULES): Add all-cgen.
12061	(CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
12062	(all-cgen): New target.
12063	(all-opcodes,all-sim): Depend on all-cgen.
12064	* configure.in (host_tools): Add cgen.
12065	Only configure cgen if --enable-cgen-maint.
12066
120672002-04-09  Loren J. Rittle  <ljrittle@acm.org>
12068
12069	* configure.in: Add *-*-freebsd* configurations.
12070
120712002-04-08  Tom Tromey  <tromey@redhat.com>
12072
12073	* configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
12074	Fixes PR libgcj/6068.
12075
120762002-03-30  Krister Walfridsson  <cato@df.lth.se>
12077
12078	* configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
12079
120802002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12081
12082	* configure.in (alpha*-dec-osf*): Enable libgcj.
12083
120842003-03-27  Matthew Gingell  <gingell@gnat.com>
12085
12086	* MAINTAINERS (Write After Approval): Add myself.
12087
120882002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
12089
12090	Fix for: PR bootstrap/3591, target/5676
12091	* configure.in (mcore-pe): Disable the configuration of
12092	libstdc++-v3 since exceptions are not supported.
12093
120942002-03-20  Anthony Green  <green@redhat.com>
12095
12096	* configure.in: Enable libgcj for xscale-elf target.
12097
12098Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
12099
12100	* MAINTAINERS:  Update my email address.
12101
121022002-03-16  Alexandre Oliva  <aoliva@redhat.com>
12103
12104	* ltmain.sh (relink_command): Fix typo in previous change.
12105
121062002-03-15  Alexandre Oliva  <aoliva@redhat.com>
12107
12108	* ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
12109	(relink_command): Added --tag flags.
12110	(mode=install): If relinking fails; error out.
12111
121122002-03-12  Richard Henderson  <rth@redhat.com>
12113
12114	* Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
12115	.NOTPARALLEL tag.
12116	(do-check): Rename from check.
12117	(check): Allow parallel check.
12118
121192002-03-12  Bob Wilson  <bob.wilson@acm.org>
12120
12121	* MAINTAINERS: Add myself as maintainer for xtensa port.
12122	Fix alphabetical order in CPU port maintainer list.
12123	Remove myself from Write After Approval list.
12124
121252002-03-11  Richard Henderson  <rth@redhat.com>
12126
12127	* Makefile.in (.NOTPARALLEL): Add fake tag.
12128
121292002-03-07  H.J. Lu  (hjl@gnu.org)
12130
12131	* configure.in: Enable gprof for mips*-*-linux*.
12132
121332002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
12134
12135	* MAINTAINERS (Write After Approval): Add myself.
12136
121372002-02-28  Alexandre Oliva  <aoliva@redhat.com>
12138
12139	* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12140	libjava.
12141	(CXX_FOR_TARGET): Explain why -shared-libgcc here.
12142
121432002-02-23  Alexandre Oliva  <aoliva@redhat.com>
12144
12145	* Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12146	because its Makefile is there; test for the executable instead.
12147
121482002-02-22  Alexandre Oliva  <aoliva@redhat.com>
12149
12150	* configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12151	libstdc++-v3 and libjava.
12152
121532002-02-11  Adam Megacz  <adam@xwt.org>
12154
12155	* gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12156	boehm-gc
12157
121582002-02-09  Alexandre Oliva  <aoliva@redhat.com>
12159
12160	* config.guess: Updated to 2002-01-30's version.
12161	* config.sub: Updated to 2002-02-01's version.
12162	Contribute sh64-elf.
12163	2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
12164	* configure.in: Added sh64-*-*.
12165
121662002-02-08  Chris Demetriou  <cgd@broadcom.com>
12167
12168	* MAINTAINERS: Belatedly add myself to write after approval list.
12169
12170Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
12171
12172	* MAINTAINERS: Put self in as maintainer for x86-64 port.
12173	Remove self as Write After Approval.
12174
121752002-01-31  Geoffrey Keating  <geoffk@redhat.com>
12176
12177	* MAINTAINERS: Put self in as maintainer for contrib/regression
12178	directory.
12179
121802002-01-28  Phil Edwards  <pme@gcc.gnu.org>
12181
12182	* MAINTAINERS:  Update my email address.
12183
121842002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
12185
12186	* configure.in (*-*-netbsd*): New.  Skip target-newlib,
12187	target-libiberty, and target-libgloss.  Skip Java-related
12188	libraries if not supported for NetBSD on target CPU.
12189
121902002-01-25  Douglas B Rupp  <rupp@gnat.com>
12191
12192	* install-sh: Use _inst.$$_ for temp file name.
12193
121942002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
12195
12196	* MAINTAINERS (Write After Approval): Move my contact info
12197	from here...
12198	(OS Port Maintainers): ...to here (netbsd).
12199
122002002-01-22  Bob Wilson  <bob.wilson@acm.org>
12201
12202	* MAINTAINERS (Write After Approval): Add myself.
12203
122042002-01-17  H.J. Lu  <hjl@gnu.org>
12205
12206	* Makefile.in (all-fastjar): Also depend on all-libiberty.
12207	(all-target-fastjar): Also depend on all-target-libiberty.
12208
122092002-01-16  H.J. Lu  (hjl@gnu.org)
12210
12211	* config.guess: Import from master sources, rev 1.225.
12212	* config.sub: Import from master sources, rev 1.238.
12213
122142002-01-16  Kazu Hirata  <kazu@hxi.com>
12215
12216	* MAINTAINERS (Write After Approval): Remove myself.
12217
122182001-12-19  Florian Weimer  <fw@deneb.enyo.de>
12219
12220	* MAINTAINERS (Write After Approval): Add myself.
12221
122222001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12223
12224	* MAINTAINERS: Add self as docs co-maintainer.
12225
122262001-12-11  Matthias Klose  <doko@debian.org>
12227
12228	* MAINTAINERS (Write After Approval): Add myself.
12229
122302001-12-09  Zack Weinberg  <zack@codesourcery.com>
12231
12232	* MAINTAINERS: Update my email address.
12233
122342001-12-07  Turly O'Connor  <turly@apple.com>
12235	* MAINTAINERS (Write After Approval): Add myself.
12236	* rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12237	(rs6000_initialize_trampoline): Call __trampoline_setup for
12238	ABI_DARWIN too.
12239	* darwin-tramp.asm: New file, implements __trampoline_setup.
12240	* t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12241
122422001-12-07  Paolo Carlini  <pcarlini@unitus.it>
12243
12244	* MAINTAINERS (Write After Approval): Add myself.
12245
12246Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
12247
12248	* configure, configure.in: Use temp file for long sed commands.
12249
122502001-12-03  Laurent Guerby  <guerby@acm.org>
12251
12252	* config.sub: Update to version 1.232 on subversion.
12253
122542001-12-03  Ben Elliston  <bje@redhat.com>
12255
12256	* MAINTAINERS: Update mail address for config.* patches.
12257
122582001-11-27  DJ Delorie  <dj@redhat.com>
12259	    Zack Weinberg  <zack@codesourcery.com>
12260
12261	When build != host, create libiberty for the build machine.
12262
12263	* Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12264	CONFIG_ARGUMENTS.
12265	(ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12266	New variables.
12267	(ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12268	and rules.
12269	(all.normal): Depend on ALL_BUILD_MODULES.
12270	(CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12271	(all-build-libiberty): Depend on configure-build-libiberty.
12272
12273	* configure: Calculate and substitute proper value for
12274	ALL_BUILD_MODULES.
12275	* configure.in: Create the build subdirectory.
12276	Calculate and substitute TARGET_CONFIGARGS (formerly
12277	CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12278
122792001-11-26  Ziemowit Laski  <zlaski@apple.com>
12280
12281	* MAINTAINERS (write-after-approval): Add self.
12282
122832001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12284
12285	* MAINTAINERS (GNATS only accounts): Remove self.
12286
122872001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
12288
12289	* configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12290	libf2c.
12291
122922001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12293
12294	* MAINTAINERS (Write After Approval): Add self.
12295
122962001-11-12  David O'Brien  <obrien@FreeBSD.org>
12297
12298	* MAINTAINERS: mips and s390 are also CPU ports.
12299
123002001-11-12  David O'Brien  <obrien@FreeBSD.org>
12301
12302	* MAINTAINERS: mcore, cris and mmix are also CPU ports.
12303
123042001-11-11  David O'Brien  <obrien@FreeBSD.org>
12305
12306	* MAINTAINERS: Alphabetize.
12307
123082001-11-09  Kazu Hirata  <kazu@hxi.com>
12309
12310	* MAINTAINERS (Various maintainers: h8 port): Add myself.
12311
123122001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12313
12314	* MAINTAINERS (Various maintainers: hppa port): Added myself.
12315
123162001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
12317
12318	* configure.in (--enable-languages): Be more permissive about
12319	syntax.  Check for empty lists better.  Warn about $LANGUAGES.
12320
123212001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12322
12323	* config.sub: Import from master sources, rev. 1.230.
12324	* MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12325
123262001-11-07  Laurent Guerby  <guerby@acm.org>
12327
12328	* MAINTAINERS (Write After Approval): Add self.
12329
123302001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
12331
12332	* Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12333
123342001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
12335
12336	* config.sub: Import from master sources, rev 1.226.
12337	* config.guess: Import from master sources, rev 1.216.
12338
123392001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
12340
12341	* configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12342	* MAINTAINERS: Add self as maintainer of MMIX port.
12343	Remove old after-approval entry.
12344
123452001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12346
12347	* ChangeLog, configure: Fix spelling errors.
12348
123492001-10-20  Brendan Kehoe  <brendan@zen.org>
12350
12351	* MAINTAINERS: Tweak my address.
12352
12353Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
12354
12355	* MAINTAINERS: Update my email address.
12356
123572001-10-11  Hans-Peter Nilsson  <hp@axis.com>
12358
12359	* configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12360	* MAINTAINERS: Add self as maintainer of CRIS port.
12361
123622001-10-10  Geert Bosch  <bosch@gnat.com>
12363
12364	* MAINTAINERS (Various maintainers: Ada front end):
12365	Added Robert Dewar.
12366
123672001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
12368
12369	* MAINTAINERS (Write After Approval): Added self
12370
123712001-10-02  Geert Bosch  <bosch@gnat.com>
12372
12373	* MAINTAINERS (Various maintainers: Ada front end): Added myself.
12374
123752001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12376
12377	* configure: Handle temporary files securely using mkdir.
12378
123792001-09-29  Alexandre Oliva  <aoliva@redhat.com>
12380
12381	* Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12382
123832001-09-26  Will Cohen  <wcohen@redhat.com>
12384
12385	* configure.in (*-*-linux*): Disable configuration of target-newlib
12386	and target-libgloss.
12387
123882001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12389
12390	* Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12391	RANLIB.
12392
123932001-09-21  Alexandre Oliva  <aoliva@redhat.com>
12394
12395	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12396	DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12397	RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12398	avoid quotes nesting problems.
12399	(NATIVE_CHECK_MODULES): Ditto, just for consistency.
12400	(DO_X): Export only variables that are set.
12401
124022001-09-19  Ben Elliston  <bje@redhat.com>
12403
12404	* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12405	Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12406	semantics.  Use the shell built-in "type" command instead.
12407
124082001-08-31  Alexandre Oliva  <aoliva@redhat.com>
12409
12410	Merged from gcc-3_0-branch:
12411	2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
12412	* ltcf-c.sh: Use $objext, not $ac_objext.
12413	2001-07-27  Mark Kettenis  <kettenis@gnu.org>
12414	* ltcf-cxx.sh: Add support for GNU.
12415	2001-07-22  Timothy Wall  <twall@redhat.com>
12416	* ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
12417	default settings if using GNU tools with that configuration.
12418	* ltcf-cxx.sh: Ditto.
12419	* ltcf-gcj.sh: Ditto.
12420	2001-07-21  Michael Chastain  <chastain@redhat.com>
12421	* ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12422	HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
12423	* ltmain.sh: Mark as gcc-local.
12424
124252001-08-30  Eric Christopher  <echristo@redhat.com>
12426	    Jason Eckhardt  <jle@redhat.com>
12427
12428	* config.guess: Merge from master sources.
12429	* config.sub: Merge from master sources, add support for mipsisa32.
12430
124312001-08-25  Geoffrey Keating  <geoffk@redhat.com>
12432	* config.sub: Merge from master sources, rev 1.219.
12433	* MAINTAINERS: Add self as contact for stormy16 port.
12434
124352001-08-14  Zack Weinberg  <zackw@panix.com>
12436
12437	* config.sub: Merge from master sources, rev 1.218.
12438	* config.guess: Merge from master sources, rev 1.209.
12439
124402001-08-11  Graham Stott  <grahams@redhat.com>
12441
12442	* Makefile.in (check-c++): Add missing semicolon.
12443
12444Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
12445
12446	* MAINTAINERS (Various maitainers: predict.def): Added myself.
12447
124482001-07-30  Eric Christopher  <echristo@redhat.com>
12449
12450	* MAINTAINERS (Various maintainers: mips port): Added myself.
12451
124522001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
12453
12454	* configure.in (sh-*-linux*): New.
12455
124562001-07-27  Richard Henderson  <rth@redhat.com>
12457
12458	* .cvsignore: Add LAST_UPDATED.
12459
124602001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
12461
12462	* MAINTAINERS (Various maintainers: s390 port): Added myself.
12463
124642001-07-16  Aldy Hernandez  <aldyh@redhat.com>
12465
12466	* config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12467
12468Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
12469
12470	* MAINTAINERS (Write After Approval): Added myself.
12471
124722001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12473
12474	* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12475	and libgcj on m68hc11/m68hc12.
12476
124772001-06-27  H.J. Lu  (hjl@gnu.org)
12478
12479	* Makefile (CFLAGS_FOR_BUILD): New.
12480	(EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12481
124822001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12483
12484	* README: Remove version number.
12485
124862001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12487
12488	* INSTALL/README: Update wrt. to the installation instructions now
12489	residing in gcc/doc/install.texi.
12490
124912001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12492
12493	* README: Replace with a cut-down and updated version of gcc/README.
12494
124952001-06-12  David Edelsohn  <edelsohn@gnu.org>
12496
12497	* config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12498	multilibs to be disabled.
12499
125002001-06-11  Daniel Berlin  <dan@cgsoftware.com>
12501
12502	* MAINTAINERS (Write After Approval): Add myself.
12503
125042001-06-09  Alexandre Oliva  <aoliva@redhat.com>
12505
12506	* config.guess: Import CVS version 1.195.
12507	* config.sub: Import CVS version 1.212.
12508
125092001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
12510
12511	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12512	gcc/xgcc is built, use -print-prog-name to find out the program
12513	name to use.
12514
125152001-06-04  Phil Edwards  <pme@sources.redhat.com>
12516
12517	* config.guess:  Import CVS version 1.194.  All gcc-local changes
12518	appear to also be in the master copy.
12519	* config.sub:  Import CVS version 1.211.
12520
12521Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
12522
12523	* ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12524	with_gcc]: Use `gcc -shared' to build a shared library.
12525
12526Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12527
12528	* ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12529	archives.
12530
12531Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12532
12533	* MAINTAINERS (Write After Approval): Add myself.
12534
125352001-06-01  Hans-Peter Nilsson  <hp@axis.com>
12536
12537	* configure.in (libstdcxx_flags): Do not try to execute
12538	libstdc++-v3/testsuite_flags until it exists.
12539
125402001-06-01  Alan Modra  <amodra@bigpond.net.au>
12541
12542	* MAINTAINERS: Update my email address.
12543
125442001-05-31  Graham Stott  <grahams@redhat.com>
12545
12546	* MAINTAINERS (Write After Approval): Add myself.
12547
125482001-05-28  Simon Patarin  <simon.patarin@inria.fr>
12549
12550	* ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
12551	libraries when using g++ with native linker.
12552
125532001-05-28  Alexandre Oliva  <aoliva@redhat.com>
12554
12555	* ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12556
125572001-05-22  Alexandre Oliva  <aoliva@redhat.com>
12558
12559	* ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12560	[aix4*|aix5*]: Prepend blank.
12561
125622001-05-20  Alexandre Oliva  <aoliva@redhat.com>
12563
12564	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12565	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
12566	of subdir/configure scripts to use the new libtool.m4.
12567
125682001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
12569
12570	* MAINTAINERS (Write After Approval): Add myself.
12571
125722001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
12573
12574	* configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12575
125762001-05-11  Ben Elliston  <bje@redhat.com>
12577
12578	* Makefile.in (all-sid): New target.
12579	(check-sid, clean-sid, install-sid): Likewise.
12580
125812001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
12582
12583	* ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12584
125852001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12586
12587	* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12588	libgcj.
12589
125902001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12591
12592	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12593	gcc/xgcc is built, use -print-prog-name to find out the program
12594	name to use.
12595
125962001-04-26  Alexandre Oliva  <aoliva@redhat.com>
12597
12598	* configure.in (noconfigdirs): Don't reset it from scratch in the
12599	target case; only append to it.
12600
12601	* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12602	sparc-*-solaris2.8]: Disable ${libgcj}.
12603
126042001-04-25  Alexandre Oliva  <aoliva@redhat.com>
12605
12606	* configure.in (libgcj_saved): Copy from $libgcj.
12607	(libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12608	--disable-libgcj.
12609
126102001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
12611
12612	* MAINTAINERS: Remove self as MIPS maintainer and
12613	C front end maintainer.
12614
12615Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
12616
12617	* configure.in: Move *-chorusos target case to the proper switch.
12618	Disable libgcj.
12619
126202001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12621
12622	* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12623	1.641.2.228.
12624
126252001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12626
12627	* Makefile.in (STAGE1_CFLAGS): Pass down.
12628
126292001-04-13  Alan Modra  <amodra@one.net.au>
12630
12631	* config.guess: Add hppa64-linux support.  Note for next import that
12632	this is already in the master file.
12633	* configure.in: Likewise.  Accept `parisc' alias for `hppa'.
12634
126352001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12636
12637	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12638	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12639
126402001-04-11  Stan Shebs  <shebs@apple.com>
12641
12642	* MAINTAINERS: Add self as Darwin port maintainer.
12643
126442001-04-11  Alan Modra  <amodra@one.net.au>
12645
12646	* MAINTAINERS: Update my email address.
12647
126482001-04-10  Loren J. Rittle  <ljrittle@acm.org>
12649
12650	* ltcf-cxx.sh: Support creation of C++ shared libraries on
12651	recent versions of FreeBSD (release 3 or later).
12652	* ltconfig: On FreeBSD, -lc must not be provided when building
12653	a shared library or else the standard -pthread gcc option is
12654	rendered worthless to later users of the built library.
12655
126562001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12657
12658	* MAINTAINERS: Add self and RTH as C front end maintainers.
12659
126602001-04-05  Alexandre Oliva  <aoliva@redhat.com>
12661
12662	* config.sub: Make sure to match an already-canonicalized
12663	machine name (eg. mn10300-unknown-elf).
12664
126652001-04-01  Alexandre Oliva  <aoliva@redhat.com>
12666
12667	* Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12668	New macros.
12669	(bootstrap, cross): Use RECURSE_FLAGS.
12670	* configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12671
126722001-03-27  Alexandre Oliva  <aoliva@redhat.com>
12673
12674	* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12675
126762001-03-22  Colin Howell  <chowell@redhat.com>
12677
12678	* Makefile.in (DO_X): Do not backslash single-quotes in
12679	backquotes (two places).
12680
126812001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12682
12683	Re-installed:
12684	2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12685	* ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12686	'-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12687	* ltcf-cxx.sh: Likewise.
12688	* ltcf-gcj.sh: Likewise.
12689
126902001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12691
12692	* MAINTAINERS: Add myself as "documentation co-maintainer".
12693
126942001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12695
12696	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12697	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12698
126992001-03-19  Tom Tromey  <tromey@redhat.com>
12700
12701	* config-ml.in: Handle GCJ and GCJFLAGS.
12702
127032001-03-21  Michael Chastain  <chastain@redhat.com>
12704
12705	* Makefile.in: all-m4 depends on all-texinfo.
12706
127072001-03-20  Loren J. Rittle  <ljrittle@acm.org>
12708
12709	* MAINTAINERS: Add myself to write after approval list.
12710
127112001-03-18  Laurynas Biveinis  <lauras@softhome.net>
12712
12713	* Makefile.in (DO_X): Quote nested quotes.
12714
127152001-03-18  Alan Modra  <alan@linuxcare.com.au>
12716
12717	* MAINTAINERS: Add myself to write after approval list.
12718
127192001-03-15  Laurynas Biveinis  <lauras@softhome.net>
12720
12721	* Makefile.in (DO_X): Use double quotes for quoting
12722	"RANLIB=$${RANLIB}".
12723
127242001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
12725
12726	* MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12727
127282001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
12729
12730	* configure.in: Only use `lang_requires' for languages athat are
12731	actually enabled.
12732
127332001-03-08  Phil Edwards  <pme@sources.redhat.com>
12734
12735	* MAINTAINERS (C++ runtime libs):  Update and alphabatize.
12736
127372001-03-08  Alexandre Oliva  <aoliva@redhat.com>
12738
12739	* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12740
127412001-03-07  Tom Tromey  <tromey@redhat.com>
12742
12743	* configure.in: Allow config-lang.in to set `lang_requires' to list
12744	of other required languages.
12745
127462001-03-06  Laurynas Biveinis  <lauras@softhome.net>
12747
12748	* Makefile.in: Remove RANLIB definition. Use RANLIB
12749	in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12750	EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12751
127522001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
12753	    Alexandre Oliva  <aoliva@redhat.com>
12754
12755	* Makefile.in (check-c++): Use tabs, not spaces.
12756
127572001-02-20  Laurynas Biveinis  <lauras@softhome.net>
12758
12759	* MAINTAINERS: add myself to Write After Approval list.
12760
127612001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
12762
12763	* Makefile.in (check-c++): New rule.
12764
12765	* configure.in (target_libs): Remove libg++.
12766	(noconfigdirs): Remove libg++.
12767	(noconfigdirs): Same.
12768	(noconfigdirs): Same.
12769	(noconfigdirs): Same.
12770
12771	* config-ml.in: Remove libg++ references.
12772
12773	* Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12774	(ALL_TARGET_MODULES): Same.
12775	(configure-target-libg++): Remove.
12776	(all-target-libg++): Remove.
12777	(configure-target-libio): Remove.
12778	(all-target-libio): Remove.
12779	(check-target-libio): Remove.
12780	(.PHONY): Remove.
12781	(libg++.tar.bz2): Remove.
12782	(all-target-cygmon): Remove libio.
12783	(all-target-libstdc++): Remove.
12784	(configure-target-libstdc++): Remove.
12785	(TARGET_LIB_PATH): Remove libstdc++.
12786	(ALL_GCC_CXX): Remove libstdc++.
12787	(all-target-gperf): Correct.
12788
127892001-02-16  Nick Clifton  <nickc@redhat.com>
12790
12791	* configure.in (noconfigdirs): Allow configuration of texinfo
12792	for Cygwin hosts.
12793
127942001-02-15  Anthony Green  <green@redhat.com>
12795
12796	* configure: Introduce GCJ_FOR_TARGET.
12797	* configure.in: Ditto.
12798	* Makefile.in: Ditto.
12799
128002001-02-13  Andreas Schwab  <schwab@suse.de>
12801
12802	* MAINTAINERS: Update mail address.
12803
128042001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12805
12806	* config.guess: Add linux target for S/390.
12807	* config.sub: Likewise.
12808
128092001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
12810
12811	* configure.in: for *-chorusos, don't config target-newlib and
12812	target-libgloss.
12813
128142001-02-06  Ben Elliston  <bje@redhat.com>
12815
12816	* configure: Output host type to stdout, not stderr.
12817
128182001-02-05  Mark Mitchell  <mark@codesourcery.com>
12819
12820	* ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12821	* ltcf-cxx.sh: Likewise.
12822
12823	* config.if: Assume enable_libstdcxx_v3 is defined.
12824
128252001-02-04  Mark Mitchell  <mark@codesourcery.com>
12826
12827	Remove V2 C++ library.
12828	* configure.in: Remove --enable-libstdcxx_v3 support.
12829
128302001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
12831
12832	* include/demangle.h: Add prototype for java_demangle_v3.
12833
128342001-01-29  Phil Edwards  <pme@sources.redhat.com>
12835
12836	* COPYING.LIB:  Update to LGPL 2.1 from the FSF.
12837
128382001-01-27  Richard Henderson  <rth@redhat.com>
12839
12840	* configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12841
128422001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12843
12844	* ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12845	Don't unset, it's non-portable and no longer necessary, set to empty
12846	instead.
12847
128482001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12849
12850	* ltconfig: Shell portability fix for the tagname validity check.
12851
128522001-01-27  Alexandre Oliva  <aoliva@redhat.com>
12853
12854	* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12855	* ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12856
128572001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12858
12859	* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12860
128612001-01-26  Tom Tromey  <tromey@redhat.com>
12862
12863	* configure.in: Allow libgcj to be built on Sparc Solaris.
12864
128652001-01-25  David Edelsohn  <edelsohn@gnu.org>
12866
12867	* ltcf-c.sh: Add aix5 case.
12868	* ltcf-cxx.sh: Likewise.
12869	* ltconfig: Likewise.
12870
128712001-01-24  Alexandre Oliva  <aoliva@redhat.com>
12872
12873	* ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12874	keep at least one of build_libtool_libs or build_old_libs set to
12875	yes.
12876
12877	* ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12878	* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12879
128802001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
12881
12882	* configure.in: Enable libgcj on several additional platforms.
12883
128842001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
12885
12886	* configure.in: Enable libgcj for linux targets.
12887
128882001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12889
12890	* MAINTAINERS (Write After Approval): Add myself.
12891
128922001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12893
12894	* MAINTAINERS: Add myself as vax port maintainer.
12895
128962001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
12897
12898	* MAINTAINERS: Add myself as Mercury front-end maintainer.
12899
129002001-01-09  Mike Stump  <mrs@wrs.com>
12901
12902	* Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12903	failures of subdirectories.
12904
129052001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12906
12907	* ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12908	'-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12909	* ltcf-cxx.sh: Likewise.
12910	* ltcf-gcj.sh: Likewise.
12911	* ltconfig.sh: Fix typo.
12912
129132001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12914
12915	* configure: handle DOS-style absolute paths.
12916
129172001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12918
12919	* configure.in: remove supported directories from $noconfigdirs for DJGPP.
12920
129212000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
12922
12923	* MAINTAINERS: Add myself as avr port co-maintainer.
12924
129252000-12-28  Ben Elliston  <bje@redhat.com>
12926
12927	* MAINTAINERS: Add myself under ``Write After Approval''.
12928
129292000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12930
12931	* texinfo: Remove directory from GCC.
12932
129332000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12934
12935	* COPYING: Update to current
12936	ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12937	to 19yy as example year in copyright notice).
12938
129392000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
12940
12941	* Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12942	(libstdcxx_incdir): Pass down.
12943	* config.if: Remove expired bits for cxx_interface, add stub.
12944	(libstdcxx_incdir): Add variable for g++ include directory.
12945	* configure.in (gxx_include_dir): Use it.
12946
129472000-12-18  Alexandre Oliva  <aoliva@redhat.com>
12948
12949	* MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
12950	with old-email address from ``Write After Approval''.
12951
129522000-12-15  Andreas Jaeger  <aj@suse.de>
12953
12954	* configure.in: Handle lang_dirs.
12955
129562000-12-14  Tom Tromey	<tromey@redhat.com>
12957
12958	* MAINTAINERS: Removed brads.
12959
12960	* MAINTAINERS: Added gcj developers.
12961
129622000-12-13  Anthony Green  <green@redhat.com>
12963
12964	* configure.in: Disable libgcj for any target not specifically
12965	listed.  Disable libgcj for x86 and Alpha Linux until compatible
12966	with g++ abi.
12967
129682000-12-13  Mike Stump  <mrs@wrs.com>
12969
12970	* Makefile.in (local-distclean): Also remove fastjar.
12971
129722000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
12973
12974	* contrib/gcc_update: Add fastjar --touch entries.
12975
129762000-12-12  Alexandre Oliva  <aoliva@redhat.com>
12977
12978	* configure.in: Disable language-specific target libraries for
12979	languages that aren't enabled.
12980
129812000-12-10  Anthony Green  <green@redhat.com>
12982
12983	* configure.in: Define libgcj.  Disable libgcj target libraries for
12984	most targets.
12985
129862000-12-10  Neil Booth  <neilb@earthling.net>
12987
12988	* MAINTAINERS: Update mail address, remove from WAA list.
12989
129902000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12991
12992	* libjava: Imported from /cvs/java.
12993	* libffi: Likewise.
12994	* Boehm-gc: Likewise.
12995
129962000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12997
12998	* configure.in (target_libs): Revert 2000-12-08 patch.
12999	(noconfigdirs): Added target-libjava.
13000
130012000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13002
13003	* djunpack.bat: removed.
13004
130052000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13006
13007	* Makefile.in: handle DOS-style absolute paths.
13008	* config-ml.in: likewise.
13009	* symlink-tree: likewise.
13010
130112000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13012
13013	* fastjar: Imported.
13014
130152000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13016
13017	* Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
13018	libjava.
13019	* configure.in (target_libs): Removed `target-libjava'.
13020
130212000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13022
13023	* Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
13024	(ALL_MODULES): Added fastjar.
13025	(NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
13026	(all-target-libjava): all-fastjar replaces all-zip.
13027	(all-fastjar): Added.
13028	(configure-target-fastjar, all-target-fastjar): Likewise.
13029	* configure.in (host_tools): Added fastjar.
13030
130312000-12-07  Mike Stump  <mrs@wrs.com>
13032
13033	* Makefile.in (local-distclean): Remove leftover built files.
13034
130352000-11-24  Nick Clifton  <nickc@redhat.com>
13036
13037	* configure.in (xscale-elf): Add target.
13038	(xscale-coff): Add target.
13039
130402000-11-22  Loren J. Rittle  <ljrittle@acm.org>
13041
13042	* ltcf-cxx.sh: Support creation of C++ shared libraries on
13043	recent versions of FreeBSD (release 3 or later).
13044	* ltconfig: On FreeBSD, -lc must not be provided when building
13045	a shared library or else the standard -pthread gcc option is
13046	rendered worthless to later users of the built library.
13047
130482000-11-16  Fred Fish  <fnf@be.com>
13049
13050	* configure.in (enable_libstdcxx_v3): Fix typo,
13051	libstd++ -> libstdc++.
13052
130532000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13054
13055	* MAINTAINERS: Add self to Write After Approval list.
13056
130572000-11-21  Bernd Schmidt  <bernds@redhat.com>
13058
13059	* MAINTAINERS: Update my email address.  Add myself to global write
13060	privs list.
13061
130622000-11-18  Alexandre Oliva  <aoliva@redhat.com>
13063
13064	* Makefile.in: Merge with src and libgcj.
13065	(ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
13066	configure-target-<library> when their configure scripts need the C
13067	or C++ library to have already been built to work properly.
13068	(do_proto_toplev): Set them to an empty string.
13069
13070	* Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
13071	(REALLY_SET_LIB_PATH): Use them.
13072
130732000-11-17  Stan Shebs  <shebs@apple.com>
13074
13075	* MAINTAINERS: Add self to Write After Approval list.
13076
130772000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13078
13079	* configure: Provide the original toplevel configure arguments
13080	(including $0) to subprocesses in the environment rather than
13081	through gcc/configargs.h.
13082
130832000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13084
13085	* MAINTAINERS: Remove references to cccp. Change C9X reference to
13086	C99.  Alphabetise "Write After Approval" list.
13087
130882000-11-12  Mark Mitchell  <mark@codesourcery.com>
13089
13090	* configure: Turn on libstdc++ V3 by default.
13091
13092	* ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
13093	if we've got GCC.
13094
130952000-11-11  Philip Blundell  <philb@gnu.org>
13096
13097	* MAINTAINERS: Add self to Write After Approval list.
13098
130992000-11-09  David Edelsohn  <edelsohn@gnu.org>
13100
13101	* ltcf-c.sh (aix4): Improve shared library configuration; require
13102	exporting symbols.
13103	* ltcf-cxx.sh (aix4): Define.
13104	* ltconfig (aix4): Define library and soname specs appropriate for
13105	AIX.  Define command to create export symbols list.
13106
13107Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
13108
13109	* config.sub: Add support for Sun Chorus
13110
131112000-10-31  Nick Clifton  <nickc@redhat.com>
13112
13113	* MAINTAINERS: Rename <name>@cygnus.com addresses to
13114	<name>@redhat.com.  Also installed new email address for Clint
13115	Popetz.
13116
131172000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
13118
13119	* etc: Remove directory from GCC.
13120
131212000-10-16  Michael Meissner  <meissner@redhat.com>
13122
13123	* configure (gcc/configargs.h): Only create if there is a build GCC
13124	directory created.
13125
131262000-10-16  Matthias Klose  <doko@debian.org>
13127
13128	* config.if: Search libstdc++-v3/configure.in for INTERFACE,
13129	when configured for libstdc++-v3.
13130
131312000-10-05  Phil Edwards  <pme@gcc.gnu.org>
13132
13133	* configure: Save configure arguments to gcc/configargs.h.
13134
131352000-10-04  Philipp Thomas  <pthomas@suse.de>
13136
13137	* config.guess: Import CVS version 1.157.
13138	* config.sub: Import CVS version 1.181.
13139
131402000-10-04  Andris Pavenis  <pavenis@latnet.lv>
13141
13142	* Makefile.in (bootstrap): avoid recursion if subdir missing
13143	(cross): ditto
13144	(do-proto-toplev): ditto
13145
131462000-09-30  Alexandre Oliva  <aoliva@redhat.com>
13147
13148	* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13149	ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13150
13151	* ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13152	multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
13153	all affected `configure' scripts.
13154
13155Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
13156
13157	* MAINTAINERS: Add self as cpplib co-maintainer.
13158
131592000-09-24  Aldy Hernandez  <aldyh@redhat.com>
13160
13161	* MAINTAINERS: Add self to Write After Approval list.
13162
131632000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13164
13165	* INSTALL/README: egcs -> GCC update.
13166
13167Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
13168
13169	* MAINTAINERS: Add myself to Write After Approval list.
13170
131712000-09-15  Kazu Hirata  <kazu@hxi.com>
13172
13173	* MAINTAINERS: Add myself to Write After Approval list.
13174
13175Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
13176
13177	* configure.in: Do not build byacc for hppa64.  Provide paths to the
13178	X11 libraries for hppa64.
13179
131802000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13181
13182	* MAINTAINERS: Add myself as 68hc11 port maintainer.
13183
131842000-09-06  Alexandre Oliva  <aoliva@redhat.com>
13185
13186	* Makefile.in (all-zlib): Added dummy target.
13187
13188	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13189	ltcf-gcj.sh: Updated from libtool multi-language branch.
13190
131912000-09-05  Alexandre Oliva  <aoliva@redhat.com>
13192
13193	* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13194	(bootstrap*): Depend on all-bootstrap.
13195
131962000-09-05  Philipp Thomas  <pthomas@suse.de>
13197
13198	* config.guess: Import CVS version 1.156.
13199	* config.sub: Import CVS version 1.179.
13200
132012000-09-02  Anthony Green  <green@cygnus.com>
13202
13203	* Makefile.in (all-gcc): Depend on all-zlib.
13204	(CLEAN_MODULES): Add clean-zlib.
13205	(ALL_MODULES): Add all-zlib.
13206	* configure.in (host_libs): Add zlib.
13207
132082000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
13209
13210	* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13211	crosses, but add gcc/include to the header search path for them.
13212
132132000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
13214
13215	* MAINTAINERS: Add self to Write After Approval list.
13216
132172000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13218
13219	* config.guess: Import CVS version 1.152.
13220	* config.sub: Import CVS version 1.177.
13221
132222000-08-25  Alexandre Oliva  <aoliva@redhat.com>
13223
13224	* configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13225	$targargs to tell whether newlib is going to be built.
13226
13227	* configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13228	$$r/TARGET_SUBDIR/libio for _G_config.h.
13229
132302000-08-23  Alexandre Oliva  <aoliva@redhat.com>
13231
13232	* MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13233
132342000-08-22  DJ Delorie  <dj@redhat.com>
13235
13236	* MAINTAINERS: Add self as a build machinery (*.in) maintainer
13237
132382000-08-22  Alexandre Oliva  <aoliva@redhat.com>
13239
13240	* config-ml.in (CC, CXX): Avoid trailing whitespace.
13241	(LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13242	sub-configures.
13243
132442000-08-21  DJ Delorie  <dj@redhat.com>
13245
13246	* MAINTAINERS: Add self as a libiberty maintainer
13247
132482000-08-16  Alexandre Oliva  <aoliva@redhat.com>
13249
13250	* configure.in (libstdcxx_flags): Use
13251	libstdc++-v3/src/libstdc++.INC.
13252
132532000-08-15  Alexandre Oliva  <aoliva@redhat.com>
13254
13255	* configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13256
132572000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
13258
13259	* configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13260
13261	* configure: Make enable_threads and enable_shared defaults
13262	explicit.  Substitute enable_threads into generated Makefiles.
13263	* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13264	* libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13265
132662000-08-13  Geoff Keating  <geoffk@cygnus.com>
13267
13268	* Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13269
132702000-08-12  Alexandre Oliva  <aoliva@redhat.com>
13271
13272	* config-ml.in (CC): Remove bogus duplicate quotation mark from
13273	previous delta.
13274
132752000-08-11  Jason Merrill  <jason@redhat.com>
13276
13277	* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13278	CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13279	(FLAGS_FOR_TARGET): Not here.
13280	(CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13281
132822000-08-11  Alexandre Oliva  <aoliva@redhat.com>
13283
13284	* config-ml.in (CC, CXX): Don't introduce a leading space.
13285
132862000-08-07  DJ Delorie  <dj@delorie.com>
13287
13288	* MAINTAINERS: Add self as a DJGPP maintainer
13289
132902000-08-07  DJ Delorie  <dj@redhat.com>
13291
13292	* configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13293	"if we're also building gcc, and it's a gcc that will run on the
13294	build machine, we want to use its includes instead of the system's
13295	default includes".
13296
132972000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13298
13299	* MAINTAINERS: Add self to Write After Approval list.
13300
133012000-08-03  Alexandre Oliva  <aoliva@redhat.com>
13302
13303	* configure.in (libstdcxx_flags): Don't use `"'.
13304
13305	* config-ml.in: Adjust multilib search paths to the
13306	appropriate multilib tree.
13307
133082000-08-02  Alexandre Oliva  <aoliva@redhat.com>
13309
13310	* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13311	commas in $LANGUAGES.
13312
133132000-08-02  Manfred Hollstein  <manfredh@redhat.com>
13314
13315	* configure.in: Re-enable all references to libg++ and librx.
13316
133172000-08-01  Alexandre Oliva  <aoliva@redhat.com>
13318
13319	* ltconfig, ltmain.sh: Update from libtool multi-language branch.
13320	* ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
13321	(ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13322	* ltcf-cxx.sh (need_lc): Set based on postdeps.
13323
13324	* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13325
133262000-07-31  Alexandre Oliva  <aoliva@redhat.com>
13327
13328	* configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13329	CXX_FOR_TARGET for sed.
13330
133312000-07-30  Alexandre Oliva  <aoliva@redhat.com>
13332
13333	* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13334	Do not override if already set in the environment or in configure.
13335	Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13336	(FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13337
133382000-07-28  Alexandre Oliva  <aoliva@redhat.com>
13339
13340	* libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13341	the libtool CVS tree multi-language branch.
13342	* ltconfig, ltmain.sh: Updated.
13343
133442000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13345
13346	* Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13347	(clean-target): Depend on it.
13348
13349	* Makefile.in (FLAGS_FOR_TARGET): New macro.
13350	(GCC_FOR_TARGET): Use it.
13351	(CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13352	* configure.in: ... here.
13353	(FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
13354	(libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13355
133562000-07-24  Eric Christopher  <echristo@cygnus.com>
13357
13358	* MAINTAINERS: Add self to Write After Approval list.
13359
133602000-07-24  Alexandre Oliva  <aoliva@redhat.com>
13361
13362	* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13363	(configure-target-libchill, configure-target-libobjc): Likewise.
13364
13365	* configure.in: Use the same cache file for all target libs.
13366	* config-ml.in: But different cache files per multilib variant.
13367
133682000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13369
13370	* configure (topsrcdir): Don't use dirname.
13371
133722000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
13373
13374	* MAINTAINERS: Add self to Write After Approval list.
13375
133762000-07-20  Jason Merrill  <jason@redhat.com>
13377
13378	* configure.in: Remove all references to libg++ and librx.
13379
13380	* configure, configure.in, Makefile.in: Unify gcc and binutils.
13381
133822000-07-20  Hans-Peter Nilsson  <hp@axis.com>
13383
13384	* config.sub: Update to subversions version 2000-07-06.
13385
133862000-07-12  Andrew Haley  <aph@cygnus.com>
13387
13388	* configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13389	(target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13390
133912000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
13392
13393	* symlink-tree:  Check number of arguments.
13394
133952000-07-05  Jim Wilson  <wilson@cygnus.com>
13396
13397	* Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13398	search path for a g++ extracted from the build tree.  This
13399	will allow link tests run by configure scripts in
13400	subdirectories to succeed.
13401
134022000-07-01  Koundinya K  <kk@ddeorg.soft.net>
13403
13404	* ltconfig: Add support for mips-dde-sysv4.2MP
13405
134062000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13407
13408	* MAINTAINERS: Add myself as loop discovery maintainer.
13409
134102000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
13411
13412	* ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13413	`os2'. Force ac_cv_exeext to be ".exe" in that case.
13414
134152000-06-19  Timothy Wall  <twall@cygnus.com>
13416
13417	* configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13418	* config.sub: Add tic54x target.
13419
13420Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13421
13422	* MAINTAINERS: Add self as Fortran maintainer,
13423	remove Craig Burley.
13424
13425Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13426
13427	* config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13428	* config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13429
13430Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
13431
13432	* MAINTAINERS: Add self as i18n maintainer
13433
1343420000-05-21  H.J. Lu  (hjl@gnu.org)
13435
13436	* Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13437	directory are used if they exist. Make sure
13438	$(build_tooldir)/include is searched for header files,
13439	$(build_tooldir)/lib/ for library files.
13440	(GCC_FOR_TARGET): Likewise.
13441	(CXX_FOR_TARGET): Likewise.
13442
13443Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
13444
13445	* configure.in (hppa*64*-*-*): Do build ld for this configuration.
13446
13447Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
13448
13449	* Makefile.in (configure-target-libiberty): Depend on
13450	configure-target-newlib.
13451
134522000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
13453
13454	* configure.in, Makefile.in: Merge all libffi-related
13455	configury stuff from the libgcj tree.
13456
13457Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13458
13459	Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13460	* Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13461
13462Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13463
13464	Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13465	* Makefile.in (do-djunpack): New target. Update djunpack.bat with
13466	current version information.  Add to proto-toplev directory.
13467	(gdb-taz): Build do-djunpack.
13468
134692000-05-15  David Edelsohn  <edelsohn@gnu.org>
13470
13471	* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13472
13473Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13474
13475	* MAINTAINERS: Add self to Write After Approval list.
13476
134772000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13478
13479	* ltmain.sh: Preserve in relink_command any environment
13480	variables that may affect the linker behavior.
13481
13482Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
13483
13484	* config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13485
13486Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
13487
13488	* configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13489
134902000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13491
13492	* djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13493	with the version name.
13494
13495Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
13496
13497	* MAINTAINERS: Add self as bb-reorder maintainer.
13498
134992000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
13500
13501	* config.if: Tweak.
13502
135032000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
13504
13505	* djunpack.bat: New file.
13506
13507Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13508
13509	* Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13510	gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13511	dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13512	insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13513
135142000-04-16  Dave Pitts  <dpitts@cozx.com>
13515
13516	* config.sub (case $basic_machine): Change default for "ibm-*"
13517	to "openedition".
13518
135192000-04-13  Andreas Jaeger  <aj@suse.de>
13520
13521	* MAINTAINERS: Added myself.
13522
13523Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13524
13525	* Makefile.in (gdb-taz): New target.  GDB specific archive.
13526	(do-md5sum): New target.
13527	(MD5PROG): Define.
13528	(PACKAGE): Default to TOOL.
13529	(VER): Default to a shell script.
13530	(taz): Rewrite target.  Move real work to do-proto-toplev.  Include
13531	md5 checksum generation.
13532	(do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13533	(do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13534	(gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13535	insight.tar.bz2): Use gdb-taz to create archive.
13536
13537Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13538
13539	* configure (warn_cflags): Delete.
13540
13541Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
13542
13543	* MAINTAINERS: Added myself.
13544
135452000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
13546	    Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
13547
13548	* configure.in (enable_libstdcxx_v3): Add.
13549	(target_libs): Add bits here to switch between libstdc++-v2 and
13550	libstdc++-v3.
13551	* config.if: And this file too.
13552	* Makefile.in: Add libstdc++-v3 targets.
13553
135542000-04-05  Michael Meissner  <meissner@redhat.com>
13555
13556	* config.sub (d30v): Add d30v as a basic machine type.
13557
135582000-03-29  Jason Merrill  <jason@casey.cygnus.com>
13559
13560	* configure.in: -linux-gnu*, not -linux-gnu.
13561
13562Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13563
13564	* MAINTAINERS: Add self in write-after-approval section.
13565
13566Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
13567
13568	* MAINTAINERS: Add self as ia64 port maintainer.
13569
135702000-03-08  Neil Booth  <NeilB@earthling.net>
13571
13572	* MAINTAINERS: Add self in write-after-approval section.
13573
13574Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13575
13576	* Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13577	(do-tar-bz2): Replace TOOL with PACKAGE.
13578	(gdb.tar.bz2): Remove GDBTK from GDB package.
13579	(gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13580	dejagnu.tar.bz2): New packages.
13581
135822000-02-27  Andreas Jaeger  <aj@suse.de>
13583
13584	* configure.in: Add entry for mips*-*-linux*, move catch all
13585	*-*-*linux* entry below this one.
13586
135872000-02-27  Ian Lance Taylor  <ian@zembu.com>
13588
13589	* ltconfig, ltmain.sh: Update to libtool 1.3.4.
13590
135912000-02-24  Nick Clifton  <nickc@cygnus.com>
13592
13593	* config.sub: Support an OS of "wince".
13594
13595Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13596
13597	* config.guess, config.sub: Updated to match config's 2000-02-15
13598	version.
13599
136002000-02-23  Linas Vepstas  <linas@linas.org>
13601
13602	* config.sub: Add support for Linux/IBM 370.
13603	* configure.in: Likewise.
13604
136052000-02-22  Nick Clifton  <nickc@cygnus.com>
13606
13607	* configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13608
136092000-02-20  Christopher Faylor  <cgf@cygnus.com>
13610
13611	* config.guess: Guess "cygwin" rather than "cygwin32".
13612
136132000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13614
13615	* configure (gcc_version): When setting, narrow search to
13616	lines containing `version_string'.
13617
136182000-02-15  Denis Chertykov  <denisc@overta.ru>
13619
13620	* config.sub: Add support for avr target.
13621
136222000-02-14  Nick Clifton  <nickc@cygnus.com>
13623
13624	* MAINTAINERS: Add maintainers for MCore port.
13625
13626Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13627
13628	* config.sub: Add mmix-knuth-mmixware.
13629
136302000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13631
13632	* MAINTAINERS: Pair cccp with cpplib maintainership.
13633
136342000-01-27  Christopher Faylor  <cgf@redhat.com>
13635
13636	* Makefile.in (CC_FOR_TARGET): Add new winsup directory
13637	structure stuff to -L library search.
13638	(CXX_FOR_TARGET): Ditto.
13639	(CROSS_CHECK_MODULES): Fix spelling mistake.
13640
136412000-01-24  Mark Mitchell  <mark@codesourcery.com>
13642
13643	* Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13644	the C++ compiler.
13645
136462000-01-12  Richard Henderson  <rth@cygnus.com>
13647
13648	* configure.in: Don't build some bits for beos.
13649
136502000-01-12  Joel Sherrill (joel@OARcorp.com)
13651
13652	* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13653	as include files.
13654
136552000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
13656
13657	* Add self as cpplib maintainer, as requested by Jason
13658	Merrill.  Correct my e-mail address.
13659
136602000-01-06  Geoff Keating  <geoffk@cygnus.com>
13661
13662	* configure.in: Use mt-aix43 to handle *_TARGET defs,
13663	not mh-aix43.
13664
13665Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
13666
13667	* MAINTAINERS: Add myself to "write after approval" list.
13668
136691999-12-14  Richard Henderson  <rth@cygnus.com>
13670
13671	* config.guess (alpha-osf, alpha-linux): Detect ev67.
13672	* config.sub: Accept alphaev[78], alphaev8.
13673
136741999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13675
13676	* config.guess, config.sub: Update from autoconf.
13677
136781999-11-29  Bruce Korb  <autogen@linuxbox.com>
13679
13680	* MAINTAINERS:  update my playtime e-address.
13681
13682Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13683
13684	* config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13685	necessary libraries are missing.
13686
13687Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
13688
13689	* MAINTAINERS: Add new 'write after approval' maintainer.
13690
13691Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13692
13693	* MAINTAINERS: Add new Java maintainer.
13694
136951999-10-25  Andreas Schwab  <schwab@suse.de>
13696
13697	* configure: Fix quoting inside arguments of eval.
13698
136991999-10-21  Nick Clifton  <nickc@cygnus.com>
13700
13701	* config-ml.in: Allow suppression of some ARM multilibs.
13702
13703Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
13704
13705	* config.guess: Add OS/390 match pattern.
13706	* config.sub: Add mvs, openedition targets.
13707	* configure.in (i370-ibm-opened*): New.
13708
137091999-09-04  Steve Chamberlain  <sac@pobox.com>
13710
13711	* config.sub: Add support for configuring for pj.
13712
137131999-08-31  Nick Clifton  <nickc@cygnus.com>
13714
13715	* config.sub (maybe_os): Add support for configuring for fr30.
13716
137171999-08-25  Nick Clifton  <nickc@cygnus.com>
13718
13719	* configure.in: Do not configure or build ld for AIX
13720	platforms.  ld is known to be broken on these platforms.
13721
13722Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13723
13724	* config-ml.in: Pass compiler flag corresponding to multidirs to
13725	subdir configures.
13726
137271999-08-09  Ian Lance Taylor  <ian@zembu.com>
13728
13729	* Makefile.in (LDFLAGS): Define.
13730
137311999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
13732
13733	* configure.in (i[3456]-*-mingw32*): Don't put gprof in
13734	noconfigdirs.
13735	(*-*-cygwin*): Likewise.
13736
137371999-08-08  Ian Lance Taylor  <ian@zembu.com>
13738
13739	* mkdep: New file.
13740	* Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13741	(BINUTILS_SUPPORT_DIRS): Add mkdep.
13742
13743	From Eli Zaretskii <eliz@is.elta.co.il>:
13744	* configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13745	long file name when using DJGPP on MS-DOS.
13746
13747Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
13748
13749	* config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13750
137511999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
13752
13753	* Makefile.in (check-target-libio): Remove all-target-libstdc++
13754	dependency as this causes "make check" to globally "make all"
13755
13756Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
13757
13758	* configure.in (target_libs): Added target-zlib.
13759	* Makefile.in (ALL_TARGET_MODULES): Added zlib.
13760	(CONFIGURE_TARGET_MODULES): Likewise.
13761	(CHECK_TARGET_MODULES): Likewise.
13762	(INSTALL_TARGET_MODULES): Likewise.
13763	(CLEAN_TARGET_MODULES): Likewise.
13764	(configure-target-zlib): New target.
13765	(all-target-zlib): Likewise.
13766	(all-target-libjava): Depend on all-target-zlib.
13767	(configure-target-libjava): Depend on configure-target-zlib.
13768
13769	* Makefile.in (configure-target-libjava): Depend on
13770	configure-target-newlib.
13771	(configure-target-boehm-gc): New target.
13772	(configure-target-qthreads): New target.
13773
13774	* configure.in (target_libs): Added target-qthreads.
13775	* Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13776	(CONFIGURE_TARGET_MODULES): Likewise.
13777	(CHECK_TARGET_MODULES): Likewise.
13778	(INSTALL_TARGET_MODULES): Likewise.
13779	(CLEAN_TARGET_MODULES): Likewise.
13780	(all-target-qthreads): New target.
13781	(configure-target-libjava): Depend on configure-target-qthreads.
13782	(all-target-libjava): Depend on all-target-qthreads.
13783
13784	* Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13785	(CONFIGURE_TARGET_MODULES): Likewise.
13786	(CHECK_TARGET_MODULES): Likewise.
13787	(INSTALL_TARGET_MODULES): Likewise.
13788	(CLEAN_TARGET_MODULES): Likewise.
13789	(all-target-libjava): New target.
13790	(all-target-boehm-gc): Likewise.
13791	* configure.in (target_libs): Added libjava, boehm-gc.
13792
137931999-07-22  Ian Lance Taylor  <ian@zembu.com>
13794
13795	* Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13796	configure.bat in SUPPORT_FILES.
13797	(gas+binutils.tar.bz2): Likewise.
13798
13799	* makeall.bat: Remove; obsolete.
13800
138011999-07-21  Ian Lance Taylor  <ian@zembu.com>
13802
13803	From Mark Elbrecht:
13804	* configure.bat: Remove; obsolete.
13805
138061999-07-11  Ian Lance Taylor  <ian@zembu.com>
13807
13808	* configure: Add -W -Wall to the default CFLAGS when compiling with
13809	gcc.
13810
13811Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
13812
13813	* configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13814
138151999-06-30  Mark Mitchell  <mark@codesourcery.com>
13816
13817	* configure.in: Build ld on IRIX6.
13818
138191999-06-12  Ian Lance Taylor  <ian@zembu.com>
13820
13821	* Makefile.in: Change distribution targets to use bzip2 instead of
13822	gzip.
13823	(TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13824	(taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13825
138261999-06-04  Nick Clifton  <nickc@cygnus.com>
13827
13828	* config.sub: Add mcore target.
13829
13830Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
13831
13832	* config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13833
13834Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
13835
13836	* config.guess (dummy): Changed to $dummy.
13837
138381999-05-24  Nick Clifton  <nickc@cygnus.com>
13839
13840	* config.sub: Tidied up case statements.
13841
138421999-05-22  Ben Elliston  <bje@cygnus.com>
13843
13844	* config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13845	<jiro@din.or.jp>.
13846
13847	* config.guess: Merge with FSF version. Future changes will be
13848	more accurately recorded in this ChangeLog.
13849	* config.sub: Likewise.
13850
13851Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
13852
13853	 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13854
138551999-04-30  Tom Tromey  <tromey@cygnus.com>
13856
13857	* ltmain.sh: [mode link] Always use CC given by ltconfig.
13858
138591999-04-23  Tom Tromey  <tromey@cygnus.com>
13860
13861	* ltconfig, ltmain.sh: Update to libtool 1.2f.
13862
138631999-04-20  Drew Moseley  <dmoseley@cygnus.com>
13864
13865	* configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13866	(noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13867	Bad merge removed these two changes.
13868
13869Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
13870			  Martin Heller (Ing.-Buero_Heller@t-online.de)
13871
13872	* config.guess (interix Alpha): Add.
13873
138741999-04-11  Richard Henderson  <rth@cygnus.com>
13875
13876	* configure.in (i?86-*-beos*): Do config gperf; don't config
13877	gdb, newlib, or libgloss.
13878
13879Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
13880
13881	* config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13882	link a trivial program with -mabi=64.  If it fails, remove mabi=64
13883	from multidirs.
13884
13885Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
13886
13887	* config.sub: Set basic_machine to i586 when target_alias = k6-*.
13888
138891999-04-08  Nick Clifton  <nickc@cygnus.com>
13890
13891	* config.sub: Add support for mcore targets.
13892
138931999-04-07  Michael Meissner  <meissner@cygnus.com>
13894
13895	* configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13896	not mt-ospace, in order to shut up assembler warning about using
13897	symbols that are named the same as registers.
13898
138991999-04-07  Drew Moseley  <dmoseley@cygnus.com>
13900
13901	* Makefile.in (all-target-cygmon): Added all-target-bsp to the
13902	dependency list for all-target-cygmon.
13903
139041999-04-05  Doug Evans  <devans@casey.cygnus.com>
13905
13906	* config-ml.in: Check $host, not $target, for selective multilibs.
13907	(arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13908	thumb interworking, and underscore prefix multilibs.
13909
139101999-04-04  Ian Lance Taylor  <ian@zembu.com>
13911
13912	* missing: Update to version from current automake.
13913
13914Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
13915
13916	* configure (gxx_include_dir): Removed.
13917
13918	* configure.in (gxx_include_dir): Handle it.
13919	* Makefile.in: Likewise.
13920
139211999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
13922
13923	* config.sub (mips64vr4111,mips64vr4111el) Add.
13924
139251999-03-21  Ben Elliston  <bje@cygnus.com>
13926
13927	* config.guess: Correct typo for detecting ELF on FreeBSD.
13928
13929Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
13930
13931	* configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13932	config/mh-djgpp.
13933
13934Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
13935
13936	* Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13937	all-target-newlib to dependency list for all-target-bsp.
13938
13939Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13940
13941	* config.sub: Add i386-uwin support.
13942	* config.guess: Likewise.
13943
13944Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13945
13946	* configure.in: cleanup, add mh-*pic handling for arm, special
13947	case powerpc*-*-aix*
13948
13949Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
13950
13951	* configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13952	can be built.
13953
13954Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
13955
13956	* configure.in: Added bsp support to arm-*-coff and arm-*-elf
13957	targets.
13958
139591999-03-02  Nick Clifton  <nickc@cygnus.com>
13960
13961	* config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13962
13963Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
13964
13965	* config.sub: Check for "cygwin*" rather than "cygwin32*"
13966
139671999-02-24  Nick Clifton  <nickc@cygnus.com>
13968
13969	* config.sub: Fix typo in arm recognition.
13970
13971Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
13972
13973	* configure.in (noconfigdirs): Changed target_configdirs to
13974	include target-bsp only for m68k-*-elf* and m68k-*-coff*
13975	rather than m68k-*-* since it is not known to work on
13976	m68k-aout. Ditto for arm-*-*oabi.
13977
13978Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
13979
13980	* configure.in (*-*-windows*): Remove, no longer used.
13981
139821999-02-19  Ben Elliston <bje@cygnus.com>
13983
13984	* config.guess: Automatically recognise ELF on FreeBSD. From Niall
13985	Smart and improved by Andrew Cagney.
13986
13987Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
13988
13989	* config.guess: Recognize openbsd-*-hppa.
13990
13991Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
13992
13993	* Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13994	only if it is not empty.
13995
139961999-02-17  Nick Clifton  <nickc@cygnus.com>
13997
13998	Patch from: Scott Bambrough <scottb@corelcomputer.com>
13999
14000	* config.guess: Modified to recognize uname's armv* syntax.
14001
14002	* config.sub: Modified to recognize uname's armv* syntax.
14003
140041999-02-17  Mark Salter  <msalter@cygnus.com>
14005
14006	* configure.in: Added target-bsp for sparclite.
14007
14008Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
14009
14010	* config.sub: Recognize alphapca5[67] and up to alphaev8.
14011
140121999-02-08  Nick Clifton  <nickc@cygnus.com>
14013
14014	* configure.in: Add support for strongarm port.
14015	* config.sub: Add support for strongarm target.
14016
14017Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14018
14019	* configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
14020	the old name config/mh-cygwin32.
14021	Enable texinfo.
14022
14023Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
14024
14025	* configure.in: Do build ld for ix86 Solaris.
14026
14027Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
14028
14029	* Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
14030	$AR_FOR_TARGET.  Likewise for RANLIB.
14031
14032Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
14033
14034	* config.sub (oabi):  Recognize.
14035	* configure.in (arm-*-oabi):  Handle.
14036
14037Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
14038
14039	* config.guess: Improve detection of i686 on UnixWare 7.
14040
14041Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14042
14043	* config.guess: Add support for i386-pc-interix.
14044	* config.sub: Likewise.
14045	* configure.in: Likewise.
14046
14047Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
14048
14049	* Makefile.in: Remove unneeded all-target-libio from
14050	from all-target-winsup target since it is now unneeded.
14051	Add all-target-libtermcap in its place since it is now
14052	needed.
14053
14054Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
14055
14056	* configure.in: makefile stub for cygwin target is probably
14057	unnecessary.  Remove it for now.
14058
14059Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
14060
14061	* configure.in: libtermcap.a should be built when cygwin is the
14062	target as well as the host.
14063	* config.guess: Allow mixed case in cygwin uname output.
14064	* Makefile.in: Add libtermcap target.
14065
14066Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
14067
14068	* config.sub: Clean up handling of hppa2.0.
14069
14070Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
14071
14072	* config.guess: Use C code to identify more HP machines.
14073
14074Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
14075
14076	* config.sub: Handle hppa2.0.
14077
14078Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
14079
14080	* configure.in: Add cygmon for x86-coff and x86-elf. Configure
14081	cygmon for all sparclite targets, regardless of object format.
14082
140831998-12-15  Mark Salter  <msalter@cygnus.com>
14084
14085	* configure.in: Added target-bsp for several target architectures.
14086
14087	* Makefile.in: Added rules for bsp.
14088
14089Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
14090
14091	* config.guess: Improve detection of hppa2.0 processors.
14092
14093Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
14094
14095	* config.guess: Recognize FreeBSD using ELF automatically.
14096
140971998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
14098
14099	* configure (skip-this-dir): Add handling for new shell script, which
14100	might be created by a sub-directory's configure to indicate, this particular
14101	directory is "unwanted".
14102	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
14103
14104Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
14105
14106	* ltconfig: import from libtool, after changing libtool to
14107	account for the cygwin name change.
14108
14109Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
14110
14111	* Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14112	include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14113
14114Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
14115
14116	* configure.in: Add libtermcap to list of cygwin dependencies.
14117
14118Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
14119
14120	* Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14121	they include winsup/include when it's a cygwin target.
14122
141231998-11-12  Tom Tromey  <tromey@cygnus.com>
14124
14125	* configure.in (host_tools): Added zip.
14126	* Makefile.in (all-target-libjava): Depend on all-zip.
14127	(all-zip): New target.
14128	(ALL_MODULES): Added all-zip.
14129	(NATIVE_CHECK_MODULES): Added check-zip.
14130	(INSTALL_MODULES): Added install-zip.
14131	(CLEAN_MODULES): Added clean-zip.
14132
14133Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
14134
14135	* Makefile.in: lose "32" from comment about cygwin.
14136
14137Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
14138
14139	* configure.in: Use -Os to build target libraries for the fr30.
14140
14141Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
14142
14143	* config.sub: Add fr30.
14144
14145Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
14146
14147	* configure.in: drop "32" from config/mh-cygwin32.  Check
14148	cygwin* instead of cygwin32*.
14149	* config.sub: Check cygwin* instead of cygwin32*.
14150
14151Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
14152
14153	* config.guess: Match any version of Unixware7.
14154
141551998-10-20  Syd Polk  <spolk@cygnus.com>
14156
14157	* Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14158	if desired.
14159
14160Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
14161
14162	* config.if (cxx_interface, libstdcxx_interface): Do not try to set
14163	these if the appropriate directories and files to not exist.
14164
14165Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
14166
14167	* Makefile.in (DEVO_SUPPORT): Add config.if.
14168
14169Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14170
14171	* configure: Add pattern to replace "build_tooldir"'s
14172	definition in the generated Makefile with "tooldir"'s
14173	actual value.
14174
14175Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
14176
14177	* config.sub: Bring back lost sparcv9.
14178
14179	* Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14180
14181Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
14182
14183	* Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14184	CC_FOR_TARGET and friends.
14185
14186Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
14187
14188	* Makefile.in (build_tooldir): New variable, same as tooldir.
14189	(CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14190	-B$(build_tooldir)/bin/.
14191	(BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14192
14193Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14194
14195	* README: Remove installation instructions and refer to the
14196	INSTALL directory instead.
14197
14198Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
14199
14200	* config.sub: Add support for i[34567]86-pc-udk.
14201	* configure.in: Likewise.
14202
14203Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
14204
14205	* Makefile.in: add bzip2 package building bits for user
14206	tools module
14207	* configure.in: ditto
14208
14209Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
14210
14211	* Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14212	(ALL_TARGET_MODULES): Add all-target-libobjc.
14213	(CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14214	(INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14215	(all-target-libchill): Add dependencies.
14216	* configure.in (target_libs): Add libchill.
14217
142181998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
14219
14220	* configure.in (target_subdir): Remove duplicate line.
14221
14222Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
14223
14224	* Makefile.in (all-automake): fix dependencies.
14225
14226Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
14227
14228	* configure.in: Minor cleanups for building in the $(target_alias)
14229	subdir.
14230
142311998-09-22  Jim Wilson  <wilson@cygnus.com>
14232
14233	* Makefile.in (bootstrap): Set r and s before make all.  Use
14234	BASE_FLAGS_TO_PASS in make all.
14235	(cross): Likewise.
14236
142371998-09-20  Mark Mitchell  <mark@markmitchell.com>
14238
14239	* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14240
14241Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
14242
14243	* config.sub: Fix typo in last change.
14244
142451998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14246
14247	* config.sub: Add support for C4x target.
14248	* configure.in: Likewise.
14249
142501998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
14251
14252	* config.sub: Recognize sparcv9 just like sparc64.
14253
14254Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
14255
14256	* config.guess: Match "Pent II" or "PentII" for OpenServer.
14257
14258Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
14259
14260	* config.guess: Correctly identify Pentium II sco boxes.
14261
14262	* config.guess: Fix "tr" code.  From Weiwen Liu.
14263
14264Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
14265
14266	* configure.in: Do not assume x86-svr4 or x86-unixware can handle
14267	stabs.
14268
14269Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
14270
14271	* Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14272	(ALL_TARGET_MODULES): Add all-target-libchill.
14273	(CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14274	(INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14275	(all-target-libchill): Add dependencies.
14276	* configure.in (target_libs): Add libchill.
14277
14278Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14279
14280	* config.guess: Avoid assumptions about "tr" behaves when
14281	LANG is set to something other than English.
14282
14283Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
14284
14285	* configure (gxx_include_dir): Changed to
14286	'${prefix}/include/g++'-${libstdcxx_interface}.
14287
14288	* config.if: New to determine the interfaces.
14289
14290Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
14291
14292	* config.guess: Detect and handle MPE/IX.
14293	* config.sub: Deal with MPE/IX.
14294
14295Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
14296
14297	* configure.in: Use mh-aix43.
14298
142991998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
14300
14301	* configure: Fix --without/--disable cases for gxx-include-dir.
14302
14303Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
14304
14305	* mdata-sh:  Imported.  Needed for automake support.
14306
14307Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
14308
14309	* Makefile.in (taz): Try "chmod -R og=u ." before
14310	"chmod og=u `find . -print`".
14311
14312Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
14313
14314	* configure.in: Add arm-elf and thumb-elf support.
14315
14316Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
14317
14318	* Makefile.in: Undo previous patch.
14319
14320Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
14321
14322	* Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14323	to here ...
14324	(install-no-fixedincludes): and here
14325	(INSTALL_MODULES): ... from here.
14326
14327Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14328
14329	* config.sub: Merge with FSF.
14330
14331	* config.guess: Merge with FSF.
14332
14333Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
14334
14335	* configure (extraconfigdirs): New variable.
14336	(SUBDIRS): Add extraconfigdirs and recurse on them too.
14337	* Makefile.in (all): Move higher in file.
14338	(EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14339	(EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14340	(ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14341	(CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14342	(INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14343
143441998-07-23  Brendan Kehoe  <brendan@cygnus.com>
14345
14346	* Makefile.in (all-target-libjava): Depend on all-gcc and
14347	all-target-newlib.
14348	(configure-target-libjava): Depend on $(ALL_GCC).
14349
14350Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
14351
14352	* config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14353	(*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14354
14355Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
14356
14357	* INSTALL/README: Fix typo.
14358
14359Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14360
14361	* ylwrap: Change absolute path checks to check for DOS style path
14362	names.
14363
14364	* ylwrap: Don't use a full path name if the source file is in the
14365	same directory.  From hjl@lucon.org (H.J. Lu).
14366
14367	* config-ml.in: Default to being verbose, to match Feb 18 change to
14368	configure.
14369
14370Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
14371
14372	Brought over from egcs:
14373
14374	Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14375
14376	* configure.in (target_subdir): Set to ${target_alias} instead
14377	of "libraries".
14378
14379	Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14380
14381	* configure.in (target_subdir): Set to libraries if enable_multilib.
14382
14383Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
14384
14385	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14386	multilibs, force reconfiguration the first time we create
14387	multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14388
14389Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
14390
14391	* configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14392	avoid confusion with --no-recursion.
14393
14394Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
14395
14396	* configure.in: Win32 hosts shouldn't use install -x
14397	* install-sh: remove -x option, and special .exe-handling
14398	hack.
14399
14400Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
14401
14402	* config.guess: Recognize i586-pc-beos.
14403	* configure.in: Don't build some bits for beos.
14404
14405Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14406
14407	* configure: If CC is set but CFLAGS is not, and CC is gcc, make
14408	CFLAGS default to -O2.
14409
14410	* ltmain.sh: Add some hacks to make SunOS --enable-shared work
14411	when using GNU ld.
14412
14413Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
14414
14415	* ltmain.sh: Correct install when using a different shell.
14416
14417Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14418
14419	* ltconfig, ltmain.sh: Update to libtool 1.2b.
14420
14421Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
14422
14423	* makefile.vms: Update to build binutils/makefile.vms.  Add install
14424	target.
14425
14426Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
14427
14428	* ltconfig: Update to correct AIX handling.
14429
14430Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14431
14432	* Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14433
14434	* configure.in (target_subdir): Set to ${target_alias} instead
14435	of "libraries".
14436
144371998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
14438
14439	* Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14440	(Makefile): Depend on $(gcc_version_trigger).
14441
14442	* configure (gcc_version): Change default initializer to empty
14443	string.
14444	(gcc_version_trigger): New variable; pass this variable down
14445	to subdir configures to enable them checking gcc's version
14446	themselves. Emit make macros for both gcc_version vars.
14447	(topsrcdir): Initialize reliably.
14448	(recursion line): Remove --with-gcc-version=${gcc_version}.
14449
144501998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14451
14452	* configure (enable_version_specific_runtime_libs): Implement new flag
14453	--enable-version-specific-runtime-libs which installs C++ runtime stuff
14454	in $(libsubdir); emit definition in each generated Makefile.
14455	(gxx_include_dir): Initialize depending on
14456	$enable_version_specific_runtime_libs.
14457
144581998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14459
14460	* configure (gcc_version): Initialize properly depending on
14461	how and where configure is started.
14462	(recursion line): Pass a --with-gcc-version=${gcc_version}
14463	to configures in subdirs.
14464
14465Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
14466
14467	* configure.in (noconfigdirs): Add configure pattern for mips tx39
14468	cygmon
14469
14470Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
14471
14472	* configure.in: Add cygmon and libstub support for mn10200.
14473
144741998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
14475
14476	* configure (gcc_version): Add new variable describing the
14477	particular gcc version we're building.
14478	* Makefile.in (libsubdir): Add new macro for the directory
14479	in which the compiler finds executables, libraries, etc.
14480	(BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14481	and libsubdir.
14482
14483Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14484
14485	* Makefile.in (local-clean): Remove *.log.
14486	(warning.log): Built with warn_summary from build.log.
14487	(mail-report.log): Run test_summary.
14488	(mail-report-with-warnings.log): Run test_summary including
14489	warning.log in the report.
14490
14491Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
14492
14493	* config.guess: Detection of Pentium II for *-sco-3.2v5*.
14494
14495Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
14496
14497	* Makefile.in (grep): Grep no longer depends on libiberty.
14498
14499Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
14500
14501	* Makefile.in: all-snavigator needs all-libgui.
14502
14503Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
14504
14505	* configure.in: Add cygmon and libstub support for mn10300.
14506
14507Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
14508
14509	* missing: Update to version from automake 1.3.
14510
14511	* ltmain.sh: On installation, don't get confused if the same name
14512	appears more than once in the list of library names.
14513
14514Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14515
14516	* config.sub: Accept m68060 and m5200 as CPU names.
14517
14518Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
14519
14520	* configure: Use && rather than using -a in test, because odd
14521	strings can confuse test.
14522	* configure.in: Likewise.
14523
14524Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14525
14526	* ltconfig, ltmain.sh: Bring in Visual C++ support.
14527
14528Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14529
14530	* Makefile.in (boostrap2-lean, bootstrap3-lean,
14531	bootstrap4-lean): New targets.
14532
14533Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
14534
14535	* mpw-* Delete.  Not used.
14536
14537Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
14538
14539	* COPYING.LIB: Update FSF address.
14540
14541Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
14542
14543	* ltconfig, ltmain.sh: Update to libtool 1.2a.
14544
14545	* Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14546	GAS_SUPPORT_DIRS.
14547
14548Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
14549
14550	* ltconfig, ltmain.sh: Avoid producing a version number if
14551	-version-info was not used.
14552
14553Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14554
14555	* configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14556	building with newlib.
14557
145581998-04-30  Paul Eggert  <eggert@twinsun.com>
14559
14560	* Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14561	Solaris `make' causes it to continue to next definition.
14562
14563Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14564
14565	* Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14566	the right GUI libraries and files are installed along with GDB.
14567
14568Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14569
14570	* configure.in: Change alpha to alpha* in several places.
14571
14572Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
14573
14574	* config.sub: Recognize sparc86x.
14575
14576Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
14577
14578	* configure.in (--enable-target-optspace): Remove debug echo.
14579
14580Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
14581
14582	* configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14583
14584Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14585
14586	* ltconfig: Update cygwin32 support.
14587
14588	* Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14589	(BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14590	(GDB_SUPPORT_DIRS): Likewise.
14591
14592Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
14593
14594	* configure.in (target_makefile_frag): If --enable-target-optspace,
14595	use -Os to compile target libraries rather than -O2.  Default to
14596	using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14597	not used.
14598	* configure.in (target_cflags): Ditto for d30v.
14599
14600Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
14601
14602	* Makefile.in (all-bfd): Depend on all-intl.
14603	(all-binutils): Likewise.
14604	(all-gas): Likewise.
14605	(all-gprof): Likewise.
14606	(all-ld): Likewise.
14607
146081998-04-19  Brendan Kehoe  <brendan@cygnus.com>
14609
14610	* configure.in (host_tools): Fix typo, lbtool -> libtool.
14611
14612Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14613
14614	* Makefile.in (all-bfd): Depend upon all-libiberty.
14615
14616	* ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14617
14618Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
14619
14620	* Makefile.in: Add libstub.
14621
14622	* configure.in: Ditto. Build libstub for targets that have cygmon
14623	support.
14624
14625Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
14626
14627	* configure.in: Don't set PICFLAG on ix86-cygwin32.
14628
14629Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
14630
14631	* configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14632	use mh-sysv5 if specified.  Support gprof on SCO Open Server.
14633
14634Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
14635
14636	* configure: Define DEFAULT_M4 by searching PATH.
14637	* Makfile.in: Use DEFAULT_M4.
14638
14639Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14640
14641	* ltconfig: Add cygwin32 support.
14642
14643	* Makefile.in, configure.in: Add libtool as a native only directory
14644	to configure and build.
14645
14646Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
14647
14648	* Makefile.in (INSTALL_MODULES): Remove texinfo.
14649
14650Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
14651
14652	* Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14653
14654Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
14655
14656	* Makefile.in: add ash make rules
14657	* configure.in: add ash to native_only and host_tools lists
14658
14659Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
14660
14661	* Makefile.in (all-gettext, all-intl): New targets.
14662	(ALL_MODULES): Added all-gettext, all-intl.
14663	(CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14664	(INSTALL_MODULES): Added install-gettext, install-intl.
14665	(CLEAN_MODULES): Added clean-gettext, clean-intl.
14666
14667	* configure.in (host_tools): Added gettext.
14668	(native_only): Likewise.
14669	(noconfigdirs) [various cases]: Likewise.
14670	(host_libs): Added intl.
14671
14672Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
14673
14674	* configure: Do not disable building gdbtk for cygwin32 hosts.
14675
14676Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
14677
14678	* configure.in: Add thumb-coff target.
14679	* config.sub: Add thumb-coff target.
14680
14681Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14682
14683	* Makefile.in: Revert yesterday's change.
14684	(all-target-winsup):  all-target-librx stays out of here.
14685
14686Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14687
14688	* Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14689	CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14690	INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14691	Remove references to librx and libg++.
14692
14693Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
14694
14695	* Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14696	recursive makes
14697
14698Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
14699
14700	* Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14701	for newlib directory.
14702	(CXX_FOR_TARGET): Likewise.
14703
14704Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
14705
14706	* ltconfig: Update after libtool/ltconfig.in change for
14707	hpux11.
14708
14709Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
14710
14711	* ltconfig, ltmain.sh: Update to libtool 1.2.
14712
14713Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14714
14715	* Makefile.in (install-gcc): Don't specify LANGUAGES here.
14716	(install-gcc-cross): Instead, override LANGUAGES here.
14717
147181998-03-18  Dave Love  <d.love@dl.ac.uk>
14719
14720	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14721	non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14722
14723Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
14724
14725	* configure.in: Add Thumb-pe target.
14726
14727Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
14728
14729	* Makefile.in - changed sn targets to snavigator
14730	* configure.in - changed sn targets to snavigator
14731
14732Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14733
14734	* config-ml.in: After building symlink tree call make distclean
14735	if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14736	to be the case for libiberty.
14737
14738Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
14739
14740	* configure: When making link, also check the current
14741	directory. The configure scripts may create one.
14742
14743Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
14744
14745	* config.sub: Accept alphapca56 and alphaev6 properly.
14746
14747Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14748
14749	* configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14750
14751Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14752
14753	* config.sub (sco5): Fix typo.
14754
14755Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
14756
14757	* Makefile.in (INSTALL_MODULES): Move install-tcl before
14758	install-itcl.
14759	(install-itcl): Remove dependency on install-tcl.
14760
14761Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
14762
14763	* configure.in: Remove libgloss from noconfigdirs for MN10300.
14764
14765Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
14766
14767	* configure.in: Don't build libgui for a cygwin32 target when not on
14768	a cygwin32 host.
14769
14770Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14771
14772	* configure (redirect): Set to null, so default behavior of
14773	configure is now --verbose.
14774
147751998-02-16  Dave Love  <d.love@dl.ac.uk>
14776
14777	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14778	CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14779
14780Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
14781
14782	* Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14783	this change to sync Makefile.in with its ChangeLog entries.
14784
14785Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
14786
14787	* ltmain.sh (mkdir): Check that the directory doesn't exist
14788	before we exit with error, so that we don't get races during
14789	parallel builds.
14790
14791Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14792
14793	* ltconfig, ltmain.sh: Update from libtool 1.0i.
14794
14795Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14796
14797	* Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14798	PICFLAG_FOR_TARGET.
14799	(EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14800
14801	* configure: Emit a definition for the new macro enable_shared
14802	into each Makefile.
14803
14804Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14805
14806	* configure.in (host_tools, native_only): Add libtool.
14807
14808Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
14809
14810	* configure.in: add target-gperf to noconfigdirs for Cygwin32.
14811	Fix typo in ming config comment.
14812
14813Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14814
14815	* ltconfig, ltmain.sh: Update from libtool 1.0h.
14816
14817Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
14818
14819	* config.sub: Add tic30 cases, and map c30 to tic30.
14820
14821Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
14822
14823	* Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14824	(ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14825	(CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14826	(CLEAN_TARGET_MODULES): Similarly
14827	(all-target-libf2c): Add dependences.
14828	* configure.in (target_libs): Add libf2c.
14829
14830Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
14831
14832	* configure.in: Remove expect from noconfigdirs when target
14833	is cygwin32.  OK to build expect and dejagnu with Canadian
14834	Cross.
14835
14836Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
14837
14838	* configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14839	host.
14840
14841	* config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14842	and mingw32.
14843
14844Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14845
14846	* Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14847	here as it is not defined in the toplevel Makefile.
14848
14849Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14850
14851	* configure (package_makefile_rules_frag): New variable, which names
14852	a file with generic rules, ...
14853	Change comment to mention we now have FIVE parts.
14854	* configure: Undo last change.
14855
14856Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
14857
14858	* config.guess: More accurate determination of HP processor types.
14859	* config.sub: More accurate determination of HP processor types.
14860
14861Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14862
14863	* configure (package_makefile_frag): Move inserting the
14864	${package_makefile_frag} to where it should be according
14865	to the comment.
14866
14867Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
14868
14869	* config.guess: Add support for Linux/ARM.
14870
14871Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
14872
14873	* .cvsignore: Remove *-info and *-install since they match
14874	release-info and mpw-install, which we don't want to just ignore.
14875
14876Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
14877
14878	* configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14879
14880Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
14881
14882	* Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14883	local_prefix to sub-make invocations.
14884
14885Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
14886
14887	* configure.in: Check makefile fragments in the source
14888	directory.
14889
14890Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14891
14892	* configure.in: Check whether host and target makefile
14893	fragments exist before adding them to *_makefile_frag.
14894
14895Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
14896
14897	* configure.in (target_configdirs): Add cygmon for sparc64-elf.
14898
14899Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
14900
14901	* configure.in: Make sure we only replace RPATH_ENVVAR on
14902	lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14903	regexp to sed.
14904
14905	* Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14906	to sub-makes.
14907
149081998-01-13  Lee Iverson   (leei@ai.sri.com)
14909
14910	* config-ml.in (multi-do): LDFLAGS must include multilib
14911	designator.
14912
14913Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
14914
14915	* config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14916
14917Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
14918
14919	* config.sub: Add mingw32 support.
14920	* configure.in: Likewise.
14921
14922Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14923
14924	* configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14925
14926Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
14927
14928	* Makefile.in (INSTALL_TARGET): Do install-gcc first.
14929	* configure (gxx_include_dir): Provide a definition for subdirs
14930	which do not use autoconf.
14931
14932Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
14933
14934	* config.guess: Sync with egcs.  Picks up new alpha support,
14935	BeOS & some additional linux support.
14936
14937Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
14938
14939	* config.guess: HP 9000/803 is a PA1.1 machine.
14940
14941Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
14942
14943	* configure.in: It's alpha*-...
14944
14945Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14946
14947	* configure.in (host_makefile_frag, target_makefile_frag):
14948	Handle multiple config files.
14949	(alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14950	alpha-*-*.
14951
14952Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
14953
14954	* mkdep: New file.
14955
14956Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
14957
14958	* configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14959
14960Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14961
14962	* Makefile.in: Add libgui directory.
14963	(GDB_TK): Add all-libgui.
14964	* configure.in: Add libgui directory.
14965	* configure: Add all-libgui to GDB_TK.
14966
14967Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
14968
14969	* config-ml.in (multidirs): Add m32r to multilib list.
14970
14971Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
14972
14973	* Makefile.in (all-target-gperf): Change dependency to
14974	all-target-libstdc++.
14975
14976Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
14977
14978	* config.guess: Add BeOS support.
14979
14980Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14981
14982	Source directory cvs renamed to cvssrc:
14983	* configure.in (host_tools): Change cvs to cvssrc.
14984	(native_only): Likewise.
14985	(noconfigdirs) [various cases]: Likewise.
14986	* Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14987	(CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14988	(INSTALL_MODULES): Change install-cvs to install-cvssrc.
14989	(CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14990	(all-cvssrc): Rename target from all-cvs.
14991
14992Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
14993
14994	* configure (gxx_include_dir): Fix thinko.
14995
14996Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
14997
14998	* Makefile.in (INSTALL_TARGET_CROSS): Define.
14999	(install-cross, install-gcc-cross): New targets.
15000
15001Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
15002
15003	* configure.in (noconfigdirs): Add support for Thumb target.
15004
15005	* config.sub (maybe_os): Add support for Thumb target.
15006
15007Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
15008
15009	* Makefile.in: Add rules for cygmon.
15010
15011	* configure.in: Build cygmon for sparc-elf and sparclite-aout.
15012
15013Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
15014
15015	* Makefile.in (INSTALL_TARGET): Do install-gcc first.
15016	* configure (gxx_include_dir): Provide a definition for subdirs
15017	which do not use autoconf.
15018
15019Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
15020
15021	* Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
15022	11/18/97 build
15023
15024Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
15025
15026	* From Franz Sirl.
15027	* config.guess (powerpc*-*-linux): Handle glibc2 beta release
15028	found on RedHat Linux systems.
15029
15030Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
15031
15032	* config.guess (alpha stuff): Merge with FSF to avoid incorrect
15033	guesses.
15034
15035Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
15036
15037	* configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
15038
15039Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
15040
15041	* ltmain.sh: If mkdir fails, check whether the directory was created
15042	anyhow by some other process.
15043
15044Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
15045
15046	* configure.in (d30v-*-*): Configure all directories.
15047
15048Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
15049
15050	* configure.in (d30v-*-*): Configure newlib, libiberty directories
15051	for the D30V.
15052
15053Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
15054
15055	* configure.in (d30v-*-*): Configure target-libgloss on the D30V.
15056
15057Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
15058
15059	* include/libiberty.h: Add extern "C" { so it can be used with C++
15060	progrms.
15061	* include/remote-sim.h:  Add extern "C" { so it can be used with C++
15062	programs.
15063
15064Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
15065
15066	* configure.in (d30v-*-*): Configure GCC now.
15067
15068Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
15069
15070	* configure.in: Remove a "second pass" of tweaking noconfigdirs,
15071	is no longer needed.
15072
15073Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
15074
15075	* Makefile.in: check-target-libio depends on all-target-libstdc++.
15076
15077Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
15078
15079	* Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
15080	targets using "$@" to provide support for similar but not identical
15081	targets without having to duplicate code.
15082
15083Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
15084
15085	* makefile.vms: Fix to work with DEC C.
15086
15087Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
15088
15089	* config.sub: Add mips-tx39-elf to marketing names.
15090
15091Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
15092
15093	* ltmain.sh: Handle symlinks in generated script.
15094
15095Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
15096
15097	* configure: Handle autoconf style directory options: --bindir,
15098	--datadir, --includedir, --infodir, --libdir, --libexecdir,
15099	--mandir, --oldincludedir, --sbindir, --sharedstatedir,
15100	--sysconfdir.
15101	* Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
15102	(sharedstatedir, localstatedir, oldincludedir): New variables.
15103	(BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
15104	infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
15105	sbindir, sharedstatedir, and sysconfdir.
15106
15107Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
15108
15109	* Makefile.in (bootstrap-lean): New target.
15110
15111Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
15112
15113	* configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
15114	sn, and gnuserv from noconfigdirs.
15115
15116Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
15117
15118	* ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15119
15120Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
15121
15122	* Makefile.in (cross): New target.
15123
15124Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
15125			  Jeff Law	   <law@cygnus.com>
15126
15127	* Makefile.in (bootstrap2, bootstrap3): New targets.
15128	(all-bootstrap): Remove outdated and confusing target.
15129	(bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
15130
15131Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15132
15133	* configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
15134	windows.  Consistent with gdb/configure.
15135
151361997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
15137
15138	* configure.in: Name Linux target fragment.
15139
15140	* configure: Rewrite so that project Makefile fragment is inserted
15141	first and appears last in the resulting Makefile.
15142
15143Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15144
15145	* Makefile.in (install-itcl): Install tcl first.
15146
15147Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
15148
15149	* configure.in: remove bison from noconfigdirs for Cygwin32 host
15150
15151Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15152
15153	* Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15154
15155	* configure.in (skipdirs): Add target-librx for Linux.
15156	(alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15157
15158Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
15159
15160	* Makefile.in (bootstrap): New target.
15161
15162Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
15163
15164	* config.sub: Accept 'amigados' for backward compatibility.
15165
15166Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
15167
15168	* config.guess: Merge with FSF.
15169
15170Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
15171
15172	* config.sub: Change 'amigados' to 'amigaos' to match current usage.
15173
15174Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
15175
15176	* config.sub: Add "marketing-names" patch.
15177
15178Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
15179
15180	* configure.in (*-*-rtems*): Do not build libgloss for rtems.
15181
15182Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
15183
15184	* config.sub: Handle v850-elf.
15185
15186Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
15187
15188	* .cvsignore (*-install): Remove.
15189
15190Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
15191
15192	* ltconfig: Set CONFIG_SHELL in libtool.
15193	* ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15194
15195Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15196
15197	* configure.in (target_subdir): Set to libraries if enable_multilib.
15198
15199Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
15200
15201	* config.guess: Update from gcc directory.
15202
15203Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15204
15205	* Makefile.in (all-sim): Depends on all-readline.
15206
15207Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
15208
15209	* Makefile.in (BISON, YACC): Use $$s.
15210	(all-bison): Depend on all-texinfo.
15211
15212Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
15213
15214	* Makefile.in (BISON): Add -L flag.
15215	(YACC): Likewise.
15216
15217Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15218
15219	* configure.in (noconfigdirs): Add support for v850e target.
15220
15221	* config.sub (maybe_os): Add support for v850e target.
15222
15223Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15224
15225	* configure.in (noconfigdirs): Add support for v850ea target.
15226
15227	* config.sub (maybe_os): Add support for v850ea target.
15228
15229Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
15230
15231	* config.sub: Add mipstx39.  Delete r3900.
15232
15233Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15234
15235	* Makefile.in (all-autoconf): Depends on all-texinfo.
15236
15237Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
15238
15239	* config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15240	eabi targets.
15241
15242Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
15243
15244	* configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15245
15246	* configure: When handling a Canadian Cross, handle YACC as well as
15247	BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
15248	* Makefile.in (all-bison): Depend upon all-texinfo.
15249
15250Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
15251
15252	* Makefile.in (BISON): bison, not byacc or bison -y.
15253	(YACC): bison -y or byacc or yacc.
15254	(various): Add *-bison as appropriate.
15255	(taz): No need to mess with BISON anymore.
15256
15257Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
15258
15259	* configure: If OSTYPE matches *win32*, try to find a good value for
15260	CONFIG_SHELL.
15261
15262Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
15263
15264	* Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15265	configure.in if it is present.
15266
15267Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
15268
15269	* Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15270
15271Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
15272
15273	* config.sub: Recognize `arc' cpu.
15274	* configure.in: Likewise.
15275	* config-ml.in: Likewise.
15276
15277Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
15278
15279	* Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15280
15281Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
15282
15283	* configure: Changed sed delimiter from ':' to '|' when
15284	attempting to substitute ${config_shell} for SHELL. On
15285	NT ${config_shell} may contain a ':' in it.
15286
15287Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
15288
15289	* Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15290
15291Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
15292
15293	* Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15294
15295Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15296
15297	* Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15298
15299	* ylwrap: If the program is a relative path, force it to be
15300	absolute.
15301
15302Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15303
15304	* configure (tooldir): Set BISON to `bison -y' and not just bison.
15305
15306Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15307
15308	* Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15309	correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15310	for libraries.
15311
15312Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
15313
15314	* Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15315	separated by spaces.
15316
15317Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
15318
15319	* ylwrap: New file.
15320	* Makefile.in (DEVO_SUPPORT): Add ylwrap.
15321
15322	* ltmain.sh: Handle /bin/sh at start of install program.
15323
15324	* Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15325
15326	* ltconfig, ltmain.sh: New files, from libtool 1.0.
15327	* missing: New file, from automake 1.2.
15328
15329Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
15330
15331	* Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
15332	check-tk to CHECK_X11_MODULES.
15333
15334Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15335
15336	* config.sub: Merge with FSF.
15337
15338Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15339
15340	* config.guess: Merge with FSF.
15341
15342Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15343
15344	* configure: Treat msdosdjgpp like go32.
15345	* configure.in: Likewise.  Don't remove gprof for go32.
15346
15347	* configure: Change Makefile.tem2 to Makefile.tm2.
15348
15349Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
15350
15351	* configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15352
15353Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15354
15355	* install-sh (chmodcmd): Set to null if the DST directory already
15356	exists.  Same as Nov 11th change.
15357
15358Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
15359
15360	* configure (GDB_TK): Needs itcl and tix.
15361
15362Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
15363
15364	* config.guess: Update from FSF.
15365
15366Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
15367
15368	* Makefile.in (GDB_TK): Depend on itcl and tix.
15369
15370Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15371
15372	* Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15373	(INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15374	(INSTALL_SCRIPT): New variable.
15375	(BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15376	* configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15377	to -x.
15378	* install-sh: Add support for -x option.
15379
15380Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
15381
15382	* configure.in, Makefile.in: Treat tix like itcl.
15383
15384Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
15385
15386	* Makefile.in (WINDRES): New variable.
15387	(WINDRES_FOR_TARGET): New variable.
15388	(BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15389	(EXTRA_HOST_FLAGS): Add WINDRES.
15390	(EXTRA_TARGET_FLAGS): Add WINDRES.
15391	(EXTRA_GCC_FLAGS): Add WINDRES.
15392	($(DO_X)): Pass down WINDRES.
15393	($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15394	* configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15395	DLLTOOL_FOR_TARGET.
15396
15397Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
15398
15399	* configure.in: configure sim before gdb for win32-x-ppc
15400
15401Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15402
15403	Move gperf into the toplevel, from libg++.
15404	* configure.in (target_tools): Add target-gperf.
15405	(native_only): Add target-gperf.
15406	* Makefile.in (all-target-gperf): New target, depend on
15407	all-target-libg++.
15408	(configure-target-gperf): Empty rule.
15409	(ALL_TARGET_MODULES): Add all-target-gperf.
15410	(CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15411	(CHECK_TARGET_MODULES): Add check-target-gperf.
15412	(INSTALL_TARGET_MODULES): Add install-target-gperf.
15413	(CLEAN_TARGET_MODULES): Add clean-target-gperf.
15414
15415Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
15416
15417	* config.sub (mn10200): Recognize new basic machine.
15418
15419Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15420
15421	* configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15422	--enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15423
15424Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15425
15426	* configure.in: If we're building mips-sgi-irix6* native, turn on
15427	ENABLE_MULTILIB and set TARGET_SUBDIR.
15428
15429Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
15430
15431	* Makefile.in (all-sn): Depend on all-grep.
15432
15433Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
15434
15435	* configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15436
15437	* configure: Set CFLAGS and CXXFLAGS, and substitute them into
15438	Makefile.  From Jeff Makey <jeff@cts.com>.
15439	* Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15440
15441	* Makefile.in (DISTBISONFILES): Remove.
15442	(taz): Don't futz with DISTBISONFILES.  Change BISON to use
15443	$(DEFAULT_YACC).
15444
15445	* configure.in: Build itl, db, sn, etc., when building for native
15446	cygwin32.
15447
15448	* Makefile.in (LD): New variable.
15449	(EXTRA_HOST_FLAGS): Pass down LD.
15450	($(DO_X)): Likewise.
15451
15452Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
15453
15454	* Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15455
15456Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
15457
15458	* configure.in (targargs): Strip out any supplied --build argument
15459	before adding our own. Always add --build.
15460
15461Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
15462
15463	* configure.in (targargs): Pass --build if we're doing
15464	a cross-compile.
15465
15466Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
15467
15468	* configure: Use '|' instead of ":" as the separator in
15469	sed. Otherwise sed chokes on NT path names with drive
15470	designators. Also look for "?:*" as the leading characters in an
15471	absolute pathname.
15472
15473Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
15474
15475	* config.sub: Support for r3900.
15476
15477Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15478
15479	* configure.in: Use install-sh, not install.sh.
15480
15481Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15482
15483	* Makefile.in (taz): Improve check for BISON so it doesn't try to
15484	apply it twice.
15485
15486Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15487
15488	* Makefile.in (INSTALL_MODULES): Put install-opcodes before
15489	install-binutils.
15490
15491Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
15492
15493	* Makefile.in: Add automake targets.
15494	* configure.in (host_tools): Add automake.
15495
15496Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15497
15498	* configure: Default CXX to c++, not gcc.
15499	* Makefile.in (CXX): Set to c++, not gcc.
15500	(CXX_FOR_TARGET): When cross, transform c++, not gcc.
15501
15502Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
15503
15504	* install-sh: try appending a .exe if source file doesn't
15505	exist
15506
15507Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
15508
15509	* configure.in: Turn on multilib by default.
15510	(cross_only): Remove target-libiberty.
15511
15512	* Makefile.in (all-gcc): Don't depend on libiberty.
15513
15514Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
15515
15516	* config.guess: improve algorithm for recognizing Gnu Hurd x86.
15517
15518Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15519
15520	* Makefile.in (DEVO_SUPPORT): Add mpw-install.
15521	(DISTBISONFILES): Add ld/Makefile.in
15522
15523Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
15524
15525	* configure.in: if target is cygwin32 but host isn't cygwin32,
15526	don't configure gdb tcl tk expect, not just gdb.
15527
15528Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
15529
15530	* configure.in: Added gnuserv everywhere sn appears.
15531
15532	* Makefile.in (ALL_MODULES): Added all-gnuserv.
15533	(CROSS_CHECK_MODULES): Added check-gnuserv.
15534	(INSTALL_MODULES): Added install-gnuserv.
15535	(CLEAN_MODULES): Added clean-gnuserv.
15536	(all-gnuserv): New target.
15537
15538Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
15539
15540	* config.guess: Fixes for MIPS OpenBSD systems.
15541
15542Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15543
15544	* Makefile.in (INSTALL_XFORM): Remove.
15545	(BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15546
15547	* mkinstalldirs: New file, copied from automake.
15548	* Makefile.in (installdirs): Rename from install-dirs.  Use
15549	mkinstalldirs.  Change all users.
15550	(DEVO_SUPPORT): Add mkinstalldirs.
15551
15552Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15553
15554	* install-sh: Rename from install.sh.
15555	* Makefile.in (INSTALL): Change install.sh to install-sh.
15556	(DEVO_SUPPORT): Likewise.
15557
15558	* configure: Use ${config_shell} with ${moveifchange}.  From Thomas
15559	Graichen <graichen@rzpd.de>.
15560
15561Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
15562
15563	* config.guess: Recognize OpenBSD systems correctly.
15564
15565Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15566
15567	* README, Makefile.in (ETC_SUPPORT): Remove references to
15568	cfg-paper*, configure.{texi,man,info*}._
15569
15570Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
15571
15572	* Makefile.in (all.normal): Ensure that gcc is built after all
15573	the x11 - ie gdb - targets.
15574
15575Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
15576
15577	* makefile.vms: Don't run conf-a-gas.
15578
15579Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
15580
15581	* configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15582
15583Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
15584
15585	* configure.in: Remove noconfigdirs case since gdb also
15586	configures and builds for tic80-coff.
15587
15588Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15589
15590	* configure: Set cache_file to config.cache.
15591	* Makefile.in (local-distclean): Remove config.cache.
15592
15593Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15594
15595	* COPYING: Update FSF address.
15596
15597Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
15598
15599	* configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15600	noconfigdirs.
15601
15602Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15603
15604	* Makefile.in (install-dirs): Don't crash if prefix, and hence
15605	MAKEDIRS, is empty.
15606
15607Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
15608
15609	* config.sub: Tweak mn10300 entry.
15610
15611Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
15612
15613	* configure.in (host_tools): Put sim before gdb, so gdb's
15614	configure.tgt can determine if the simulator was configured.
15615
15616Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
15617
15618	* config.sub: Move BeOS $os case to be with other Cygnus
15619	local cases.
15620
15621Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
15622
15623	* config.sub: Remove misplaced comment that broke Linux.
15624
15625Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
15626
15627	* config.sub: Add BeOS support.
15628
15629Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
15630
15631	* Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15632
15633Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
15634
15635	* configure.in (noconfigdirs): Remove tcl and tk from
15636	noconfigdirs for cygwin32 builds.
15637
15638Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
15639
15640	* configure.in (tic80-*-*): Remove ld from noconfigdirs.
15641
15642Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
15643
15644	* Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15645	make-all.com, use makefile.vms instead.
15646
15647Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
15648
15649	* config.sub: Accept -lnews*.
15650
15651Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
15652
15653	* configure.in (noconfigdirs): Disable target-newlib,
15654	target-examples and target-libiberty for d30v.
15655
15656Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15657
15658	* configure.in (noconfigdirs): Enable ld for d30v.
15659
15660Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
15661
15662	* configure.in (tic80-*-*): Build compiler.
15663
15664Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
15665
15666	* configure.in (d30v-*): Remove sim directory from list of
15667	unsupported d30v directories
15668
15669Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15670
15671	* config.sub, configure.in: Add d30v target cpu.
15672
15673Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
15674
15675	* makefile.vms: New file.
15676	* make-all.com: Remove.
15677
15678Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
15679
15680	* Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15681
15682Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
15683
15684	* Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15685
15686Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
15687
15688	* Makefile.in (ALL_MODULES): Added all-db.
15689	(CROSS_CHECK_MODULES): Addec check-db.
15690	(INSTALL_MODULES): Added install-db.
15691	(CLEAN_MODULES): Added clean-db.
15692
15693Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
15694
15695	* config.guess: Merge with latest FSF sources.
15696
15697Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
15698
15699	* Makefile.in (ALL_MODULES): Added all-itcl.
15700	(CROSS_CHECK_MODULES): Added check-itcl.
15701	(INSTALL_MODULES): Added install-itcl.
15702	(CLEAN_MODULES): Added clean-itcl.
15703
15704Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
15705
15706	* configure.in: build gdb for mn10200
15707
15708Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
15709
15710	* Makefile.in (all-target-winsup): Depend on all-target-libio.
15711
15712Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
15713
15714	* configure.in (tic80-*-*): Turn off most targets right now.
15715
15716Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
15717
15718	* Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15719	rather than the makeinfo program.
15720	(do-info): Depend upon all-texinfo.
15721
15722Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15723
15724	* configure.in: Remove uses of config/mh-linux.
15725
15726	* config.sub, config.guess: Merge with latest FSF sources.
15727
15728Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
15729
15730	* config.sub (case $basic_machine): Add tic80 entries.
15731
15732Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
15733
15734	* config.sub, config.guess: Merge with latest FSF sources.
15735
15736Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15737
15738	* mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15739	* mpw-config.in: Test for NewFolderRecursive.
15740	* mpw-install: Use symbolic name for startup filename.
15741	* mpw-README: Add various additional details.
15742
15743Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
15744
15745	* configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15746
15747Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
15748
15749	* configure.in: Do build gcc and the target libraries for
15750	the mn10200.
15751
15752Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
15753
15754	* configure.in: don't avoid building gdb for mn10300 any more
15755	* Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15756	instead of single-quoting it.
15757
15758Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
15759
15760	* configure.in: Don't use --with-stabs on IRIX 6.
15761
15762Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
15763
15764	* configure.in (m32r): Build gdb, libg++ now.
15765
15766Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15767
15768	* configure.in (mips*-sgi-irix6*):  Remove gdb and related
15769	directories from noconfigdirs.
15770
15771Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
15772
15773	* config.sub (basic_machine): added mips16 configuration
15774
15775Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15776
15777	* config.sub: Handle d10v-unknown.
15778
15779Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
15780
15781	* config.sub: Handle v850-unknown.
15782
15783Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
15784
15785	* Makefile.in: add findutils
15786	* configure.in: add findutils to list of host_tools
15787
15788Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
15789
15790	* config.sub: Handle mn10200 and mn10300.
15791
15792Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15793
15794	* configure.in (d10v-*): Do not build librx.
15795
15796Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
15797
15798	* configure.in (mn10300): Build everything except gdb & libgloss.
15799
15800Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
15801
15802	* config.guess:  Patch for Dansk Data Elektronik servers,
15803	from Niels Skou Olsen <nso@dde.dk>.
15804
15805	For ncr, use /bin/uname rather than uname, since GNU uname does not
15806	support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
15807
15808	Patch for MIPS R4000 running System V,
15809	from Eric S. Raymond <esr@snark.thyrsus.com>.
15810
15811	Fix thinko for nextstep.
15812
15813	Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15814
15815	Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
15816	* config.guess: Guess mips-dec-mach_bsd4.3.
15817
15818	Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
15819	* config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
15820	release numbers.
15821	* config.guess (mips-mips-riscos*):  Emit just enough of the
15822	release number.
15823
15824	Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
15825	* config.guess (sparc-auspex-sunos*):  Added.
15826	(f300-fujitsu-*): Added.
15827
15828	Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
15829	* config.guess:  Recognize a Tadpole as a sparc.
15830
15831Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15832
15833	* config.guess: Don't assume that NextStep version is either 2 or
15834	3.  NextStep 4 (aka OpenStep 4) has come out now.
15835
15836Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15837
15838	* config.guess: Support Cray T90 that reports itself as "CRAY TS".
15839	From Rik Faith <faith@cs.unc.edu>.
15840
15841Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
15842
15843	* config.sub: Contributions from bug-gnu-utils to:
15844	Support plain "hppa" (no version given) architecture, reported by
15845	OpenStep.
15846	OpenBSD like NetBSD.
15847	LynxOs is not a hardware supplier.
15848
15849	* config.guess: Contributions from bug-gnu-utils to add support for:
15850	OpenBSD like NetBSD.
15851	Stratus systems.
15852	More Pyramid systems.
15853	i[n>4]86 Intel chips.
15854	M680[n>4]0 Motorola chips.
15855	Use unknown instead of lynx for hardware manufacturer.
15856
15857Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15858
15859	* install.sh (chmodcmd): Set to null if the DST directory already
15860	exists.
15861
15862Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15863
15864	* configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15865	not use mt-ppc target Makefile fragment any more.
15866
15867Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15868
15869	* configure.in (*-*-windows):  Exclude everything but those dirs
15870	needed to build windows.
15871
15872Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
15873
15874	* Makefile.in (all-target-winsup): Depend on all-target-librx.
15875
15876Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15877
15878	* configure.in:  Exclude mmalloc from i386-windows.
15879
15880Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15881
15882	* Undo my previous change.
15883
15884Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
15885
15886	* Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15887	unconditionally.
15888	(MAKEOVERRIDES): Define (revert this part of October 18 change).
15889
15890Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15891
15892	* Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
15893	host to add it's own flags.
15894
15895Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
15896
15897	* configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15898
15899Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
15900
15901	* Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15902	(CXX_FOR_TARGET): Likewise.
15903	(GCC_FOR_TARGET): Define.
15904	(BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15905	(EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15906	CC_FOR_TARGET was specified on the command line.
15907	(MAKEOVERRIDES): Don't define.
15908
15909Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
15910
15911	* configure.in (m32r): Fix spelling of libg++ libs.
15912
15913Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
15914
15915	* config.sub (-apple*): Remove, now redundant.
15916
15917Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
15918
15919	* configure: Don't get confused by CPU-VENDOR-linux-gnu.
15920
15921	* configure: Rework yesterday's sed script patch.
15922
15923	* config.sub: Merge with FSF.
15924
15925Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
15926
15927	* config.guess:  Merge from FSF.
15928
15929	1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
15930	* config.guess: Use pc instead of unknown, for pc clone systems.
15931	Change linux to linux-gnu.
15932
15933	Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15934	* config.guess: Avoid non-portable tr syntax.
15935
15936Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
15937
15938	* test-build.mk (HOLES): Add "xargs" for gdb.
15939
15940	* configure: Avoid hpux10.20 sed bug.
15941
15942Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
15943
15944	* configure.in:  Add support for windows host
15945	(that is a build done under the Microsoft build environment).
15946
15947Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
15948
15949	* Makefile.in: Replace all uses of srcroot with s, to shrink
15950	command line lengths.
15951
15952	Patches from Geoffrey Noer <noer@cygnus.com>:
15953	* configure.in: If configuring for newlib, pass --with-newlib to
15954	subdirectories.
15955	* Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15956	-Bnewlib/ and -Lwinsup to gcc.
15957	(CXX_FOR_TARGET): Likewise.
15958
15959Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15960
15961	* Makefile.in (ETC_SUPPORT): Add configure.
15962
15963Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
15964
15965	* configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15966	host configuration file.
15967
15968Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
15969
15970	* configure.in: Break mn10x00 support into separate
15971	mn10200 and mn10300 configurations.
15972	* config.sub: Likewise.
15973
15974Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
15975
15976	* configure.in: Add lots of stuff to noconfigdirs for
15977	the mn10x00 targets.
15978
15979	* config.sub, configure.in: Add mn10x00 support.
15980
15981Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
15982
15983	* make-all.com: Call conf-a-gas, not config-a-gas.
15984
15985Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
15986
15987	* configure.in (noconfigdirs): Don't build libgloss for arm-coff
15988	targets.
15989
15990Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
15991
15992	* mpw-README: Add much more detail for native PowerMac.
15993	* mpw-install: New file.
15994	* mpw-configure: Add --norecursion and --help options.
15995	* mpw-config.in: Translate readme and install files when
15996	copying to objdir.
15997	* mpw-build.in: Don't always depend on byacc and flex.
15998	(install-only-top): New action.
15999
16000Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
16001
16002	* configure.in:  You can now configure GDB for the v850.
16003
16004Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
16005
16006	* configure.in (noconfigdirs): Don't configure any C++ dirs
16007	if targeting D10V.
16008
16009Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16010
16011	* config.sub: Recognize mips64vr5000.
16012
16013Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
16014
16015	* configure.in: Use a single line for host_tools and native_only.
16016
16017Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
16018
16019	* config.sub, configure.in: Add entries for m32r.
16020
16021Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
16022
16023	* Makefile.in (inet-install): Don't run install-gzip.
16024
16025Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
16026
16027	* configure.in:  Don't config lots of things for *-*-windows*.
16028
16029Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
16030
16031	* mpw-config.in: Test for mpw-true, true, and null-command scripts.
16032	(host_libs, host_tools): Copy from configure.in.
16033	* mpw-configure: Don't complain about directories not found.
16034
16035Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16036
16037	* configure.in (i[345]86): Recognize i686 for pentium pro.
16038	(i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
16039	file.
16040
16041	* config.guess (i[345]86): Ditto.
16042
16043Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16044
16045	* configure.in (noconfigdirs): Removed gdb for D10V.
16046
16047Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
16048
16049	* configure.in: Remove ld, target-libio, target-libg++, and
16050	target-libstdc++ from noconfigdirs.
16051
16052Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
16053
16054	* configure: Fix three locations where shell scripts were
16055	being run directly rather than with config_shell.
16056
16057Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
16058
16059	* configure.in (v850-*-*): Set up initial $noconfigdirs.
16060	* config.sub (basic_machine): Recognize v850.
16061
16062Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
16063
16064	* mpw-configure: Handle multiple enable/disable options and
16065	pass them down recursively, handle -c and -s flags appropriately
16066	depending on choice of compiler, add escape mechanism for
16067	quoted arguments to gC.
16068
16069Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16070
16071	* configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
16072	solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
16073	so that -mrelocatable-lib and -mno-eabi are used.
16074
16075	* Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
16076	not support --print-multi-lib, don't abort.
16077
16078Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
16079
16080	* make-all.com: Run config-a-gas.
16081	* setup.com: Don't copy subdirectory files around.
16082
16083Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
16084
16085	* configure.in (*-*-ose): Remove exclusion of libgloss for this
16086	target, it now compiles correctly.
16087
16088Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
16089
16090	* mpw-config.in: Generate Mac include for elf/dwarf2.h.
16091
16092Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16093
16094	* configure.in (d10v-*-*): Remove ld from $noconfigdirs.
16095
16096Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16097
16098	* configure.in (native_only): Add prms.
16099
16100Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
16101
16102	* Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
16103	(BINUTILS_SUPPORT_DIRS): Likewise.
16104
16105Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16106
16107	* configure.in (d10v-*-*): Don't configure ld or gdb until the
16108	d10v support is added.
16109
16110Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16111
16112	* configure.in (d10v-*-*): New target.
16113
16114Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
16115
16116	* config.guess (HP 9000/811): Recognize this as a PA1.1
16117	machine.
16118
16119Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
16120
16121	* Makefile.in (do-tar-gz): New target, split out from tail end of
16122	taz target.  Run each command separately, don't use pipes.
16123	(taz): Use it.
16124
16125Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
16126
16127	* mpw-configure: Look for g-mpw-make.sed in config/mpw.
16128	* mpw-build.in: No builds should depend on building byacc or flex,
16129	they are assumed to be installed already.
16130
16131Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16132
16133	* Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16134	variable that CC_FOR_TARGET needs.
16135
16136Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16137
16138	* Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16139	options have changed since the last time the subdirectory was
16140	configured, and if it has, reconfigure.
16141	(CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16142	CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16143
16144Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
16145
16146	* Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16147	CLEAN_MODULES): Add bash.
16148	(all-bash): New target.
16149
16150Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
16151
16152	* configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16153
16154Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16155
16156	* config.sub (basic_machine): Recognize d10v as a valid processor.
16157
16158Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
16159
16160	* mpw-configure: Add support for --bindir.
16161	* mpw-build.in: Use a GCC-specific build script for GCC actions.
16162
16163Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
16164
16165	* configure.in: add bash, time, gawk to list of hosttools and things
16166	to only build for native toolchains
16167
16168Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16169
16170	* Makefile.in (docdir): Remove.
16171
16172Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16173
16174	* Makefile.in (datadir): Set to $(prefix)/share.
16175
16176Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
16177
16178	* configure.in: build diff and patch for cygwin32-hosted
16179	toolchains.
16180
16181Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
16182
16183	* config.sub: Accept -rtems*.
16184
16185Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
16186
16187	* configure.in: enable dosrel for cygwin32-hosted builds,
16188		remove diff from the list of things not buildable
16189		via Canadian Cross
16190
16191Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
16192
16193	* Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16194	don't get ". ".
16195
16196Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
16197
16198	* configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16199
16200Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
16201
16202	* Makefile.in (taz): Handle case where tex3patch didn't even get
16203	checked out.  Also, if it was found, put the symlink in a new util
16204	subdirectory.
16205
16206Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16207
16208	* config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16209
16210Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
16211
16212	* config.sub: Recognize -openvms.
16213	* configure.in (alpha*-*-*vms*): Set noconfigdirs.
16214	* make-all.com, setup.com: New files.
16215
16216Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16217
16218	* Makefile.in (taz): tex3patch moved to texinfo/util.
16219
16220Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
16221
16222	* configure: enable_gdbtk=no for cygwin32-hosted toolchains
16223	* configure.in: remove make from disable-if-Can-Cross list
16224		enable gdb if ${host} and ${target} are cygwin32
16225
16226Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
16227
16228	* config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
16229	Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16230
16231Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16232
16233	* config.guess:  Combine mips-mips-riscos cases, and use cpp to
16234	distinguish sysv/svr4/bsd variants.
16235	Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16236
16237Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
16238
16239	* configure.in: Added copyright notice.
16240	* move-if-change: Added copyright notice.
16241
16242Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16243
16244	* configure.in (powerpcle-*-solaris*): Until we get shared
16245	libraries working, don't build gdb, sim, make, tcl, tk, or
16246	expect.
16247
16248Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
16249
16250	* config.guess:  Merge with FSF:
16251
16252	Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16253	* config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16254
16255	Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
16256	* config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16257
16258	Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
16259	* config.guess:  Combine two OSF1 rules.
16260	Also recognize field test versions.  From mjr@zk3.dec.com.
16261	* config.guess (dgux):  Use /usr/bin/uname rather than uname,
16262	because GNU uname does not support -p.  From pmr@pajato.com.
16263
16264Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
16265
16266	* Makefile.in (MAKEDIRS): Removed $(tooldir).
16267
16268Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
16269
16270	* mpw-README: Document GCCIncludes.
16271
16272Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
16273
16274	* configure.in (alpha-*-linux*): Set enable_shared to yes.
16275
16276Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16277
16278	* mpw-configure: Handle --enable-FOO and --disable-FOO.
16279
16280Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
16281
16282	* configure.in (*-*-cygwin32): Configure make.
16283
16284Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
16285
16286	* Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16287
16288Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
16289
16290	* Makefile.in (all-inet): Depend on all-perl.
16291
16292	* Makefile.in (inet-install): New target.
16293
16294	* Makefile.in (all-inet): Depend on all-tcl.
16295	(all-inet): Depend on all-send-pr.
16296
16297Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16298
16299	* configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16300	temporarily.
16301
16302Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
16303
16304	* configure.in: Don't configure --with-gnu-ld on AIX.
16305
16306Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16307
16308	* configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16309
16310Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
16311
16312	* Makefile.in (ALL_MODULES): Added all-inet.
16313	(CROSS_CHECK_MODULES): Added check-inet.
16314	(INSTALL_MODULES): Added install-inet.
16315	(CLEAN_MODULES): Added clean-inet.
16316	(all-indent): New target.
16317
16318	* configure.in (host_tools): Added inet.
16319	(native_only): Added inet.
16320	(noconfigdirs): Added inet.
16321
16322Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
16323
16324	* configure.in: Don't configure libgloss if we are not configuring
16325	newlib.
16326
16327Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
16328
16329	* configure.in: Don't configure libgloss for unsupported
16330	architectures.
16331
16332Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16333
16334	* Makefile.in (CLEAN_MODULES): Add clean-apache.
16335
16336Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
16337
16338	* Makefile.in (ALL_MODULES): Include all-apache.
16339	(CROSS_CHECK_MODULES): Include check-apache.
16340	(INSTALL_MODULES): Include install-apache.
16341	(all-apache): New target.
16342
16343	* configure.in: Added apache everywhere perl is seen.
16344
16345Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16346
16347	* Makefile.in: Add support for clean-{module} and
16348	clean-target-{module} rules.
16349
16350Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
16351
16352	* configure.in (*-*-ose) do not build libgloss.
16353
16354Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16355
16356	* config.guess (prep*:SunOS:5.*:*): Turn into
16357	powerpele-unknown-solaris2.
16358
16359Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
16360
16361	* configure.in: Permit --enable-shared to specify a list of
16362	directories.
16363
16364Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16365
16366	* configure.in (host==solaris): Pass only the first word of $CC
16367	to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16368
16369Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16370
16371	* Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16372
16373Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
16374
16375	* Makefile.in (ALL_MODULES): Include all-perl.
16376	(CROSS_CHECK_MODULES): Include check-perl.
16377	(INSTALL_MODULES): Include install-perl.
16378	(ALL_X11_MODULES): Include all-guile.
16379	(CHECK_X11_MODULES): Include check-guile.
16380	(INSTALL_X11_MODULES): Include install-guile.
16381	(all-perl): New target.
16382	(all-guile): New target.
16383
16384	* configure.in (host_tools): Include perl and guile.
16385	(native_only): Include perl and guile.
16386	(noconfigdirs): Don't build guile and perl; no ports have been
16387	done.
16388
16389Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
16390
16391	* configure (--enable-*): Handle quoted option lists such as
16392	--enable-sim-cflags='-g0 -O' better.
16393
16394Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16395
16396	* Makefile.in ({,inst}all-target): New rule so we can make and
16397	install all of the target directories easily.
16398
16399Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16400
16401	* configure.in: Add missing global flag in sed substitution when
16402	deleting `target-' from ${configdirs}.
16403
16404Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
16405
16406	* Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16407	option.
16408
16409	* configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16410	config/mh-necv4.
16411
16412	* install.sh: Correct misspelling of transformbasename.
16413
16414	* config.guess: Recognize mips-*-sysv*.
16415
16416Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
16417
16418	* config.sub: Recognize mon960.
16419
16420Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
16421
16422	* configure: Restore Canadian Cross handling of BISON and LEX,
16423	removed in Feb 20 change.
16424
16425Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
16426
16427	* README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16428	Mention make install.  Remove the old copyright date as well the
16429	clumsy and rather pointless copyright on the README file.
16430
16431Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16432
16433	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16434	Makefile after running symlink-tree, then run `make distclean' to
16435	avoid clobbering any generated files in srcdir.
16436
16437Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
16438
16439	* configure.in (m68k-*-netbsd*): Build everything now.
16440
16441Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16442
16443	* Makefile.in (taz): Fix quoting.
16444
16445Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
16446
16447	* configure.in (sparclet-*-*): Build everything now.
16448
16449Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16450
16451	* configure.in (m68k-*-linux*): New host.
16452
16453Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
16454
16455	* configure: Check for bison before byacc.
16456
16457Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
16458
16459	* Makefile.in configure:  Change the way LEX and BISON/YACC are
16460	set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
16461	searching PATH.  These are used as fallbacks by Makefile.in if
16462	flex/bison/byacc aren't in objdir.
16463
16464Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
16465
16466	* Makefile.in: Make everything which depends upon all-bfd also
16467	depend upon all-opcodes, in case --with-commonbfdlib is used.
16468
16469Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16470
16471	* configure.in (host *-*-cygwin32): Don't build gdb if we are
16472	building NT native compilers on Unix.
16473
16474Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
16475
16476	* configure.in: Don't get CC from the host Makefile fragment if we
16477	can find gcc in PATH, or if this is a Canadian Cross.  Move the
16478	Solaris test for /usr/ucb/cc to the post target script, just after
16479	the compiler sanity test.
16480
16481Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
16482
16483	* config.sub: Merge with FSF.
16484
16485Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
16486
16487	* Makefile.in (RPATH_ENVVAR): New variable.
16488	(REALLY_SET_LIB_PATH): Use it.
16489	* configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16490
16491Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
16492
16493	* config.sub, configure.in: Recognize sparclet cpu.
16494
16495Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16496
16497	* config.guess:  Support m68k-cbm-sysv4.
16498
16499Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16500
16501	* config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16502	m68k-unknown-linuxaout from linker help string.  Put quotes around
16503	$ld_help_string.
16504
16505Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
16506
16507	* config.guess (powerpc-harris-powerunix): Add guess for port
16508	to new target.
16509
16510Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16511
16512	* config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16513
16514Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
16515
16516	* configure.in: If --enable-shared was used, set SET_LIB_PATH to
16517	$(REALLY_SET_LIB_PATH) in Makefile.
16518	* Makefile.in (SET_LIB_PATH): New variable.
16519	(REALLY_SET_LIB_PATH): New variable.
16520	($(DO_X)): Use $(SET_LIB_PATH).
16521	(install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16522	($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16523	($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16524	($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16525	($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16526	($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16527	(all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16528	(install-dosrel): Likewise.
16529	(all-opcodes): Depend upon all-libiberty.
16530
16531Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16532
16533	* config.guess (*:CYGWIN*): New
16534
16535Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16536
16537	* Makefile.in (all-target-winsup): All all-target-libiberty.
16538
16539Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16540
16541	* configure.in (noconfigdirs): Add missing # in front of comment.
16542
16543Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
16544
16545	* configure.in: add second pass to things added to noconfigdirs
16546	so *-gm-magic can exclude libgloss properly.
16547
16548Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
16549
16550	* mpw-configure (extralibs_name, rez_name): Set correctly
16551	for MWC68K compiler.
16552
16553	* mpw-README: Add more info on the necessary build tools.
16554
16555Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16556
16557	* configure.in, config.sub: Recognize cygwin32.
16558
16559Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
16560
16561	* config.guess, config.sub: Recognize A/UX.
16562
16563Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
16564
16565	* config.sub: Merge with gcc/config.sub.
16566
16567Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
16568
16569	* mpw-build.in (do-binutils): Add build of stamps.
16570
16571Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
16572
16573	* config.sub: Add recognition for mips64vr4100*-* targets.
16574
16575Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16576
16577	* test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16578	Add creation of gconfigargs with `--enable-shared' turned on.
16579	($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16580	($(host)-stamp-stage3-configured): Likewise.
16581	(HOLES): Add chatr and ldd.
16582	(i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16583
16584Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
16585
16586	* configure: Pass --nfp to recursive configures.
16587
16588Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16589
16590	* Makefile.in (DLLTOOL): New.
16591	(DLLTOOL_FOR_TARGET): New.
16592	(EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16593	(EXTRA_TARGET_FLAGS): Ditto.
16594	(EXTRA_GCC_FLAGS): Ditto.
16595	(CONFIGURE_TARGET_MODULES): Ditto.
16596	(DO_X): Ditto.
16597	* configure: Add DLLTOOL.
16598
16599Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
16600
16601	SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16602	* configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16603	mh-sco, since old workarounds no longer needed, and don't
16604	build ld, since libraries have weak symbols in COFF.
16605
16606Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
16607
16608	* Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16609
16610Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16611
16612	* configure.in: Make sure that ${CC} can be used to compile an
16613	executable.
16614
16615Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16616
16617	* Makefile.in (all-gdb): Depend on $(GDB_TK).
16618	* configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16619	nothing depending on whether gdbtk is being built.
16620
16621Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
16622
16623	* Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16624
16625Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
16626
16627	* configure.in (noconfigdirs): Put ld or gas in this early, if the
16628	user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16629
16630Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
16631
16632	* config-ml.in: Add support for
16633	--disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16634	Simplify setting of multidirs from --disable-foo.
16635
16636Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16637
16638	* Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16639	LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16640	LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16641	non-empty, pass them on to the	GCC make.
16642	(all-bootstrap): New rule that is like all-gcc, except it executes
16643	the GCC bootstrap rule instead of the GCC all rule.
16644
16645Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
16646
16647	* config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16648
16649Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16650
16651	* config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16652	DG/UX support.
16653
16654Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
16655
16656	* config.sub (i*86*) Change [345] to [3456]
16657
16658Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16659
16660	* configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16661	--with-gnu-ld=no.
16662
16663Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16664
16665	* config-ml.in (rs6000*, powerpc*): Add switches to control which
16666	AIX multilibs get built.
16667
16668Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16669
16670	* configure.in (i386-win32): Don't build expect if we're not
16671	building the tcl subdir.
16672
16673Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
16674
16675	* Makefile.in: (configure-target-examples, all-target-examples):
16676	New targets, configure and build example programs.
16677
16678Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
16679
16680	* mpw-configure: If an mpw-config.in generated a file mk.sed,
16681	use it as input to sedit the generated MPW makefile.
16682	* mpw-README: Add a suggestion about Gestalt.h.
16683
16684Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
16685
16686	* config.sub: Accept *-*-ieee*.
16687
16688Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
16689
16690	* Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
16691	Ronald F. Guilmette <rfg@monkeys.com>.
16692
16693Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16694
16695	* configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16696	for powerpc-pe native.
16697	(target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16698	(target==powerpc-pe): duplicate i386-win32 entry.
16699
16700Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16701
16702	* configure.in (noconfigdirs): Exclude target-newlib for all versions
16703	of vxworks, not just vxworks5.1.
16704
16705Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
16706
16707	* mpw-configure: Add support for exec-prefix.
16708
16709Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16710
16711	* config.guess: Recognize HP model 816 machines as having
16712	a PA1.1 processor.
16713
16714Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16715
16716	* configure: Ignore new autoconf configure options.
16717
16718Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16719
16720	* config.guess:  Recognize Pentium under SCO.
16721	From Robert Lipe <robertl@arnet.com>.
16722
16723Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16724
16725	* configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16726
16727Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
16728
16729	* configure.in: Don't configure gas for alpha-dec-osf*.
16730
16731Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
16732
16733	* configure.in: Default to --with-stabs for some targets for which
16734	it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16735	i[345]86*-*-unixware*.
16736
16737Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16738
16739	* config-ml.in: Get list of multidirs using gcc --print-multi-lib
16740	rather than basing it on the target.  Simplify handling of options
16741	controlling which directories to configure.  Remove extraneous
16742	slash in multi-clean target.
16743
16744Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
16745
16746	* config-ml.in: Prefix more variables with ml_ so they don't collide
16747	with configure's.
16748
16749Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
16750
16751	* configure: Don't turn -v into --v.
16752
16753Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
16754
16755	* configure.in (targargs): Fix typo.
16756
16757	* Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16758
16759Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
16760
16761	* configure.in: Strip --host and --target options from
16762	CONFIG_ARGUMENTS, and always configure for --host only.  Add
16763	--with-cross-host option when building with a cross-compiler.
16764	* configure: Canonicalize the arguments put into config.status by
16765	always using `=' for an option with an argument.  Pass a presumed
16766	--host or --target explicitly.
16767
16768Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
16769
16770	* config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16771	into general OS recognition case.
16772
16773Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16774
16775	* configure.in (target_configdirs): add target-winsup only
16776	for win32 target systems.
16777
16778Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
16779
16780	* Makefile.in (all-target-libgloss): Depend upon
16781	configure-target-newlib, since when libgloss is built it looks to
16782	see if the newlib directory exists.
16783
16784Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
16785
16786	* Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16787	cfg-ml-*.in.
16788
16789Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
16790
16791	* configure: Handle LD and LD_FOR_TARGET when configuring a
16792	Canadian Cross.
16793
16794Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16795
16796	* configure.in (target_libs): add target-winsup.
16797	(target==i386-win32): add patch diff flex make to $noconfigdirs.
16798	(target==ppcle-pe): remove ld from $noconfigdirs.
16799
16800Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
16801
16802	* Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16803	Preserve relative path names in $srcdir.  Build symlink tree if
16804	configuring cross target dir and srcdir=. (= no VPATH support).
16805	(configure-target-libg++): Depend on configure-target-librx.
16806	* cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16807	* config-ml.in: New file.
16808	* symlink-tree: New file.
16809	* configure: Ensure srcdir="." if that's what it is.
16810
16811Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
16812
16813	* mpw-README: Clarify some phrasing, add notes about CodeWarrior
16814	includes and FLEX_SKELETON setting.
16815	* mpw-configure (--with-gnu-ld): New option, controls whether
16816	to use PPCLink or ld with PowerMac GCC.
16817	* mpw-build.in (all-grez, do-grez, install-grez): New targets.
16818	* mpw-config.in: Configure grez if targeting Mac.
16819
16820	* config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16821	accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16822	just macos.
16823	* configure.in: Configure grez resource compiler if targeting Mac.
16824	* Makefile.in (all-grez, install-grez): New targets.
16825
16826Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
16827
16828	* configure: CXX defaults to gcc, not g++.  If we find
16829	gcc in the path, set CC to gcc -O2.
16830
16831Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
16832
16833	* configure: Default ${build} correctly.  Avoid picking up extra
16834	spaces when reading CC and CXX from Makefile.  When doing a
16835	Canadian Cross, use plausible default values for numerous
16836	variables.
16837	* configure.in: When doing a Canadian Cross, don't try to
16838	configure tools whose configure script can't handle it.
16839
16840Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16841
16842	* cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16843
16844Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16845
16846	* configure:  Remove dubious bug reporting address.
16847
16848Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16849
16850	* Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
16851	configure script, run that instead of this directory's configure.
16852	In either case, print a message that we're configuring the sub-dir.
16853
16854Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16855
16856	* configure.in: Before checking for the existence of various files,
16857	use sed to filter out "target-".
16858
16859Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16860
16861	* Makefile.in (DO_X): Split rule to decrease command line length
16862	for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
16863	(Philippe De Muyter).
16864
16865Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16866
16867	* Makefile.in (all-patch): depend on all-libiberty.
16868
16869Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
16870
16871	* configure.in: If the only directory in target_configdirs which
16872	actually exists is libiberty, then set target_configdirs to empty,
16873	to avoid trying to build a target libiberty in a gas or gdb
16874	distribution.
16875
16876Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
16877
16878	* configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16879	of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16880	systems.
16881
16882Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16883
16884	* configure.in (copy_dirs): Use sys-include instead of include
16885	for --with-headers option.
16886
16887Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
16888
16889	* Makefile.in, configure.in: Make winsup builds work with
16890	new scheme.
16891
16892Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
16893
16894	* configure.in: Build the linker on AIX.
16895
16896Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16897
16898	* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
16899	where needed.
16900
16901Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
16902
16903	* Makefile.in (all-gcc): Fix typo.
16904
16905Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16906
16907	* Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
16908
16909Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16910
16911	* configure.in:  Rename libFOO to target-libFOO, and xiberty
16912	to target-xiberty, to provide more flexibility.
16913	(target_subdir):  Define.  Create if cross.
16914	Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16915	* Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
16916	-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16917	check-libFOO -> check-target-libFOO, etc.
16918	($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16919	($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16920	$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16921	(configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
16922	allow ALL_GCC="" to only configure.
16923	(DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
16924	(ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
16925	(LIBGXX_SUPPORT_DIRS):  Remove xiberty.
16926
16927Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
16928
16929	* Makefile.in (taz): Build "info" in etc explicitly.
16930
16931Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
16932
16933	* configure.in:  Make sure that CC is undefined (as opposed to
16934	null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
16935	problem with autoconf trying to configure on a host without GCC.
16936
16937Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16938
16939	* mpw-configure: Set host alias from choice of host compiler,
16940	only use generic MPW Makefile sed if present, edit a file
16941	named "hacked_Makefile.in" instead of "Makefile.in" if present.
16942	* mpw-README: Add problem notes about CW6 and CW7.
16943
16944Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
16945
16946	* Makefile.in (taz): Use ";" instead of ";;".
16947
16948Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16949
16950	* Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
16951	sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16952	DISTDOCDIRS.
16953	(DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
16954	(newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
16955
16956Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16957
16958	* Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
16959	and gnats, because they are now subsumed by DISTSTUFFDIRS.
16960	Move bfd to DISTSTUFFDIRS.
16961
16962Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16963
16964	* Makefile.in (X11_LIB): Removed.
16965	(X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16966
16967	* configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16968
16969Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16970
16971	* cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16972	names.
16973
16974Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16975
16976	* cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16977
16978Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
16979
16980	* configure.in (i[345]86-*-win32): Always build newlib.
16981	Don't configure cvs, autoconf or texinfo.
16982	* Makefile.in (LD_FOR_TARGET): New.
16983	(BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16984	Pass down LD_FOR_TARGET.
16985
16986Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16987
16988	* winsup: New directory.
16989	* Makefile.in: Build winsup.
16990	* configure.in: Winsup is configured when target is win32.
16991	Can only build win32 target GDB when native.
16992
16993Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
16994
16995	* config.guess: Recognize HP model 819 machines as having
16996	a PA 1.1 processor.
16997
16998Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16999
17000	* configure: Fix sed loop which substitutes for CC and CXX to
17001	avoid bug found in various sed implementations.
17002
17003Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17004
17005	* cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
17006	simulator.  Use standard powerpc-*-eabi*.
17007
17008Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17009
17010	* configure.in: Stop putting gas and binutils in noconfigdirs for
17011	powerpc-*-aix* and rs6000-*-*.
17012
17013Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
17014
17015	* cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
17016	-mcall-aixdesc libraries.
17017
17018Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
17019
17020	Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17021
17022	* config.sub (arm | armel | armeb): Fix shell syntax.
17023
17024Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17025
17026	* cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
17027	-msoft-float and -mcpu=common support.
17028	(powerpc*-*-eabisim*): Add support for building -mcall-aix
17029	libraries.
17030
17031Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17032
17033	* configure.in: Allow configuration and build of emacs19 for the alpha.
17034
17035Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17036
17037	* configure.in (CC): Get ^CC, not just any old CC, from
17038	${host_makefile_frag}.
17039
17040Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17041
17042	* configure.in (CC): Try to get CC from
17043	${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
17044
17045Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17046
17047	* Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
17048	only if it exists in $(srcdir).
17049
17050Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
17051
17052	* configure: If CC and CXX are not set in the environment, set
17053	them, based on either an existing Makefile or on searching for gcc
17054	in PATH.  Substitute for CC and CXX in Makefile.
17055	* configure.in: Remove libm from target_libs.  Separate
17056	target_configdirs from configdirs.  If CC is not set in
17057	environment, try to get it from a host Makefile fragment.  Rewrite
17058	changes of configdirs to use skipdirs instead.  A few minor
17059	tweaks.  Take directories out of target_configdirs as they are
17060	taken out of configdirs.  Remove existing Makefile files from
17061	subdirectories.  Substitute for TARGET_CONFIGDIRS and
17062	CONFIG_ARGUMENTS in Makefile.
17063	* Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
17064	by configure.in.
17065	(CONFIG_ARGUMENTS): Likewise.
17066	(CONFIGURE_TARGET_MODULES): New variable.
17067	($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
17068	($(CONFIGURE_TARGET_MODULES)): New target.
17069	(configure-libg++, configure-libio): New targets.
17070	(all-libg++): Depend upon configure-libg++.
17071	(all-libio): Depend upon configure-libio.
17072	(configure-libgloss, all-libgloss): New targets.
17073	(configure-libstdc++): New target.
17074	(all-libstdc++): Depend upon configure-libstdc++.
17075	(configure-librx, all-librx): New targets.
17076	(configure-newlib): New target.
17077	(all-newlib): Depend upon configure-newlib
17078	(configure-xiberty): New target.
17079	(all-xiberty): Depend upon configure-xiberty.
17080
17081Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17082
17083	* configure.in (host i[345]86-*-win32):  Expand the
17084	noconfigdirs again.
17085
17086Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
17087
17088	* mpw-configure: Fix sed command file name.
17089
17090Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17091
17092	* configure.in (host i[345]86-*-win32): Reduce the
17093	noconfigdirs again.
17094
17095Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
17096
17097	* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
17098	or powerpc*-*-pe*, since they are not yet supported.
17099
17100Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17101
17102	Add PowerMac support and many other enhancements.
17103	* mpw-configure: New option --cc to select compiler to use,
17104	paste options set according to --cc into the generated
17105	Makefile, generate the Makefile by sed'ing the Unix Makefile.in
17106	if mpw-make.sed is present.
17107	* mpw-config.in: Don't test for gC1, test for mpw-touch,
17108	add forward includes for PowerPC include files.
17109	* mpw-build.in: Build using Makefile.PPC if present.
17110	(do-byacc, etc): Remove separate version resource builds.
17111	(do-gas): Build "stamps" before "all".
17112	(do-gcc): Build "stamps-h" and "stamps-c" before "all".
17113	* mpw-README: Update to reflect --cc option, PowerMac support,
17114	and recently-reported compatibility problems.
17115
17116Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
17117
17118	* cfg-ml-com.in (m68*-*-*): Only build multilibs for
17119	embedded m68k systems (-aout, -coff, -elf, -vxworks).
17120	(--with-multilib-top): Pass to recursive invocations.
17121
17122Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
17123
17124	* configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17125	v810-*-*.
17126
17127Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17128
17129	* configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17130	gdb, ld and opcodes on v810-*-*.
17131
17132Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
17133
17134	* Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17135	(local-maintainer-clean): New target.
17136	(maintainer-clean): New target.
17137	(realclean): Just depend upon maintainer-clean.
17138
17139Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17140
17141	* configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17142
17143Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
17144
17145	* configure.in: Build ld in mips*-*-bsd* case.
17146
17147Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
17148
17149	* config.sub: Accept -lites* OS.  From Ian Dall.
17150
17151Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
17152
17153	* config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17154	targets.
17155
17156Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17157
17158	* configure.in: treat i386-win32 canadian cross the same as
17159	i386-go32 canadian cross.
17160
17161Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17162
17163	* cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17164	running under the simulator to build a reduced set of libraries.
17165	(powerpc-*-eabiaix): Add fine grained multilib support added to
17166	other powerpc targets yesterday.
17167
17168Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17169
17170	* cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17171	-disable-softfloat, -disable-relocatable, -disable-aix, and
17172	-disable-sysv to control which multilib libraries get built.
17173
17174Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17175
17176	* configure: Add Makefile.tem to list of files to remove in trap
17177	handler.
17178
17179Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17180
17181	* config.guess (*Linux*):  Add missing "exit"s.
17182	Also, need specific check for alpha-unknown-linux (uses COFF).
17183
17184Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17185
17186	* config.guess:  Merge with FSF:
17187
17188	Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
17189	* config.guess (AIX4): More robust release numbering discovery.
17190
17191	Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
17192	* config.guess (i386-sequent-ptx): Properly get version number.
17193
17194	Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
17195	* config.guess (mips:*:4*:UMIPS): New case.
17196
17197Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17198
17199	* configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17200	(i386-win32 host): Likewise.  Don't build readline.
17201
17202Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
17203
17204	* Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
17205	SUPPORT_FILES to submakes.
17206
17207Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
17208
17209	* Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17210	(DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17211	mpw-configure.
17212
17213Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
17214
17215	* configure.in (appdirs): Use =, not ==, in test expression when
17216	trying to build the text to print in the warning message for
17217	Solaris users.
17218
17219Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
17220
17221	* cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17222
17223Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17224
17225	* config.guess: Recognize lynx-2.3.
17226
17227Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
17228
17229	* config.sub (z8ksim): Deleted
17230	(z8k-*-coff): New, this is the one true name of the target.
17231
17232Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
17233
17234	* cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17235
17236Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
17237
17238	* config.guess (*:Linux:*:*): First try asking the linker what the
17239	default object file format is (elf, aout, or coff).  Then if this
17240	fails, try previous methods.
17241
17242Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17243
17244	* configure.in: Don't build newlib for *-*-vxworks5.1.
17245
17246Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17247
17248	* configure.in: Don't build newlib for a29k-*-vxworks5.1.
17249	* test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17250
17251Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
17252
17253	* cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17254
17255Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
17256
17257	* cfg-ml-com.in: New file.
17258	* cfg-ml-pos.in: New file.
17259
17260Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17261
17262	* COPYING.NEWLIB: Add HP free copyright to list.
17263
17264Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17265
17266	* config.sub: Recognize -eabi* for the system, not just -eabi.
17267
17268Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17269
17270	* Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17271	* config.sub, configure.in (win32): New target and host.
17272
17273Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17274
17275	* configure.in: Add i386-pe configuration.
17276
17277Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
17278
17279	* mpw-build.in (install): Install GDB after LD.
17280
17281Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
17282
17283	* mpw-config.in (elf/mips.h): Always forward-include, needed
17284	for GDB to build.
17285
17286Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17287
17288	* testsuite: New directory for customer acceptance and whole tool
17289	chain tests.
17290
17291Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17292
17293	* configure: If per-host line isn't found, but AC_OUTPUT is found
17294	and a configure script exists, run it instead.
17295
17296Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17297
17298	* config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
17299
17300Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17301
17302	* configure: Set build_{cpu,vendor,os,alias} to host values when
17303	--build isn't specified.
17304
17305Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17306
17307	* Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17308	(FLAGS_TO_PASS): Pass them.
17309	(EXTRA_TARGET_FLAGS): Ditto.
17310
17311Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17312
17313	* Makefile.in (all-libg++): Depend on all-libstdc++.
17314
17315Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17316
17317	* configure.in (noconfigdirs): Enable all packages for
17318	  i386-unknown-netbsd.
17319
17320Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
17321
17322	* configure.in (noconfigdirs): Don't configure tk for i386-go32
17323	hosted builds (DOS builds)
17324
17325Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17326
17327	Changes for ARM based on patches from Richard Earnshaw:
17328	* config.sub: Handle armeb and armel.
17329	* configure.in: Omit arm linker only for riscix.
17330
17331Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17332
17333	* config.guess:  Update from FSF.
17334
17335Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
17336
17337	* config.sub: Recognize powerpcle as the little endian variant of
17338	the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
17339	powerpcle variant.  Convert pentium into i586, not i486.  Add p5
17340	alias for i586.  Map new x86 variants p6, k5, nexgen into i586
17341	temporarily.
17342
17343Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
17344
17345	* configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17346
17347Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
17348
17349	* config.sub: Accept -lites* as a basic system type.
17350
17351Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
17352
17353	* config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17354	installed, and if so return linuxoldld as the system name.
17355
17356Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
17357
17358	* config.guess: Add hppa1.1-hp-lites support.
17359
17360Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17361
17362	* configure.in: Don't build newlib for m68k-vxworks5.1.
17363
17364Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17365
17366	* configure.in (mips-sgi-irix6): Use mh-irix5.
17367
17368Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
17369
17370	* Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17371
17372Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17373
17374	* test-build.mk: Enable building of shared libraries on IRIX 5 and
17375	OSF/1.  Fix compiler flags.
17376	* build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
17377
17378Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
17379
17380	* configure.in: Recognize --with-newlib.
17381	(sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17382
17383Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17384
17385	* Makefile.in: move {all,check,install}-gdb from *_MODULES
17386	to *_X11_MODULES due to gdbtk needing X include files et al.
17387
17388Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
17389
17390	Merge in support for Mac MPW as a host.
17391	(Old change descriptions retained for informational value.)
17392
17393	* mpw-config.in: Add generic include forwards for cpu-specific
17394	include files in aout and elf directories.
17395
17396	* mpw-configure: Added copyright.
17397	* mpw-config.in: Check for presence of required build tools.
17398	(target_libs): Add newlib.
17399	(target_tools): Add examples.
17400	(Read Me): Generate as "Read Me for MPW" instead.
17401	* mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17402	(all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17403	(do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17404
17405	* mpw-configure: Remove subdir-specific makefile hackery,
17406	delete mk.tmp after using it.
17407
17408	* mpw-build.in (all): Display start and end times.
17409
17410	* mpw-configure (host_canonical): Set.
17411	(target_cpu): Always add to makefiles.
17412	(ARCHDEFS, EMUL): Add to makefile only if nonempty.
17413	(TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17414	(mpw-mh-mpw): Look for in srcdir and srcroot.
17415	Use sed instead of mpw-edit-prefix to edit prefix definitions.
17416
17417	* mpw-build.in: (install-only): New target.
17418
17419	* mpw-configure (host_alias, target_alias): Rename from hostalias
17420	and targetalias, add into generated Makefile.
17421	(mk.tmp): If present, add into generated Makefile.
17422	* mpw-build.in (all-gas): Build config.h first before gas proper.
17423
17424	* mpw-configure (config.status): Write only if changed.
17425	* mpw-config.in (readline): Configure it (not built, just used for
17426	definitions).
17427
17428	* mpw-config.in (elf/mips.h): Add a forward include.
17429
17430	* mpw-config.in: Forward-include most .h files in include into
17431	extra-include.
17432	(readline): Don't build.
17433	mpw-build.in (install): Install GDB.
17434
17435	* mpw-configure (prefix, mpw_prefix): Handle it.
17436	* mpw-config.in (mmalloc, readline): Don't configure.
17437	* mpw-build.in (thisscript): Rename to ThisScript.
17438	Use mpw-build instead of BuildProgram everywhere.
17439	(mmalloc, readline): Don't build.
17440	* mpw-README: New file, basic documentation about the MPW port.
17441
17442	* mpw-config.in: Use forward-include to create include files.
17443
17444	* mpw-configure: Add more things to the top of each configured
17445	Makefile, including contents of config/mpw-mh-mpw.
17446	* mpw-config.in (extra-include): Create this directory and fill it
17447	with Posix-like include files when configuring.
17448
17449	* config.sub (apple, mac, mpw): Add various aliases.
17450
17451	* mpw-build.in: New file, top-level build script fragment for MPW.
17452	* mpw-configure: New file, configure script for MPW.
17453	* mpw-config.in: New file, config fragment for MPW.
17454
17455Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17456
17457	* configure.in (host_libs): Remove glob, since it is gone from the
17458	sources.
17459
17460Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17461
17462	* Makefile.in: define empty GDB_NLM_DEPS var.
17463
17464	* configure.in(target_makefile_frag): use config/mt-netware
17465	for netware targets.
17466
17467Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17468
17469	* config.sub: Merge in recent FSF changes.  Remove linux special
17470	cases.
17471
17472Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17473
17474	Revert this change:
17475
17476	Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
17477
17478		* build-all.mk: Use CC=cc -Xs on Solaris.
17479
17480Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17481
17482	* glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
17483	stop using it.
17484	* Makefile.in: Nuke all references to glob subdirectory.
17485
17486Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17487
17488	* configure.in: Fix --enable-shared logic in per-host.
17489
17490Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17491
17492	* configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17493
17494Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17495
17496	* configure.in (noconfigdirs): Don't build gas on AIX, for
17497	powerpc*-*-aix* as well as for rs6000*-*-aix*.
17498
17499Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
17500
17501	* configure: Fix --cache-file to work if the file argument is a
17502	relative path.
17503
17504Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
17505
17506	* configure: If the --cache-file is used, pass it down to
17507	configure in subdirectories.
17508
17509Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
17510
17511	* config.sub: add vxworks29k configuration.
17512
17513Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17514
17515	* Makefile.in (taz): Do "diststuff" part quietly.
17516
17517Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17518
17519	* config.sub: Mini-merge with gcc/config.sub.
17520
17521Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17522
17523	* config.guess (IRIX): Sed - to _.
17524
17525Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17526
17527	* Makefile.in (source-vault, binary-vault): New targets.
17528
17529Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
17530
17531	* config.sub: Recognize -eabi as a basic system type.
17532
17533Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17534
17535	* configure.in (enable_shared stuff): Fix typo.
17536
17537Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
17538
17539	* Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17540
17541Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17542
17543	* Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17544
17545Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
17546
17547	* configure.in (rs6000-*-*): Don't build gas.
17548
17549Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
17550
17551	* Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17552	reduce command line length.
17553	(AS_FOR_TARGET): Check for as.new, not Makefile.
17554	(NM_FOR_TARGET): Check for nm.new, not Makefile.
17555
17556Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17557
17558	* config.guess:  Merge from FSF.
17559
17560Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17561
17562	* configure: Don't use $ when handling program_suffix.
17563
17564Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
17565
17566	* configure.in:  Configure tk for hppa/hpux.
17567
17568Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17569
17570	* Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
17571
17572Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17573
17574	* Makefile.in:  Move -fno-implicit-template from CXXFLAGS
17575	to LIBCXXFLAGS.  Tests are better run without it.
17576
17577Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
17578
17579	* Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17580
17581Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
17582
17583	* configure.in (*-*-netware*): Don't configure xiberty.
17584
17585Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
17586
17587	* configure.in:  Remove tk from native_only list.
17588
17589Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
17590
17591	* build-all.mk: Add mips-ncd-elf target to sun4 targets
17592	  for special NCD build.
17593
17594Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17595
17596	* Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17597	makeall.bat, they're only useful for binutils snapshots.
17598	(binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17599	makeall.bat to specified SUPPORT_FILES.
17600
17601Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
17602
17603	* build-all.mk: Add Ericsson targets to sun4 and solaris
17604	  hosts.  Add  BNR's sun4 target to solaris host, so their
17605	  build-from-source will be tested in-house first.
17606
17607Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17608
17609	* Makefile.in (LIBCFLAGS): New variable.
17610	(CFLAGS_FOR_TARGET): Ditto.
17611	(LIBCFLAGS_FOR_TARGET): Ditto.
17612	(LIBCXXFLAGS): Ditto.
17613	(CXXFLAGS_FOR_TARGET): Ditto.
17614	(LIBCXXFLAGS_FOR_TARGET): Ditto.
17615	(BASE_FLAGS_TO_PASS): Pass them.
17616	(EXTRA_TARGET_FLAGS): Ditto.
17617
17618	* configure.in: Support --enable-shared.
17619
17620Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17621
17622	* configure.in (target_libs):  Include libstdc++ again.
17623	* config.guess:  Update from FSF (for FreeBSD).
17624
17625Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17626
17627	* Makefile.in (DEVO_SUPPORT): Include configure.bat and
17628	makeall.bat.
17629	(DISTDOCDIRS): Add `etc'.
17630	(ETC_SUPPORT_PFX): New variable.
17631	(taz): Include anything from etc starting with a word in
17632	ETC_SUPPORT_PFX.
17633
17634Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17635
17636	* config.sub: Update for recent FSF changes.  Remove obsolete
17637	h8300hds entry.  Add -windows* and -osx as basic os.  Minor
17638	spacing changes.
17639
17640Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17641
17642	* configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
17643
17644	* config.guess:  Merge with FSF.
17645	* configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17646
17647Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17648
17649	* configure: Since the "trap 0" handler will override the exit
17650	status on many systems, only use it for "exit 1", and make it set
17651	a non-zero exit status; reset it before "exit 0".  Also, check
17652	exit status of config.sub, and error out if it failed.
17653
17654Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
17655
17656	* Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17657	and install libgloss.
17658
17659Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17660
17661	* Makefile.in (all-binutils): Depend upon all-byacc.
17662
17663	* configure.in: Don't build emacs on Irix 5.
17664
17665Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17666
17667	* configure.in (*-*-netware*): Add libio.
17668
17669Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17670
17671	* Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17672	(CHECK_TARGET_MODULES): Ditto.
17673	(INSTALL_TARGET_MODULES): Ditto.
17674	(TARGET_LIBS): Ditto.
17675	(all-libstdc++): Note dependencies.
17676
17677Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17678
17679	* Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17680
17681Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17682
17683	* Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17684	-fexternal-templates.
17685
17686	* configure.in (target_libs): Add libstdc++.
17687	(noconfigdirs): Add libstdc++ as appropriate.
17688
17689Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17690
17691	* config.guess:  Update from FSF.
17692
17693Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17694
17695	* configure: Use ${config_shell} when running ${configsub}.
17696
17697Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
17698
17699	* config.sub: No longer recognize h8300h.
17700
17701Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17702
17703	* config.sub: Remove extraneous differences between config.sub and
17704	gcc/config.sub.
17705
17706Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17707
17708	* Makefile.in (DISTSTUFFDIRS): Add gas.
17709
17710Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
17711
17712	* COPYING.NEWLIB: New file.
17713
17714Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17715
17716	* config.guess (HP-UX):  Patch from Harlan Stenn
17717	<harlan@landmark.com> to also emit release level.
17718
17719Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17720
17721	* config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17722
17723Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17724
17725	* config.sub:  Merge nextstep cleanup from FSF.
17726
17727Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17728
17729	* configure.in (arm-*-*): Don't configure ld for this target.
17730
17731Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17732
17733	* configure.in (*-*-netware): don't configure libg++, libio,
17734	  librx, or newlib.
17735
17736Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17737
17738	* configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
17739	configure ld--it works, but it doesn't support shared libraries.
17740
17741Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17742
17743	* config.guess (*-unknown-freebsd*):  Get rid of possible
17744	trailing "(Release)" in version string.
17745	Patch from Paul Richards <paul@isl.cf.ac.uk>.
17746
17747Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17748
17749	* config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17750	Fix type: *-next-neststep -> *-next-nextstep.
17751
17752	* config.guess:  Merge from FSF:
17753
17754	Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
17755
17756	* config.guess: Recognize powerpc-ibm-aix3.2.5.
17757
17758	Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
17759
17760	* config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17761	instead of UNIX_SV for UnixWare 1.0).
17762
17763Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
17764
17765	* Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
17766	to make gdb/nlm/* build after the compiler and linker.
17767
17768Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17769
17770	* config.guess (netbsd, freebsd, linux):  Accept any machine,
17771	not just i[34]86.
17772	(m68k-atari-sysv4):  Relocate to match FSF version.
17773
17774	* config.guess:  More merges from the FSF:
17775
17776	Add a space before function call or macro invocation.
17777
17778	Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17779
17780	* config.guess: Add trap cmd to remove dummy.c and dummy when
17781	interrupted.
17782
17783	Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17784
17785	* config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17786	(dummy): Redirect stderr from compilation of dummy.c.
17787
17788	Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
17789
17790	* config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17791
17792Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
17793
17794	* configure: Accept and ignore --cache*, for compatibility with
17795	new autoconf.
17796
17797Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17798
17799	* config.guess:  Merge from FSF:
17800
17801	Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17802
17803	* config.guess (Pyramid*:OSx*:*:*): New case.
17804	(PATH): Add /.attbin at end for finding uname.
17805	(dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
17806
17807	Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
17808
17809	* config.guess (M88*:DolphinOS:*:*): New case.
17810
17811	Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
17812
17813	* config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17814	to select whether to use ELF or COFF.
17815
17816	Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17817
17818	* config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17819
17820	Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
17821
17822	* config.guess: Guess the OS version for HPUX.
17823
17824	Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
17825
17826	* config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17827
17828Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17829
17830	* configure.in: Recognize --with-headers, --with-libs, and
17831	--without-newlib.
17832	* Makefile.in (all-xiberty): Depend upon all-ld.
17833
17834Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17835
17836	* configure.in: Change i[34]86 to i[345]86.
17837
17838Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17839
17840	* configure (version): A few more tweaks to help message.
17841
17842Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17843
17844	* Makefile.in:  Remove (for now) librx as a host library,
17845	now that we're building it for target.
17846
17847Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17848
17849	* configure: Fix up help message; from karl@owl.hq.ileaf.com
17850	(Karl Berry).
17851
17852Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17853
17854	* configure.in:  Also configure librx.
17855
17856Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17857
17858	* Makefile.in:  Update various rules to reflect that librx
17859	is now needed for libg++.
17860
17861Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17862
17863	* config.sub: Accept mips64orion and mips64orionel as a CPU name.
17864
17865Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
17866
17867	* configure.in: Configure the examples directory.
17868
17869Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17870
17871	* configure: Simplify Jun 2 1994 change.
17872
17873Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17874
17875	* change CC to /usr/latest/bin/gcc for lynx host builds, since
17876	/bin/gcc isn't good enough to build gcc.
17877
17878Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
17879
17880	* Makefile.in (GDB_SUPPORT_FILES): Remove
17881	(setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
17882	(gdb.tar.gz): Add new rule to use standard distribution building
17883	mechanism.
17884
17885Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17886
17887	* configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
17888	Bill Cox <bill@cygnus.com>.
17889
17890Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17891
17892	* config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
17893
17894Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
17895
17896	* configure:  Search current dir first in .gdbinit.
17897
17898Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17899
17900	* config.sub:  Recognize freebsd (merged from gcc config.sub).
17901
17902Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17903
17904	* config.sub:  Refer to NeXT's operating system as nextstep.
17905
17906	* config.sub (case $basic_machine):  Re-order the cases, to match
17907	the order in the FSF version (which is mostly alphabethical).
17908	Merge in some additions and changes from the FSF.
17909
17910Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
17911
17912	* config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17913	* config.sub: Recognize cxux7.
17914	* configure.in: Use mh-cxux for m88k-harris-cxux*.
17915
17916Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17917
17918	* config.sub:  Fix typo powerpc -> powerpc-*.
17919
17920Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
17921
17922	* Makefile.in: `all-emacs19' depends on `all-byacc'.
17923
17924	* Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17925	parallel with all-emacs and install-emacs).  Top-level command
17926	`make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17927
17928Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17929
17930	* test-build.mk ($(host)-stamp-stage2-installed): Remove
17931	$(relbindir)/make before doing ``make install'', and use
17932	$(GNU_MAKE) while doing it.  Avoids problem on SunOS with
17933	installing over running make binary.
17934	($(host)-stamp-stage3-installed): Likewise.
17935
17936Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17937
17938	* config.guess: Recognize Mach.
17939
17940Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17941
17942	* configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17943	see whether --exec-prefix was used.
17944
17945Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17946
17947	* README:  Explicitly mention libg++/README.  (Zoo's idea.)
17948
17949Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17950
17951	* Makefile.in: Add all-librx target similar to all-libproc.
17952
17953Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
17954
17955	* config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
17956	with post 1.2 uname bogosity.
17957
17958Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17959
17960	* configure: Remove temporary files on receipt of a signal.
17961
17962Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
17963
17964	* configure: If there is a package_makefile_frag, remove
17965	${subdir}/Makefile.tem after copying it in.
17966
17967Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17968
17969	* build_all.mk: support rs6000 lynx identifies itself as
17970	rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
17971	since /bin/gcc is too feeble to compile a modern gcc.
17972
17973Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17974
17975	* brought devo/test-build.mk update-to-date with progressive/
17976	  test-build.mk. Add lynx targets and hppa flag info.
17977
17978Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17979
17980	* configure.in:  Use mh-ncrsvr43.  Patch from
17981	Tom McConnell <tmcconne@sedona.intel.com>.
17982
17983Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17984
17985	* config.guess (i386-unknown-bsdi):  No longer need to
17986	check #if defined(__bsdi__) && defined(__i386__).
17987
17988Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17989
17990	* configure: Set program_transform_nameoption correctly.
17991
17992Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17993
17994	* brought build-all.mk update-to-date with progressive build-all.mk,
17995	  added new targets and hppa info.
17996
17997Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17998
17999	* configure: If config.guess result is a prefix of the user
18000	specified target, assume a native build and use the user specified
18001	target as the host alias.  Remove SunOS patch suffix removal hack.
18002	* configure.in: Remove SunOS patch suffix removal hack.
18003
18004	* Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
18005	in NATIVE_CHECK_MODULES.
18006
18007Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
18008
18009	* Makefile.in: Rename HOST_ONLY to NATIVE.
18010	* configure: Delete SunOs patch suffix from host_canonical
18011	  and build_canonical variables that are prepended to Makefiles.
18012	* configure.in: Add comments for easier maintenance.
18013
18014Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18015
18016	* Makefile.in: Add all-libproc target similar to all-gui.
18017
18018Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
18019
18020	* Makefile.in (CHECK_MODULES): split into
18021	HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
18022
18023Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
18024
18025	* config.guess (i386-unknown-bsdi): New system to guess.
18026
18027Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18028
18029	* Makefile.in: Add all-gui target (but not yet build by "all").
18030
18031Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
18032
18033	* config.sub: Move deletion of patch suffix from here...
18034	* configure.in: To here, at Ian's suggestion.  The top-
18035	  level scripts might need to know of a patch level.
18036
18037Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
18038
18039	* config.sub: Strip off patch suffix so rtl is recognized
18040	  as a sunos4.1.3 machine, even though it's been patched.
18041
18042Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
18043
18044	* Makefile.in (INSTALL_LAST): Delete.
18045	(INSTALL_DOSREL): New.
18046
18047Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18048
18049	* configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
18050	Don't set use_gnu_ld to no for *-*-sysv4; that only controls
18051	whether we pass down --with-gnu-ld anyhow.
18052
18053Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
18054
18055	* Makefile.in (INSTALL_LAST): Change operation so it works
18056	on more flavors of make.
18057	* configure.in (go32): Don't build libg++ or libio.
18058
18059Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
18060
18061	* Makefile.in (Move HOST_PREFIX_1 and friends up so
18062	they can be overriden by templates.
18063
18064Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
18065
18066	* configure.in (target==go32): Don't build gdb.
18067	* dosrel: New directory.
18068
18069Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
18070
18071	* configure.in (host==go32): Configure dosrel too.
18072	* Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
18073	(HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
18074	be set by incoming names or templates.
18075	(INSTALL_LAST): New rule.
18076
18077Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
18078
18079	* config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
18080
18081Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18082
18083	* configure.in (appdirs): New variable.  Currently empty, but will
18084	be used in gas distribution.  If nonempty, lists a set of
18085	directories at least one of which must get configured, or top
18086	level configuration is considered to have failed.
18087	(rs6000-*-lynxos*): Use new file name.
18088
18089Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18090
18091	Eliminate XTRAFLAGS.
18092	* Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
18093	newlib include files using -idirafter, and also use -nostdinc.
18094	(CXX_FOR_TARGET): Likewise.
18095	(XTRAFLAGS): Removed.
18096	(BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
18097	(EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
18098	(EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
18099	($(DO_X)): Don't pass down XTRAFLAGS.
18100
18101Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18102
18103	* configure.in (mips*-dec-bsd*): New target; do build linker.
18104	(mips*-*-bsd*): New target; don't build linker.
18105
18106Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18107
18108	* configure.in: support rs6000-*-lynxos* configuration.
18109	support sunos4 as a cross target.
18110
18111	* config.sub: look for lynx*, not lynx since the OS version may
18112	legitimately be part of the name.
18113
18114Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18115
18116	* configure.in (i[34]86-*-sco*): Move to be with other i386
18117	targets.
18118	(romp-*-*): New target.  Skip various binary utilities.
18119	(vax-*-*): New target.  Don't build newlib.
18120	(vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
18121
18122Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18123
18124	* configure.in: Only set host_makefile_frag if config
18125	directory exists.
18126
18127Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18128
18129	* install.sh: If $dstdir exists, don't check whether each
18130	component does.
18131
18132Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18133
18134	* test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18135
18136Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
18137
18138	* configure.in (*-*-lynxos*): Don't configure newlib for either
18139	native or cross Lynx.
18140
18141Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
18142
18143	* config.sub (sparc64-elf): Fix os.
18144	(z8k): Remove duplicate.
18145
18146Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18147
18148	* Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18149	gcc/stmp-fixproto, to try to prevent fixproto from being run.
18150
18151Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
18152
18153	* configure: Make file links cleanly even if Lynx fails on
18154	  an NFS symlink (at least fail cleanly).
18155
18156Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18157
18158	* test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18159	-XNh2000.
18160
18161Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18162
18163	* configure: Unknown options are fatal again.
18164
18165Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
18166
18167	* configure: Ignore --x-includes and --x-libraries, for Autoconf
18168	compatibility.
18169
18170Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
18171
18172	* build-all.mk: Add `clean' target.
18173
18174Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18175
18176	* config.guess:  Add SINIX support.
18177	* configure.in:  Add mips-*-sysv4* support.
18178
18179Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
18180
18181	* build-all.mk: Document all useful targets.
18182	If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18183	If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18184
18185Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18186
18187	* configure: Support --silent, --quiet.
18188
18189Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18190
18191	* configure: Support --disable-FEATURE.
18192
18193Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18194
18195	* config.guess: Recognize NCR running SVR4.3.
18196
18197Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18198
18199	* config.guess:  Make BSDI generate i386-unknown-bsd386.
18200	Patch from Paul Eggert <eggert@twinsun.com>.
18201
18202Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18203
18204	* configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18205
18206Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18207
18208	* configure: Make unrecognized options give nonfatal warnings
18209	instead of fatal errors, and pass them to any subdirectory
18210	configures in case they recognize them.
18211	Make --x equivalent to --with-x.
18212
18213Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18214
18215	* configure: Add --enable-* options.  Clean up usage message and
18216	some comments.
18217
18218Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
18219
18220	* Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18221
18222Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18223
18224	* configure.in (hppa*-*-*): Enable binutils.
18225
18226Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18227
18228	* config.sub: Recognize cisco.
18229
18230Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
18231
18232	* Makefile.in (CXXFLAGS): Add -fexternal-templates.
18233
18234Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18235
18236	* config.guess: about target *-hitachi-hiuxwe2, don't print more
18237	than one configuration name.  Add comment.
18238
18239Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
18240
18241	* config.guess: about target *-hitachi-hiuxwe2, fixed
18242	machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
18243	macro is incorrect.]
18244
18245Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18246
18247	* Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18248	than the "make ls" stuff which used to be here.
18249
18250Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18251
18252	* config.guess:  Recognize i[34]86-unknown-freebsd.
18253	From Shawn M Carey <smcarey@rodan.syr.edu>.
18254
18255Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18256
18257	* configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18258
18259Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
18260
18261	* config.guess: Check for ptx.
18262
18263Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
18264
18265	* config.sub: Add os9k checking.
18266
18267Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18268
18269	* config.guess: Handle OSF1 running on HPPA processors
18270
18271Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18272
18273	* configure: If subdir configure fails, print out a message with
18274	subdirectory name, in case subdir's configure code didn't identify
18275	itself.
18276
18277Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
18278
18279	* configure.in: Remove embedded newlines from configdirs.
18280	Avoid mismatches of substrings.  Fix matching strings at end
18281	of configdirs.
18282
18283Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
18284
18285	* config.guess:  Add Lynx/rs6000 config support.
18286
18287Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18288
18289	* configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18290
18291Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
18292
18293	* configure.in (hppa*-*-osf*): Treat this just like most other
18294	PA configurations (eg no binutils or ld).
18295	(hppa*-*-*elf*): These configurations have binutils and ld.
18296
18297Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18298
18299	* config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
18300
18301Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18302
18303	* configure.in (rs6000-*-*): Build gas.
18304
18305Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18306
18307	* Makefile.in:  Avoid bug in losing hpux sed.
18308
18309Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18310
18311	* Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18312	for GDB and GDB has been fixed to not need it.
18313
18314Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18315
18316	* config.guess: Recognize vax hosts.
18317
18318Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18319
18320	* configure (while loop): Don't use "break 2" inside case
18321	statement -- the case statement isn't an enclosing loop.
18322
18323Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18324
18325	* config.guess:  Clean up NeXT support, to allow nextstep
18326	on Intel machines.  Make OS be nextstep.
18327
18328Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
18329
18330	* config.guess: Add alternate forms for Convex.
18331
18332Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
18333
18334	* configure:  Completely rewrite option processing.  Take
18335	advantage of pattern-matching to avoid invoking test frequently.
18336	Also clean up host and target defaulting logic.
18337
18338Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18339
18340	* Makefile.in: Replace all occurrances of "rootme" with "r" and
18341	"$${rootme}" with "$$r", to increase the likelihood that the do-*
18342	commands (plus user environment) will fit SCO limits.
18343
18344Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18345
18346	* configure.in: Don't issue warnings about directories which are
18347	not being configured if -norecursion is set.  Correct test for
18348	--with-gnu-as and --with-gnu-ld to not get confused by substring
18349	matches.
18350
18351	* configure.in: Don't build gas for alpha-dec-osf1*.
18352
18353Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
18354
18355	* configure:  Back out Per's change of 12/19/1993.  It changes the
18356	behavior of configure in unexpected and confusing ways.
18357
18358	Also, use different delim char when calculating
18359	program_transform_name so that the name can contain slashes.
18360
18361Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
18362
18363	* configure.in, config.sub: Add support for VSTa micro-kernel.
18364
18365Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
18366
18367	* configure.in: Nuke hacks which were used to get a special
18368	version of GAS for HPPA configurations.
18369
18370Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18371
18372	* configure:  If only ${target_alias} is given, use that
18373	as the default for ${host_alias}.
18374	* configure:  Add missing back-slashes before nested quotes.
18375
18376Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18377
18378	* Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18379
18380Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
18381
18382	* config.guess:  Recognize some Tektronix configurations.
18383	From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18384
18385Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18386
18387	* config.sub: Match any flavor of SH.
18388
18389Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
18390
18391	* configure.in: Don't try to configure newlib for Alpha.
18392
18393Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18394
18395	* configure.in: Don't build ld for Irix 5.  Don't build gas,
18396	libg++ or libio for any Alpha target.
18397
18398	* configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18399
18400Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
18401
18402	* Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18403	default arguments -- so it tried to compress itself.
18404
18405Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18406
18407	* configure.in (notsupp): ensure that a space is always at the end
18408	  of the configdirs list, since the grep checks for an explicit space
18409
18410Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18411
18412	* configure.in (target i386-sysv4.2): don't build ld, since static
18413	  versions of many libraries are not available.
18414
18415Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18416
18417	* config.guess: Recognize Apollos (using environment variables).
18418	* configure.in: Don't configure ld, binutils, or gprof for Apollo.
18419
18420Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18421
18422	* config.guess: Recognize Sony news mips running newsos.
18423
18424Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
18425
18426	* Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18427	"fi ; else" for bash.
18428
18429Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
18430
18431	* Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18432
18433Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
18434
18435	* config.sub: accept unixware as an alias for svr4.2.
18436	Fix some inconsistancies with the gcc version.
18437
18438Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18439
18440	* Makefile.in (DISTDOCDIRS):  Add gdb.
18441
18442Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18443
18444	* Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
18445
18446Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18447
18448	* Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18449	(DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18450	this now.
18451
18452Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18453
18454	* config.sub: Accept hiux* as an OS name.
18455
18456	* Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18457	etc/make-stds.texi.  The underscore came from gcc, and dje now
18458	agrees that RUNTESTFLAGS is the correct name.
18459
18460Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18461
18462	* install.sh:  Remove 'set -e'.  It makes any conditionals
18463	in the script useless.
18464
18465	* config.guess: Automatically recognize arm-acorn-riscix
18466	Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18467
18468Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
18469
18470	* Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18471
18472Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18473
18474	* Makefile.in (DISTDOCDIRS): New variable.
18475	(taz): Edit local Makefile.in sooner, instead of proto-toplev
18476	Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
18477
18478Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18479
18480	* configure.in (hppa target): check the source directory for the
18481	  pagas sub-directory
18482
18483Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
18484
18485	* config.sub: Allow -aout* and -elf*.
18486
18487Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18488
18489	* configure.in: Don't build ld on i386-solaris2, same as for
18490	sparc-solaris2.
18491
18492Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18493
18494	* Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18495
18496Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18497
18498	* configure.in:  Configure gdb for alpha.
18499
18500Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18501
18502	* Makefile.in (CXXFLAGS): Add -O.
18503
18504Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18505
18506	* config.guess: added support for DG Aviion
18507
18508Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18509
18510	* configure.in: Produce warning message for subdirectories not
18511	configurable for this host/target combination.  Don't try to
18512	configure gdb for vms.
18513
18514Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18515
18516	* Makefile.in (taz): Replace "byacc" with "bison -y" in the
18517	appropriate files before making "diststuff".
18518	(DISTBISONFILES): New var: list of files to be edited.
18519	(DISTSTUFFDIRS): Add binutils.
18520
18521Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18522
18523	* config.sub: also handle mipsel and mips64el (for little endian mips)
18524
18525Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18526
18527	* configure.in: Add * to end of all OS names.
18528
18529Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
18530
18531	* configure.in: Build newlib for LynxOS native.
18532
18533Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18534
18535	* config.guess: Add support for delta 88k running SVR3.
18536
18537	* configure.in: Add comment about HP compiler vs. emacs.
18538
18539Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18540
18541	* configure.in: don't build ld on solaris2 (not a viable option
18542	  due to bugs in getpwnam & getpwuid)
18543
18544Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18545
18546	* configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18547	config.guess will produce a full version number.
18548
18549Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18550
18551	* configure.in: Build linker and binutils for alpha-dec-osf1.
18552
18553Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18554
18555	* Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18556	and gdb/testsuite/Makefile.in.
18557
18558Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18559
18560	* configure.in: recognize mips*- instead of mips-
18561
18562Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18563
18564	* config.sub: Accept linux*coff and linux*elf as operating
18565	systems.
18566
18567Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18568
18569	* config.sub: Recognize mips64, and mips3 as an alias for it.
18570
18571Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18572
18573	* configure.in: Remove alpha-dec-osf*, no longer necessary now that
18574	gdb knows how to handle OSF/1 shared libraries.
18575
18576Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18577
18578	* configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18579	* config.guess: Recognize Hitachi's HIUX.
18580	* config.sub: Recognize h3050r* and hppahitachi.
18581	Remove redundant cases for hp9k[23]*.
18582
18583Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18584
18585	* configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18586	if gas and ld are in the source tree and are in ${configdirs}.
18587	If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18588	--with options (but still pass them down on the command line,
18589	if they were explicitly specified).
18590
18591Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18592
18593	* configure: substitute SHELL value in Makefile.in with
18594	${CONFIG_SHELL}
18595
18596Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18597
18598	* configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18599	*-*-solaris2* targets.
18600
18601Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18602
18603	* Makefile.in: define M4, and pass it down to sub-makes;
18604	all-autoconf now depends on all-m4
18605
18606Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18607
18608	* Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18609	presence of {ar,ranlib} instead of a configured directory
18610
18611Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
18612
18613	* config.guess: Accept 34?? as well as 33?? for NCR.
18614
18615Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18616
18617	* configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18618	of 'gas' in sed commands, since 'gash' is now in the tree as well.
18619
18620Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18621
18622	* configure: grab values for $(CC) and $(CXX) from the
18623	environment, so that someone can do "CC=gcc configure; make" and
18624	have it work right (matching the way that autoconf works now)
18625
18626	* configure.in, Makefile.in: add support for gash, the tcl
18627	interface to Galaxy
18628
18629	* config.guess: add NetBSD variants (hp300, x86)
18630
18631Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
18632
18633	* install.sh: Support -d option (in the manner of SunOS 4 install,
18634	as it is more deterministic than that of GNU install)
18635	(chmodcmd): Set file to mode 755 by default (should also do default
18636	chgrp and chown, but I don't feel like dealing with that now)
18637
18638Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
18639
18640	* config.sub: Remove h8300hhms alias.
18641
18642Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18643
18644	* configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18645
18646Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18647
18648	* Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18649	as stmp-fixinc
18650
18651Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18652
18653	* config.sub: recognize m88110-bug-coff.
18654
18655Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18656
18657	* Makefile.in (all-libio): all dependencies on the toolchain used
18658	to build this (gcc, gas, ld, etc)
18659
18660Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18661
18662	* config.guess: Deal with OSF/1 1.3 on alpha.
18663
18664Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18665
18666	* install.sh: add some 'else true' clauses for portability
18667
18668	* configure.in: don't build libio for h8[35]00-*-* targets
18669
18670Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18671
18672	* Makefile.in:  Add support for new libio.
18673
18674Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18675
18676	* install.sh: If one command fails, don't try the rest.  Don't try
18677	to remove $dsttmp (via trap) unless we have already created it.
18678	If $src doesn't exist, detect it and exit with an error.
18679
18680	* config.guess: Recognize BSD on hp300.
18681
18682Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18683
18684	* config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18685	Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18686
18687Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
18688
18689	* Makefile.in (all-send-pr): depends on all-prms
18690
18691Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18692
18693	* config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18694
18695Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18696
18697	* config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18698	Added test for mips-mips-riscos5.
18699
18700Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18701
18702	* configure.in: use mh-hp300 for 68k HP hosts
18703
18704Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18705
18706	* configure: add support for CONFIG_SHELL, so that you can use
18707	some alternate shell for evaluating configure scripts
18708
18709Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
18710
18711	* Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
18712	in configure script to bug-gdb@prep.ai.mit.edu when building
18713	distribution archive.
18714	* Makefile.in (COMPRESS):  Remove def.
18715	* Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
18716	gdb.tar.Z and make-gdb.tar.Z respectively.
18717	* Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
18718	* Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
18719	to convergence with 'taz' target in Makefile.in.
18720
18721Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18722
18723	* install.sh (dsttmp): use trap to ensure that tmp files go
18724	away on error conditions
18725
18726Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18727
18728	* Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18729
18730Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18731
18732	* Makefile.in (install-dirs): Deal with a prefix like /gnu;
18733	its parent is '/' not ''.
18734
18735	* Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18736
18737Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
18738
18739	* configure: if ${newsrcdir}/configure doesn't exist, don't assume
18740	that ${newsrcdir}/configure.in does.
18741
18742Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18743
18744	* test-build.mk: support for CONFIG_SHELL
18745
18746Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
18747
18748	* config.sub (netware):  Add as a basic system type.
18749
18750Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18751
18752	* Makefile.in (Makefile): depend on configure.in.  Also drop the
18753	  $(srcdir)/ from the dependency on Makefile.in.
18754
18755Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
18756
18757	* config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18758	(h8300hhms is temporary until multi-libraries are implemented).
18759	* configure.in: Handle h8300h too.
18760
18761Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18762
18763	* config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18764
18765Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
18766
18767	* configure:  Remove extraneous output when guessing host type.
18768	* config.guess:  Remove extraneous output when guessing using C
18769	compiler rather than uname, or when guessing fails.
18770
18771Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
18772
18773	* Makefile.in: remove all.cross and install.cross targets
18774
18775	* configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18776	  definitions
18777
18778Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
18779
18780	* configure.in (target sh): Build gprof.
18781
18782Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18783
18784	* config.sub: change -solaris to -solaris2
18785
18786Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18787
18788	* configure.in: Use config/mh-riscos for mips-*-sysv*.
18789
18790Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
18791
18792	* configure: Correct error message for missing Makefile.in to
18793	print correct directory.
18794
18795Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18796
18797	* install.sh: kludge around 386BSD shell bug
18798
18799Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
18800
18801	* config.guess:  Recognize NeXT.
18802	* config.guess:  Recognize i486-ncr-sysv4.
18803	* Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
18804
18805Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
18806
18807	* Makefile.in (MAKEINFOFLAGS): New variable.
18808	(FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18809	* build-all.mk, test-build.mk: Pass down --no-split as
18810	MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
18811
18812Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
18813
18814	* Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
18815
18816Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
18817
18818	* Makefile.in (libg++.tar.z):  New rule.
18819	* Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
18820	* Makefile.in (taz):  Only do a single chmod.
18821
18822Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18823
18824	* install.sh: don't use dirname anymore (replaced with sed usage)
18825
18826Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
18827
18828	* Makefile.in:  Change extension for gzip'd files from '.z' to
18829	'.gz' per new FSF standard usage.
18830
18831Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18832
18833	* configure: put quotes around the final value of program_transform_name
18834
18835Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18836
18837	* Makefile.in: new install.sh support; update install-info rules
18838
18839Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
18840
18841	* configure.in: Build diff for crosses, but not for go32 host.
18842
18843	* configure.in: Build gprof only for native, and don't build it
18844	for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18845
18846Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
18847
18848	* configure.in: don't build gas,ld,binutils on for *-*-sysv4
18849
18850Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18851
18852	* configure.in (host_tools): Add prms.
18853
18854Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18855
18856	* Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18857	with $(FLAGS_TO_PASS) on the command line
18858
18859	* config.sub: Recognize lynx and lynxos
18860
18861Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18862
18863	* config.sub: Accept -ecoff*, not just -ecoff.
18864
18865Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18866
18867	* Makefile.in (taz): Use .gz suffix instead of .z.
18868	(binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18869	names.
18870
18871Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18872
18873	* Makefile.in (vault-install): add an 'else true' (for Ultrix)
18874
18875Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18876
18877	* Makefile.in (install-no-fixedincludes):  install gcc last, so
18878	that rebuilds that might happen during 'make install' don't get
18879	bogus gcc include files
18880
18881Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18882
18883	Change from Utah for HPPA support:
18884	* config.guess: Recognize hppa1.x-hp-bsd.
18885
18886Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
18887
18888	* config.guess:  Add support for Motorola Delta 68k, up to r3v7.
18889	Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18890
18891Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18892
18893	* config.sub: Add support for rom68k and bug boot monitors.
18894
18895Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
18896
18897	* Makefile.in: Make all-opcodes depend on all-bfd.
18898
18899Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18900
18901	* config.guess: Added special check for i[34]86-univel-sysv4*.
18902
18903Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
18904
18905	* config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18906	the processor rather than assuming i486.
18907
18908Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18909
18910	* config.guess: Recognize SunOS6 as Solaris3.
18911
18912Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
18913
18914	* config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
18915	Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18916
18917Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
18918
18919	* build-all.mk (all-cross): New target for Canadian Cross.
18920	Added Q2 go32 targets.
18921	* test-build.mk: Configure go32 cross sparclite-aout and
18922	mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
18923	PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18924
18925Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18926
18927	* configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18928	GO32 hosted toolchains
18929
18930Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18931
18932	* configure: change  so "-exec-prefix" gets passed down rather
18933	than "-exec_prefix" so autoconf generated Makefiles get the
18934	exec_prefix set right.
18935
18936Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18937
18938	* config.guess: get the Solaris2 minor version number
18939
18940	* Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18941
18942Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18943
18944	* config.guess: Recognize some Sequent platforms.
18945
18946Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18947
18948	* Makefile.in: added the vault-install target
18949
18950	* configure.in: actually use the Sun3 makefile fragment that's in
18951	config, also added the release dir to configdirs
18952
18953Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18954
18955	* Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18956
18957Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18958
18959	* configure.in: remove some program from Alpha targetted toolchains
18960
18961Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
18962
18963	* Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
18964	gprof.
18965	(taz): Run "make diststuff" in those directories instead of "make
18966	proto-dir".  Look for "VERSION=" only at start of line in subdir
18967	Makefile.  Use "gzip -9" for compression.
18968	(TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18969	(binutils.tar.z): New target.
18970
18971Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18972
18973	* Makefile.in (taz): Include gpl.texinfo.
18974
18975Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18976
18977	* Makefile.in (setup-dirs): Merged into "taz" target.
18978	(taz): Only do `proto-dir' stuff if a directory is actually needed
18979	for this target.
18980
18981Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
18982
18983	* Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18984	(FLAGS_TO_PASS): Pass down MUNCH_NM.
18985	(HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18986	(EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18987	(gcc-no-fixedincludes): Correct for current gcc Makefile.
18988
18989Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
18990
18991	* Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
18992	config.sub, and move-if-change to gdb testsuite distribution
18993	archive, so the testsuite can be extracted, configured, and
18994	run separately from the gdb distribution.  Blow away the Chill
18995	tests that require a Chill compiled executable, since GNU Chill
18996	is not yet publically available.
18997
18998Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18999
19000	* test-build.mk: set environment variables in a single command,
19001	instead of a list of assignments and exports
19002
19003	* config.guess: recognize Alpha/OSF1 systems
19004
19005Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19006
19007	* configure: Change help message to prefer --options rather than
19008	  -options.
19009
19010Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19011
19012	* config.sub: Convergent Tech. "miniframe" uses m68010, sez
19013	zippy@ecst.csuchico.edu.
19014	* config.guess: Recognize miniframe.
19015
19016Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19017
19018	* Makefile.in: Use srcroot to find runtest rather than rootme.
19019	Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
19020
19021Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19022
19023	* test-build.mk: Extensive additions to support building on a
19024	machine other than the host.
19025
19026Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19027
19028	* configure (tooldir): Fix for i386-aix again.
19029
19030Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
19031
19032	* configure, Makefile.in:  Change definition of $(tooldir)
19033	to match the FSF.
19034
19035Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
19036
19037	* config.guess:  Recognize i[34]86/SVR4.
19038
19039Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19040
19041	* Makefile.in (all-gdb): gdb depends on sim.
19042
19043Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
19044
19045	* Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
19046	at the same time we make the prototype gdb directory.
19047	* Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
19048	files at the same time as the gdb base release distribution.
19049
19050Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
19051
19052	* Makefile.in (check): Use individual check targets rather than
19053	DO_X rule.
19054	(check-gcc): Added.
19055
19056Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
19057
19058	* config.sub: Use sysv3.2 not sysv32 for canonical OS
19059	for System V release 3.2.
19060
19061Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19062
19063	* config.sub: Recognize hppaosf.
19064	* configure.in: Do configure ld/binutils/gas for it.
19065
19066Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19067
19068	* configure (tooldir): Alter syntax used to set this, for systems
19069	where "\$" isn't handled right, like i386-aix.
19070
19071Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19072
19073	* configure: Pass program-transform-name, not
19074	program_transform_name, to recursive configures.
19075
19076Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
19077
19078	* Makefile.in (gas+binutils.tar.z): New rule for building snapshots
19079	of gas+ld+binutils.
19080
19081Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
19082
19083	* config.guess:  Recognize AIX3.2 as distinct from 3.1.
19084
19085Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19086
19087	* configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
19088
19089Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19090
19091	* Makefile.in (PRMS): Set back to all-prms.
19092
19093Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19094
19095	* test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
19096	targets, rather than for MIPS hosts.
19097
19098Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19099
19100	* configure.in: add comment for --with-x default values
19101
19102	* config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
19103
19104	* Makefile.in: add check-* targets for each of the directories in
19105	the tree.  Add a definition of RUNTEST that will use the one we
19106	just built, if it exists.  Pass this down via FLAGS_TO_PASS.
19107
19108Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
19109
19110	* configure.in: Removed obsolete references to bfd_target and
19111	target_makefile_frag.
19112
19113	* build-all.mk: Set assorted targets for Q2.
19114	* config.sub: Recognize z8k-sim and h8300-hms.
19115	* test-build.mk: Really don't pass host to configure.
19116	(HOLES): Added uname.
19117
19118Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
19119
19120	* configure: Handle an empty program-prefix, program-suffix or
19121	program-transform-name correctly.
19122
19123Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19124
19125	* build-all.mk: -G 8 no longer required for MIPS targets.
19126	* test-build.mk: Don't pass host argument to configure; make it
19127	guess.
19128
19129Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
19130
19131	* Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
19132	* Makefile.in (COMPRESS):  New macro, like GZIP.
19133
19134Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19135
19136	* test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19137
19138	* build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19139	with gas currently defaults to -G 0.
19140
19141Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
19142
19143	* Makefile.in (all-flex): flex depends on byacc.
19144
19145	* build-all.mk: If host not specified, use config.guess.  Pass TAG
19146	to test-build.mk as RELEASE_TAG.
19147	* test-build.mk (configargs): New variable containing arguments to
19148	pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
19149	(FLAGS_TO_PASS): Pass down RELEASE_TAG.
19150
19151	* config.guess: Use /bin/uname when checking -X argument on SCO,
19152	to avoid invoking GNU uname which doesn't understand -X.
19153
19154	* test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19155
19156	* configure.in: Build gas for mips-*-*.
19157
19158Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19159
19160	* Makefile.in (all.normal): insert missing backslash.
19161
19162Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19163
19164	* build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19165
19166	* Makefile.in: Complete overhaul to merge many almost identical
19167	targets.
19168
19169Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19170
19171	* Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19172	(gdb.tar.Z): Adjusted.
19173
19174	* Makefile.in (setup-dirs, taz): New targets; should be general
19175	enough to adapt for gdb sometime.  Build only .z file.
19176	(gas.tar.z): New target.
19177
19178Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19179
19180	* build-all.mk: Use CC=cc -Xs on Solaris.
19181
19182Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
19183
19184	* Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
19185	for handling BISON for FSF releases.
19186
19187Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19188
19189	* configure: Actually implement the change zoo just documented.
19190
19191Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
19192
19193	* configure: when using config.guess, only set target_alias when
19194	it's not already been set (ie, on the command line)
19195
19196Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19197
19198	* Makefile.in: add installcheck target, set PRMS to install-prms
19199
19200Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19201
19202	* configure: add support for package_makefile_fragment, handle the
19203	case where a directory has a configure.in file but no Makefile.in
19204	more gracefully (with an actual understandable error message, even);
19205	add support for --without (and add this to the usage message); also
19206	explicitly add a --host=${host_alias} to the command line when
19207	config.guess is used
19208
19209Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19210
19211	* configure: Must use both --host and --target in recursive calls.
19212
19213Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19214
19215	* Makefile.in: Change deja-gnu to dejagnu.
19216
19217Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19218
19219	* configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19220
19221Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19222
19223	* configure.in: canonicalize all instances to *-*-solaris2*,
19224	also strip out a number of tools to not build for go32 host
19225
19226Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19227
19228	* config.guess: add GPL.
19229
19230	* Makefile.in, config.guess, config.sub, configure: bump
19231	  copyrights to 93.
19232
19233Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
19234
19235	* Makefile.in (do-info): Removed obsolete check for existence of
19236	localenv file.
19237
19238	* Makefile.in (MAKEOVERRIDES): Define to be empty.
19239
19240Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19241
19242	* Makefile.in: a couple of 'else true' for decstation,
19243	support for TclX
19244
19245	* configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19246
19247Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
19248
19249	* Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19250
19251Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
19252
19253	* config.guess: Recognize i386-ibm-aix (PS/2).
19254	* configure.in: Use config/mh-aix386 file for it.
19255
19256Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
19257
19258	* Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19259	CC_FOR_TARGET instead.
19260	(BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19261
19262Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
19263
19264	* Makefile.in: Add sim to list of directories sent with gdb
19265
19266Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19267
19268	* configure.in: Put back mips-dec-bsd* case.
19269
19270Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
19271
19272	(Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19273	* configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
19274	* config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19275
19276Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19277
19278	* configure.in: remove no-op mips-dec-bsd* in "case $target"
19279
19280	* Makefile.in (dir.info): only run gen-info-dir if it exists,
19281	(install-info): install dir.info only if it exists,
19282	(all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19283
19284Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
19285
19286	* configure.in: For vms target, skip bfd, ld, binutils.  Do build
19287	gas for mips-dec-bsd.
19288
19289Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
19290
19291	* configure (makesrcdir): If ${srcdir} is relative and not ".",
19292	and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19293
19294Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19295
19296	* configure.in: Added "dejagnu" to hosttools list.
19297
19298Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
19299
19300	* config.sub, configure.in, config.guess:  Add support
19301	for Bosx, an AIX variant from Bull.
19302	Patches from F.Pierresteguy@frcl.bull.fr.
19303
19304Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19305
19306	* devo/dejagnu: Initial creation of devo/dejagnu.
19307	Migrated dejagnu testcases and support files for testing software
19308	tools to reside as subdirectories, currently called "testsuite",
19309	within the directory of the software tool.  Migrated all programs,
19310	support libraries, etc. beloging to dejagnu proper from
19311	devo/deja-gnu to devo/dejagnu.	These files were moved "as is"
19312	with no modifications.	The changes to these files which will
19313	allow them to configure, build, and execute properly will be made
19314	in a future update.
19315
19316Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19317
19318	* Makefile.in: Change send_pr to send-pr.
19319	* configure.in: Likewise.
19320	* send_pr: Renamed directory to send-pr.
19321
19322Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
19323
19324	* Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
19325
19326Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
19327
19328	* README:  Update for gdb-4.8 release.
19329	* Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
19330	gdb-xxx.tar.z (gzip'd) file also.
19331
19332Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19333
19334	* Makefile.in: make all-diff depend on all-libiberty
19335
19336Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
19337
19338	* config.guess: add vax-ultrix in the spirit of mips-ultrix.
19339
19340Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19341
19342	* configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19343
19344Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
19345
19346	* Makefile.in (DEVO_SUPPORT):  Remove etc directory
19347	(ETC_SUPPORT):  Only add the files GDB wants from etc/.
19348	(gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
19349
19350Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19351
19352	* Makefile.in:  makeinfo binary is in a new location
19353
19354Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
19355
19356	* config.sub: Accept -ecoff as an OS.
19357
19358	* Makefile.in: Various changes to eliminate a level of make
19359	recursion and reduce the required command line length.
19360	(BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19361	sub-makes.
19362	(EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19363	variables holding settings for specific sub-makes.
19364	(FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19365	in terms of BASE_FLAGS_TO_PASS.
19366	(TARGET_LIBS): New variable listing directories which use
19367	TARGET_FLAGS_TO_PASS.
19368	(subdir_do): Eliminated.
19369	(do-*): New set of targets to replace subdir_do.
19370	(various): All targets which used subdir_do now depend on do-*.
19371	(local-clean): Renamed from do_clean.
19372	(local-distclean): New target, dependency of distclean and
19373	realclean.
19374	(install-info): Don't create directories.  Depend on dir.info
19375	rather than calling make recursively.
19376	(install-dir.info): Eliminated.
19377	(install-info-dirs): Create all info directories here.
19378	(dir.info): Depend upon do-install-info.
19379
19380	* test-build.mk (HOLES): Added false.
19381
19382Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
19383
19384	* config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
19385
19386Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19387
19388	* Makefile.in (info): remove dependency on all-texinfo.  The
19389	problem was really in texinfo/C, not at this level.
19390
19391Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19392
19393	* Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19394
19395Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
19396
19397	* Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
19398	GDB releases.
19399
19400Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19401
19402	* configure: Include srcdir in message about target of link not
19403	being found.  Don't convert `-' to `_' in `with' options being
19404	passed to subdirs.
19405
19406Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19407
19408	* configure.in: add uudecode to host_tools
19409
19410	* Makefile.in: added {all,install}-uudecode targets, added them to
19411	the appropriate lists
19412
19413Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
19414
19415	* Makefile.in (all-gcc): Added dependency on all-gas.
19416
19417	* configure.in (mips-*-*): Build ld and binutils.
19418
19419Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19420
19421	* configure: check return code from mkdir, print error message and
19422	  exit on failure.
19423
19424Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
19425
19426	* Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
19427
19428Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19429
19430	* test-build.mk (HOLES): Added tar, cpio and uudecode.
19431
19432Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19433
19434	* config.sub (h8500):  Recognize this as a cpu type.
19435
19436Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19437
19438	* configure: source directory missing is no longer a warning
19439
19440	* configure.in: recognize irix[34]* instead of irix[34]
19441
19442	* Makefile.in: define and pass down X11_LIB
19443
19444Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
19445
19446	* guess-systype: Renamed to ...
19447	* config.guess:  ... by popular request.
19448	* configure.in, Makefile.in:  Update accordingly.
19449
19450Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
19451
19452	* guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
19453	+ Add Convex, Cray/Unicos, and Encore/Multimax support.
19454	+ Execute ./dummy instead of assuming . is in PATH.
19455
19456Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
19457
19458	* guess-systype:  New shell script.  Attempts to guess the
19459	canonical host name of the executing host.
19460	Only a few hosts are supported so far.
19461	* configure:  Call guess-systype if no host is specified.
19462
19463Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19464
19465	* Makefile.in (gcc-no-fixedincludes): Made to work with current
19466	gcc Makefile.
19467
19468Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
19469
19470	* Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19471	(all-gcc, install-gcc, subdir_do): Use it.
19472
19473Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19474
19475	* Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19476
19477Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
19478
19479	* Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19480	  set exclusively by configure, using configure.in .
19481
19482Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19483
19484	* test-build.mk: set $PATH for all builds
19485
19486	* Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19487
19488Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
19489
19490	* Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
19491	the one used in gcc/Makefile.in, so that a null expansion doesn't
19492	override the one needed to build gcc with a native cc.
19493
19494Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19495
19496	* configure: Accept -with arguments.
19497
19498Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19499
19500	* Makefile.in: added h8300sim
19501
19502Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
19503
19504	* build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19505	to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
19506	(all-cygnus, native, build-cygnus): Make
19507	$(canonhost)-stamp-3stage-done, not $(host)....
19508	* test-build.mk (stamp-3stage-compared): Use tail +10c for
19509	i386-sco3.2v4.  Added else true to if command.
19510
19511Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
19512
19513	* config.sub: (from FSF) Sequent uses a BSD-like OS.
19514
19515Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
19516
19517	* configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19518
19519Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19520
19521	* configure.in: don't remove binutils from Solaris builds
19522
19523Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
19524
19525	* Makefile.in: get rid of earlier definitions for *clean,
19526	also handle the recursive info rule better
19527
19528Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
19529
19530	* Makefile.in (mostlyclean, distclean, realclean):  Fix to
19531	do more-or-less the right thing.
19532
19533Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
19534
19535	* Makefile.in: Add lines defining CC and CXX, and use CXX rather
19536	than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19537
19538Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19539
19540	* Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19541	$(host_canonical).
19542
19543	* configure.in: split the configdirs list into 4 categories (native
19544	v. cross, library v. tool) and handle the cross-only and native-
19545	only in more reasonable (and correct!) way.
19546
19547Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
19548
19549	* configure.in (hppa*-*-*):  Don't remove bfd and gdb from
19550	configdirs anymore.
19551
19552Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19553
19554	* Makefile.in: extensive cleanup::  removed all of the explicit
19555	clean-* targets, collapsed many wrappers around subdir_do into
19556	one, added additional targets to satisfy standards.texi, deleted
19557	some old targets, some changes for consistency
19558
19559Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19560
19561	* configure.in: handle some programs as cross-only, and others as
19562	native only
19563
19564	* test-build.mk: handle partial holes in a more generic manner
19565
19566	* Makefile.in: m4 depends on libiberty
19567
19568Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19569
19570	* configure.in: add m4, textutils, fileutils, sed, shellutils,
19571	time, wdiff, and find to configdirs
19572
19573	* Makefile.in: all, clean, and install rules for the new programs
19574	added to configure.in
19575
19576Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19577
19578	* configure.in: use mh-sun for all *-sun-* hosts
19579
19580Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19581
19582	* Makefile.in: define flags for X11 include files and library file
19583	locations, pass them down to the programs that need this info
19584
19585	* build-all.mk: added a 'native' target, to 3stage the native toolchain
19586
19587Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19588
19589	* configure.in: start building libg++ for HP-UX targets
19590
19591Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
19592
19593	* README:  Update references to files moved into etc/.
19594
19595Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
19596
19597	* config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
19598	* configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
19599
19600Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19601
19602	* configure: accept dash as well as underscore in long option
19603	names for FSF compatibility.
19604
19605Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
19606
19607	* config.sub: added -sco3.2v4 support from FSF.
19608
19609Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19610
19611	* configure.in: expand the section that adds or removes
19612	directories from the list of programs to build, to handle native
19613	vs. cross in addition to host v. native
19614
19615Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
19616
19617	* Makefile.in:  Replace C++ in macro names with CXX.
19618	This is less likely to break ...
19619
19620Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19621
19622	* test-build.mk: add -w to GNU_MAKE
19623
19624Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19625
19626	* config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19627	add 'sparc' to list of recognized cpus.  This needed to make
19628	'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19629	Delete some redundant ose68 variants.  Recognize -wrs as an os,
19630	then changes that into $CPU-wrs-vxworks.
19631
19632	* configure.in: remove most references to gdbtest, regularize
19633	target based program removal
19634
19635	* test-build.mk: import from p3 tree (many fixes and changes)
19636
19637Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
19638
19639	* Makefile.in: added rules to handle tcl, tk, and expect
19640
19641	* configure.in: handle those directories if they exist
19642
19643Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19644
19645	* config.sub: removed bogus hppabsd and hppahpux names, since
19646	"hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19647
19648Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19649
19650	* Makefile.in: all-gcc now depends on all-binutils.  all-libg++
19651	depends upon all-xiberty
19652
19653	* Makefile.in: changes from p3, including:
19654
19655	Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
19656
19657	* Makefile.in (XTRAFLAGS): include newlib directories if
19658	newlib/Makefile exists, rather than if host != target.
19659
19660	Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
19661
19662	* Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19663	from the same source tree and not building a cross-compiler.  This
19664	matters for the libg++ configuration if reconfiguring a tree that
19665	has already been installed.
19666
19667	Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
19668
19669	* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19670	pick up the machine and system specific header files.
19671
19672	* Makefile.in: added AS_FOR_TARGET, passed down in
19673	TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19674	the C compiler to use to create programs which are run in the
19675	build environment, set it to default to $(CC), and passed it down
19676	in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19677
19678	Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
19679
19680	* Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19681	We need them for unusual native builds, like systems without
19682	ranlib.
19683
19684	* configure: also define $(host_canonical) and
19685	$(target_canonical), which are the full, canonical names for the
19686	given host and target
19687
19688Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
19689
19690	* Makefile.in:  Added separate definitions for C++.
19691
19692Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
19693
19694	* configure.in (configdirs):  Add deja-gnu.
19695
19696Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
19697
19698	* README:  Update for configure.texi and gdb-4.7 release.
19699
19700Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
19701
19702	* Makefile.in:  Move "all" target to top of file.
19703	Previously, first target was ".PHONY" which caused BSD4.4 make
19704	to build .PHONY when make was run without arguments.
19705
19706Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
19707
19708	* Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
19709	Library-copylefted code in libiberty.
19710
19711Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
19712
19713	* config.sub:  Replace m68kmote with plain old m68k.
19714
19715Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
19716
19717	* Makefile.in:  Remove space from blank line, avoid Make complaints.
19718
19719Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
19720
19721	* config.sub: Complain if no argument is given.  Added support for
19722	386bsd as OS and target alias.
19723
19724Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
19725
19726	* Makefile.in (XTRAFLAGS): include newlib directories if
19727	newlib/Makefile exists, rather than if host != target.
19728
19729Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
19730
19731	* config.sub: recognize sparclite-wrs-vxworks.
19732
19733	* Makefile.in (install-xiberty): added *-xiberty make rules (from
19734	p3.) Added clean-xiberty to clean.
19735
19736Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19737
19738	* configure.in: use *-*-* instead of nested cases for host and target
19739
19740Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
19741
19742	* Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19743	from the same source tree and not building a cross-compiler.  This
19744	matters for the libg++ configuration if reconfiguring a tree that
19745	has already been installed.
19746
19747Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
19748
19749	* config.sub (i486v/i486v4):  Merge in from FSF version.
19750
19751Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
19752
19753	* configure: only set PWD if it is already set.
19754
19755Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
19756
19757	* configure: just set PWD=`pwd` at the top, since Ultrix sh
19758	doesn't have unset and all success paths (and most error paths)
19759	out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19760	to just ${PWD} to avoid confusion.)
19761
19762Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
19763
19764	* configure: always set $(tooldir) to $(libdir)/$(target_alias),
19765	even for a native compilation.
19766
19767Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
19768
19769	Changes to make the gdb.tar.Z rule work better.
19770
19771	* Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
19772	(DEVO_SUPPORT):  Add configure.texi.
19773	(bfd-ilrt.tar.Z):  Remove ancient rule.
19774
19775Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
19776
19777	* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19778	pick up the machine and system specific header files.
19779
19780	* configure.in, config.sub: added new target m68010-adobe-scout,
19781	with alias of adobe68k.  Changed configure.in to check for
19782	-scout before -sco* to avoid a false match.
19783
19784	* Makefile.in: added AS_FOR_TARGET, passed down in
19785	TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19786	the C compiler to use to create programs which are run in the
19787	build environment, set it to default to $(CC), and passed it down
19788	in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19789
19790Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19791
19792	* Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19793	AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
19794	TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19795	FOR_TARGET variants, to newlib and libg++.
19796
19797Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19798
19799	* Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19800	first.
19801
19802Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
19803
19804	* config.sub:  Accept `elf' as an environment.
19805
19806Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19807
19808	* Makefile.in (all-opcodes):  cd into the right directory
19809
19810Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
19811
19812	* configure: added -program_transform_name option, used as
19813	argument to sed when installing programs.
19814	configure.texi: added documentation for -program_prefix,
19815	-program_suffix and -program_transform_name.
19816
19817Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
19818
19819	* config.sub:  Accept i486 where i386 ok.
19820
19821Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
19822
19823	* config.sub: accept we32k
19824
19825Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
19826
19827	* config.sub, configure.in: accept OSE68000 and OSE68k.
19828
19829	* Makefile.in: don't create all directories for ``make install'';
19830	let the subdirectories create the ones they need.
19831
19832Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19833
19834	* COPYING: new file, GPL v2
19835
19836Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19837
19838	* Makefile.in: use the new gen-info-dir, which needs a template
19839	argument (which also lives in texinfo)
19840
19841	* configure.texi, standards.texi: fix INFO-DIR-ENTRY
19842
19843Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
19844
19845	* config.sub (ncr3000):  Change i386 to i486.
19846
19847Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19848
19849	* Makefile.in: add install-rcs, install-grep to
19850	install-no-fixedincludes, removed install-bison and install-libgcc
19851
19852Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
19853
19854	* configure.in: grab the HPUX makefile fragment if on HPUX
19855
19856Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19857
19858	* Makefile.in: eradicate bison spoor (ditto libgcc).
19859	 configure.in: recognise m68{k,000}-ericsson-OSE.
19860	 es1800 is alias for m68k-ericsson-OSE
19861
19862Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19863
19864	* configure.in: rearrange the parts that remove programs from
19865	configdirs, based now on HOST==TARGET or by canonical triple.
19866
19867Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19868
19869	* test-build.mk: recurse explicitly with -f test-build.mk when
19870	  appropriate.  predicate stage3 and comparison on the existence
19871	  of gcc.  That is, if gcc isn't around, we aren't three-staging.
19872	  On very clean, also remove ...stamp-co.  Build in-place before
19873	  doing other builds.
19874
19875Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19876
19877	* Makefile.in, configure.in: add tgas
19878
19879Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19880
19881	* Makefile.in: a number of changes merged in from progressive.
19882
19883	* configure.in: add libm.
19884
19885	* .cvsignore: ignore some stuff that comes from test-build.mk.
19886
19887Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
19888
19889	* config.sub:  Add es1800 (m68k-ericsson-es1800).
19890
19891Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19892
19893	* configure: Add program_suffix (parallel to program_prefix)
19894	* Makefile.in: adjust directory-creating script for losing decstation
19895
19896Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
19897
19898	* configure:  Minor $subdir-related fixes.
19899
19900Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19901
19902	* configure: fix various problems with propogating
19903	makefile_target_frag in subdirs.
19904	* configure.in: config libgcc if its there
19905
19906Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
19907
19908	* config.sub:  HPPA merge.
19909
19910Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
19911
19912	* Makefile.in:  Replace all-bison with all-byacc in all
19913	dependency lines for other tools (which now use byacc).
19914
19915Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
19916
19917	* config.sub:  Add sun4sol2 => sparc-sun-solaris2.
19918
19919Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
19920
19921	* Makefile.in: make gprof rules similar to byacc rules (instead of
19922	vestigal $(unsubdir) that didn't work...)
19923
19924Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
19925
19926	* config.sub:  Add support for Linux.
19927	* Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
19928	(at least for libg++).
19929
19930Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
19931
19932	* configure.texi: fix doc for the -nfp option to configure
19933
19934Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
19935
19936	* Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19937
19938Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
19939
19940	* config.sub: changed [^-]+ to [^-][^-]* so that it works under
19941	Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19942	* configure.in: added solaris* host_makefile_frag hook.
19943
19944Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19945
19946	* config.sub: changed recognition of m68000 so that various
19947	m68k types can be specified via m680[01234]0
19948
19949Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19950
19951	* config.sub (basic_machine): fix sed so that '-foo' isn't
19952	completely substituted out while .+'-foo' loses the '-foo'
19953
19954Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19955
19956	* config.sub ($os): Add -aout.
19957
19958Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
19959
19960	* configure:  If host_makefile_frag is absolute, don't
19961	prefix ${invsubdir} (relevant to libg++ auto-configure).
19962
19963Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19964
19965	* Makefile.in (tooldir): Define it.
19966	(all-ld): Depend on all-flex.
19967
19968Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
19969
19970	* Makefile.in (check):  Fix libg++ special case.
19971
19972Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
19973
19974	* configure: do not bury `pwd` into config.status, thus do fewer
19975	  pwd's.
19976
19977	* configure: print the "Building in" message only when building in
19978	  other than "." AND verbose.
19979
19980	* configure: remove -s, rework -v to better accommodate guested
19981	  configures.
19982
19983	* standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19984
19985Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
19986
19987	* Makefile.in: macroize flags passed on recursion.  remove
19988	  fileutils.
19989
19990Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
19991
19992	* configure: get makesrcdir right for subdirs deeper than 1.
19993
19994	* Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19995	  install.
19996
19997Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
19998
19999	* Makefile.in: don't print subdir_do or recursion lines.
20000
20001Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
20002
20003	* standards.texi: added menu item.
20004
20005	* Makefile.in: build and install standards.info.
20006
20007	* standards.texi: new file.
20008
20009Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20010
20011	* configure: test for and move config.status pieces from
20012	  ${subdir}/.
20013
20014Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
20015
20016	* configure:  Test for existance of files before trying to mv
20017	them, to avoid numerous non-existance messages.
20018
20019Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
20020
20021	* configure: correct final line of config.status.
20022
20023	* configure: patch from eggert.  Avoids a protection problem if
20024	  the original Makefile.in is read only.
20025
20026	* configure: use move-if-change from gcc to create config.status.
20027	  Some makefiles depend on config.status to tell if a directory
20028	  has been reconfigured for a different host.  This change
20029	  prevents those directories from remaking everything in the case
20030	  where the reconfig was only intended to rebuild a Makefile.
20031
20032	* configure: test for config.sub with "config.sub sun4" rather
20033	  than "config.sub ${host_alias}".  Otherwise we can't tell a bad
20034	  host alias from a missing config.sub.
20035
20036Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20037
20038	* Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
20039	  MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
20040
20041Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
20042
20043	* configure: mkdir ${subdir} as needed.
20044
20045Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
20046
20047	* Makefile.in,configure.in: added autoconf.
20048
20049Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20050
20051	* Makefile.in: no longer pass against on recursion.
20052
20053	* Makefile.in: added .NOEXPORT: so that stray makefile_frag
20054	  definitions are not inherited.
20055
20056	* configure: correct makesrcdir when subdir is .
20057
20058Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
20059
20060	* configure:  Add support for 'subdirs' variable, which is
20061	like 'configdirs', except that configure doesn't re-invoke
20062	itself for subdirs, it just creates a Makefile for each subdir.
20063	* configure.texi:  Document subdirs.
20064
20065Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20066
20067	* configure.in: added flex to configdirs
20068
20069Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
20070
20071	* Makefile.in: remove clean-stamps from clean.
20072
20073Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
20074
20075	* configure.in:  Add gdbtest to configdirs.
20076
20077Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
20078
20079	* Makefile.in (MINUS_G):  Add macro, default to -g, pass on
20080	to recursive makes.
20081	* configure.in:  Recognize new ncr3000 config.
20082
20083Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
20084
20085	* Makefile.in, configure.in: removed references to gdbm.
20086
20087Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
20088
20089	* config.sub:  Don't canonicalize os value
20090	newsos* to bsd (readline needs to check for newsos).
20091	(This fix was earlier made Jan 31, but got re-broken.)
20092
20093Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
20094
20095	* configure.in:  sco is an os, not a vendor!
20096
20097	* configure:  Quote $( better.  Keep various shells happy.
20098
20099Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
20100
20101	* Makefile.in: eliminate stamp-files.
20102
20103Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
20104
20105	* Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
20106	  Supress echoing of all the "if [ -d ... $(MAKE)" lines.
20107
20108Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
20109
20110	* config.sub:  fix iris/iris3.
20111
20112Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
20113
20114	* configure: re-add -rm.
20115
20116Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
20117
20118	* Maskefile.in: add .stmp-rcs to all.
20119
20120	* configure.in: remove gas from rs6000 build, use aix host fragment.
20121
20122Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
20123
20124	* configure: pass down site_option during recursion.
20125
20126Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
20127
20128	* Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
20129
20130Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
20131
20132	* configure: Change exec_prefix so that it really defaults to prefix.
20133
20134Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
20135
20136	* Makefile.in, configure.in:  Add support for mmalloc library.
20137
20138Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
20139
20140	* Makefile.in: add stmp dependencies for a few more things.
20141
20142Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
20143
20144	* configure: adjusted error message on objdir/srcdir configure
20145	  collision, per john's suggestion.
20146
20147	* Makefile.in: add libiberty stmp to all and all.cross.
20148
20149Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
20150
20151	* Makefile.in: remove force dependencies, add grep to all.
20152
20153Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
20154
20155	* Makefile.in: drop flex.  make stamp files work.
20156
20157	* configure: added test for conflicting configuration in srcdir,
20158	  remove trailing slashes from srcdir.  Otherwise emacs gdb mode
20159	  gets cranky.  use relative paths for configure and srcdir
20160	  whenever possible.  Send some error messages to stderr that were
20161	  going to stdout.
20162
20163Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
20164
20165	* Makefile.in:  Fix libg++ rule to check for gcc directory
20166	before using gcc/gcc.  Also pass XTRAFLAGS.
20167
20168Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
20169
20170	* Makefile.in: added stmp-files so that directories aren't polled
20171	  when they are already built.
20172
20173	* configure.texi: fixed a node pointer problem.
20174
20175Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
20176
20177	* config.sub configure.in gdb/configure.in
20178	gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20179	gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20180	gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
20181
20182Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20183
20184	* configure: -recurring becomes -silent.  corrected help message
20185	  for -site= option.
20186
20187	* Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20188
20189Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20190
20191	* configure: when building Makefile for crosses, replace
20192	  tooldir and program_prefix.  default srcdir from location of
20193	  config.sub.  remove "for host in hosts" and "for target in
20194	  targets" loops.
20195
20196Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20197
20198	* Makefile.in: Do not pass bindir or mandir to cvs.
20199
20200Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
20201
20202	* Makefile.in, configure.in: removed traces of namesubdir,
20203	  -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
20204	  copyrights to '92, changed some from Cygnus to FSF.
20205
20206	* configure.texi: remove most references to multiple hosts,
20207	  multiple targets, subdirs, etc.
20208
20209	* configure.man: removed rcsid. reference config.sub not
20210	  config.subr.
20211
20212	* Makefile.in: mkdir $(infodir) on install-info.
20213
20214Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
20215
20216	* configure.texi:  Explain better about .gdbinit and about
20217	the environment that configure.in sections run in.
20218
20219Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
20220
20221	* configure.in:  Ultrix is only a decstation if it's a MIPS.
20222
20223Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
20224
20225	* README:  DOC.configure => cfg-paper.texi.
20226
20227Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
20228
20229	* config.sub (near case $os):  Don't convert newsos* to bsd!
20230
20231Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
20232
20233	* Makefile.in:  Reinstall change from gdb-4.3 that reduces
20234	the number of copies of COPYING that go into the GDB tar file.
20235
20236Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
20237
20238	* bfd/configure.in, gdb/config/mh-i386sco,
20239	gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20240	Fix SCO configuration stuff.
20241
20242Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
20243
20244	* Makefile.in:  For libg++, make sure the -I pointing
20245	to the gcc directory goes *after* all the libg++-local -I flags.
20246	Also, move just-gcc dependency from just-libg++ to all-libg++.
20247
20248Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
20249
20250	* configure:  Change -x to -f to keep Ultrix /bin/test happy.
20251
20252Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
20253
20254	* Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
20255
20256Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
20257
20258	* config.sub:  Add stratus configuration frags.  Also
20259	submitted to FSF.
20260
20261Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
20262
20263	* Makefile.in (DEV_SUPPORT):  add configure.man.
20264
20265	* config.sub(Decode manufacturer-specific):  add -none*.
20266
20267Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
20268
20269	* Makefile.in:  remove form feeds to make Sun's make happy.
20270	(DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
20271
20272Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
20273
20274	* Makefile.in (AR_FLAGS):  Make quieter.
20275
20276Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
20277
20278	* configure.in:  Add libg++.
20279	* configure:  When verbose, don't output the command line at each
20280	level; it will be unremarkably the same as the previous version,
20281	which will be the same as what the user typed.
20282
20283Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
20284
20285	* configure.in, Makefile.in: fix clean-info, add flex.  add
20286	  fileutils.
20287
20288	* configure: be less sensitive to spaces in Makefile.in.  Do not
20289	  look for sources in "..".  Doing so breaks subdirectories that
20290	  might have their own configure.  If a subdir has it's own
20291	  configure script, use it.
20292
20293Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
20294
20295	* cfg-paper.texi: some changes suggested by rms.
20296
20297Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
20298
20299	* config.sub:  Merge in some small additions from the FSF version,
20300	taken from the gcc distribution, to bring the Cygnus and FSF
20301	versions into closer sync.
20302
20303Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
20304
20305	* configure.in:  Changed svr4 references to sysv4.
20306
20307Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
20308
20309	* configure: added -V for version number option.
20310
20311Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
20312
20313	* DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20314	  renamed from DOC.configure to cfg-paper.texi.
20315
20316Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20317
20318	* configure, config.subr, config.sub: config.subr is now
20319	  config.sub again.
20320
20321Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
20322
20323	* configure.texi: new file, in progress.
20324
20325	* Makefile.in: build info file and install the man page for
20326	  configure.
20327
20328	* configure.man: new file, first cut.
20329
20330	* configure: find config.subr again now that configuration "none"
20331	  has gone.  removed all traces of the -ansi option.  removed all
20332	  traces of the -languages option.
20333
20334	* config.subr: resync from rms.
20335
20336Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20337
20338	* configure, config.sub, config.subr: merge config.sub into
20339	  config.subr, call the result config.subr, remove config.sub, use
20340	  config.subr.
20341
20342	* Makefile.in: revised install for dir.info.
20343
20344Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20345
20346	* configure.in: add decstation host makefile frag.
20347
20348	* Makefile.in: BISON now bison -y again.  also install-gcc on
20349	  install.  clean-gdbm on clean.  infodir belongs in datadir.
20350	  Make directories for info install.  Build dir.info here then
20351	  install it.
20352
20353Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20354
20355	* Makefile.in: fix for bad directory tests.
20356
20357Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20358
20359	* configure: \{1,2\} appears to be a sysv'ism.  Use a different
20360	  regexp.  -srcdir relative was being handled incorrectly.
20361
20362	* Makefile.in: unwrapped some for loops so that parallel makes
20363	  work again and so one can focus one's attention on a particular
20364	  package.
20365
20366Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20367
20368	* configure: added PWD as a stand in for `pwd` (for speed). use
20369	  elif wherever possible.  make -srcdir work without -objdir.
20370	  -objdir= commented out.
20371
20372Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20373
20374	* configure: +options become --options.  -subdirs commented out.
20375	  added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
20376	  Makefile now at top of generated Makefile.  Removed cvs log
20377	  entries.  added -srcdir.  create .gdbinit only if there is one
20378	  in ${srcdir}.
20379
20380	* Makefile.in: idestdir and ddestdir go away.  Added copyrights
20381	  and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
20382	  and mandir now keyed off datadir by default.
20383
20384Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20385
20386	* Freshly created ChangeLog.
20387
20388
20389Local Variables:
20390mode: change-log
20391left-margin: 8
20392fill-column: 76
20393version-control: never
20394End:
20395