packaging: Move static libs to separate package
[platform/upstream/gcc.git] / ChangeLog
1 2023-04-26  Release Manager
2
3         * GCC 13.1.0 released.
4
5 2023-04-18  Jakub Jelinek  <jakub@redhat.com>
6
7         * configure.ac: For --enable-languages= mentioning explicitly
8         rust emit an error, if included in all etc., silently disable
9         rust.
10         * configure: Regenerated.
11
12 2023-04-06  Indu Bhagat  <indu.bhagat@oracle.com>
13
14         * MAINTAINERS: Add myself.
15
16 2023-03-22  Tobias Burnus  <tobias@codesourcery.com>
17
18         * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
19
20 2023-03-10  Arsen Arsenović  <arsen@aarsen.me>
21
22         * MAINTAINERS (Write After Approval): Add myself.
23
24 2023-02-16  Martin Liska  <mliska@suse.cz>
25
26         * MAINTAINERS: I'm stepping down from my positions.
27
28 2023-01-10  Philip Herron  <herron.philip@googlemail.com>
29
30         * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
31
32 2023-01-06  Clément Chigot  <chigot@adacore.com>
33
34         * configure.ac: Skip GMP and MPFR when --disable-gdb is
35         provided.
36         * configure: Regenerate.
37
38 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
39
40         * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
41
42 2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
43
44         * Makefile.def: Do not build shared libffi.
45         * Makefile.in: Regenerate.
46
47 2022-12-21  Andrew Pinski  <apinski@marvell.com>
48
49         * Makefile.def: Add configure-gdb dependencies
50         on all-gmp and all-mpfr.
51         * configure.ac: Split out MPC checking from MPFR.
52         Require GMP and MPFR if the gdb directory exist.
53         * Makefile.in: Regenerate.
54         * configure: Regenerate.
55
56 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
57
58         * configure.ac (target_libraries): Add target-libgm2.
59         Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
60         Add GCC_TARGET_TOOL entry for gm2.
61         (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
62         gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
63         * Makefile.def (target_modules): Add libgm2.
64         (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
65         (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
66         (languages): Add entry for language=m2 with gcc-check-target=check-m2
67         and lib-check-target=check-target-libgm2.
68         * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
69         (HOST_EXPORTS): Add definition for GM2.
70         (BASE_TARGET_EXPORTS): Add definition for GM2.
71         (GM2_FOR_BUILD): Defined.
72         (GM2FLAGS): Defined.
73         (GM2_FOR_TARGET): Defined.
74         (GM2FLAGS_FOR_TARGET): Defined.
75         (EXTRA_HOST_FLAGS): Defined.
76         (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
77         (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
78         (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
79         * configure: Rebuilt.
80         * Makefile.in: Rebuilt.
81
82 2022-12-13  Philip Herron  <philip.herron@embecosm.com>
83
84         * Makefile.def: Add Rust language.
85         * Makefile.in: Regenerate via autogen.
86
87 2022-12-09  Martin Liska  <mliska@suse.cz>
88
89         * MAINTAINERS: Fix spacing.
90
91 2022-12-07  Arthur Cohen  <arthur.cohen@embecosm.com>
92
93         * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
94
95 2022-12-07  Iain Sandoe  <iain@sandoe.co.uk>
96
97         * Makefile.def: Pass host_libs_picflag to host dependent library
98         configures.
99         * Makefile.in: Regenerate.
100         * configure: Regenerate.
101         * configure.ac (host_libs_picflag): New configure variable set to
102         '--with-pic' when building 'host_shared'.
103
104 2022-11-25  Weimin Pan  <weimin.pan@oracle.com>
105
106         * Makefile.def: Add libsframe as new module with its dependencies.
107         * Makefile.in: Regenerated.
108         * configure.ac: Add libsframe to host_libs.
109         * configure: Regenerated.
110
111 2022-11-23  Marek Polacek  <polacek@redhat.com>
112
113         Revert:
114         2022-11-23  Marek Polacek  <polacek@redhat.com>
115
116         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
117         isl.
118         * Makefile.in: Regenerate.
119         * Makefile.tpl: Set PICFLAG.
120         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
121         check.
122         * configure: Regenerate.
123
124 2022-11-23  Marek Polacek  <polacek@redhat.com>
125
126         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
127         isl.
128         * Makefile.in: Regenerate.
129         * Makefile.tpl: Set PICFLAG.
130         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
131         check.
132         * configure: Regenerate.
133
134 2022-11-14  Martin Liska  <mliska@suse.cz>
135
136         Revert:
137         2022-11-09  Martin Liska  <mliska@suse.cz>
138
139         * doc/Makefile: New file.
140         * doc/_static/custom.css: New file.
141         * doc/baseconf.py: New file.
142         * doc/bsd.rst: New file.
143         * doc/contrib.rst: New file.
144         * doc/contribute.rst: New file.
145         * doc/cppdiropts.rst: New file.
146         * doc/cppenv.rst: New file.
147         * doc/cppopts.rst: New file.
148         * doc/cppwarnopts.rst: New file.
149         * doc/favicon.ico: New file.
150         * doc/funding.rst: New file.
151         * doc/gcc_sphinx.py: New file.
152         * doc/gnu.rst: New file.
153         * doc/gnu_free_documentation_license.rst: New file.
154         * doc/gpl-3.0.rst: New file.
155         * doc/indices-and-tables.rst: New file.
156         * doc/lgpl-2.1.rst: New file.
157         * doc/logo.pdf: New file.
158         * doc/logo.svg: New file.
159         * doc/md.rst: New file.
160         * doc/requirements.txt: New file.
161
162 2022-11-14  Martin Liska  <mliska@suse.cz>
163
164         Revert:
165         2022-11-09  Martin Liska  <mliska@suse.cz>
166
167         * doc/baseconf.py: Port to GCC sources.
168
169 2022-11-14  Martin Liska  <mliska@suse.cz>
170
171         Revert:
172         2022-11-14  Martin Liska  <mliska@suse.cz>
173
174         * configure: Regenerate.
175         * configure.ac: Support Sphinx based documentation.
176
177 2022-11-14  Martin Liska  <mliska@suse.cz>
178
179         Revert:
180         2022-11-09  Martin Liska  <mliska@suse.cz>
181
182         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
183         provide a default.
184
185 2022-11-14  Martin Liska  <mliska@suse.cz>
186
187         Revert:
188         2022-11-09  Martin Liska  <mliska@suse.cz>
189
190         * doc/bsd.rst:
191         Add trailing newline.
192         * doc/contrib.rst:
193         Add trailing newline.
194         * doc/contribute.rst:
195         Add trailing newline.
196         * doc/cppdiropts.rst:
197         Add trailing newline.
198         * doc/cppenv.rst:
199         Add trailing newline.
200         * doc/cppopts.rst:
201         Add trailing newline.
202         * doc/cppwarnopts.rst:
203         Add trailing newline.
204         * doc/funding.rst:
205         Add trailing newline.
206         * doc/gnu.rst:
207         Add trailing newline.
208         * doc/gnu_free_documentation_license.rst:
209         Add trailing newline.
210         * doc/gpl-3.0.rst:
211         Add trailing newline.
212         * doc/indices-and-tables.rst:
213         Add trailing newline.
214         * doc/lgpl-2.1.rst:
215         Add trailing newline.
216         * doc/md.rst:
217         Add trailing newline.
218
219 2022-11-14  Martin Liska  <mliska@suse.cz>
220
221         Revert:
222         2022-11-09  Martin Liska  <mliska@suse.cz>
223
224         * configure.ac: Use new install URL.
225         * configure: Regenerate.
226
227 2022-11-14  Martin Liska  <mliska@suse.cz>
228
229         Revert:
230         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
231
232         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
233         instead of just ``.''.
234         * doc/gcc_sphinx.py: Moved to...
235         * doc/modules/gcc_sphinx.py: ...here.
236
237 2022-11-14  Martin Liska  <mliska@suse.cz>
238
239         Revert:
240         2022-11-10  Martin Liska  <mliska@suse.cz>
241
242         * doc/baseconf.py: Modernize by using pathlib.
243
244 2022-11-14  Martin Liska  <mliska@suse.cz>
245
246         Revert:
247         2022-11-11  Martin Liska  <mliska@suse.cz>
248
249         * doc/Makefile: Disable -j auto.
250
251 2022-11-14  Martin Liska  <mliska@suse.cz>
252
253         Revert:
254         2022-11-11  Martin Liska  <mliska@suse.cz>
255
256         * doc/Makefile: Update comment.
257
258 2022-11-14  Martin Liska  <mliska@suse.cz>
259
260         Revert:
261         2022-11-11  Martin Liska  <mliska@suse.cz>
262
263         * doc/indices-and-tables.rst: Rename Indexes to Indices.
264
265 2022-11-14  Martin Liska  <mliska@suse.cz>
266
267         Revert:
268         2022-11-13  Martin Liska  <mliska@suse.cz>
269
270         PR web/107643
271         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
272         is set.
273         * doc/indices-and-tables.rst: Use include_todo tag.
274
275 2022-11-14  Martin Liska  <mliska@suse.cz>
276
277         Revert:
278         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
279
280         * doc/contrib.rst: Update Jeff Law's email address.
281
282 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
283
284         * doc/contrib.rst: Update Jeff Law's email address.
285
286 2022-11-13  Martin Liska  <mliska@suse.cz>
287
288         PR web/107643
289         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
290         is set.
291         * doc/indices-and-tables.rst: Use include_todo tag.
292
293 2022-11-11  Martin Liska  <mliska@suse.cz>
294
295         * doc/indices-and-tables.rst: Rename Indexes to Indices.
296
297 2022-11-11  Martin Liska  <mliska@suse.cz>
298
299         * doc/Makefile: Update comment.
300
301 2022-11-11  Martin Liska  <mliska@suse.cz>
302
303         * doc/Makefile: Disable -j auto.
304
305 2022-11-10  Martin Liska  <mliska@suse.cz>
306
307         * doc/baseconf.py: Modernize by using pathlib.
308
309 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
310
311         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
312         instead of just ``.''.
313         * doc/gcc_sphinx.py: Moved to...
314         * doc/modules/gcc_sphinx.py: ...here.
315
316 2022-11-09  Martin Liska  <mliska@suse.cz>
317
318         * configure.ac: Use new install URL.
319         * configure: Regenerate.
320
321 2022-11-09  Martin Liska  <mliska@suse.cz>
322
323         * doc/bsd.rst:
324         Add trailing newline.
325         * doc/contrib.rst:
326         Add trailing newline.
327         * doc/contribute.rst:
328         Add trailing newline.
329         * doc/cppdiropts.rst:
330         Add trailing newline.
331         * doc/cppenv.rst:
332         Add trailing newline.
333         * doc/cppopts.rst:
334         Add trailing newline.
335         * doc/cppwarnopts.rst:
336         Add trailing newline.
337         * doc/funding.rst:
338         Add trailing newline.
339         * doc/gnu.rst:
340         Add trailing newline.
341         * doc/gnu_free_documentation_license.rst:
342         Add trailing newline.
343         * doc/gpl-3.0.rst:
344         Add trailing newline.
345         * doc/indices-and-tables.rst:
346         Add trailing newline.
347         * doc/lgpl-2.1.rst:
348         Add trailing newline.
349         * doc/md.rst:
350         Add trailing newline.
351
352 2022-11-09  Martin Liska  <mliska@suse.cz>
353
354         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
355         provide a default.
356
357 2022-11-09  Martin Liska  <mliska@suse.cz>
358
359         * configure: Regenerate.
360         * configure.ac: Support Sphinx based documentation.
361
362 2022-11-09  Martin Liska  <mliska@suse.cz>
363
364         * doc/baseconf.py: Port to GCC sources.
365
366 2022-11-09  Martin Liska  <mliska@suse.cz>
367
368         * doc/Makefile: New file.
369         * doc/_static/custom.css: New file.
370         * doc/baseconf.py: New file.
371         * doc/bsd.rst: New file.
372         * doc/contrib.rst: New file.
373         * doc/contribute.rst: New file.
374         * doc/cppdiropts.rst: New file.
375         * doc/cppenv.rst: New file.
376         * doc/cppopts.rst: New file.
377         * doc/cppwarnopts.rst: New file.
378         * doc/favicon.ico: New file.
379         * doc/funding.rst: New file.
380         * doc/gcc_sphinx.py: New file.
381         * doc/gnu.rst: New file.
382         * doc/gnu_free_documentation_license.rst: New file.
383         * doc/gpl-3.0.rst: New file.
384         * doc/indices-and-tables.rst: New file.
385         * doc/lgpl-2.1.rst: New file.
386         * doc/logo.pdf: New file.
387         * doc/logo.svg: New file.
388         * doc/md.rst: New file.
389         * doc/requirements.txt: New file.
390
391 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
392
393         * Makefile.def: Remove module 'liboffloadmic'.
394         * Makefile.in: Regenerate.
395         * configure.ac: Remove 'liboffloadmic' handling.
396         * configure: Regenerate.
397
398 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
399
400         * MAINTAINERS: Update email address.
401
402 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
403
404         * configure.ac: Don't configure readline if --with-system-readline is
405         used.
406         * configure: Re-generate.
407
408 2022-10-12  Cui,Lili  <lili.cui@intel.com>
409
410         * MAINTAINERS (Write After Approval): Add myself.
411
412 2022-10-11  Olivier Hainque  <hainque@adacore.com>
413
414         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
415         and friends for rtp !large. Assume the linker has the required
416         abilities and set lt_cv_deplibs_check_method.
417
418 2022-09-30  Olivier Hainque  <hainque@adacore.com>
419
420         * configure.ac (*vxworks*): If enable_shared is not
421         set, set to "no" and add --disable-shared to target and
422         host_configargs.
423         * configure: Regenerate.
424
425 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
426
427         * MAINTAINERS: Update my email address and DCO entry.
428
429 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
430
431         * MAINTAINERS (Write After Approval): Add myself.
432
433 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
434
435         * MAINTAINERS (Write After Approval): Add myself.
436
437 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
438
439         * MAINTAINERS: Update my email address.
440
441 2022-09-07  Tom de Vries  <tdevries@suse.de>
442
443         * configure.ac: Set extra_host_libiberty_configure_flags and
444         extra_host_zlib_configure_flags in separate case statements.
445         * configure: Regenerate.
446
447 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
448
449         * MAINTAINERS: Update c-sky port maintainers' emails.
450
451 2022-08-31  Martin Liska  <mliska@suse.cz>
452
453         * configure: Regenerate.
454         * configure.ac: Delete hpux9 and hpux10.
455
456 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
457
458         * Makefile.def: Drop libelf module and gcc-configure dependency
459         on it.
460         * Makefile.in: Regenerate with 'autogen Makefile.def'.
461         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
462         LIBELFINC.
463         * configure: Regenrate.
464         * configure.ac (host_libs): Drop unused libelf.
465
466 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
467
468         * Makefile.in: Regenerate.
469
470 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
471
472         * MAINTAINERS: Add myself as AutoFDO maintainer.
473
474 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
475             Arnaud Charlet  <charlet@adacore.com>
476
477         * configure: Regenerate.
478
479 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
480
481         PR bootstrap/106472
482         * Makefile.def (dependencies): Make configure-target-libgo depend
483         upon all-target-libbacktrace.
484
485 2022-07-27  David Faust  <david.faust@oracle.com>
486
487         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
488
489 2022-07-27  Richard Biener  <rguenther@suse.de>
490
491         * MAINTAINERS (Roger Sayle): Update e-mail address.
492
493 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
494
495         * MAINTAINERS (Write After Approval): Add myself.
496
497 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
498
499         * MAINTAINERS: Add myself as Ada front end co-maintainer.
500
501 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
502
503         * .gitignore: Do not ignore config.h.
504
505 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
506
507         * MAINTAINERS: Add myself to Write After Approval.
508
509 2022-07-04  Martin Liska  <mliska@suse.cz>
510
511         * MAINTAINERS: fix sorting of names
512
513 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
514
515         * MAINTAINERS: add myself.
516
517 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
518
519         * MAINTAINERS: Add myself to write after approval and DCO.
520
521 2022-07-02  Tim Lange  <mail@tim-lange.me>
522
523         * MAINTAINERS: Add myself.
524
525 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
526
527         * MAINTAINERS (Write After Approval): Add myself.
528
529 2022-06-30  Cui,Lili  <lili.cui@intel.com>
530
531         Revert:
532         2022-06-30  Cui,Lili  <lili.cui@intel.com>
533
534         * MAINTAINERS (Write After Approval): Add myself.
535
536 2022-06-30  Cui,Lili  <lili.cui@intel.com>
537
538         * MAINTAINERS (Write After Approval): Add myself.
539
540 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
541
542         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
543         (EXTRA_GCC_FLAGS): Likewise.
544         * Makefile.in: Rebuilt.
545
546 2022-06-28  konglin1  <lingling.kong@intel.com>
547
548         * MAINTAINERS (Write After Approval): Add myself.
549
550 2022-06-27  Tom de Vries  <tdevries@suse.de>
551
552         * configure.ac: Build libiberty pic variant for gdbserver.
553         * configure: Regenerate.
554
555 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
556
557         * configure: Regenerate.
558         * configure.ac: Correct use of $host.
559
560 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
561
562         * MAINTAINERS: Remove tilegx and tilepro entries.
563         * configure.ac: Remove tilegx and tilepro stanzas.
564         * configure: Rebuilt.
565
566 2022-05-28  Bruce Korb  <bkorb@gnu.org>
567
568         * .gitignore: Ignore vim swap files
569
570 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
571
572         * MAINTAINERS: Add myself to write after approval.
573
574 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
575
576         * MAINTAINERS: Remove myself from DCO section.
577
578 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
579
580         * MAINTAINERS: Update my email address.
581
582 2022-05-09  Clément Chigot  <chigot@adacore.com>
583
584         * MAINTAINERS: Update my email address.
585
586 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
587
588         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
589         section.
590
591 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
592
593         * MAINTAINERS: Update my email address.
594
595 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
596
597         * MAINTAINERS: Update my email address.
598
599 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
600
601         * MAINTAINERS: (CPU Port Maintainers): Add myself and
602         Lulu as LoongArch port maintainer.
603
604 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
605             Lulu Cheng  <chenglulu@loongson.cn>
606
607         * configure.ac: Add LoongArch tuples.
608         * configure: Regenerate.
609
610 2022-03-28  Tom Tromey  <tromey@adacore.com>
611
612         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
613         * configure: Rebuild.
614
615 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
616
617         * MAINTAINERS: Change my information.
618
619 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
620
621         * MAINTAINERS: Add myself to DCO section.
622
623 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
624
625         * configure.ac: Fix incorrect option in comment.
626         * configure: Regenerate.
627
628 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
629
630         * Makefile.def (dependencies): Make configure-sim depend on
631         all-readline.
632         * Makefile.in: Regenerate.
633
634 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
635
636         * MAINTAINERS (Write After Approval): Update my e-mail address.
637
638 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
639
640         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
641
642 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
643
644         * MAINTAINERS: Update my email and add myself to the DCO list.
645
646 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
647
648         Revert:
649         2021-09-16  Andrew Pinski  <apinski@marvell.com>
650
651         PR bootstrap/67102
652         * Makefile.def: Have configure-target-libffi depend on
653         all-target-libstdc++-v3.
654         * Makefile.in: Regenerate.
655
656 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
657
658         PR other/104181
659         * build.log: Remove.
660
661 2022-01-20  Martin Liska  <mliska@suse.cz>
662
663         * MAINTAINERS: Adjust email address based on IRC request.
664
665 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
666
667         * MAINTAINERS: Update my email address.
668
669 2022-01-17  Martin Liska  <mliska@suse.cz>
670
671         * MAINTAINERS: Rename .c names to .cc.
672
673 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
674
675         * Makefile.am: Remove.
676
677 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
678
679         * Makefile.am: New file.
680
681 2022-01-11  Martin Liska  <mliska@suse.cz>
682
683         * MAINTAINERS: Sort 2 names.
684
685 2022-01-10  Martin Liska  <mliska@suse.cz>
686
687         * MAINTAINERS: Fix obvious issues with sorting.
688
689 2022-01-07  liuhongt  <hongtao.liu@intel.com>
690
691         * build.log: New file.
692
693 2022-01-05  Nathan Sidwell  <nathan@acm.org>
694
695         * MAINTAINERS: Add DCO entry.  Sort that list.
696
697 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
698
699         * MAINTAINERS: Change of email address in both DCO and
700         Write After Approval list.
701
702 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
703
704         * configure: Regenerate.
705
706 2021-12-21  Martin Liska  <mliska@suse.cz>
707
708         * config.sub: Change mode back to 755.
709
710 2021-12-17  Martin Liska  <mliska@suse.cz>
711
712         * config.sub: Sync from master.
713
714 2021-12-17  Martin Liska  <mliska@suse.cz>
715
716         Revert:
717         2021-12-16  Matthias Seidel  <mseidel@apache.org>
718
719         * config.sub: Fix typo.
720
721 2021-12-16  Matthias Seidel  <mseidel@apache.org>
722
723         * config.sub: Fix typo.
724
725 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
726
727         Revert:
728         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
729
730         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
731         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
732         * configure.ac: Include config/gcc-plugin.m4.
733         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
734         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
735         RANLIB if possible.
736         * Makefile.in: Regenerated.
737         * configure: Likewise.
738
739 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
740
741         * Makefile.tpl (BUILD_CFLAGS): New.
742         (CFLAGS): Append $(BUILD_CFLAGS).
743         (CXXFLAGS): Likewise.
744         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
745         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
746         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
747         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
748         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
749         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
750         (PGO-TRAINING-TARGETS): Likewise.
751         (PGO_BUILD_TRAINING): Likewise.
752         (all): Add '+' to the command line for recursive make.  Support
753         the PGO build.
754         * configure.ac: Add --enable-pgo-build[=lto].
755         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
756         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
757         * Makefile.in: Regenerated.
758         * configure: Likewise.
759
760 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
761
762         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
763         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
764         * configure.ac: Include config/gcc-plugin.m4.
765         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
766         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
767         RANLIB if possible.
768         * Makefile.in: Regenerated.
769         * configure: Likewise.
770
771 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
772
773         * MAINTAINERS: Add myself to write after approval.
774
775 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
776
777         * MAINTAINERS: Adding myself.
778
779 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
780
781         * configure: Regenerate.
782         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
783         $(CPP).
784
785 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
786
787         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
788         libatomic.
789         * Makefile.in: Regenerate.
790         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
791         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
792         target-libphobos-bootstrap.
793         (STAGE2_CONFIGURE_FLAGS): Likewise.
794         * configure: Regenerate.
795         * configure.ac: Add support for bootstrapping D front-end.
796
797 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
798
799         * MAINTAINERS: Add myself to DCO section and update email address.
800
801 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
802
803         * configure: Regenerate.
804         * configure.ac: Ensure that PIC (shared) defaults are set
805         correctly for Darwin.
806
807 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
808
809         * MAINTAINERS: Update my address.
810
811 2021-11-12  Alan Modra  <amodra@gmail.com>
812
813         * Makefile.def (configure-opcodes): Depend on configure-bfd.
814         * Makefile.in: Regenerate.
815
816 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
817
818         * MAINTAINERS: Clarify the policy WRT the Write After Approval
819         list.
820
821 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
822
823         * MAINTAINERS (Reviewers, arc): Remove my entry.
824         (Write After Approval): Add an entry for myself.
825
826 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
827
828         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
829         * Makefile.in: Regenerate.
830         * configure: Regenerate.
831         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
832
833 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
834
835         * MAINTAINERS: Fix up Maciej's entries.
836
837 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
838
839         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
840         maintainer.
841
842 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
843
844         PR other/102663
845         * Makefile.def: Handle install-dvi target.
846         * Makefile.tpl: Likewise.
847         * Makefile.in: Regenerate.
848
849 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
850
851         * MAINTAINERS: Add myself for write after approval.
852
853 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
854
855         * Makefile.def: Mark libcody, libdecnumber,
856         c++tools, libgcc, and libobjc as missing TAGS
857         targets.
858         * Makefile.in: Regenerate.
859
860 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
861
862         * MAINTAINERS: Add myself to DCO section and update email
863         address.
864
865 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
866
867         * MAINTAINERS: Add myself to DCO section.
868
869 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
870
871         * configure: Regenerate.
872         * configure.ac (skipdirs): Add the contents of target_configdirs if
873         we are not building gcc.
874
875 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
876
877         * Makefile.def: Back-port commits ba4d88ad892f and
878         755ba58ebef0 from binutils-gdb repository.
879         * Makefile.in: Regenerated.
880
881 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
882
883         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
884
885 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
886
887         * Makefile.def: Add a jit check target for the jit
888         language.
889         * Makefile.in: Regenerate.
890
891 2021-09-16  Andrew Pinski  <apinski@marvell.com>
892
893         PR bootstrap/67102
894         * Makefile.def: Have configure-target-libffi depend on
895         all-target-libstdc++-v3.
896         * Makefile.in: Regenerate.
897
898 2021-09-10  Petter Tomner  <tomner@kth.se>
899
900         * MAINTAINERS: Me added to DCO and write after approval
901
902 2021-09-01  YunQiang Su  <syq@debian.org>
903
904         * MAINTAINERS: Add myself for write after approval.
905
906 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
907
908         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
909         * Makefile.in: Regenerate.
910
911 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
912
913         * MAINTAINERS: Add myself for write after approval.
914
915 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
916
917         * Makefile.in: Regenerate.
918         * Makefile.tpl: Make the state of the configured host
919         shared flag available to makefile fragements.
920
921 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
922
923         * MAINTAINERS (Write After Approval): Add myself.
924
925 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
926
927         * .dir-locals.el (bug-reference-url-format): Use https.
928
929 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
930
931         * .dir-locals.el (c-mode): Change fill-column to 79.
932
933 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
934
935         * MAINTAINERS: Add myself to DCO section.
936
937 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
938
939         * configure: Regenerate.
940         * configure.ac: Adjust cases for which it is necessary to
941         include the Darwin host config fragment.
942
943 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
944
945         * MAINTAINERS: Add myself for write after approval and DCO.
946
947 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
948
949         * Makefile.def: Add dsymutil defs.
950         * Makefile.in: Regenerated.
951         * Makefile.tpl: Add dsymutil to flags.
952         * configure: Regenerated.
953         * configure.ac: Add dsymutil to target and build recipes.
954
955 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
956
957         * MAINTAINERS: Add myself for write after approval.
958
959 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
960
961         * MAINTAINERS (Write After Approval): Add myself.
962
963 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
964
965         * MAINTAINERS: Add myself for write after approval and DCO
966
967 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
968
969         * .gitignore: Add entry for cscope.out.
970
971 2021-06-22  liuhongt  <hongtao.liu@intel.com>
972
973         * MAINTAINERS: Remove my Write After Approval entry.
974
975 2021-06-21  liuhongt  <hongtao.liu@intel.com>
976
977         * MAINTAINERS: Add myself as maintainer of the i386 vector
978         extensions.
979
980 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
981
982         * MAINTAINERS (Write After Approval): Add myself.
983
984 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
985
986         * MAINTAINERS (Various Maintainers): Add Andrew and myself
987         as *vrp and ranger maintainers.
988
989 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
990
991         * MAINTAINERS: Adjust my entry in the DCO section so that it does
992         not trigger testsuite failures.
993
994 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
995
996         * MAINTAINERS: Add myself to DCO section with both email addresses.
997
998 2021-06-03  Jason Merrill  <jason@redhat.com>
999
1000         * MAINTAINERS: Add DCO version number.
1001
1002 2021-06-02  Jason Merrill  <jason@redhat.com>
1003
1004         * MAINTAINERS: Add DCO section.
1005
1006 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
1007
1008         * MAINTAINERS (Write After Approval): Add myself.
1009
1010 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
1011
1012         * configure.ac: Add gnulib to configdirs for sim.
1013         * configure: Regenerate.
1014
1015 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
1016
1017         * Makefile.def: Add configure-sim dependency on all-gnulib.
1018         * Makefile.in: Regenerated.
1019
1020 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1021
1022         * MAINTAINERS (Write After Approval): Add myself.
1023
1024 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
1025
1026         * MAINTAINERS (Write After Approval): Add myself.
1027
1028 2021-05-11  Martin Liska  <mliska@suse.cz>
1029
1030         * MAINTAINERS: Remove entries for removed
1031         components (HSA, BRIG, libhsail-rt).
1032         Move Pekka to Write After Approval.
1033
1034 2021-05-11  Martin Liska  <mliska@suse.cz>
1035
1036         * Makefile.def: Remove libhsail-rt.
1037         * Makefile.in: Likewise.
1038         * configure.ac: Likewise.
1039         * configure: Regenerate.
1040         * libhsail-rt/ChangeLog: Removed.
1041         * libhsail-rt/Makefile.am: Removed.
1042         * libhsail-rt/Makefile.in: Removed.
1043         * libhsail-rt/README: Removed.
1044         * libhsail-rt/aclocal.m4: Removed.
1045         * libhsail-rt/configure: Removed.
1046         * libhsail-rt/configure.ac: Removed.
1047         * libhsail-rt/configure.tgt: Removed.
1048         * libhsail-rt/include/internal/fibers.h: Removed.
1049         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1050         * libhsail-rt/include/internal/phsa-rt.h: Removed.
1051         * libhsail-rt/include/internal/workitems.h: Removed.
1052         * libhsail-rt/rt/arithmetic.c: Removed.
1053         * libhsail-rt/rt/atomics.c: Removed.
1054         * libhsail-rt/rt/bitstring.c: Removed.
1055         * libhsail-rt/rt/fbarrier.c: Removed.
1056         * libhsail-rt/rt/fibers.c: Removed.
1057         * libhsail-rt/rt/fp16.c: Removed.
1058         * libhsail-rt/rt/misc.c: Removed.
1059         * libhsail-rt/rt/multimedia.c: Removed.
1060         * libhsail-rt/rt/queue.c: Removed.
1061         * libhsail-rt/rt/sat_arithmetic.c: Removed.
1062         * libhsail-rt/rt/segment.c: Removed.
1063         * libhsail-rt/rt/workitems.c: Removed.
1064         * libhsail-rt/target-config.h.in: Removed.
1065
1066 2021-05-04  Nick Clifton  <nickc@redhat.com>
1067
1068         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1069         * configure: Regenerate.
1070
1071 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
1072             Tobias Burnus  <tobias@codesourcery.com>
1073
1074         * configure.ac (--enable-offload-defaulted): New.
1075         * configure: Regenerate.
1076
1077 2021-04-23  David Faust  <david.faust@oracle.com>
1078
1079         * MAINTAINERS (Write After Approval): Add myself.
1080
1081 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1082
1083         * MAINTAINERS (Write After Approval): Add myself.
1084
1085 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
1086
1087         * MAINTAINERS: Add myself as pru port maintainer.
1088
1089 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
1090
1091         * MAINTAINERS: Add myself as static analyzer maintainer.
1092
1093 2021-03-18  Jeff Law  <jlaw@tachyum.com>
1094
1095         * MAINTAINERS: Update primary entry.
1096
1097 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
1098
1099         * MAINTAINERS (Write After Approval): Add myself.
1100
1101 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
1102
1103         * Makefile.def: Remove all-sim dependency on configure-gdb.
1104         * Makefile.in: Regenerated.
1105
1106 2021-03-11  Jeff Law  <law@redhat.com>
1107
1108         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1109
1110 2021-03-11  Martin Liska  <mliska@suse.cz>
1111
1112         * Makefile.tpl: The change was done Makefile.in which
1113         is generated file.
1114
1115 2021-03-08  Jeff Law  <law@redhat.com>
1116
1117         * MAINTAINERS: Update my email address
1118
1119 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1120
1121         * config.guess: Import latest upstream.
1122         * config.sub: Import latest upstream.
1123
1124 2021-01-25  Martin Liska  <mliska@suse.cz>
1125
1126         PR gcov-profile/98739
1127         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1128         for profiledbootstrap.
1129
1130 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1131
1132         * MAINTAINERS (Write After Approval): Add myself.
1133
1134 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1135
1136         * MAINTAINERS (Write After Approval): Update my e-mail address.
1137
1138 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1139
1140         * MAINTAINERS: Fix spacing.
1141
1142 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1143
1144         * MAINTAINERS (Write After Approval): Add myself
1145
1146 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1147
1148         * Makefile.def: Sync with binutils-gdb:
1149         (dependencies): all-ld depends on all-libctf.
1150         (host_modules): libctf is no longer no_install.
1151         No longer no_check.  Checking depends on all-ld.
1152         * Makefile.in: Regenerated.
1153
1154 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1155
1156         * libtool.m4: Match gnu* along other GNU systems.
1157         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1158         * libgo/configure: Re-generate.
1159
1160 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1161
1162         * MAINTAINERS: Update my email address.
1163
1164 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1165
1166         * MAINTAINERS (Write After Approval): Add myself.
1167
1168 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1169
1170         * Makefile.def
1171         * Makefile.in
1172         * Makefile.tpl
1173         * configure
1174         * configure.ac
1175
1176 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1177
1178         * Makefile.def: Add libcody.
1179         * configure.ac: Add libcody.
1180         * Makefile.in: Regenerated.
1181         * configure: Regenerated.
1182
1183 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1184
1185         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1186
1187 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1188
1189         PR target/97865
1190         * libtool.m4: Update handling of Darwin platform link flags
1191         for Darwin20.
1192
1193 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1194
1195         * .gitignore: Sync with binutils-gdb
1196
1197 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1198
1199         * MAINTAINERS: Add myself as arc port maintainer.
1200
1201 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1202
1203         PR d/87788
1204         * configure.ac: Don't disable D for *-*-darwin*.
1205         * configure: Regenerate.
1206
1207 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1208
1209         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1210         hppa64-*-hpux11*.
1211
1212 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1213
1214         * configure: Regenerate.
1215         * configure.ac: Add --bootstrap-hwasan option.
1216
1217 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1218
1219         * config.guess: Import latest upstream.
1220         * config.sub: Import latest upstream.
1221
1222 2020-11-16  Martin Liska  <mliska@suse.cz>
1223
1224         * .gitignore: Add cache as clangd uses it now.
1225
1226 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1227
1228         * MAINTAINERS (Write After Approval): add myself
1229
1230 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1231
1232         * MAINTAINERS (Write After Approval): Add myself.
1233
1234 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1235
1236         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1237         Remove FIXME comments.
1238
1239 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1240
1241         * MAINTAINERS: Update my email address.
1242
1243 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1244
1245         * MAINTAINERS (Write After Approval): Add myself.
1246
1247 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1248
1249         PR target/97302
1250         * configure.ac: Only set with_gmp to /usr/local
1251         if not building in tree.
1252         * configure: Regenerate.
1253
1254 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1255
1256         * MAINTAINERS (Write After Approval): Add myself.
1257
1258 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1259
1260         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1261
1262 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1263
1264         PR bootstrap/96612
1265         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1266         if not the same as ${host}.
1267         * configure: Regenerate.
1268
1269 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1270
1271         * MAINTAINERS (Write After Approval): Add myself.
1272
1273 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1274
1275         * MAINTAINERS: Update my email address.
1276
1277 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1278
1279         * MAINTAINERS (Write After Approval): Add myself.
1280
1281 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1282
1283         * MAINTAINERS (Write After Approval): Add myself.
1284
1285 2020-06-12  Martin Liska  <mliska@suse.cz>
1286
1287         * .gitignore: Add .clang-tidy.
1288
1289 2020-06-08  Jason Merrill  <jason@redhat.com>
1290
1291         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1292         * configure: Regenerate.
1293
1294 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1295
1296         * MAINTAINERS: Add myself as xtensa port maintainer.
1297
1298 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1299
1300         * configure.ac: Don't require --enable-host-shared when building
1301         for Mingw.
1302         * configure: Regenerate.
1303
1304 2020-05-18  Jason Merrill  <jason@redhat.com>
1305
1306         * configure.ac: Update bootstrap dialect to -std=c++11.
1307
1308 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1309
1310         * MAINTAINERS (Write After Approval): Add myself.
1311
1312 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1313
1314         PR target/92713
1315         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1316         (noconfigdirs): Add 'target-libstdc++-v3'.
1317         * configure: Regenerate.
1318
1319 2020-04-21  Stephen Casner  <casner@acm.org>
1320
1321         PR 25830
1322         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1323         * configure: Rebuild.
1324
1325 2020-04-17  Martin Liska  <mliska@suse.cz>
1326             Jonathan Yong <10walls@gmail.com>
1327
1328         PR gcov-profile/94570
1329         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1330         for CYGWIN.
1331
1332 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1333
1334         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1335
1336 2020-04-09  Tom Tromey  <tom@tromey.com>
1337
1338         * configure: Rebuild.
1339         * Makefile.in: Rebuild.
1340         * Makefile.def (gdbsupport, gdbserver): New host modules.
1341         (configure-gdb): Depend on all-gdbsupport.
1342         (all-gdb): Depend on all-gdbsupport, all-libctf.
1343         * configure.ac (host_tools): Add gdbserver.
1344         Conditionally build gdbserver and gdbsupport.
1345
1346 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1347
1348         * configure.ac: Build libgomp by default for amdgcn.
1349         * configure: Regenerate.
1350
1351 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1352
1353         * MAINTAINERS (Write After Approval): Add myself.
1354
1355 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1356
1357         * MAINTAINERS (Write After Approval) : Add myself.
1358
1359 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1360
1361         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1362
1363 2020-02-14  Martin Sebor  <msebor@redhat.com>
1364
1365         * doc/extend.texi (attribute alias): Mention type requirement.
1366         (attribute weak): Same.
1367         (attribute weakref): Correct invalid example.
1368
1369 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1370
1371         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1372
1373 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1374             Jakub Jelinek  <jakub@redhat.com>
1375
1376         * .gitattributes: Add *.md diff=md.
1377
1378 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1379
1380         The mentioned auto-generated file is no more part of the
1381
1382         GCC sources, it's auto-generated in $(builddir) during build.
1383
1384         PR target/92055
1385         * contrib/gcc_update (files_and_dependencies): Remove
1386         entry for gcc/config/avr/t-multilib.
1387
1388 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1389
1390         * MAINTAINERS: Update my email address.
1391
1392 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1393
1394         * README.MOVED_TO_GIT: Remove.
1395
1396 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1397
1398         * README.MOVED_TO_GIT: New file.
1399
1400 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1401
1402         * MAINTAINERS (Write After Approval): Add myself.
1403
1404 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1405
1406         * MAINTAINERS (write_after_approval): Add myself.
1407
1408 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1409
1410         * MAINTAINERS (write_after_approval): Add myself.
1411
1412 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1413
1414         * MAINTAINERS (write_after_approval): Add myself.
1415
1416 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1417
1418         * configure.ac: Factor out common cases for compare_exclusions.
1419         * configure: Regenerate.
1420
1421 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1422
1423         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1424         flag.
1425
1426 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1427
1428         * MAINTAINERS (Write After Approval): Add myself.
1429
1430 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1431
1432         PR middle-end/92463
1433         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1434         * configure: Regenerate
1435
1436 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1437
1438         * configure.ac: Use https for gcc.gnu.org.
1439         * configure: Regenerated.
1440
1441 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1442
1443         * MAINTAINERS (aarch64 port): Remove my name, move to...
1444         (Write After Approval): ...Here.
1445
1446 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1447
1448         * MAINTAINERS: Change my email address as maintainer.
1449
1450 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1451
1452         PR fortran/91828
1453         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1454         * configure: Regenerated.
1455
1456 2019-10-21  Jason Merrill  <jason@redhat.com>
1457
1458         * .gitattributes: Also check ChangeLog whitespace.
1459
1460 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1461
1462         * contrib/dg-extract-results.sh: Add support for KPASS.
1463         * contrib/dg-extract-results.py: Likewise.
1464
1465 2019-10-17  Jason Merrill  <jason@redhat.com>
1466
1467         * .gitattributes: Avoid {} in filename pattern.
1468
1469 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1470
1471         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1472         Approval section.
1473
1474 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1475
1476         * MAINTAINERS: Add myself to Write After Approval
1477
1478 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1479
1480         * MAINTAINERS: Add myself as an aarch64 maintainer.
1481
1482 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1483
1484         * MAINTAINERS: Add myself as aarch64 maintainer.
1485
1486 2019-09-23  Carl Love  <cel@us.ibm.com>
1487
1488         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1489         New define_insn.
1490         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1491         vsx_xxpermdi16_le_V16QI): Removed define_insn.
1492
1493 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1494
1495         * MAINTAINERS (Sam Tebbs): Update email address.
1496
1497 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
1498
1499         * MAINTAINERS: Update my email address.
1500
1501 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
1502
1503         * libtool.m4: Handle uclinuxfdpiceabi.
1504
1505 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1506
1507         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1508         Remove myself from Write After Approval section.
1509
1510 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1511
1512         * configure.ac: Support for bpf-*-* targets.
1513         * configure: Regenerate.
1514
1515 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1516
1517         * config.sub: Import upstream version 2019-06-30.
1518         * config.guess: Import upstream version 2019-07-24.
1519
1520 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1521
1522         * MAINTAINERS: Remove spu port maintainers.
1523
1524 2019-08-28  Martin Liska  <mliska@suse.cz>
1525
1526         * .gitignore: Add .clangd and compile_commands.json
1527         to .gitignore.
1528
1529 2019-08-23  Michael Forney  <mforney@mforney.org>
1530
1531         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1532         * Makefile.in: Regenerate.
1533
1534 2019-08-19  Tom Tromey  <tom@tromey.com>
1535
1536         * configure: Rebuild.
1537         * configure.ac: Add --with-static-standard-libraries.
1538
1539 2019-08-16  Alexandre Oliva <oliva@gnu.org>
1540
1541         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1542
1543 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
1544
1545         * MAINTAINERS (Write After Approval): Add myself.
1546
1547 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1548
1549         * MAINTAINERS (Write After Approval): Remove myself, already listed in
1550         RISC-V port maitainer.
1551
1552 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1553
1554         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1555
1556 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1557
1558         * MAINTAINERS (Write After Approval): Add myself.
1559
1560 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
1561
1562         * MAINTAINERS (Write After Approval): Add myself.
1563
1564 2019-06-25  Martin Liska  <mliska@suse.cz>
1565
1566         contrib/filter-clang-warnings.py: Transform from
1567         filter-rtags-warnings.py.
1568
1569 2019-06-15  Tom Tromey  <tom@tromey.com>
1570
1571         * configure.ac (host_libs): Add gnulib.
1572         * configure: Rebuild.
1573         * Makefile.def (host_modules, dependencies): Add gnulib.
1574         * Makefile.in: Rebuild.
1575
1576 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1577
1578         * MAINTAINERS (Write After Approval): Add myself.
1579
1580 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1581
1582         * configure: Regenerate.
1583         * configure.ac: Add PRU target.
1584
1585 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1586
1587         * MAINTAINERS (Write After Approval): Add myself.
1588
1589 2019-06-11  Nick Clifton  <nickc@redhat.com>
1590
1591         Import these changes from the binutils/gdb repository:
1592
1593         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1594
1595         * Makefile.def (dependencies): configure-libctf depends on all-bfd
1596         and all its deps.
1597         * Makefile.in: Regenerated.
1598
1599         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1600
1601         * Makefile.def (host_modules): Add libctf.
1602         * Makefile.def (dependencies): Likewise.
1603         libctf depends on zlib, libiberty, and bfd.
1604         * Makefile.in: Regenerated.
1605         * configure.ac (host_libs): Add libctf.
1606         * configure: Regenerated.
1607
1608 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
1609
1610         * MAINTAINERS (Write After Approval): Add myself.
1611
1612 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
1613
1614         * MAINTAINERS: Update my email address.
1615
1616 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1617
1618         * MAINTAINERS (Write After Approval): Add myself.
1619
1620 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
1621
1622         * MAINTAINERS (Write After Approval): Add myself.
1623
1624 2019-05-07  Jim Wilson  <jimw@sifive.com>
1625
1626         * MAINTAINERS: Remove myself as IA-64 maintainer.
1627
1628 2019-05-04  Roland Illig  <roland.illig@gmx.de>
1629
1630         * MAINTAINERS (Write After Approval): Add myself.
1631
1632 2019-05-02  Richard Biener  <rguenther@suse.de>
1633
1634         PR bootstrap/85574
1635         * Makefile.tpl (compare target): Also compare extra-compare
1636         files.
1637         * Makefile.in: Regenerate.
1638
1639 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
1640
1641         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1642         as modulo-scheduler maintainer.
1643
1644 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
1645
1646         * MAINTAINERS: Add myself as co-maintainer for Darwin.
1647
1648 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
1649
1650         * MAINTAINERS: Update my email address.
1651
1652 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
1653
1654         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1655         * configure: Regenerate.
1656
1657 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1658
1659         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1660         * configure: Regenerate.
1661
1662 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1663
1664         * configure.ac: Add target-zlib to target_libraries.
1665         * configure: Regenerate.
1666
1667 2019-04-09  Martin Liska  <mliska@suse.cz>
1668
1669         * Makefile.in: Regenerate.
1670         * Makefile.tpl: Pass GENERATOR_CFLAGS
1671         in all stages.
1672
1673 2019-03-28  Martin Liska  <mliska@suse.cz>
1674
1675         PR bootstrap/89829
1676         * Makefile.in: Revert r254150.
1677         * Makefile.tpl: Likewise.
1678
1679 2019-03-28  Ben Elliston  <bje@gnu.org>
1680
1681         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1682         related, and libdecnumber.
1683
1684 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1685
1686         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1687         (Write After Approval): Remove myself.
1688
1689 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1690
1691         * MAINTAINERS (Write After Approval): Add myself.
1692
1693 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1694
1695         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1696         (Write After Approval): Remove myself and Julian.
1697
1698 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
1699
1700         * MAINTAINERS (Write After Approval): Add myself.
1701
1702 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1703
1704         * MAINTAINERS (Write After Approval): Add myself.
1705
1706 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1707
1708         * ChangeLog: Replace space with tab.
1709         * MAINTAINERS: Delete 1 tab to keep alignment.
1710
1711 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1712
1713         * MAINTAINERS (Write After Approval): Add myself.
1714
1715 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1716
1717         * MAINTAINERS (Write After Approval): Add myself.
1718
1719 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1720             Kwok Cheung Yeung  <kcy@codesourcery.com>
1721             Julian Brown  <julian@codesourcery.com>
1722             Tom de Vries  <tom@codesourcery.com>
1723             Jan Hubicka  <hubicka@ucw.cz>
1724             Martin Jambor  <mjambor@suse.cz>
1725
1726         * configure.ac: Likewise.
1727         * configure: Regenerate.
1728         * contrib/config-list.mk: Add amdgcn-amdhsa.
1729
1730 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1731
1732         * MAINTAINERS (Write After Approval): Add myself.
1733
1734 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1735
1736         * MAINTAINERS (Write After Approval): Add myself.
1737
1738 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1739
1740         PR target/88535
1741         * config.guess: Import upstream version 2019-01-03.
1742         * config.sub: Import upstream version 2019-01-01.
1743
1744 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1745
1746         * MAINTAINERS (Write After Approval): Update my maintainer address.
1747
1748 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
1749
1750         * MAINTAINERS (Write After Approval): Add myself.
1751
1752 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
1753
1754         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1755
1756 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1757
1758         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1759         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1760         (GCC_TARGET_TOOL): Likewise.
1761         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1762         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1763         OTOOL, OTOOL_FOR_TARGET: New substitutions.
1764         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1765         * configure: Regenerate.
1766         * Makefile.in: Likewise.
1767
1768 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
1769
1770         * MAINTAINERS (Write After Approval): Add myself.
1771
1772 2018-11-13  Martin Liska  <mliska@suse.cz>
1773
1774         * gcc.target/i386/pr87930.c: Move to ...
1775         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
1776
1777 2018-11-10  Stafford Horne  <shorne@gmail.com>
1778
1779         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1780         (Write After Approval): Remove myself.
1781
1782 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1783
1784         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1785         Append $INCICONV to it.
1786
1787 2018-11-04  Stafford Horne  <shorne@gmail.com>
1788
1789         * MAINTAINERS (Write After Approval): Add myself.
1790
1791 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1792
1793         PR bootstrap/82856
1794         * multilib.am: New file.  From automake.
1795
1796         Merge from binutils-gdb:
1797         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1798
1799         * libtool.m4: Use AC_LANG_SOURCE.
1800         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1801         * ar-lib: New file.
1802         * test-driver: New file.
1803         * configure: Re-generate.
1804
1805 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
1806
1807         * MAINTAINERS (Write After Approval): Add myself.
1808
1809 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1810
1811         PR bootstrap/87788
1812         PR d/87799
1813         * configure: Rebuild.
1814         * configure.ac: Disable D on systems where it is known not to work.
1815
1816 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1817
1818         * Makefile.def (target_modules): Add libphobos.
1819         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1820         GDCFLAGS_FOR_TARGET.
1821         (dependencies): Make libphobos depend on libatomic, libbacktrace
1822         configure, and zlib configure.
1823         (language): Add language d.
1824         * Makefile.in: Rebuild.
1825         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1826         (HOST_EXPORTS): Add GDC.
1827         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1828         (BASE_TARGET_EXPORTS): Add GDC.
1829         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1830         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1831         (EXTRA_HOST_FLAGS): Add GDC.
1832         (STAGE1_FLAGS_TO_PASS): Add GDC.
1833         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1834         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1835         environment variables.
1836         * configure: Rebuild.
1837         * configure.ac: Add target-libphobos to target_libraries.  Set and
1838         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1839
1840 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1841
1842         * MAINTAINERS (Write After Approval): Add myself.
1843
1844 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1845
1846         * MAINTAINERS (Write After Approval): Remove myself.
1847
1848 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1849
1850         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1851
1852 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
1853
1854         * MAINTAINERS: Update my email address.
1855
1856 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
1857
1858         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1859         maintainer.
1860
1861 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
1862
1863         * MAINTAINERS (Write After Approval): Add self.
1864
1865 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1866
1867         * MAINTAINERS (write after approval): Add myself.
1868
1869 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
1870
1871         * MAINTAINERS: Update my email address.
1872
1873 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
1874
1875         * MAINTAINERS (write after approval): Add myself.
1876
1877 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
1878
1879         * MAINTAINERS: Add self to global reviewers list.
1880
1881 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
1882
1883         MAINTAINERS: Add c-sky port maintainers.
1884
1885 2018-08-10  Martin Liska  <mliska@suse.cz>
1886
1887         * MAINTAINERS: Revert change in previous commit and
1888         join lines.
1889
1890 2018-08-10  Martin Liska  <mliska@suse.cz>
1891
1892         * MAINTAINERS: Remove extra line.
1893
1894 2018-08-06  Naveen H.S  <naveenh@marvell.com>
1895
1896         * MAINTAINERS: Update my email address.
1897
1898 2018-07-19  DJ Delorie  <dj@redhat.com>
1899
1900         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1901         as maintainer.
1902
1903 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
1904
1905         * MAINTAINERS: Adjust email address for me and my colleague Robin
1906         Dapp.
1907
1908 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1909             Sunil K Pandey  <sunil.k.pandey@intel.com>
1910
1911         PR target/84413
1912         * config/i386/i386.c (m_CORE_AVX512): New.
1913         (m_CORE_AVX2): Likewise.
1914         (m_CORE_ALL): Add m_CORE_AVX2.
1915         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1916         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1917         and remove the rest of m_SKYLAKE_AVX512.
1918
1919 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1920
1921         * config.sub: Sync with upstream version 2018-07-03.
1922
1923 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1924
1925         * config.guess: Sync with upstream version 2018-06-26.
1926         * config.sub: Sync with upstream version 2018-07-02.
1927
1928 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
1929
1930         * libtool.m4: Sort output of 'find' to enable deterministic builds.
1931         * ltmain.sh: Likewise.
1932
1933 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
1934
1935         * contrib/config-list.mk: Remove powerpc-linux_paired.
1936
1937 2018-06-29  Alexandre Oliva <oliva@adacore.com>
1938
1939         * configure.ac: Introduce support for @unless/@endunless.
1940         * Makefile.tpl (dep-kind): Rewrite with cond; return
1941         postbootstrap in some cases.
1942         (make-postboot-dep, postboot-targets): New.
1943         (dependencies): Do not output postbootstrap dependencies at
1944         first.  Output non-target ones changed for configure to depend
1945         on stage_last @if gcc-bootstrap, and the original deps @unless
1946         gcc-bootstrap.
1947         * configure.in, Makefile.in: Rebuilt.
1948
1949 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
1950
1951         * MAINTAINERS (write after approval): Add myself.
1952
1953 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1954
1955         * MAINTAINERS (write after approval): Add myself.
1956
1957 2018-06-19  Nick Clifton  <nickc@redhat.com>
1958
1959         * zlib/configure.ac: Restore old behaviour of only enabling
1960         multilibs when a target subdirectory is defined.  This allows
1961         building with srcdir == builddir.
1962         * zlib/configure: Regenerate.
1963
1964 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1965
1966         * Makefile.def (fortran): Add check-target-libgomp-fortran.
1967         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1968         * Makefile.in: Regenerate.
1969
1970 2018-06-16  Ben Elliston  <bje@gnu.org>
1971
1972         * config.guess: Import latest version.
1973         * config.sub: Likewise.
1974
1975 2018-06-08  Martin Liska  <mliska@suse.cz>
1976
1977         * MAINTAINERS: Remove MPX-related entries.
1978         * Makefile.def: Remove libmpx support.
1979         * Makefile.in: Regenerate.
1980         * configure.ac: Remove removed files.
1981         * configure: Regenerate.
1982         * libmpx/ChangeLog: Remove.
1983         * libmpx/Makefile.am: Remove.
1984         * libmpx/Makefile.in: Remove.
1985         * libmpx/acinclude.m4: Remove.
1986         * libmpx/aclocal.m4: Remove.
1987         * libmpx/config.h.in: Remove.
1988         * libmpx/configure: Remove.
1989         * libmpx/configure.ac: Remove.
1990         * libmpx/configure.tgt: Remove.
1991         * libmpx/libmpx.spec.in: Remove.
1992         * libmpx/mpxrt/Makefile.am: Remove.
1993         * libmpx/mpxrt/Makefile.in: Remove.
1994         * libmpx/mpxrt/libmpx.map: Remove.
1995         * libmpx/mpxrt/libtool-version: Remove.
1996         * libmpx/mpxrt/mpxrt-utils.c: Remove.
1997         * libmpx/mpxrt/mpxrt-utils.h: Remove.
1998         * libmpx/mpxrt/mpxrt.c: Remove.
1999         * libmpx/mpxrt/mpxrt.h: Remove.
2000         * libmpx/mpxwrap/Makefile.am: Remove.
2001         * libmpx/mpxwrap/Makefile.in: Remove.
2002         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2003         * libmpx/mpxwrap/libtool-version: Remove.
2004         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2005
2006 2018-06-04  Martin Liska  <mliska@suse.cz>
2007
2008         * MAINTAINERS: Add myself as gcov maintainer.
2009
2010 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
2011
2012         * MAINTAINERS: Update my email address.
2013
2014 2018-06-04  Tom de Vries  <tdevries@suse.de>
2015
2016         * MAINTAINERS: Remove write-after-approval entries for component
2017         maintainers.
2018
2019 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2020
2021         * MAINTAINERS (write after approval): Add myself.
2022
2023 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
2024
2025         * MAINTAINERS: Update my email address.
2026
2027 2018-06-01  Tom de Vries  <tdevries@suse.de>
2028
2029         * MAINTAINERS: Update my email address.
2030
2031 2018-05-22  Bin Cheng <bin.cheng@arm.com>
2032
2033         * MAINTAINERS (loop-optimizer): Add myself.
2034
2035 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
2036
2037         * configure.ac: Added "nfp" target.
2038         * configure: Regenerate.
2039
2040 2018-04-30  Richard Biener  <rguenther@suse.de>
2041
2042         PR bootstrap/85571
2043         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2044         (STAGE3_TFLAGS): Likewise.
2045         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2046         (STAGEtrain_TFLAGS): Likewise.
2047         * Makefile.in: Regenerate.
2048
2049 2018-04-26  Richard Biener  <rguenther@suse.de>
2050
2051         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2052         (STAGE2_CFLAGS): Likewise.
2053         (STAGE2_TFLAGS): Likewise.
2054         (STAGE3_CFLAGS): Add -fchecking.
2055         (STAGE3_TFLAGS): Likewise.
2056         (STAGEtrain_CFLAGS): Filter out -fchecking.
2057         (STAGEtrain_TFLAGS): Likewise.
2058         * Makefile.in: Re-generate.
2059
2060 2018-04-25  Catherine Moore <clm@codesourcery.com>
2061
2062         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2063
2064 2018-04-18  Paul Clarke  <pc@us.ibm.com>
2065
2066         * MAINTAINERS (write after approval): Add myself.
2067
2068 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
2069
2070         * MAINTAINERS: Update my email address.
2071
2072 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
2073
2074         * MAINTAINERS: Remove redundant Write-After-Approval entry.
2075
2076 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
2077
2078         * MAINTAINERS: Update my email address and disambiguate myself
2079         a bit from Will Schmidt.
2080
2081 2018-03-21  Nathan Sidwell  <nathan@acm.org>
2082
2083         * MAINTAINERS: Move maintainers of now-removed picochip and score
2084         ports to write after approval.
2085
2086 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
2087
2088         * MAINTAINERS: Add entry for SVE maintainership.
2089
2090 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
2091
2092         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2093         * configure: Regenerate.
2094
2095 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
2096
2097         * MAINTAINERS (write after approval): Add myself.
2098
2099 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2100
2101         * MAINTAINERS (write after approval): Add myself.
2102
2103 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
2104
2105         * MAINTAINERS (write after approval): Add myself.
2106
2107 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2108
2109         Update copyright years.
2110
2111 2018-01-03  Ben Elliston  <bje@gnu.org>
2112
2113         * config.guess: Import latest version.
2114         * config.sub: Likewise.
2115
2116 2017-12-12  Stafford Horne  <shorne@gmail.com>
2117
2118         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2119         * configure: Regenerate.
2120
2121 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2122
2123         * MAINTAINERS (Write After Approval): Add myself.
2124
2125 2017-11-28  Julia Koval  <julia.koval@intel.com>
2126             Sebastian Peryt  <sebastian.peryt@intel.com>
2127
2128         * Makefile.def (target_modules): Remove libcilkrts.
2129         * Makefile.in: Ditto.
2130         * configure: Ditto.
2131         * configure.ac: Ditto.
2132
2133 2017-11-28  Julia Koval  <julia.koval@intel.com>
2134
2135         * MAINTAINERS (Write After Approval): Add myself.
2136
2137 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2138
2139         * MAINTAINERS (Write After Approval): Add myself.
2140
2141 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2142
2143         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2144         Use my SiFive email address.
2145
2146 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2147
2148         * MAINTAINERS (write after approval): Add myself.
2149
2150 2017-10-27  Martin Liska  <mliska@suse.cz>
2151
2152         * Makefile.tpl: Use proper name of folder as it was renamed
2153         during transition to 4 stages.
2154         * Makefile.in: Regenerate.
2155
2156 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2157
2158         * MAINTAINERS (write after approval): Add myself.
2159
2160 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2161
2162         * MAINTAINERS: Add a note that maintainership also includes web
2163         pages, docs, and testsuite related to that area.
2164
2165 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2166
2167         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2168
2169 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2170
2171         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2172
2173 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2174
2175         * MAINTAINERS: Remove myself as a vxworks maintainer.
2176
2177 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2178
2179         * MAINTAINERS: Remove email address of Jim Norris.
2180
2181 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2182
2183         * MAINTAINERS (Reviewers): Move myself from here...
2184         (CPU Port Maintainers): ... to here.
2185
2186 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2187
2188         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2189
2190 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2191
2192         * MAINTAINERS (write after approval): Add myself.
2193
2194 2017-07-28  Tony Reix  <tony.reix@atos.net>
2195
2196         * configure.ac (target-libffi): Don't disable for AIX.
2197         (go): Don't add to unsupported_languages on AIX.
2198         (target-libgo): Don't disable for AIX.
2199         * configure: Regenerate.
2200
2201 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2202
2203         * MAINTAINERS: Add myself.
2204
2205 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2206
2207         * MAINTAINERS: Update my email address.
2208
2209 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2210
2211         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2212         arm-specific auto-generated header files.
2213
2214 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2215
2216         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2217         * configure: Rebuilt.
2218
2219 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2220
2221         * MAINTAINERS: Readd myself for c6x.
2222
2223 2017-06-28  Martin Liska  <mliska@suse.cz>
2224
2225         PR bootstrap/81217
2226         * Makefile.def: Remove superfluous bootstrap_target from
2227         bootstrap_stage.
2228         * Makefile.in: Re-generate the file.
2229
2230 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2231
2232         * MAINTAINERS: Add myself to Write After Approval
2233
2234 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2235
2236         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2237
2238 2017-06-19  Martin Liska  <mliska@suse.cz>
2239
2240         * Makefile.def: Define 4 stages PGO bootstrap.
2241         * Makefile.tpl: Define FLAGS.
2242         * Makefile.in: Regenerate.
2243
2244 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2245
2246         * Makefile.def: Add check-gotools to go check targets.
2247         * Makefile.in: Rebuild.
2248
2249 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2250
2251         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2252
2253 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2254
2255         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2256         * configure: Regenerate.
2257
2258 2017-05-31  Martin Liska  <mliska@suse.cz>
2259
2260         * configure.ac: Add handling of stage2_werror_flags to
2261         action-if-given and to action-if-not-given.
2262         * configure: Regenerate.
2263
2264 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2265
2266         * MAINTAINERS: Add self to Write After Approval
2267
2268 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2269
2270         * MAINTAINERS: Update my email address, and remove myself as
2271         maintainer in some areas.
2272
2273 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2274
2275         * MAINTAINERS: Add self to Write After Approval
2276
2277 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2278
2279         * configure.ac: Add --enable-languages=default to mean default and
2280         make --enable-languages=all mean all supported languages.
2281         * configure: Regenerated.
2282
2283 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2284
2285         * config.gcc (powerpc*-*-*spe*): New.
2286         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2287         (powerpc-*-rtems*spe*): New.
2288         (powerpc*-*-linux*spe*): New.
2289         (powerpc-wrs-vxworksspe): New.
2290         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2291         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2292         * config.host (powerpc*-*-*spe*): New.
2293
2294 2017-05-19  Martin Liska  <mliska@suse.cz>
2295
2296         * configure.ac: Add --enable-werror-always just for
2297         bootstrap-debug (or none build config) and do not add it
2298         when we are on a release branch.
2299         * configure: Regenerated.
2300
2301 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2302
2303         * MAINTAINERS: Add self to Write After Approval
2304
2305 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2306
2307         * MAINTAINERS: Move myself to Write After Approval section.
2308
2309 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2310
2311         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2312         ACCH registers.
2313         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2314         available.
2315         (umulsidi3): Likewise.
2316         (mulsidi3_700): Disable this pattern when we have advanced mpy
2317         instructions.
2318         (umulsidi3_700): Likewise.
2319         (maddsidi4): New pattern.
2320         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2321         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2322         (mpydu_imm_arcv2hs): Likewise.
2323         * config/arc/predicates.md (accl_operand): New predicate.
2324
2325 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2326             Andrew Burgess <andrew.burgess@embecosm.com>
2327
2328         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2329         case.
2330         (ARC_AUTOFP_IRQ_P): Likewise.
2331         (ARC_AUTO_IRQ_P): Likewise.
2332         (rgf_banked_register_count): New variable.
2333         (parse_mrgf_banked_regs_option): New function.
2334         (arc_override_options): Handle rgf_banked_regs option.
2335         (arc_handle_interrupt_attribute): Add firq option.
2336         (arc_compute_function_type): Return fast irq type when required.
2337         (arc_must_save_register): Handle fast interrupts.
2338         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2339         (arc_return_address_regs): Update.
2340         * config/arc/arc.h (arc_return_address_regs): Update.
2341         (arc_function_type): Add fast interrupt type.
2342         (ARC_INTERRUPT_P): Update.
2343         (RC_FAST_INTERRUPT_P): Define.
2344         * config/arc/arc.md (simple_return): Update for fast interrupts.
2345         (p_return_i): Likewise.
2346         * config/arc/arc.opt (mrgf-banked-regs): New option.
2347         * doc/invoke.texi (mrgf-banked-regs): Document.
2348
2349 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2350
2351         * config/arc/arc.c (irq_ctrl_saved): New variable.
2352         (ARC_AUTOBLINK_IRQ_P): Define.
2353         (ARC_AUTOFP_IRQ_P): Likewise.
2354         (ARC_AUTO_IRQ_P): Likewise.
2355         (irq_range): New function.
2356         (arc_must_save_register): Likewise.
2357         (arc_must_save_return_addr): Likewise.
2358         (arc_dwarf_emit_irq_save_regs): Likewise.
2359         (arc_override_options): Handle deferred options.
2360         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2361         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2362         arc_must_save_return_addr.
2363         (arc_compute_frame_size): Handle automated save and restore of
2364         registers.
2365         (arc_expand_prologue): Likewise.
2366         (arc_expand_epilogue): Likewise.
2367         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2368         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2369         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2370
2371 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2372         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2373
2374         PR bootstrap/77661
2375         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2376         in-tree build MPC.
2377         * Makefile.in: Regenerate.
2378
2379 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2380
2381         * configure.ac: Enable LTO by default on darwin >= 9.
2382         * configure: Regenerate.
2383
2384 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2385
2386         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2387         and Andrew Waterman as the RISC-V maintainers.
2388
2389 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2390
2391         * MAINTAINERS: Add self to Write After Approval
2392
2393 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2394
2395         * config.guess: Import latest from upstream.
2396
2397 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2398
2399         * MAINTAINERS (Write After Approval): Remove entries that are
2400         already covered under Reviewers.
2401
2402 2017-03-08  Mark Wielaard  <mark@klomp.org>
2403
2404         PR demangler/70909
2405         PR demangler/67264
2406         * include/demangle.h: Add d_printing to struct demangle_component
2407         and pass struct demangle_component as non const.
2408
2409 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2410
2411         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2412
2413 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2414
2415         * Makefile.tpl: Remove HOST_ISLVER.
2416         (HOST_EXPORTS): Remove ISLVER.
2417         * Makefile.in: Regenerate.
2418
2419 2017-02-13  Richard Biener  <rguenther@suse.de>
2420
2421         * configure: Re-generate.
2422
2423 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2424
2425         * MAINTAINERS: Adjust bug reporting URL.
2426
2427 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2428
2429         * MAINTAINERS (Write After Approval): Remove redundant entry
2430         for Andrew Burgess.
2431
2432 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2433
2434         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2435         32-bit hppa*-*-hpux*.
2436         * configure: Regenerate.
2437
2438 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2439
2440         * configure.ac: Moved the white list of enabling BRIG FE to
2441         libhsail-rt/configure.tgt.
2442         * configure: Regenerated.
2443         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2444
2445 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2446             Martin Jambor  <mjambor@suse.cz>
2447
2448         * Makefile.def (target_modules): Added libhsail-rt.
2449         (languages): Added language brig.
2450         * Makefile.in: Regenerated.
2451         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2452         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2453         * configure: Regenerated.
2454
2455 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2456
2457         PR other/79046
2458         * configure: Regenerated.
2459
2460 2017-01-04  Alan Modra  <amodra@gmail.com>
2461
2462         * configure: Regenerate.
2463
2464 2016-12-29  Ben Elliston  <bje@gnu.org>
2465
2466         * config.sub: Import latest version.
2467
2468 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2469
2470         * MAINTAINERS (Write After Approval): Add myself.
2471
2472 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2473
2474         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2475         includes bootstrap-mpx.
2476         * configure: Regenerated.
2477
2478 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2479
2480         * MAINTAINERS (Write After Approval): Add myself.
2481
2482 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
2483
2484         * configure: Regenerate.
2485
2486 2016-12-01  Matthias Klose  <doko@ubuntu.com>
2487
2488         * configure.ac: Don't use pkg-config to check for bdw-gc.
2489         * configure: Regenerate.
2490
2491 2016-11-30  Matthias Klose  <doko@ubuntu.com>
2492
2493         * Makefile.def: Remove reference to boehm-gc target module.
2494         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2495         options and for the bdw-gc pkg-config module.
2496         * configure: Regenerate.
2497         * Makefile.in: Regenerate.
2498
2499 2016-11-28  Nathan Sidwell  <nathan@acm.org>
2500
2501         * MAINTAINERS (nvptx): Remove self.
2502
2503 2016-11-25  Ben Elliston  <bje@gnu.org>
2504
2505         * config.guess: Import latest version.
2506         * config.sub: Likewise.
2507
2508 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
2509
2510         * MAINTAINERS (Write After Approval): Add myself.
2511
2512 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2513
2514         * Makefile.def: Remove references to GCJ.
2515         * Makefile.tpl: Likewise.
2516         * Makefile.in: Regenerate.
2517
2518 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2519
2520         * config-ml.in: Remove references to GCJ.
2521         * configure.ac: Likewise.
2522         * configure: Regenerate.
2523
2524 2016-11-01  Josh Conner  <joshconner@google.com>
2525
2526         * MAINTAINERS (Write After Approval): Update email address,
2527
2528 2016-10-27  Carl Love  <cel@us.ibm.com>
2529
2530         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2531         Approval list to make it alphabetical.
2532
2533 2016-10-27  Carl Love  <cel@us.ibm.com>
2534
2535         * MAINTAINERS (Write After Approval): Add myself.
2536
2537 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
2538
2539         * MAINTAINERS (Reviewers): Add myself.
2540         (Write After Approval): Add myself.
2541
2542 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
2543             Ulrich Weigand  <uweigand@de.ibm.com>
2544
2545         * MAINTAINERS: Update email address.
2546
2547 2016-10-10  Nathan Sidwell  <nathan@acm.org>
2548
2549         * MAINTAINERS: Update email address.
2550
2551 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
2552
2553         * configure.ac: Add aarch64-*-freebsd*.
2554         * configure: Regenerate.
2555
2556 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
2557
2558         * MAINTAINERS: Update email address after it got reverted.
2559
2560 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2561
2562         * configure.ac (target_libraries): Readd target-boehm-gc.
2563         Restore --enable-objc-gc handling.
2564         * configure: Regenerate.
2565
2566 2015-10-03  Jeff Law  <law@redhat.com>
2567
2568         * MAINTAINERS: Move several inactive maintainers to the
2569         write-after-approval section.
2570
2571 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
2572
2573         * configure.ac: Add target-libffi to target_libraries.
2574         Readd libgcj target disablings, modified to only target-libffi.
2575         Readd target addition of go to unsupported languages.
2576         * configure: Regenerated.
2577
2578 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
2579
2580         * MAINTAINERS: Update email address.
2581
2582 2016-09-30  Andrew Haley  <aph@redhat.com>
2583
2584         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2585         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
2586         libgcj.
2587
2588 2016-09-30  Andrew Haley  <aph@redhat.com>
2589
2590         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2591         write-after approval after GCJ deletion.
2592
2593 2016-09-30  Andrew Haley  <aph@redhat.com>
2594
2595         * Makefile.def: Remove libjava.
2596         * Makefile.tpl: Likewise.
2597         * Makefile.in: Regenerate.
2598         * configure.ac: Likewise.
2599         * configure: Likewise.
2600         * gcc/java: Remove.
2601         * libjava: Likewise.
2602
2603 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
2604
2605         * MAINTAINERS (Reviewers): Add myself.
2606
2607 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2608
2609         * configure.ac: Disable "sim" directory for arc*-*-*.
2610         * configure: Regenerated.
2611
2612 2016-09-23  Tamar Christina <tamar.christina@arm.com>
2613
2614         * MAINTAINERS (Write After Approval): Add myself.
2615
2616 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2617
2618         * configure.ac: Check for the minimum in-tree MPFR version
2619         handled.
2620         * configure: Regenerate.
2621
2622 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
2623
2624         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2625         * configure: Regenerated.
2626
2627 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
2628
2629         * MAINTAINERS (Write After Approval): Add myself.
2630
2631 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2632
2633         * Makefile.def: Add autoprofiledbootstrap.
2634         * Makefile.tpl: Dito.
2635         * Makefile.in: Regenerate.
2636
2637 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2638
2639     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2640     * configure: Regenerate.
2641
2642 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2643
2644         * configure: Regenerate.
2645         * configure.ac: Remove support for avr-rtems.
2646
2647 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2648
2649         * MAINTAINERS (Write After Approval): Add myself.
2650
2651 2016-06-16  Michael Collison  <michael.collison@arm.com>
2652
2653         * MAINTAINERS (Write After Approval): Add myself.
2654
2655 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2656
2657         * MAINTAINERS (Write After Approval): Update e-mail address.
2658
2659 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2660
2661         * MAINTAINERS (Write After Approval): Add myself.
2662
2663 2016-05-28  Alan Modra  <amodra@gmail.com>
2664
2665         * Makefile.tpl (configure): Depend on m4 files included.
2666         * Makefile.in: Regenerate.
2667
2668 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2669
2670         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2671         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2672
2673 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2674
2675         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2676         special case builtin.
2677         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2678         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2679         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2680         for __builtin_vec_addec.
2681
2682 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2683
2684         * config.guess: Import version 2016-04-02 (newest).
2685         * config.sub: Import version 2016-05-10 (newest).
2686
2687 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2688
2689         * configure.ac: Add ARC support to libgloss.
2690         * configure: Regenerate
2691
2692 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2693
2694         * MAINTAINERS (Write After Approval): Add myself.
2695
2696 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2697
2698         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2699         * configure: Regenerated.
2700         * Makefile.def (gmp): Explicitly disable assembler.
2701         (mpfr): Adjust lib_path.
2702         (mpc): Likewise.
2703         * Makefile.in: Regenerated.
2704
2705 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
2706
2707         PR bootstrap/70704
2708         * configure.ac (--enable-stage1-checking): Add missing
2709         --enable-checking=.
2710         * configure: Regenerated.
2711
2712 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2713
2714         * config.guess: Revert r235676.
2715         * config.sub: Revert r235676.
2716
2717 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2718
2719         * config.guess: Remove SH5 support.
2720         * config.sub: Likewise.
2721         * configure: Likewise.
2722         * configure.ac: Likewise.
2723
2724 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
2725
2726         PR bootstrap/70704
2727         * configure.ac (--enable-stage1-checking): For --disable-checking or
2728         implicit --enable-checking, make sure extra flag matches in between
2729         stage1 and later checking.
2730         * configure: Regenerated.
2731
2732 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2733
2734         * .gitattributes: New file.
2735
2736 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
2737
2738         * MAINTAINERS (rs6000/powerpc port): Add myself.
2739
2740 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
2741
2742         PR bootstrap/70173
2743         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2744         and gotools directories.  Delete the stage_final file.
2745         * Makefile.in: Regenerate.
2746
2747 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2748
2749         * MAINTAINERS (Write After Approval): Add myself.
2750
2751 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2752
2753         * MAINTAINERS (Fortran maintainer): Remove myself.
2754
2755 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
2756
2757         * MAINTAINERS (Write After Approval): Add myself.
2758
2759 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
2760
2761         * MAINTAINERS (Write After Approval): Add myself.
2762
2763 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2764
2765         Sync with binutils-gdb:
2766
2767         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2768
2769         * configure.ac: Add mips and s390 to the gold target check.
2770         * configure: Regenerate.
2771
2772 2016-03-01  DJ Delorie  <dj@redhat.com>
2773
2774         * MAINTAINERS (mep): Remove myself as MeP maintainer.
2775
2776 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
2777
2778         * MAINTAINERS (libcpp): Add myself.
2779         (diagnostic messages): Likewise.
2780
2781 2016-02-20  Tom de Vries  <tom@codesourcery.com>
2782
2783         * MAINTAINERS: Fix whitespace.
2784
2785 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
2786
2787         * MAINTAINERS (Write After Approval): Add myself.
2788
2789 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
2790
2791         * config/isl.m4: Add comments about isl-0.16.
2792         * configure: Regenerate.
2793
2794 2016-01-29  Martin Jambor  <mjambor@suse.cz>
2795
2796         * MAINTAINERS (hsa maintainers): Add myself.
2797
2798 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
2799
2800         * MAINTAINERS: (Write After Approval): Add myself.
2801
2802 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
2803             Sebastian Pop  <s.pop@samsung.com>
2804
2805         * Makefile.in: Regenerate.
2806         * Makefile.tpl: Export ISLVER.
2807         * configure: Regenerate.
2808         * config/isl.m4: Detect isl-0.15.
2809
2810 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
2811
2812         PR bootstrap/69329
2813         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2814         * Makefile.in: Regenerate.
2815
2816 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
2817
2818         * configure.ac: Enable LTO for DJGPP
2819         * configure: Regenerate
2820
2821 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2822
2823         Sync with binutils-gdb:
2824         2015-10-21  Nick Clifton  <nickc@redhat.com>
2825
2826         PR gas/19109
2827         * configure.ac: Note the 'none' is an acceptable argument to
2828         --enable-compressed-debug-sections.
2829         * configure: Regenerate.
2830
2831 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2832
2833         PR bootstrap/69134
2834         * Makefile.def (mpfr): Disable assembler.
2835         * Makefile.in: Regenerate.
2836
2837 2016-01-01  Ben Elliston  <bje@gnu.org>
2838
2839         * config.guess: Import version 2016-01-01.
2840         * config.sub: Likewise.
2841
2842 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
2843
2844         * MAINTAINERS (Write After Approval): Add myself.
2845
2846 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
2847
2848         * Makefile.in: Replace ISL with isl.
2849         * Makefile.tpl: Same.
2850         * config/isl.m4: Same.
2851         * configure.ac: Same.
2852         * contrib/download_prerequisites: Same.
2853         * configure: Regenerate.
2854
2855 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
2856
2857         * MAINTAINERS (Write After Approval): Add Myself.
2858
2859 2015-12-17  Nathan Sidwell  <nathan@acm.org>
2860
2861         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2862         * configure: Regenerate.
2863
2864 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
2865             Sebastian Pop  <s.pop@samsung.com>
2866
2867         * config/isl.m4 (ISL_CHECK_VERSION): Check for
2868         isl_ctx_get_max_operations.
2869         * configure: Regenerate.
2870
2871 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
2872
2873         * MAINTAINERS (Write After Approval): Add myself.
2874
2875 2015-12-02  Ian Lance Taylor  <iant@google.com>
2876
2877         PR go/66147
2878         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2879         * Makefile.in: Regenerate.
2880
2881 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
2882
2883         PR libffi/65726
2884         * Makefile.def (lang_env_dependencies): Make libffi depend
2885         on cxx.
2886         * Makefile.in: Regenerate.
2887
2888 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
2889
2890         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2891         symbols.
2892
2893 2015-11-20  Tristan Gingold  <gingold@adacore.com>
2894
2895         Sync with binutils-gdb:
2896         2015-11-20  Tristan Gingold  <gingold@adacore.com>
2897
2898         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2899         * configure: Regenerate.
2900
2901 2015-11-19  Martin Liska  <mliska@suse.cz>
2902
2903         * .gitignore: Add .clang-format to ignored files.
2904         * Makefile.in: Add clang-format.
2905         * Makefile.tpl: Likewise.
2906
2907 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
2908
2909         * configure.ac: Enable libmpx by default.
2910         * configure: Regenerated.
2911
2912 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
2913
2914         * MAINTAINERS: Update email address.
2915
2916 2015-10-23  Paulo Matos  <pmatos@linki.tools>
2917
2918         * MAINTAINERS: Update email address.
2919
2920 2015-10-23  Alan Hayward <alan.hayward@arm.com>
2921
2922         * MAINTAINERS  (Write After Approval): Add myself.
2923
2924 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2925
2926         Sync with binutils-gdb:
2927         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2928
2929         PR gas/19109
2930         * configure.ac: Add
2931         --enable-compressed-debug-sections={all,gas,gold,ld}.
2932         * configure: Regenerated.
2933
2934 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
2935
2936         * MAINTAINERS: Update list of Ada maintainers and email addresses.
2937
2938 2015-10-09  Martin Liska  <mliska@suse.cz>
2939
2940         * MAINTAINERS (Write After Approval): Add myself.
2941
2942 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
2943
2944         * MAINTAINERS (Write After Approval): Add myself.
2945
2946 2015-10-02  Florian Weimer  <fweimer@redhat.com>
2947
2948         * MAINTAINERS: Update email address.
2949
2950 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
2951
2952         * MAINTAINERS  (Write After Approval): Add myself.
2953
2954 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
2955
2956         * MAINTAINERS: Update email.
2957
2958 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
2959
2960         * MAINTAINERS: Update my email address.
2961
2962 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
2963
2964         * MAINTAINERS (ft32 port): Add myself.
2965
2966 2015-08-28  David Sherwood  <david.sherwood@arm.com>
2967
2968         * MAINTAINERS: Add myself.
2969
2970 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
2971
2972         * MAINTAINERS (Write After Approval): Add myself.
2973
2974 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2975
2976         PR libfortran/54572
2977         * Makefile.def: Make libgfortran depend on libbacktrace.
2978         * Makefile.in: Regenerate.
2979
2980 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
2981
2982         * MAINTAINERS (Write After Approval): Add myself.
2983
2984 2015-08-12  Tom de Vries  <tom@codesourcery.com>
2985
2986         PR other/67092
2987         * configure.ac: Remove --with_host_libstdcxx support.
2988         * configure: Regenerate.
2989
2990 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
2991             Jakub Jelinek  <jakub@redhat.com>
2992
2993         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2994         nvptx*-*-*.
2995         * configure: Regenerate.
2996
2997 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2998
2999         * Makefile.def (libiconv): Define bootstrap=true.
3000         Mark pdf/html/info as missing.
3001         (configure-gcc): Depend on all-libiconv.
3002         (all-gcc): Ditto.
3003         (configure-libcpp): Ditto.
3004         (all-libcpp): Ditto.
3005         (configure-intl): Ditto.
3006         (all-intl): Ditto.
3007         * Makefile.in: Regenerate.
3008
3009 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
3010
3011         * MAINTAINERS (loop ivopts): Add the entry and myself.
3012
3013 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3014
3015         * MAINTAINERS (nvptx): Add self.
3016
3017 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
3018
3019         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3020         128-bit vector modes.
3021
3022 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
3023
3024         * MAINTAINERS (Write After Approval): Add myself.
3025
3026 2015-07-28  Ben Elliston  <bje@gnu.org>
3027
3028         * config.sub, config.guess: Import from upstream.
3029
3030 2015-07-24  Michael Darling  <darlingm@gmail.com>
3031
3032         PR other/66259
3033         * config-ml.in: Reflects renaming of configure.in to configure.ac
3034         * configure: Likewise
3035         * configure.ac: Likewise
3036
3037 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
3038
3039         * MAINTAINERS: Update my email address.
3040
3041 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3042
3043         Sync with binutils-gdb:
3044         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3045
3046         * configure.ac (target_configdirs): Exclude target-zlib if
3047         target-libjava isn't built.
3048         * configure: Regenerated.
3049
3050 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3051
3052         Sync with binutils-gdb:
3053         2015-05-13  John David Anglin  <dave.anglin@bell.net>
3054
3055         * configure.ac: Disable configuration of GDB for HPUX targets.
3056         * configure: Regenerate.
3057
3058         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3059
3060         * configure.ac: Add --with-system-zlib.
3061         * configure: Regenerated.
3062
3063         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3064
3065         * configure.ac: Add FT32 support.
3066         * configure: Regenerate.
3067
3068         2015-01-12  Anthony Green  <green@moxielogic.com>
3069
3070         * configure.ac: Don't disable gprof for moxie.
3071         * configure: Rebuild.
3072
3073 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3074
3075         Sync with binutils-gdb:
3076         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
3077
3078         PR ld/18355
3079         * Makefile.def: Add extra_configure_flags to host zlib.
3080         * configure.ac (extra_host_zlib_configure_flags): New.  Set
3081         to --enable-host-shared When bfd is to be built as shared
3082         library.  AC_SUBST.
3083         * Makefile.in: Regenerated.
3084
3085 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
3086
3087         Sync with src:
3088         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3089         * Makefile.def (dependencies): Add all-zlib to all-bfd.
3090         * Makefile.in: Regenerated.
3091
3092 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3093
3094         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3095         target.
3096         * configure: Regenerate.
3097
3098 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3099
3100         * MAINTAINERS (Write After Approval): Add myself.
3101
3102 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
3103
3104         * MAINTAINERS (OS Port Maintainers): Add myself.
3105         (Various Maintainers): Remove myself from libffi testsuite.
3106
3107 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
3108
3109         * MAINTAINERS (gen* on machine desc): Add self.
3110
3111 2015-06-02  Jason Merrill  <jason@redhat.com>
3112
3113         PR bootstrap/66319
3114         * configure.ac: Use -std=gnu++98.
3115
3116 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3117
3118         * MAINTAINERS (Write After Approval): Add myself.
3119
3120 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3121
3122         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3123         * configure: Regenerate.
3124
3125 2015-05-26  Jason Merrill  <jason@redhat.com>
3126
3127         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3128         * configure: Regenerate.
3129
3130 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3131
3132         * configure.ac: FT32 target added.
3133         * configure: Regenerated.
3134
3135 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3136
3137         * MAINTAINERS (Write After Approval): Add myself.
3138
3139 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3140
3141         * MAINTAINERS (Write After Approval): Add myself.
3142
3143 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3144
3145         * configure.ac: Fix typo.
3146         * configure: Regenerate.
3147
3148 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3149
3150         * MAINTAINERS (Write After Approval): Add myself.
3151
3152 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3153
3154         * configure.ac: Match $host configured with triplets.
3155         * configure: Regenerate.
3156
3157 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3158
3159         * Makefile.tpl: Remove surplus whitespace throughout.
3160         * Makefile.in: Regenerate.
3161
3162 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3163
3164         * MAINTAINERS (Various Maintainers): Add myself as instruction
3165         combiner maintainer.
3166
3167 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3168
3169         PR bootstrap/62077
3170         * configure.ac (--enable-stage1-checking): Default to
3171         release,misc,gimple,rtlflag,tree,types if --disable-checking
3172         or --enable-checking is not specified and DEV-PHASE is not
3173         experimental.
3174         * configure: Regenerated.
3175
3176 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3177
3178         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3179         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3180         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3181         * Makefile.in: Regenerate.
3182
3183 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3184
3185         * MAINTAINERS: Update my email address.
3186
3187 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3188
3189         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3190
3191 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3192
3193         * MAINTAINERS: Add myself as an arm port reviewer.
3194
3195 2015-03-25  Martin Liska  <mliska@suse.cz>
3196             Yury Gribov  <y.gribov@samsung.com>
3197
3198         * Makefile.in: Fix ln source location for vimrc file.
3199         * Makefile.tpl: Likewise.
3200
3201 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3202
3203         PR bootstrap/25672
3204         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3205         cross-compiling.  Similarly for CXX_FOR_TARGET.
3206         * configure: Regenerate.
3207
3208 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3209
3210         * Makefile.def: Add libmpx.
3211         * configure.ac: Add libmpx.
3212         * Makefile.in: Regenerate.
3213         * configure: Regenerate.
3214
3215 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3216
3217         * MAINTAINERS (CPU Port Maintainers): Add myself
3218         i386 vector ISA extns mantainer.
3219
3220 2015-03-13  Jeff Law  <law@redhat.com>
3221
3222         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3223         maintainer.
3224         Remove Richard Henderson as a maintainer for the x86 port.
3225
3226 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3227
3228         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3229
3230 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3231
3232         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3233         pointer bounds checker and i386 MPX maintainer.
3234
3235 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3236
3237         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3238
3239 2015-02-26  Martin Sebor  <msebor@redhat.com>
3240
3241         * MAINTAINERS (Various Maintainers): Add self.
3242
3243 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3244
3245         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3246         Make sure it contains lto.
3247         * configure: Regenerate.
3248
3249 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3250
3251         * configure: Regenerate.
3252
3253 2015-02-06  Diego Novillo  <dnovillo@google.com>
3254 1
3255         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3256         middle-end, docstring): Remove myself.
3257         (Write After Approval): Add myself.
3258
3259 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3260
3261         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3262         (Write After Approval): Update address.
3263
3264 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3265
3266         PR jit/64780
3267         * configure.ac: Require the user to explicitly specify
3268         --enable-host-shared if the jit is enabled.
3269         * configure: Regenerate.
3270
3271 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3272
3273         * MAINTAINERS (Write After Approval): Add myself.
3274
3275 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3276
3277         * MAINTAINERS: Make whitespace consistent.
3278
3279 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3280
3281         * MAINTAINERS (Write After Approval): Add myself.
3282
3283 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3284
3285         * MAINTAINERS: (Write After Approval): Add myself.
3286
3287 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3288
3289         * MAINTAINERS: (Write After Approval): Add myself.
3290
3291 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3292
3293         * MAINTAINERS: (Write After Approval): Add myself.
3294
3295 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3296
3297         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3298         objective-c/c++ front end maintainer.
3299
3300 2015-01-13  Marek Polacek  <polacek@redhat.com>
3301
3302         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3303
3304 2015-01-12  Jeff Law  <law@redhat.com>
3305
3306         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3307         a very long time.
3308
3309 2015-01-09  Ian Lance Taylor  <iant@google.com>
3310
3311         * configure.ac (host_tools): Add gotools.
3312         * Makefile.def (host_modules): Add gotools.
3313         (dependencies): Add dependency of all-gotools on all-target-libgo.
3314
3315 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3316
3317         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3318         * configure: Regenerate.
3319
3320 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3321
3322         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3323         all-target-libgomp.
3324         * Makefile.in: Regenerate.
3325
3326 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3327
3328         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3329
3330 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3331
3332         * configure.ac: Add Visium support.
3333         * configure: Regenerate.
3334
3335 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3336
3337         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3338         * configure: Regenerate.
3339
3340 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3341
3342         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3343         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3344         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3345         (OBJCOPY_FOR_TARGET): New variable.
3346         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3347         * Makefile.in: Regenerate.
3348         * configure.ac: Check for already installed target objcopy.
3349         Also GCC_TARGET_TOOL on objcopy.
3350         * configure: Regenerate.
3351
3352 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3353
3354         * config.sub: Update from upstream, to 2015-01-01 version.
3355         * config.guess: Ditto.
3356
3357 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3358
3359         * MAINTAINERS (RTEMS Ports): Add myself.
3360
3361 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3362
3363         * MAINTAINERS (Write After Approval): Add myself.
3364
3365 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3366
3367         * MAINTAINERS (Write After Approval): Add myself.
3368
3369 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3370
3371         * configure.ac (--enable-as-accelerator-for): Don't set
3372         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3373         * configure: Regenerate.
3374
3375 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3376
3377         PR bootstrap/64023
3378         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3379         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3380         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3381         to CXX.
3382         * Makefile.in: Regenerated.
3383
3384 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3385             Yury Gribov  <y.gribov@samsung.com>
3386
3387         * .gitignore: Added .local.vimrc and .lvimrc.
3388         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3389         * Makefile.in: Regenerate.
3390
3391 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3392
3393         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3394         * configure: Regenerated.
3395
3396 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3397
3398         * MAINTAINERS (nvptx port): New entry.
3399
3400 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3401
3402         * configure: Regenerate.
3403
3404 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3405
3406         * configure.ac: Merge with Binutils.
3407
3408 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3409
3410         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3411         * Makefile.in: Regenerate.
3412
3413 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3414
3415         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3416         missing flex.
3417         * Makefile.in: Regenerated.
3418
3419 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3420
3421         * Makefile.in: Regenerate.
3422
3423 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3424
3425         PR bootstrap/63784
3426         * libtool.m4: Add $pic_flag with -shared.
3427
3428 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3429
3430         * MAINTAINERS (Write After Approval): Added myself.
3431
3432 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3433
3434         * MAINTAINERS (write-after-approval): Add myself.
3435
3436 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3437
3438         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3439         from 2 years ago.
3440
3441 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3442
3443         Revert:
3444         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3445
3446         * MAINTAINERS (Write After Approval): Added myself as line map
3447         maintainer.
3448
3449 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3450
3451         Revert:
3452         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3453
3454         * MAINTAINERS (Write After Approval): Added myself.
3455
3456 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3457
3458         * MAINTAINERS (Write After Approval): Added myself.
3459
3460 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3461
3462         * MAINTAINERS (Write After Approval): Added myself as line map
3463         maintainer.
3464
3465 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3466
3467         * MAINTAINERS (Various Maintainers): Added myself as line map
3468         maintainer.
3469
3470 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3471
3472         * move-if-change: Sync from upstream gnulib.
3473
3474 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3475
3476         * compile: Sync with upstream Automake.
3477         * depcomp: Ditto.
3478         * install-sh: Ditto.
3479         * missing: Ditto.
3480         * mkinstalldirs: Ditto.
3481         * ylwrap: Ditto.
3482
3483 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3484
3485         * config.sub: Update from upstream config repo.
3486         * config.guess: Ditto.
3487
3488 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
3489
3490         * Makefile.def: Add liboffloadmic to target_modules.  Make
3491         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3492         * Makefile.in: Regenerate.
3493         * configure: Regenerate.
3494         * configure.ac: Add liboffloadmic to target binaries.
3495         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3496         Add liboffloadmic to noconfig list when C++ is not supported.
3497
3498 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3499             Thomas Schwinge  <thomas@codesourcery.com>
3500             Ilya Verbin  <ilya.verbin@intel.com>
3501             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3502
3503         * configure: Regenerate.
3504         * configure.ac (--enable-as-accelerator-for)
3505         (--enable-offload-targets): New configure options.
3506
3507 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3508
3509         * Makefile.def: Make all-gcc depend on all-isl.
3510         * Makefile.in: Regenerate.
3511
3512 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
3513
3514         * ChangeLog.jit: New.
3515         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3516
3517 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3518
3519         PR target/63610
3520         * libtool.m4: Fix globbing of darwin versions.
3521         * configure: Regenerate.
3522
3523 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3524
3525         * Makefile.def: Remove CLooG.
3526         * Makefile.tpl: Ditto.
3527         * configure.ac: Ditto.
3528         * configure: Regenerate.
3529         * Makefile.in: Ditto.
3530
3531 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
3532
3533         * configure.ac: Handle nvptx-*-*.
3534         * configure: Regenerate.
3535
3536 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
3537
3538         * MAINTAINERS (Write After Approval): Add myself.
3539
3540 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
3541
3542         * Makefile.def (libcc1): Remove bootstrap=true;.
3543         * Makefile.in: Regenerated.
3544
3545 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3546
3547         * configure.ac: Update comment.
3548         * configure: Regenerate.
3549
3550 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
3551
3552         * MAINTAINERS (Write After Approval): Add myself.
3553
3554 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
3555
3556         * configure.ac (extra_host_libiberty_configure_flags): Add
3557         --enable-shared also for libcc1's benefit.
3558         * configure: Regenerate.
3559
3560 2014-10-29  Tristan Gingold  <gingold@adacore.com>
3561
3562         * MAINTAINERS: Change my email address.
3563
3564 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
3565             Tom Tromey  <tromey@redhat.com>
3566
3567         * Makefile.def: Add libcc1 to host_modules.
3568         * configure.ac (host_tools): Add libcc1.
3569         * Makefile.in, configure: Rebuild.
3570
3571 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
3572
3573         * configure.ac (build_configargs): Don't share config.cache between
3574         build subdirs.
3575         * configure: Regenerate.
3576
3577 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3578
3579         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3580         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3581         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3582         leon3v7 as leon3.
3583         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3584         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3585         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3586         * config/sparc/sparc.md (cpu): Add leon3v7.
3587         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3588
3589 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3590
3591         * MAINTAINERS (write-after-approval): Add myself.
3592
3593 2014-10-23  Ian Lance Taylor  <iant@google.com>
3594
3595         * configure.ac: Disable the Go frontend on systems where it is known
3596         to not work.
3597         * configure: Regenerate.
3598
3599 2014-10-23  Richard Biener  <rguenther@suse.de>
3600
3601         * Makefile.def: Add libcpp build module and dependencies.
3602         * configure.ac: Add libcpp build module.
3603         * Makefile.in: Regenerate.
3604         * configure: Likewise.
3605
3606 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
3607
3608         * MAINTAINERS (write-after-approval): Add myself.
3609
3610 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
3611
3612         * INSTALL/README: Do not mention CVS.
3613
3614 2014-10-03  Jing Yu  <jingyu@google.com>
3615
3616         * configure.ac: Add aarch64 to list of targets that support gold.
3617         * configure: Regenerate.
3618
3619 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
3620
3621         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
3622
3623 2014-09-29  Catherine Moore  <clm@codesourcery.com>
3624
3625         * MAINTAINERS:  Add myself as MIPS maintainer.
3626
3627 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
3628
3629         * MAINTAINERS: Move myself to MIPS maintainers.
3630
3631 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3632
3633         * MAINTAINERS: Put all email addresses between '<' and '>'.
3634
3635 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3636
3637         * MAINTAINERS: Move myself to reviewers (Fortran).
3638
3639 2014-09-01  Andi Kleen  <ak@linux.intel.com>
3640
3641         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3642         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
3643         * Makefile.in: Regenerate.
3644
3645 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3646
3647         * rtx-classes-status.txt: Delete
3648
3649 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3650
3651         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3652
3653 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
3654
3655         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3656         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3657         of checking for version number.
3658         * configure: Regenerated.
3659         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3660
3661 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3662
3663         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3664         is done; begin phase 6 (use extra rtx_def subclasses).
3665
3666 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3667
3668         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3669         done; begin phase 5 (additional rtx_def subclasses).
3670
3671 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3672
3673         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3674
3675 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3676
3677         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3678         SET_BB_HEADER are done.
3679
3680 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3681
3682         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3683         done.
3684
3685 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3686
3687         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3688
3689 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3690
3691         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3692
3693 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3694
3695         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3696
3697 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3698
3699         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3700
3701 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3702
3703         * rtx-classes-status.txt: Phase 3 (per-file commits within
3704         "config" subdirs) is done; begin phase 4 (removal of
3705         "scaffolding").
3706
3707 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
3708
3709         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3710         dir) is done; begin phase 3 (per-file commits within "config"
3711         subdirs).
3712
3713 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
3714
3715         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3716         phase 2 (per-file commits in main source dir).
3717
3718 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
3719
3720         * configure: Regenerated.
3721
3722 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3723
3724         * rtx-classes-status.txt (TODO): Add SET_BND_TO
3725
3726 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3727
3728         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3729
3730 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3731
3732         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3733
3734 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3735
3736         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3737
3738 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3739
3740         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3741
3742 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
3743
3744         * MAINTAINERS (Write After Approval): Add myself.
3745
3746 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
3747
3748         * MAINTAINERS: Remove myself
3749
3750 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3751
3752         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3753
3754 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
3755
3756         * MAINTAINERS (Write After Approval): Add myself.
3757
3758 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3759
3760         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3761         SET_BB_HEADER, SET_BB_FOOTER
3762
3763 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3764
3765         * rtx-classes-status.txt: New file
3766
3767 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
3768
3769         * configure.ac: Eliminate ClooG installation dependency.
3770         * configure: Regenerate.
3771         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3772         * Makefile.in: Regenerate.
3773
3774 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
3775
3776         * MAINTAINERS (Write After Approval): Add myself.
3777
3778 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
3779
3780         * MAINTAINERS (Write After Approval): Add myself.
3781
3782 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
3783
3784         * MAINTAINERS (Write After Approval): Add myself.
3785
3786 2014-07-28  Anthony Green  <green@moxielogic.com>
3787
3788         Import from savannah.gnu.org:
3789         * config.sub: Update to 2014-07-28 version.
3790
3791 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
3792
3793         * MAINTAINERS: Remove my MIPS maintainer entry.
3794
3795 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
3796
3797         PR target/47230
3798         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3799         * configure: Regenerate.
3800
3801 2014-07-24  James Norris  <jnorris@codesourcery.com>
3802
3803         * MAINTAINERS (Write After Approval): Add myself.
3804
3805 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
3806
3807         * configure.ac: Accept only CLooG 0.18.1.
3808         * configure: Regenerate.
3809
3810 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
3811
3812         * configure.ac: Don't accept isl 0.11.
3813         * configure: Regenerate.
3814
3815 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3816
3817         * MAINTAINERS (Write After Approval): Add myself.
3818
3819 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3820
3821         * configure.ac: Don't accept isl 0.10.
3822         * configure: Regenerate.
3823
3824 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3825
3826         Fix include path for in-tree cloog.
3827         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3828         * configure: Regenerate.
3829
3830 2014-06-18  Richard Henderson  <rth@redhat.com>
3831
3832         * .gitignore: Import gcc_update output.
3833
3834 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
3835
3836         * config-ml.in: Robustify ac_configure_args parsing.
3837
3838         * configure.ac (--enable-linker-plugin-configure-flags)
3839         (--enable-linker-plugin-flags): New flags.
3840         (configdirs): Conditionally add libiberty-linker-plugin.
3841         * configure: Regenerate.
3842         * Makefile.def (host_modules): Add libiberty-linker-plugin.
3843         (host_modules) <lto-plugin>: Pay attention to
3844         @extra_linker_plugin_flags@ and
3845         @extra_linker_plugin_configure_flags@.
3846         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3847         * Makefile.in: Regenerate.
3848
3849         * Makefile.tpl (configure-[+prefix+][+module+])
3850         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3851         "module_srcdir" instead of "module" for locating a module's srcdir.
3852         * Makefile.in: Regenerate.
3853
3854 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
3855
3856         * MAINTAINERS (Write After Approval): Add myself.
3857
3858 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
3859
3860         * MAINTAINERS: Update my email address.
3861
3862 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3863
3864         * MAINTAINERS (Write After Approval): Add myself.
3865
3866 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3867
3868         * MAINTAINERS (Write After Approval): Add myself.
3869
3870 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
3871
3872         PR libstdc++/61011
3873         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3874         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3875         * configure: Regenerate.
3876
3877 2014-05-28  Pedro Alves  <palves@redhat.com>
3878
3879         * MAINTAINERS (Write After Approval): Add myself.
3880
3881 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3882
3883         * MAINTAINERS: Update my affiliation/email.
3884
3885 2014-05-19  Mike Stump  <mikestump@comcast.net>
3886
3887         * MAINTAINERS: Add wide-int reviewers.
3888
3889 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
3890
3891         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3892         * configure: Regenerated.
3893
3894 2014-05-15  Torvald Riegel  <triegel@redhat.com>
3895
3896         * MAINTAINERS (libitm): Add myself as maintainer.
3897
3898 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
3899
3900         * MAINTAINERS (Write After Approval): Add myself.
3901
3902 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
3903
3904         * config.sub, config.guess: Import from upstream.
3905
3906 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3907
3908         * MAINTAINERS (Write After Approval): Put myself in correct order.
3909
3910 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3911
3912         * MAINTAINERS (Write After Approval): Add myself.
3913
3914 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3915
3916         * MAINTAINERS: Move myself from Reviewers to Write After Approval
3917         section.
3918
3919 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3920
3921         * MAINTAINERS (Write After Approval): Delete myself.
3922
3923 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
3924
3925         PR sanitizer/56781
3926         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3927         and -B* options with -Xcompiler.
3928
3929 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
3930
3931         PR bootstrap/60620
3932         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3933         * Makefile.in: Regenerate.
3934
3935 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3936
3937         * Makefile.def (dependencies): Make all-ld depend on all-binutils
3938         for WINDRES_FOR_TARGET in default-manifest.o rule.
3939         * Makefile.in: Regenerate.
3940
3941 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
3942
3943         * MAINTAINERS (Write After Approval): Add myself.
3944
3945 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
3946
3947         PR sanitizer/56781
3948         * Makefile.def: Set bootstrap=true; for host fixincludes.
3949         * configure.ac: Don't bootstrap host fixincludes unless
3950         --with-build-config=bootstrap-{a,ub}san.
3951         * Makefile.in: Regenerated.
3952         * configure: Regenerated.
3953
3954 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
3955
3956         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
3957         --enable-vtable-verify option parsing.  Don't add
3958         target-libsanitizer to bootstrap_target_libs unless
3959         --with-build-config=bootstrap-asan or
3960         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
3961         to bootstrap_target_libs unless --enable-vtable-verify.
3962         * configure: Regenerated.
3963
3964 2014-03-10  Anatoly Sokolov <aesok@post.ru>
3965
3966         * MAINTAINERS (Write After Approval): Add myself.
3967
3968 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
3969
3970         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3971
3972 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
3973
3974         PR bootstrap/58572
3975         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3976         -I for libstdc++-v3 includes if $(LEAN).
3977         * Makefile.in: Regenerated.
3978
3979 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
3980
3981         * MAINTAINERS: Update my email address.
3982
3983 2014-02-24  Walter Lee  <walt@tilera.com>
3984
3985         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3986         (tilegx-*-*): Change to tilegx*-*-*.
3987         * configure: Regenerate.
3988
3989 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
3990
3991         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3992
3993 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3994
3995         * MAINTAINERS (Write After Approval): Add myself.
3996
3997 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3998
3999         PR target/59788
4000         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4001         *solaris2*.
4002
4003 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
4004
4005         * MAINTAINERS: Update my email address.
4006
4007 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
4008
4009         * MAINTAINERS: Convert to UTF-8.
4010         Properly sort Xinliang David Li's entry.
4011
4012 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
4013             Sandra Loosemore  <sandra@codesourcery.com>
4014
4015         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4016         nios2 port maintainers.
4017
4018 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
4019
4020         * MAINTAINERS (Write After Approval): Add myself.
4021
4022 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4023
4024         * configure.ac: Add user-friendly check for native x86_64-linux
4025         multilibs.
4026         * configure: Regenerate.
4027
4028 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
4029
4030         * MAINTAINERS: Add myself as sh maintainer.
4031
4032 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4033
4034         * MAINTAINERS: Add self as SLSR maintainer.
4035
4036 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
4037
4038         * MAINTAINERS: Update my email address.
4039
4040 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
4041
4042         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4043
4044 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
4045
4046         * Makefile.in: Regenerate.
4047
4048         * Makefile.tpl: Fix typo.
4049         * Makefile.in: Regenerate partially.
4050
4051 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4052
4053         * configure.ac: Added libcilkrts to noconfig list when C++ is not
4054         supported.
4055         * configure: Regenerated.
4056
4057 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
4058
4059         * MAINTAINERS (Write After Approval): Add myself.
4060
4061 2013-10-30  Jason Merrill  <jason@redhat.com>
4062
4063         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4064         --disable-build-format-warnings.
4065
4066 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4067
4068         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
4069         depend on libstdc++ and libgcc.
4070         * configure: Regenerate.
4071         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
4072         libcilkrts for POSIX and i*86, and x86_64 architectures.
4073         * Makefile.in: Added libcilkrts related fields to support building it.
4074
4075 2013-10-26  Jeff Law  <law@redhat.com>
4076
4077         * Makefile.def (target_modules): Remove libmudflap
4078         (languages): Remove check-target-libmudflap).
4079         * Makefile.in: Rebuilt.
4080         * Makefile.tpl (check-target-libmudflap-c++): Remove.
4081         * configure.ac (target_libraries): Remove target-libmudflap.
4082         Remove checks which disabled libmudflap on some systems.
4083         * configure: Rebuilt.
4084         * libmudflap: Directory removed.
4085
4086 2013-10-21  Cong Hou  <congh@google.com>
4087
4088         * MAINTAINERS (Write After Approval): Add myself.
4089
4090 2013-10-16  Mike Stump  <mikestump@comcast.net>
4091
4092         * .dir-locals.el: Add.
4093
4094 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
4095
4096         * configure.ac: Add --enable-host-shared
4097         * configure: Regenerate.
4098
4099 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4100
4101         Import from savannah.gnu.org:
4102         * config.guess: Update to 2013-06-10 version.
4103         * config.sub: Update to 2013-10-01 version.
4104
4105 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
4106
4107         Changes to build configuration to allow big endian ARC ELF toolchain
4108         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4109         * configure: Regenerate.
4110
4111 2013-09-20  Alan Modra  <amodra@gmail.com>
4112
4113         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4114         ppc host match.  Support little-endian powerpc linux hosts.
4115
4116 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4117
4118         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4119         maintainer.
4120
4121 2013-09-12  DJ Delorie  <dj@redhat.com>
4122
4123         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4124         maintainers.
4125
4126 2013-09-03  Richard Biener  <rguenther@suse.de>
4127
4128         * configure.ac: Also allow ISL 0.12.
4129         * configure: Regenerated.
4130
4131 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4132
4133         * MAINTAINERS (Write After Approval): Add myself.
4134
4135 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4136
4137         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4138
4139 2013-08-26  Caroline Tice  <cmtice@google.com>
4140
4141         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4142         "Various Reviewers" to libvtv "Various Maintainers".
4143
4144 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4145
4146         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4147
4148 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4149
4150         * MAINTAINERS: Update name, email.
4151
4152 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4153
4154         * MAINTAINERS (Write After Approval): Add myself.
4155
4156 2013-08-12  Caroline Tice  <cmtice@google.com>
4157
4158         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4159         address in the Write After Approval section.
4160
4161 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4162
4163         * MAINTAINERS (Write After Approval): Update email.
4164
4165 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4166
4167         * configure.ac: Adjust to check VTV_SUPPORTED.
4168         * configure: Regenerated.
4169
4170 2013-08-02  Caroline Tice  <cmtice@google.com>
4171
4172         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4173         on non-linux systems; add target-libvtv to noconfigdirs; add
4174         libsupc++/.libs to C++ library search paths.
4175         * configure: Regenerated.
4176         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4177         libstdc++ and libgcc.
4178         * Makefile.in: Regenerated.
4179
4180 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4181
4182         * MAINTAINERS (Write After Approval): Add myself.
4183
4184 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4185             Shiva Chen  <shiva0217@gmail.com>
4186
4187         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4188         nds32 port maintainers.
4189
4190 2013-07-17  Tim Shen  <timshen91@gmail.com>
4191
4192         * MAINTAINERS (Write After Approval): Add myself.
4193
4194 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4195
4196         * configure.ac: Sync from binutils.
4197         * configure: Regenerate.
4198
4199 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4200
4201         * MAINTAINERS (Write After Approval): Add myself.
4202
4203 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4204
4205         * MAINTAINERS (Write After Approval): Add myself.
4206
4207 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4208
4209         * MAINTAINERS (Write After Approval): Add myself.
4210
4211 2013-04-30  Brooks Moses  <bmoses@google.com>
4212
4213         * MAINTAINERS: Update my email; move myself from Fortran
4214         reviewer to Write After Approval.
4215
4216 2013-04-16  Andreas Schwab  <schwab@suse.de>
4217
4218         * configure.ac (aarch64-*-*): Don't disable java.
4219         * configure: Regenerate.
4220
4221 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4222
4223         * MAINTAINERS (Write After Approval): Add myself.
4224
4225 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4226
4227         * Makefile.def (target_modules): Don't install libffi.
4228         * Makefile.in: Regenerate.
4229
4230 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4231
4232         * MAINTAINERS (Write After Approval): Add myself.
4233
4234 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4235
4236         * MAINTAINERS (Write After Approval): Add myself.
4237
4238 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4239
4240         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4241         * configure: Regenerated.
4242
4243 2013-02-05  Ian Lance Taylor  <iant@google.com>
4244
4245         PR go/55969
4246         * configure.ac: Disable libgo on some systems where it does not
4247         work.
4248
4249 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4250
4251         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4252         Remove Geoff Keating as rs6000 port maintainer, at his request.
4253
4254 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4255
4256         * MAINTAINERS: Update my email.
4257
4258 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4259
4260         * configure: Re-generate.
4261
4262 2013-01-15  Richard Biener  <rguenther@suse.de>
4263
4264         PR other/55973
4265         * configure: Re-generate.
4266
4267 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4268
4269         * Makefile.def (install-target-libsanitizer): Depend on
4270         install-target-libstdc++-v3.
4271         * Makefile.in: Regenerate.
4272
4273 2013-01-14  Richard Biener  <rguenther@suse.de>
4274
4275         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4276         * configure: Re-generate
4277
4278 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4279
4280         * config.sub: Update from config repo.
4281
4282 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4283
4284         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4285         * Makefile.in: Regenerate.
4286
4287 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4288
4289         * MAINTAINERS (arc): Add new port maintainership for myself.
4290
4291 2013-01-09  Jason Merrill  <jason@redhat.com>
4292
4293         * .gitignore: Import from gdb repository.
4294
4295 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4296
4297         * Makefile.def (configure-gcc): Depend on all-gmp.
4298         (all-gcc): Remove dependency on all-gmp.
4299         * Makefile.in: Regenerated.
4300
4301 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4302
4303         * config.sub: Merge from config repo.
4304         * config.guess: Ditto.
4305
4306 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4307
4308         * Makefile.def: Merge from binutils.
4309         * Makefile.in: Ditto.
4310
4311 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4312
4313         * MAINTAINERS: Update my email.
4314
4315 2012-12-29  Ben Elliston  <bje@gnu.org>
4316
4317         * config.guess: Update to 2012-12-29 version.
4318         * config.sub: Likewise.
4319
4320 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4321
4322         * Makefile.def (install-target-libgfortran): Depend on
4323         install-target-libquadmath, install-target-libgcc.
4324         (install-target-libsanitizer): Depend on install-target-libgcc.
4325         (install-target-libjava): Depend on install-target-libgcc.
4326         (install-target-libitm): Depend on install-target-libgcc.
4327         (install-target-libobjc): Depend on install-target-libgcc.
4328         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4329         * Makefile.in: Regenerate.
4330
4331 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4332
4333         * Makefile.def (install-target-libgo): Depend on
4334         install-target-libatomic.
4335         * Makefile.in: Regenerate.
4336
4337 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4338
4339         PR go/55201
4340         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4341         * Makefile.in: Regenerate.
4342
4343 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4344
4345         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4346         * configure: Regenerate.
4347
4348 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4349
4350         * config.sub: Merge from config repo.
4351
4352 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4353
4354         * Makefile.def (target_modules): Add bootstrap=true and
4355         raw_cxx=true to libsanitizer.
4356         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4357         * Makefile.in: Regenerated.
4358         * configure: Likewise.
4359
4360 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4361
4362         * MAINTAINERS: Remove self as RTL optimization maintainer.
4363
4364 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4365
4366         * MAINTAINERS (Write After Approval): Add myself.
4367
4368 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4369
4370         * Makefile.def (target_modules): Remove bootstrap=true and
4371         raw_cxx=true from libsanitizer.
4372         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4373         * Makefile.in: Regenerated.
4374         * configure: Likewise.
4375
4376 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4377
4378         * Makefile.def (target_modules): Add bootstrap=true and
4379         raw_cxx=true to libsanitizer.
4380         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4381         * Makefile.in: Regenerated.
4382         * configure: Likewise.
4383
4384 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4385
4386         PR bootstrap/54279
4387         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4388         * configure: Regenerate.
4389         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4390         * Makefile.in: Regenerate.
4391
4392 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4393
4394         * configure.ac: Disable libsanitizer if we're not building C++.
4395         * configure: Regenerate.
4396
4397 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4398
4399         * MAINTAINERS (Write After Approval): Add myself.
4400
4401 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4402
4403         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4404         Kostya Serebryany (kcc@google.com) and
4405         Jakub Jelinek (jakub@redhat.com).
4406         Rename area for Dodji Seketeli (dodji@redhat.com).
4407
4408 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4409
4410         * MAINTAINERS: (asan.c, related): Add myself.
4411
4412 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4413
4414         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4415         * configure: Regenerate.
4416
4417 2012-11-13  Richard Henderson  <rth@redhat.com>
4418
4419         * configure.ac: Move libsanitizer logic to subdirectory.
4420         * configure: Regenerate.
4421
4422 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4423
4424         * configure.ac: Enable libsanitizer just on x86 linux for now.
4425         * configure: Re-generate.
4426
4427 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4428
4429         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4430         sections.
4431         * configure: Regenerate.
4432
4433 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4434
4435         * configure.ac: Add section for configdirs for libsanitizer.
4436         Disable for cris-*-* and mmix-*-*.
4437         * configure: Regenerate.
4438
4439 2012-11-12  Wei Mi <wmi@google.com>
4440
4441         * configure.ac: Add libsanitizer to target_libraries.
4442         * Makefile.def: Ditto.
4443         * configure: Regenerate.
4444         * Makefile.in: Regenerate.
4445         * libsanitizer: New directory for asan runtime.  Contains an empty
4446         tsan directory.
4447
4448 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4449
4450         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4451         against Mingw64 w32api.
4452         * configure: Regenerate.
4453
4454 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4455
4456         * configure: Regenerated.
4457
4458 2012-11-03  Robert Mason  <rbmj@verizon.net>
4459
4460         * configure.ac: add --disable-libstdcxx configure option
4461         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4462
4463 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4464
4465         * MAINTAINERS (Write After Approval): Add myself.
4466
4467 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4468
4469         * MAINTAINERS (Write After Approval): Add myself.
4470
4471 2012-10-24  Sharad Singhai  <singhai@google.com>
4472
4473         * MAINTAINERS (Write After Approval): Add myself.
4474
4475 2012-10-24  Eric Christopher  <echristo@gmail.com>
4476
4477         * MAINTAINERS: Update email address.
4478
4479 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4480
4481         PR bootstrap/54820
4482         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4483         * configure: Regenerate.
4484
4485 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
4486
4487         * MAINTAINERS (aarch64): Add Marcus and myself.
4488
4489 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
4490
4491         PR bootstrap/54820
4492         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4493         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4494         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4495         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4496         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4497         * Makefile.in: Regenerate.
4498         * configure.ac (have_static_libs): New variable and associated check.
4499         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4500         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4501         * configure: Regenerate.
4502
4503 2012-10-10  Richard Biener  <rguenther@suse.de>
4504
4505         * MAINTAINERS: Adjust for changed surname.
4506
4507 2012-10-04  Lawrence Crowl  <crowl@google.com>
4508
4509         * MAINTAINERS (Write After Approval): Add myself.
4510
4511 2012-10-01  Cary Coutant  <ccoutant@google.com>
4512
4513         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4514
4515 2012-09-28  Ian Lance Taylor  <iant@google.com>
4516
4517         * Makefile.def: Make all-target-libgo depend on
4518         all-target-libbacktrace.
4519         * Makefile.in: Rebuild.
4520
4521 2012-09-26  Ian Lance Taylor  <iant@google.com>
4522
4523         * Makefile.def: Make all-gcc depend on all-libbacktrace.
4524         * Makefile.in: Rebuild.
4525
4526 2012-09-20  Walter Lee  <walt@tilera.com>
4527
4528         * configure.ac: Add tilegx to list of targets that support gold.
4529         * configure: Regenerate.
4530
4531 2012-09-20  Marek Polacek  <polacek@redhat.com>
4532
4533         * MAINTAINERS (Write After Approval): Add myself.
4534
4535 2012-09-19  Steve Ellcey  <sellcey@mips.com>
4536
4537         * configure.ac: Add mips*-mti-elf* target.
4538         * configure: Regenerate.
4539
4540 2012-09-17  Ian Lance Taylor  <iant@google.com>
4541
4542         * MAINTAINERS (Various Maintainers): Add libbacktrace.
4543         * configure.ac (host_libs): Add libbacktrace.
4544         (target_libraries): Add libbacktrace.
4545         * Makefile.def (host_modules): Add libbacktrace.
4546         (target_modules): Likewise.
4547         * configure, Makefile.in: Rebuild.
4548
4549 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
4550
4551         PR target/38607
4552         Merge upstream change.
4553         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4554
4555         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4556         Add libgomp*.o to compare_exclusions for AIX.
4557         * configure: Regenerate.
4558
4559 2012-09-06  Diego Novillo  <dnovillo@google.com>
4560
4561         * configure.ac: Bump minimum GMP version to 4.2.3.
4562         * configure: Re-generate.
4563
4564 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
4565
4566         PR target/54461
4567         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4568         target-libgloss if not configured --with-avrlibc=no.
4569         * configure: Regenerate.
4570
4571 2012-09-04  Jason Merrill  <jason@redhat.com>
4572
4573         * configure.ac: Fix --enable-languages=all.
4574
4575 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
4576
4577         * MAINTAINERS (Write After Approval): Add myself.
4578
4579 2012-09-03  Richard Guenther  <rguenther@suse.de>
4580
4581         PR bootstrap/54138
4582         * configure.ac: Re-organize ISL / CLOOG checks to allow
4583         disabling with either --without-isl or --without-cloog.
4584         * configure: Regenerated.
4585
4586 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
4587
4588         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4589         * configure: Regenerate.
4590
4591 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
4592
4593         * MAINTAINERS: Fix my email address.
4594
4595 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4596
4597         PR binutils/4970
4598         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4599         and opcodes.
4600         * Makefile.in: Regenerated.
4601
4602 2012-08-26  Art Haas <ahaas@impactweather.com>
4603
4604         * configure: Regenerate.
4605
4606 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
4607
4608         * INSTALL/README: Also refer to the online installation
4609         instructions.
4610
4611 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4612
4613         * MAINTAINERS (Write After Approval): Add myself.
4614         (Picochip port): Remove myself.
4615
4616 2012-08-14   Diego Novillo  <dnovillo@google.com>
4617
4618         Merge from cxx-conversion branch.
4619
4620         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4621         POSTSTAGE1_CONFIGURE_FLAGS.
4622         * Makefile.in: Regenerate.
4623         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
4624         Force C++ when bootstrapping.
4625         * configure: Regenerate.
4626
4627 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4628
4629         * MAINTAINERS (Write After Approval): Add myself.
4630
4631 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
4632
4633         * README: Document use of ranges of years in copyright notices.
4634
4635 2012-07-06  Richard Guenther  <rguenther@suse.de>
4636
4637         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4638         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4639         --with-gmp=system.
4640         * Makefile.in: Regenerated.
4641         * configure: Likewise.
4642
4643 2012-07-06  Richard Guenther  <rguenther@suse.de>
4644
4645         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4646         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4647         supply V=1 as extra_make_flags.
4648         * configure: Regenerated.
4649         * Makefile.in: Likewise.
4650
4651 2012-07-04  Tristan Gingold  <gingold@adacore.com>
4652
4653         * configure: Regenerate.
4654
4655 2012-07-03  Richard Guenther  <rguenther@suse.de>
4656
4657         * Makfile.def (isl): Remove not necessary extra_exports and
4658         extra_make_flags.
4659         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4660         * Makefile.in: Regenerated.
4661
4662 2012-07-03  Richard Guenther  <rguenther@suse.de>
4663
4664         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4665         * configure.ac: If either the ISL or the CLooG check failed
4666         do not try to build in-tree versions.
4667         * Makefile.in: Regenerated.
4668         * configure: Regenerated.
4669
4670 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4671
4672         * configure: Regenerate.
4673
4674 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4675
4676         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4677         maintainer.
4678
4679 2012-07-02  Richard Guenther  <rguenther@suse.de>
4680
4681         * configure: Regenerated.
4682
4683 2012-07-02  Richard Guenther  <rguenther@suse.de>
4684         Michael Matz  <matz@suse.de>
4685         Tobias Grosser <tobias@grosser.es>
4686         Sebastian Pop <sebpop@gmail.com>
4687
4688         * Makefile.def: Add ISL host module, remove PPL host module.
4689         Adjust ClooG host module to use the proper ISL.
4690         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4691         * configure.ac: Include config/isl.m4.  Add ISL host library,
4692         remove PPL.  Remove PPL configury, add ISL configury, adjust
4693         ClooG configury.
4694         * Makefile.in: Regenerated.
4695         * configure: Likewise.
4696
4697 2012-07-02  Richard Guenther  <rguenther@suse.de>
4698
4699         Merge from graphite branch
4700         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4701
4702         * configure: Regenerated.
4703         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4704         both cloog.org and legacy versions. The only supported version will
4705         be CLooG with the isl backend.
4706
4707         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4708
4709         * configure: Regenerated.
4710         * configure.ac: Require cloog isl 0.17.0
4711
4712         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4713
4714         * configure: Regenerated.
4715         * config/cloog.m4: Do not define CLOOG_ORG
4716
4717 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4718
4719         * configure.ac: Skip C if explicitly selected.
4720         * configure: Regenerate.
4721
4722 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
4723
4724         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4725         they contain -O2.
4726         * configure: Regenerate.
4727
4728 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4729
4730         PR debug/53740
4731         * df.h, df-problems.c, dce.c: Revert last patch.
4732
4733 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
4734
4735         * MAINTAINERS (Write After Approval): Update my email address.
4736
4737 2012-06-21  Meador Inge  <meadori@codesourcery.com>
4738
4739         * MAINTAINERS (Write After Approval): Add myself.
4740
4741 2012-06-20  Jason Merrill  <jason@redhat.com>
4742
4743         * Makefile.tpl (check-target-libgomp-c++): New.
4744         (check-target-libitm-c++): New.
4745         * Makefile.def (c++): Add them.
4746         * Makefile.in: Regenerate.
4747
4748 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
4749
4750         * MAINTAINERS (Write After Approval): Add myself.
4751
4752 2012-05-16  Olivier Hainque  <hainque@adacore.com>
4753
4754         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4755         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4756         (install-no-fixedincludes): Adjust accordingly.
4757         * Makefile.in: Regenerate.
4758
4759 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4760
4761         Merge upstream change
4762         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4763
4764 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
4765
4766         * MAINTAINERS (Write After Approval): Add myself.
4767
4768 2012-05-09  Nick Clifton  <nickc@redhat.com>
4769             Paul Smith  <psmith@gnu.org>
4770
4771         PR bootstrap/50461
4772         * configure.ac (mpfr-dir): When using in-tree MPFR sources
4773         allow for the fact that from release v3.1.0 of MPFR the source
4774         files were moved into a src sub-directory.
4775         * configure: Regenerate.
4776
4777 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
4778
4779         * configure.ac: Bump minimum MPFR version to 2.4.0.
4780         * configure: Regenerated.
4781
4782 2012-05-01  Richard Henderson  <rth@redhat.com>
4783
4784         * Makefile.def (libatomic): New target_module.
4785         * configure.ac (target_libraries): Add libatomic.
4786         (noconfigdirs): Check if libatomic is supported.
4787         * Makefile.in, configure: Rebuild.
4788
4789 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
4790
4791         * MAINTAINERS (Write After Approval): Add myself.
4792
4793 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
4794
4795         * config.sub: Update to 2012-04-18 version from official repo.
4796
4797 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
4798
4799         * MAINTAINERS (Write After Approval): Add myself.
4800
4801 2012-04-11  Steve Ellcey  <sellcey@mips.com>
4802
4803         * MAINTAINERS: Changed email address.
4804
4805 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
4806
4807         PR target/52737
4808         * contrib/gcc_update (files_and_dependencies):
4809         Remove gcc/config/avr/t-multilib from touch data.
4810
4811 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4812
4813         * MAINTAINERS (OS Port Maintainers): Remove irix.
4814         * configure.ac (enable_libgomp): Remove *-*-irix6*.
4815         (unsupported_languages): Remove mips-sgi-irix6.*.
4816         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4817         (with_stabs): Remove.
4818         * configure: Regenerate.
4819
4820 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4821
4822         * MAINTAINERS (OS Port Maintainers): Remove osf.
4823         * configure.ac (enable_libgomp): Remove *-*-osf*.
4824         (with_stabs): Remove alpha*-*-osf*.
4825         * configure: Regenerate.
4826
4827 2012-03-05  Tristan Gingold  <gingold@adacore.com>
4828
4829         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4830         * configure: Regenerate.
4831
4832 2012-02-17  Walter Lee  <walt@tilera.com>
4833
4834         * MAINTAINERS: (Write After Approval): Delete myself.
4835
4836 2012-02-14  Walter Lee  <walt@tilera.com>
4837
4838         * MAINTAINERS (tilegx port): Add myself.
4839         (tilepro port): Add myself.
4840         (Write After Approval): Add myself.
4841
4842 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
4843
4844         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4845         and Joseph Myers as docstring relicensing maintainers.
4846
4847 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
4848
4849         * MAINTAINERS (write-after-approval): Add myself.
4850
4851 2012-02-08  Ira Rosen <irar@il.ibm.com>
4852
4853         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4854         maintainer.
4855
4856 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4857
4858         * MAINTAINERS (Write After Approval): Move myself to
4859         maintain alphabetical order.
4860
4861 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4862
4863         * MAINTAINERS (Write After Approval): Add myself.
4864
4865 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
4866
4867         * MAINTAINERS (Write After Approval): Add myself.
4868
4869 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4870             Jayant R Sonar <jayant.sonar@kpitcummins.com>
4871
4872         * configure.ac (cr16-*-*): Remove nonconfigdirs.
4873         * configure: Regenerate.
4874
4875 2012-01-23  Harshit Chopra  <harshit@google.com>
4876
4877         * MAINTAINERS (Write After Approval): Add myself.
4878
4879 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
4880
4881         * configure.ac: Remove reference to mh-interix.
4882         * configure: Regenerate.
4883
4884 2012-01-05  Richard Henderson  <rth@redhat.com>
4885
4886         PR bootstrap/51072
4887         * configure.ac: Disable libitm if c++ is not enabled.
4888         * configure: Rebuild.
4889
4890         * configure.ac: Fix regexp for same.
4891         * configure: Rebuild.
4892
4893 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
4894
4895         * MAINTAINERS (Write After Approval): Add myself.
4896
4897 2012-01-02  Richard Guenther  <rguenther@suse.de>
4898
4899         PR bootstrap/51686
4900         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4901         * Makefile.in: Regenerate.
4902
4903 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
4904
4905         * MAINTAINERS (Write After Approval): Add myself.
4906
4907 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
4908
4909         * configure: Regenerate.
4910
4911 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
4912
4913         * MAINTAINERS (picochip): Changed email address.
4914
4915 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4916
4917         * MAINTAINERS (write-after-approval): Add self.
4918
4919 2011-11-29  DJ Delorie  <dj@redhat.com>
4920
4921         * configure.ac (rl78-*-*) New case.
4922         * configure: Regenerate.
4923         * MAINTAINERS: Add myself as RL78 maintainer.
4924
4925 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4926
4927         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4928
4929 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
4930
4931         * libtool.m4: Additional FreeBSD 10 fixes.
4932
4933 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
4934
4935         * MAINTAINERS: Move myself from Write After Approval to CPU Port
4936         Maintainers section, as Epiphany maintainer.
4937
4938 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
4939
4940         PR target/49992
4941         * configure.ac: Remove ranlib special-casing for Darwin.
4942         * configure: Regenerate.
4943
4944 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
4945
4946         * MAINTAINERS (Reviewers): Keep the list sorted.
4947
4948 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
4949
4950         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4951
4952 2011-11-09  Roland McGrath  <mcgrathr@google.com>
4953
4954         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4955         * configure: Rebuild.
4956         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4957         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4958         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4959         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4960         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4961         Add READELF.
4962         * Makefile.in: Rebuild.
4963
4964 2011-11-09  Jason Merrill  <jason@redhat.com>
4965
4966         * Makefile.def (language=c++): Remove check-c++0x.
4967         * Makefile.in (check-gcc-c++): Regenerate.
4968
4969 2011-11-08  Richard Henderson  <rth@redhat.com>
4970
4971         * configure.ac: Test for libitm directory present first.
4972
4973         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4974
4975         * configure.ac: Test libitm/configure.tgt to disable libitm.
4976         * configure: Rebuild.
4977
4978 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
4979             Richard Henderson  <rth@redhat.com>
4980
4981         Merged from transactional-memory.
4982
4983         * Makefile.def (lang_env_dependencies): libitm is c++.
4984         Add libitm target module.
4985         * configure.ac: Likewise.
4986         * config/mmap.m4: New file.
4987         * contrib/gcc_update: Add libitm to touch data.
4988         * Makefile.in, configure: Rebuild.
4989
4990 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4991
4992         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4993         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4994         * Makefile.in: Regenerate.
4995
4996 2011-11-01  DJ Delorie  <dj@redhat.com>
4997
4998         * config.sub: Update to version 2011-10-29 (added rl78)
4999
5000 2011-10-27  Nick Clifton  <nickc@redhat.com>
5001
5002         * config.sub: Import these changes from the config project:
5003
5004         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
5005             Ben Elliston  <bje@gnu.org>
5006
5007         * config.sub (epiphany): New.
5008
5009         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
5010             Ben Elliston  <bje@gnu.org>
5011
5012         * config.sub (hexagon, hexagon-*): New.
5013
5014         2011-08-23  Roland McGrath  <mcgrathr@google.com>
5015
5016         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5017         64eb to be64.
5018
5019         2011-08-16  Roland McGrath  <mcgrathr@google.com>
5020
5021         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5022         (nacl): Grok as alias for 32el-unknown-nacl.
5023
5024 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
5025
5026         * MAINTAINERS (Write After Approval): Add myself.
5027
5028 2011-10-24  Teresa Johnson  <tejohnson@google.com>
5029
5030         * MAINTAINERS (Write After Approval): Add myself.
5031
5032 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
5033
5034         * MAINTAINERS (sparc port): Remove myself.
5035
5036 2011-09-14  Tom de Vries  <tom@codesourcery.com>
5037
5038         * MAINTAINERS (Write After Approval): Add myself.
5039
5040 2011-08-14  Yao Qi  <yao@codesourcery.com>
5041
5042         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5043         * configure: Regenerate.
5044
5045 2011-07-26  Ian Lance Taylor  <iant@google.com>
5046
5047         * configure.ac: Set have_compiler based on whether gcc directory
5048         exists, rather than on whether gcc is in configdirs.
5049         * configure: Rebuild.
5050
5051 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
5052
5053         * MAINTAINERS (Global Reviewers): Add self.
5054
5055 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
5056
5057         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5058         link directories.
5059         * Makefile.in: Rebuild.
5060
5061 2011-07-20  Ian Lance Taylor  <iant@google.com>
5062
5063         PR bootstrap/49787
5064         * configure.ac: Move --enable-bootstrap handling earlier in file.
5065         If --enable-bootstrap and either --enable-build-with-cxx or
5066         --enable-build-poststage1-with-cxx, enable C++ automatically.
5067         * configure: Rebuild.
5068
5069 2011-07-19  Ian Lance Taylor  <iant@google.com>
5070
5071         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
5072         make C++ a boot_language.  Set and substitute
5073         POSTSTAGE1_CONFIGURE_FLAGS.
5074         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5075         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5076         * configure, Makefile.in: Rebuild.
5077
5078 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
5079
5080         * MAINTAINERS (Register Allocation): Move myself from reviewers to
5081         maintainers.
5082
5083 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
5084
5085         * MAINTAINERS (Global Reviewers): Add myself.
5086
5087 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5088
5089         * configure: Regenerate.
5090
5091 2011-07-16  Jason Merrill  <jason@redhat.com>
5092
5093         * Makefile.def (language=c++): Add check-c++0x and
5094         check-target-libmudflap-c++.
5095         * Makefile.tpl (check-target-libmudflap-c++): New.
5096         * Makefile.in: Regenerate.
5097
5098 2011-07-16  Matthias Klose  <doko@ubuntu.com>
5099
5100         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5101         * Makefile.def (target_modules/libjava): Pass
5102         $(EXTRA_CONFIGARGS_LIBJAVA).
5103         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5104         if not configured with --enable-static-libjava.
5105         * Makefile.in: Regenerate.
5106         * configure: Likewise.
5107
5108 2011-07-15  Jason Merrill  <jason@redhat.com>
5109
5110         * Makefile.in (check-c++): Move check-gcc-c++0x after
5111         check-target-libstdc++-v3.
5112
5113 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5114
5115         * MAINTAINERS (c6x port): New entry.
5116
5117 2011-07-13  Jason Merrill  <jason@redhat.com>
5118
5119         * Makefile.in (check-gcc-c++0x): New.
5120         (check-c++): Depend on it.
5121
5122 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5123
5124         PR target/39150
5125         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5126         x86_64-*-solaris2.1[0-9]*.
5127         * configure: Regenerate.
5128
5129 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5130
5131         * MAINTAINERS (RTL optimizers): Add self.
5132
5133 2011-06-27  Gabriel Charette  <gchare@google.com>
5134
5135         * MAINTAINERS (Write After Approval): Add myself.
5136
5137 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5138
5139         PR regression/47836
5140         PR bootstrap/23656
5141         PR other/47733
5142         PR bootstrap/49247
5143         PR c/48825
5144         * configure.ac (target_libraries): Remove target-libiberty.
5145         Remove case-statement setting skipdirs=target-libiberty for
5146         multiple targets.  Remove checking target_configdirs and
5147         removing target-libiberty but keeping target-libgcc if
5148         otherwise empty.
5149         * Makefile.def (target_modules): Don't add libiberty.
5150         (dependencies): Remove all traces of target-libiberty.
5151         * configure, Makefile.in: Regenerate.
5152
5153 2011-06-13  Walter Lee <walt@tilera.com>
5154
5155         * configure.ac (tilepro-*-*) New case.
5156         (tilegx-*-*): Likewise.
5157         * configure: Regenerate.
5158
5159 2011-06-06  Jing Yu  <jingyu@google.com>
5160
5161         * configure.ac: Skip target-libiberty for
5162         arm*-*-linux-androideabi.
5163         * configure: Regenerated.
5164
5165 2011-06-06  Nick Clifton  <nickc@redhat.com>
5166
5167         * config.sub: Sync from upstream.
5168
5169 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5170
5171         * MAINTAINERS (Write After Approval): Add myself.
5172
5173 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5174
5175         * MAINTAINERS: Update my email address.
5176
5177 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5178
5179         * MAINTAINERS (Write After Approval): Update my email address.
5180
5181 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5182
5183         * MAINTAINERS (Write After Approval): Add myself.
5184
5185 2011-05-08  Doug Kwan  <dougkwan@google.com>
5186
5187         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5188         * configure: Regenerated.
5189         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5190         value from configure.
5191         * Makefile.in: Regenerated.
5192
5193 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5194
5195         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5196         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5197         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5198         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5199         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5200         *-*-vxworks*): Disable newlib and libgloss in separate case
5201         statement.
5202         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5203         to separate case statement.
5204         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5205         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5206         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5207         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5208         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5209         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5210         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5211         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5212         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5213         i[[3456789]]86-*-rdos*, m32r-*-*,
5214         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5215         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5216         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5217         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5218         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5219         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5220         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5221         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5222         and libgloss in main case over targets.  Remove most empty cases
5223         in main case over targets.
5224         * configure: Regenerate.
5225
5226 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5227
5228         * MAINTAINERS (Write After Approval): Add myself.
5229
5230 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5231
5232         * configure.ac: Remove code setting special library locations for
5233         hppa*64*-*-hpux11*.  Remove code setting compiler for
5234         sparc-sun-solaris2*.
5235         * configure: Regenerate.
5236
5237 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5238
5239         * configure.ac: Separate libgloss_dir settings from general case
5240         over targets.
5241         * configure: Regenerate.
5242
5243 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5244
5245         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5246         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5247         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5248         cases in libgcj-disabling case statement.
5249         (hppa*64*-*-linux*): Set unsupported_languages instead of
5250         disabling target-zlib.
5251         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5252         to hppa*64*-*-hpux*.
5253         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5254         hppa*-*-hpux*.
5255         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5256         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5257         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5258         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5259         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5260         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5261         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5262         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5263         libgcj-disabling case statement.
5264         * configure: Regenerate.
5265
5266 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5267
5268         * configure.ac: Disable Java for targets not supporting libffi.
5269         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5270         Remove cases in Java-disabling statement.
5271         (*arm-wince-pe): Change to arm-wince-pe.
5272         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5273         cases in Java-disabling statement.
5274         (bfin-*-*): Don't disable Java again.
5275         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5276         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5277         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5278         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5279         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5280         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5281         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5282         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5283         Java-disabling statement.
5284         (mmix-*-*): Don't disable Java again.
5285         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5286         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5287         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5288         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5289         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5290         statement.
5291         * configure: Regenerate.
5292
5293 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5294
5295         * configure.ac: Separate cases disabling Java and Java libraries
5296         from general case over targets.
5297         * configure: Regenerate.
5298
5299 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5300
5301         * MAINTAINERS: Update my email address.
5302
5303 2011-04-20  Easwaran Raman  <eraman@google.com>
5304
5305         * MAINTAINERS (Write After Approval): Add myself.
5306
5307 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5308
5309         PR lto/48086
5310         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5311         * configure: Regenerate.
5312
5313 2011-04-16  Jim Meyering  <meyering@redhat.com>
5314
5315         * MAINTAINERS (Write After Approval): Add myself.
5316
5317 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5318
5319         * MAINTAINERS: Update my email address.
5320
5321 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5322
5323         * MAINTAINERS (Write After Approval): Add myself.
5324
5325 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5326
5327         * MAINTAINERS (Write After Approval): Add myself.
5328
5329 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5330
5331         * MAINTAINERS (Write After Approval): Add myself.
5332
5333 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5334
5335         * configure.ac (build_tools): Remove build-byacc.
5336         (host_libs): Remove mmalloc.
5337         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5338         autoconf automake libtool diff rcs fileutils shellutils time
5339         textutils wdiff find uudecode hello tar gzip indent recode release
5340         sed perl gawk findutils gettext zip.
5341         (libgcj): Remove target-qthreads.
5342         (target_tools): Remove target-examples target-gperf.
5343         (YACC): Don't handle building byacc.
5344         * configure: Regenerate.
5345         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5346         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5347         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5348         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5349         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5350         handle building components.
5351         * Makefile.in: Regenerate.
5352
5353 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5354
5355         * MAINTAINERS: Update my email address as Xtensa maintainer.
5356
5357 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5358
5359         * config.sub: Sync from upstream.
5360
5361 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5362
5363         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5364         (microblaze*): Don't disable libssp.
5365         * configure: Regenerate.
5366
5367 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5368
5369         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5370         moveifchange.
5371         * configure: Regenerate.
5372         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5373         * Makefile.in: Regenerate.
5374
5375 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5376
5377         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5378         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5379         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5380         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5381         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5382         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5383         md_exec_prefix cases.
5384         * configure: Regenerate.
5385
5386 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5387
5388         * configure.ac: Separate cases disabling target-libssp,
5389         target-libiberty, target-libstdc++-v3 and Fortran from general
5390         case over targets.
5391         * configure: Regenerate.
5392
5393 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5394
5395         * configure.ac (*-*-chorusos): Don't disable libgcj.
5396         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5397         Remove case.
5398         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5399         (arm-*-coff): Don't disable libgcj.
5400         (arm*-*-linux-gnueabi): Remove useless assignment.
5401         (arm-*-riscix*): Don't disable libgcj.
5402         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5403         configuration.
5404         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5405         (c54x*-*-*): Remove case.
5406         (tic54x-*-*): Don't disable GCC or GCC libraries.
5407         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5408         to *.
5409         (d10v-*-*): Don't disable GCC libraries.
5410         (d30v-*-*): Don't disable libgcj.
5411         (h8500-*-*): Don't disable GCC libraries.
5412         (i960-*-*): Don't disable libgcj.
5413         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5414         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5415         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5416         libgcj.
5417         (m68k-*-coff*): Remove case.
5418         (mmix-*-*): Don't disable libgloss on host.
5419         (mn10200-*-*, mn10300-*-*): Remove cases.
5420         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5421         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5422         Don't disable libgcj.
5423         (romp-*-*): Remove case.
5424         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5425         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5426         case.
5427         (v810-*-*): Don't disable GCC libraries.
5428         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5429         (ip2k-*-*): Don't disable GCC libraries.
5430         * configure: Regenerate.
5431
5432 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5433
5434         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5435         libffi on host.
5436         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5437         on host.
5438         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5439         * configure: Regenerate.
5440
5441 2011-03-26  John Marino  <binutils@marino.st>
5442
5443         * configure.ac: Add support for *-*-dragonfly*
5444         * configure: Regenerate.
5445
5446 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5447
5448         * configure.ac (native_only): Remove.
5449         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5450         send-pr uudecode guile gnuserv on host.
5451         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5452         send-pr rcs guile perl texinfo libtool on host.
5453         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5454         automake send-pr rcs guile perl texinfo libtool on host.
5455         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5456         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5457         (alpha*-dec-osf*): Don't disable fileutils on target.
5458         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5459         texinfo send-pr expect dejagnu on target.
5460         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5461         target-qthreads on target.
5462         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5463         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5464         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5465         x86_64-*-mingw*): Don't disable expect on target.
5466         (*-*-cygwin*): Don't disable target-gperf on target.
5467         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5468         gnuserv on target.
5469         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5470         target.
5471         * configure: Regenerate.
5472
5473 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5474
5475         * configure.ac (target_tools): Remove target-groff.
5476         (native_only): Remove target-groff.
5477         (hppa*64*-*-*): Don't disable byacc.
5478         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5479         setting.
5480         (*-*-kaos*): Don't skip target-librx and target-groff.
5481         (*-*-netware*): Don't skip target-libmudflap.
5482         (*-*-tpf*): Don't skip target-libmudflap.
5483         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5484         directories on the host.
5485         (ia64*-*-*vms*): Don't skip tix.
5486         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5487         host.
5488         * configure: Regenerate.
5489
5490 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
5491
5492         * configure.ac: Remove references to mt-mep, mt-netware,
5493         mt-wince.
5494         * Makefile.def: Add all-utils soft dependencies.
5495         * Makefile.tpl: Remove GDB_NLM_DEPS.
5496         * configure: Regenerate.
5497         * Makefile.in: Regenerate.
5498
5499 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5500
5501         * configure.ac: Do not include mh-x86omitfp.
5502         * configure: Regenerate.
5503
5504 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5505
5506         * configure.ac: Remove empty cases.
5507         * configure: Regenerate.
5508
5509 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5510
5511         * Makefile.def: Add dependency from termcap to gdb.
5512         * Makefile.in: Regenerate.
5513
5514 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5515
5516         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5517         * configure: Regenerate.
5518         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5519         * Makefile.tpl: Likewise.
5520         * Makefile.in: Regenerate.
5521
5522 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5523
5524         * configure.ac: Remove all mentions of tentative_cc.
5525         * configure: Regenerate.
5526
5527 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5528
5529         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5530         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5531         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5532         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5533         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5534         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5535         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5536         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5537         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5538         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5539         *-*-rhapsody*): Remove host cases.
5540         * configure: Regenerate.
5541
5542 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5543
5544         * configure.ac (ppc*-*-pe): Remove host case.
5545         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5546         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5547         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5548         cases.
5549         * configure: Regenerate.
5550
5551 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5552
5553         * config.sub: Update to version 2011-03-23.
5554
5555 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5556
5557         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5558         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5559         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5560         * configure: Regenerate.
5561
5562 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5563
5564         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
5565         to Write After Approval.
5566         * config-ml.in: Don't handle arc-*-elf*.
5567         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5568         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5569         handle GCC libraries.
5570         * configure: Regenerate.
5571
5572 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5573
5574         PR bootstrap/48120:
5575         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5576         Add -lstdc++ -lm to LIBS.
5577         * configure: Regenerate.
5578
5579 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
5580
5581         * config.guess: Update to version 2011-02-02
5582         * config.sub: Update to version 2011-02-24
5583
5584 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
5585
5586         PR lto/48086
5587         * configure.ac: Re-enable LTO on *-apple-darwin9.
5588         * configure: Regenerate.
5589
5590 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
5591
5592         PR lto/48086
5593         * configure.ac: Disable LTO on darwin due to an assembler change in
5594         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5595         under 256.
5596         * configure: Regenerate.
5597
5598 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
5599
5600         * MAINTAINERS: Update myself as score backend maintainer,
5601         update my e-mail address.
5602
5603 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
5604
5605         * MAINTAINERS: Update my e-mail address.
5606
5607 2011-03-06  Joey Ye  <joey.ye@arm.com>
5608
5609         * MAINTAINERS: Update my e-mail address.
5610
5611 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5612
5613         * configure.ac: Adjust test of with_ppl.
5614         * configure: Regenerated.
5615
5616 2011-03-02  Kai Tietz  <ktietz@redhat.com>
5617
5618         * MAINTAINERS: Adjust my e-mail address.
5619
5620 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5621
5622         * configure.ac: Add -lpwl to ppllibs.
5623         * configure: Regenerated.
5624
5625 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5626
5627         * config/cloog.m4: Add -lisl to clooglibs.
5628         * configure: Regenerated.
5629
5630 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5631
5632         * MAINTAINERS (CPU Port maintainers): Add self.
5633
5634 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5635
5636         * MAINTAINERS: Add myself as testsuite maintainer.
5637
5638 2011-02-15  Mike Stump  <mikestump@comcast.net>
5639
5640         * MAINTAINERS: Add myself as testsuite maintainer.
5641
5642 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5643
5644         Import from Libtool and gnulib:
5645
5646         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
5647
5648         Prepare for supporting FreeBSD 10.
5649         * config.rpath: Remove handling of freebsd1* which soon would
5650         match FreeBSD 10.0.
5651
5652         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
5653
5654         Remove support for FreeBSD 1.x.
5655         * libtool.m4 (_LT_LINKER_SHLIBS)
5656         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5657         soon would incorrectly match FreeBSD 10.0.
5658
5659 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5660
5661         PR binutils/12283
5662         * move-if-change: Import version from gnulib.
5663
5664 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5665
5666         PR lto/47225
5667         * Makefile.def (lto-plugin): Double dash for enable-shared.
5668         (configure-gcc): Depend on all-lto-plugin.
5669         * Makefile.in: Rebuilt.
5670
5671 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5672
5673         * configure.ac: Remove extra bracket.
5674         * configure: Regenerate.
5675
5676 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5677
5678         * MAINTAINERS: Add myself as libquadmath maintainer.
5679
5680 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5681
5682         * MAINTAINERS: Update my email address.
5683
5684 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
5685
5686         * MAINTAINERS (option handling): Add self.
5687
5688 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5689
5690         PR lto/47225
5691         * Makefile.def: Add dependency for install-gcc
5692         on install-lto-plugin.
5693         * Makfile.in: Regenerated
5694
5695 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5696
5697         * MAINTAINERS (CPU Port Maintainers): Add myself.
5698
5699 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5700
5701         PR libgcj/44341
5702         * configure.ac: Discard --with-* flags for host when configuring
5703         target libraries for cross build.
5704         * configure: Rebuilt.
5705
5706 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5707
5708         * MAINTAINERS (linear loop transforms): Removed.
5709
5710 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5711
5712         * configure.ac: If with_ppl is no, move setting with_cloog=no
5713         after CLOOG_REQUESTED check.
5714         * configure: Regenerated.
5715
5716 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5717
5718         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5719         CLooG has been requested.
5720         * configure: Regenerated.
5721
5722 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5723
5724         * configure: Regenerated.
5725         * configure.ac: Check for version 0.11 (or later revision) of PPL.
5726
5727 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5728
5729         * configure: Regenerated.
5730         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5731
5732 2011-01-21  Andreas Schwab  <schwab@redhat.com>
5733
5734         * configure.ac: Use AS_HELP_STRING throughout.
5735         * configure: Regenerate.
5736
5737 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
5738
5739         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5740         * configure: Regenerate.
5741
5742 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5743
5744         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5745
5746 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
5747
5748         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5749         for ia64-hpux.
5750         * configure: Regenerate.
5751
5752 2011-01-07  Jan Hubicka  <jh@suse.cz>
5753
5754         PR lto/47225
5755         * Makefile.in: Regenerate.
5756         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5757         configure.
5758
5759 2011-01-07  Jan Hubicka  <jh@suse.cz>
5760
5761         * Makefile.in: Regenerate.
5762         * Makefile.def (gcc host module) and soft dependency on lto-plugin
5763         and configure dependency on lto-plugin configure.
5764         (lto-plugin module): Remove dependency on GCC; add dependency on
5765         liniberty.
5766
5767 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
5768
5769         * MAINTAINERS (Write After Approval): Add myself.
5770
5771 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
5772
5773         * configure: Regenerate.
5774
5775 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
5776
5777         * configure.ac: (picochip): Disable libiberty.
5778
5779 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
5780
5781         * MAINTAINERS (Write After Approval): Add myself.
5782
5783 2010-12-10  Ian Lance Taylor  <iant@google.com>
5784
5785         PR bootstrap/46819
5786         * configure.ac: For --disable-libgcj clear libgcj_saved.
5787         * configure: Rebuild.
5788
5789 2010-12-10  Tobias Burnus  <burnus@net-b.de>
5790
5791         PR fortran/46540
5792         * configure.ac: Add --disable-libquadmath and
5793         --disable-libquadmath-support.
5794         * configure: Regenerate.
5795
5796 2010-12-03  Ian Lance Taylor  <iant@google.com>
5797
5798         * MAINTAINERS: Add myself as libgo maintainer.
5799
5800 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
5801
5802         PR libffi/46792
5803         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5804         * configure: Regenerate.
5805
5806 2010-12-02  Ian Lance Taylor  <iant@google.com>
5807
5808         * configure.ac: Always set default for poststage1_ldflags to
5809         -static-libstdc++ -static-libgcc.
5810
5811 2010-11-29  Andreas Schwab  <schwab@redhat.com>
5812
5813         * configure.ac: Move comment to remove extra space in last argument
5814         of GCC_TARGET_TOOL.
5815
5816 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
5817
5818         PR other/46026
5819         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5820         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5821         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5822         (BASE_FLAGS_TO_PASS): Use it.
5823         * configure: Rebuilt.
5824         * Makefile.in: Rebuilt.
5825
5826 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
5827
5828         PR binutils/12258
5829         * configure.ac: Correct comments for --enable-gold/--enable-ld.
5830         Properly check default linker.
5831         * configure: Regnerated.
5832
5833 2010-11-23  Matthias Klose  <doko@ubuntu.com>
5834
5835         * configure.ac: For --enable-gold, handle value `default' instead of
5836         `both*'.  New configure option --{en,dis}able-ld.
5837         * configure: Regenerate.
5838
5839 2010-11-20  Ian Lance Taylor  <iant@google.com>
5840
5841         * configure.ac: Only disable a language library if no language needs
5842         it.  Don't let --disable-libgcj uncondtionally disable libffi.
5843         * configure: Rebuild.
5844
5845 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5846
5847         * Makefile.in: Regenerate.
5848
5849         PR other/46202
5850         * configure.ac: Fix just-built in-tree STRIP name to be
5851         binutils/strip-new.
5852         * configure: Regenerate.
5853         * Makefile.def (install-strip-gcc, install-strip-binutils)
5854         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5855         (install-strip-sid): Mirror dependencies on non-strip variants
5856         of these targets on the respective -strip prerequisites.
5857         * Makefile.tpl (install-strip, install-strip-host)
5858         (install-strip-target): New targets.
5859         (install-strip-[+module+], install-strip-target-[+module+]):
5860         New targets.
5861         * Makefile.in: Regenerate.
5862
5863 2010-11-19  Ian Lance Taylor  <iant@google.com>
5864             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5865
5866         * configure.ac: Add target-libgo to target_libraries.  Set
5867         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5868         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5869         (HOST_EXPORTS): Add GOC.
5870         (BASE_TARGET_EXPORTS): Add GOC.
5871         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5872         (GOCFLAGS_FOR_TARGET): New variable.
5873         (EXTRA_HOST_FLAGS): Add GOC.
5874         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5875         * Makefile.def (target_modules): Add libgo.
5876         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5877         (dependencies): Add dependency from configure-target-libgo to
5878         configure-target-libffi and all-target-libstdc++-v3.  Add
5879         dependencies from all-target-libgo to all-target-libffi.
5880         (languages): Add go.
5881         * configure: Rebuild.
5882         * Makefile.in: Rebuild.
5883
5884 2010-11-19  Ian Lance Taylor  <iant@google.com>
5885
5886         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5887         compiler/flag environment variables.
5888
5889 2010-11-18  Ian Lance Taylor  <iant@google.com>
5890
5891         * configure.ac: Check for lang_requires_boot_languages in
5892         config-lang.in files.
5893         * configure: Rebuild.
5894
5895 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5896             Tobias Burnus  <burnus@net-b.de>
5897
5898         PR fortran/32049
5899         * Makefile.def: Add libquadmath; build it with language=fortran.
5900         * configure.ac: Add libquadmath.
5901         * Makefile.tpl: Handle multiple libs in check-[+language+].
5902         * Makefile.in: Regenerate.
5903         * configure: Regenerate.
5904
5905 2010-11-16  Tom Tromey  <tromey@redhat.com>
5906
5907         * MAINTAINERS: Moved myself to reviewers section.
5908
5909 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
5910
5911         * MAINTAINERS: Moved myself to reviewers section.
5912
5913 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5914
5915         * MAINTAINERS (Various Maintainers): Add self for build machinery.
5916         (Write After Approval): Remove self.
5917
5918 2010-11-15  Andreas Schwab  <schwab@redhat.com>
5919
5920         * configure.ac: Fix spelling in option names.
5921         * configure: Regenerated.
5922
5923 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
5924
5925         PR bootstrap/39622
5926         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5927         * configure: Regenerated.
5928
5929 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
5930
5931         * MAINTAINERS: Update my email address.
5932
5933 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5934
5935         * configure: Regenerate.
5936
5937 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5938
5939         * configure: Regenerate.
5940
5941 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5942
5943         * configure: Regenerate.
5944
5945 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5946
5947         * configure: Regenerate.
5948
5949 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5950
5951         * configure.ac: Support official CLooG.org versions.
5952         * configure: Regenerate.
5953         * config/cloog.m4: New.
5954
5955 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
5956
5957         * MAINTAINERS (Write After Approval): Add myself.
5958
5959 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
5960
5961         * MAINTAINERS: Update my email address.
5962
5963 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
5964
5965         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5966         * configure: Regenerate.
5967
5968 2010-11-03  Ian Lance Taylor  <iant@google.com>
5969             Dave Korn  <dave.korn.cygwin@gmail.com>
5970
5971         PR lto/46273
5972         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
5973         and on other supported platforms whenever LTO is enabled.
5974         * configure: Rebuild.
5975
5976 2010-11-02  Alan Modra  <amodra@gmail.com>
5977
5978         PR binutils/12110
5979         * configure.ac: Error when source path contains spaces.
5980         * configure: Regenerate.
5981
5982 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
5983
5984         * MAINTAINERS: Update my email address.
5985
5986 2010-10-20  Ian Lance Taylor  <iant@google.com>
5987
5988         * Makefile.def (target_modules): Set lib_path to src/.libs for
5989         libstdc++-v3 module.
5990         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5991         * Makefile.in: Rebuild.
5992
5993 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5994
5995         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5996         (Write After Approval): Remove myself.
5997
5998 2010-10-15  Tristan Gingold  <gingold@adacore.com>
5999
6000         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6001
6002 2010-10-14  Douglas Rupp  <rupp@gnat.com>
6003
6004         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6005
6006 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6007
6008         * configure.ac (build_lto_plugin): New shell variable.
6009         (--enable-lto): Turn on by default for all non-ELF platforms that
6010         have had LTO support added so far.  Set build_lto_plugin appropriately
6011         for both ELF and non-ELF.
6012         (configdirs): Add lto-plugin or not based on build_lto_plugin.
6013         * configure: Regenerate.
6014
6015 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6016
6017         Sync from src:
6018         * configure.ac (v850 support): Remove target-libgloss from
6019         noconfigdirs.
6020         * configure: Regenerate.
6021
6022 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6023
6024         PR bootstrap/45326
6025         PR bootstrap/45174
6026         * configure.ac: Honor initial values of $build_configargs,
6027         $host_configargs, $target_configargs.  Mark the precious, so
6028         environment settings get recorded.
6029         * configure: Regenerate.
6030
6031 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6032
6033         PR bootstrap/45796
6034         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6035         Depend on all-build-libiberty.
6036         * Makefile.in: Regenerate.
6037
6038 2010-09-30  Michael Eager  <eager@eagercon.com>
6039
6040         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6041         * configure: Regenerate.
6042
6043 2010-09-28  Michael Eager  <eager@eagercon.com>
6044
6045         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6046
6047 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6048
6049         PR bootstrap/44621
6050         * configure.ac: Fix unportable shell quoting.
6051         * configure: Regenerate.
6052
6053 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
6054
6055         * configure.ac (enable-lto): Add Darwin to the list of supported lto
6056         targets and amend comment.
6057         * configure: Regenerate.
6058
6059 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
6060
6061         * MAINTAINERS (Write After Approval): Add myself.
6062
6063 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
6064
6065         * configure.ac: Enable LTO by default on Darwin.
6066         * configure: Regenerate.
6067
6068 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6069
6070         * MAINTAINERS (Write After Approval): Add myself.
6071
6072 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
6073
6074         * MAINTAINERS (Write After Approval): Add myself.
6075
6076 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
6077
6078         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6079         ports
6080
6081 2010-07-28  David Yuste  <david.yuste@gmail.com>
6082
6083         * MAINTAINERS (Write After Approval): Add myself.
6084
6085 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6086
6087         * configure.ac: Support all v850 targets.
6088         * configure: Regenerate.
6089
6090 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
6091
6092         PR bootstrap/44455
6093         * configure.ac (extra_mpfr_configure_flags): Copy from
6094         extra_mpc_gmp_configure_flags.
6095         * configure: Re-generated.
6096
6097 2010-07-22  Andi Kleen  <ak@linux.intel.com>
6098
6099         * MAINTAINERS (Write After Approval): Add myself.
6100
6101 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6102
6103         * MAINTAINERS (Write After Approval): Add myself.
6104
6105 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
6106
6107         * MAINTAINERS (Write After Approval): Add myself.
6108
6109 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6110
6111         PR target/44862
6112         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6113         Provide -B option to allow for link spec %s substitutions for
6114         libstdc++.a on darwin.
6115         * Makefile.in: Regenerate.
6116
6117 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6118
6119         * MAINTAINERS (Reviewers): Update my e-mail address
6120
6121 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6122
6123         * Makefile.def (configure-gcc): Depend on all-libelf.
6124         * Makefile.in: Rebuild.
6125
6126 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6127
6128         * MAINTAINERS (Write After Approval): Add myself in the right place.
6129
6130 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6131
6132         * MAINTAINERS (Write After Approval): Add myself.
6133
6134 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6135
6136         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6137
6138 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6139
6140         * config.sub: Update to version 2010-05-21.
6141         * config.guess: Update to version 2010-04-03.
6142
6143 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6144
6145         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6146         * configure: Regenerate.
6147
6148 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6149
6150         * MAINTAINERS (Write After Approval): Add myself.
6151
6152 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6153
6154         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6155         a platform that supports LTO.
6156         * configure: Regenerate.
6157
6158 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6159
6160         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6161         * configure: Regenerated.
6162
6163 2010-04-27  Roland McGrath  <roland@redhat.com>
6164             H.J. Lu  <hongjiu.lu@intel.com>
6165
6166         * configure.ac (--enable-gold): Support both, both/gold and
6167         both/bfd to add gold to configdirs without removing ld.
6168         * configure: Regenerated.
6169
6170         * Makefile.def: Add install-gold dependency to install-ld.
6171         * Makefile.in: Regenerated.
6172
6173 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6174
6175         PR lto/42776
6176         * configure.ac (--enable-lto): Refactor handling so libelf tests
6177         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6178         and allow LTO to be explicitly enabled on non-ELF platforms that
6179         are known to support it inside else-clause.
6180         * configure: Regenerate.
6181
6182 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6183
6184         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6185         * configure: Regenerate.
6186
6187 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6188
6189         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6190         * configure: Regenerate.
6191
6192 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6193
6194         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6195         separately.
6196         * configure: Regenerate.
6197
6198 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6199
6200         * MAINTAINERS (Write After Approval): Add myself.
6201
6202 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6203
6204         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6205         * configure: Regenerate.
6206
6207 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6208
6209         * configure: Regenerate after change to elf.m4.
6210
6211 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6212
6213         * MAINTAINERS (Write After Approval): Add myself.
6214
6215 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6216
6217         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6218         * configure: Regenerated.
6219
6220 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6221
6222         * configure.ac: Print "buggy but acceptable" when CLooG
6223         revision is less than 9.
6224         * configure: Regenerated.
6225
6226 2010-04-01  Diego Novillo  <dnovillo@google.com>
6227
6228         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6229
6230 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6231
6232         PR bootstrap/43615
6233         PR bootstrap/43328
6234
6235         Revert:
6236
6237         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6238
6239         * configure.ac: Do not pass --enable-multilib nor
6240         --disable-multilib in baseargs.  Accept explicitly passed
6241         --enable_multilib.
6242         * configure: Regenerate.
6243
6244 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6245
6246         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6247
6248 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6249
6250         * MAINTAINERS: Remove myself.
6251
6252 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6253
6254         PR bootstrap/43328
6255         * configure.ac: Do not pass --enable-multilib nor
6256         --disable-multilib in baseargs.  Accept explicitly passed
6257         --enable_multilib.
6258         * configure: Regenerate.
6259
6260 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6261
6262         * MAINTAINERS (spu port): Remove me.
6263
6264 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6265
6266         * configure.ac (tic6x-*-*): New case.
6267         * configure: Regenerate.
6268
6269 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6270
6271         * config.sub: Update to version 2010-03-22.
6272         * config.guess: Update to version 2009-12-30.
6273
6274 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6275
6276         PR ada/42554
6277         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6278         * configure: Regenerate.
6279
6280 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6281
6282         * MAINTAINERS: Update my email address.
6283
6284 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6285
6286         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6287         (ghassan.shobaki@amd.com): Removed.
6288
6289 2010-03-17  Alan Modra  <amodra@gmail.com>
6290
6291         * MAINTAINERS: Update my email address.
6292
6293 2010-03-16  Diego Novillo  <dnovillo@google.com>
6294
6295         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6296         Matthews.
6297
6298 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6299
6300         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6301         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6302
6303 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6304
6305         * MAINTAINERS: Update my email address.
6306
6307 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6308
6309         * MAINTAINERS: Update my email address.
6310
6311 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6312
6313         * MAINTAINERS: Update my email address.
6314
6315 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6316
6317         * MAINTAINERS: Update my email address.
6318
6319 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6320
6321         PR libstdc++/32499
6322         * configure.ac (RANLIB): Default to true.
6323         (STRIP): Likewise.
6324         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6325         * configure: Regenerate.
6326
6327 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6328
6329         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6330         (Write After Approval): Update my email address.
6331
6332 2010-02-17  Nick Clifton  <nickc@redhat.com>
6333
6334         PR 11238
6335         * Makefile.tpl (local-distclean): Also remove config.cache files in
6336         sub-directories as there may not be Makefiles present in the
6337         sub-directories.
6338         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6339         the config.cache files found by the find command.
6340
6341         * Makefile.in: Regenerate.
6342         * configure.ac: Revert previous delta.
6343         * configure: Regenerate.
6344
6345 2010-02-15  Nick Clifton  <nickc@redhat.com>
6346
6347         PR 11238
6348         * configure.ac: Delete config.cache files in sub-directories when
6349         deleting Makefiles.
6350         * configure: Regenerate.
6351
6352 2010-02-12  Ben Elliston  <bje@gnu.org>
6353
6354         * MAINTAINERS: Update my email address.
6355
6356 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6357
6358         * MAINTAINERS (spu port): Update my email address.
6359
6360 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6361
6362         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6363
6364 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6365
6366         * configure.ac: Add "recommended" version checks for GMP/MPC.
6367         Update recommended GMP/MPFR/MPC versions.
6368         * configure: Regenerate.
6369
6370 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6371
6372         * MAINTAINERS: Move my Embecosm email address into the
6373         write-after-approval section.
6374
6375 2010-01-26  Ian Lance Taylor  <iant@google.com>
6376
6377         * MAINTAINERS: Add myself as Go frontend maintainer.
6378
6379 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6380
6381         PR libstdc++/36101, PR libstdc++/42813
6382         * configure.ac (bootstrap_target_libs): Make inclusion of
6383         target-libgomp conditional on libgomb being in target_configdirs.
6384         * configure: Regenerate.
6385
6386 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6387
6388         PR libstdc++/36101, PR libstdc++/42813
6389         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6390         * configure: Regenerate.
6391
6392 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6393
6394         PR libstdc++/36101, PR libstdc++/42813
6395         * configure.ac (target_configdirs): Substitute.
6396         * Makefile.def: Bootstrap target module libgomp.
6397         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6398         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6399         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6400         * configure, Makefile.in: Regenerate.
6401
6402 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6403
6404         * MAINTAINERS: Adjust my details.
6405
6406 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6407
6408         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6409
6410 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6411
6412         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6413
6414 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6415
6416         * MAINTAINERS (Write After Approval): Add myself.
6417
6418 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6419
6420         * MAINTAINERS (Write After Approval): Add myself.
6421
6422 2010-01-11  Richard Guenther  <rguenther@suse.de>
6423
6424         PR lto/41569
6425         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6426         * Makefile.in: Regenerated.
6427
6428 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6429
6430         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6431         * configure: Regenerate.
6432
6433 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6434             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6435
6436         PR bootstrap/42424
6437         * configure.ac: Include libtool m4 files.
6438         (_LT_CHECK_OBJDIR): Call it.
6439         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6440         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6441
6442         * configure: Regenerate.
6443
6444 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6445
6446         PR bootstrap/41818
6447         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6448         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6449         * Makefile.in: Regenerate.
6450
6451 2010-01-02  Richard Guenther  <rguenther@suse.de>
6452
6453         PR lto/41529
6454         * configure.ac: Include config/elf.m4.  Disable LTO if not
6455         builting for an elf target.
6456         * configure: Regenerate.
6457
6458 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6459
6460         * MAINTAINERS: Change my email address.
6461
6462 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6463
6464         * config.sub, config.guess: Update from upstream sources.
6465
6466 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6467
6468         * MAINTAINERS (Write After Approval): Add myself.
6469
6470 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6471
6472         PR middle-end/30447
6473         PR middle-end/30789
6474         PR other/40302
6475
6476         * configure.ac: Require MPC.
6477         * configure: Regenerate.
6478
6479 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6480
6481         PR target/38384
6482         PR bootstrap/40972
6483         * libtool.m4: Sync from git Libtool.
6484         * ltoptions.m4: Likewise.
6485         * ltversion.m4: Likewise.
6486         * lt~obsolete.m4: Likewise.
6487         * ltmain.sh: Likewise.
6488
6489 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6490
6491         * configure.ac: Update minimum MPC version to 0.8.
6492         * configure: Regenerate.
6493
6494 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
6495
6496         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6497         * configure: Regenerated.
6498
6499 2009-11-21  Ian Lance Taylor  <iant@google.com>
6500
6501         * configure.ac: Change default of poststage1_ldflags to be empty if
6502         poststage1_libs is set.  When poststage1_libs is empty, and
6503         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6504         * configure: Rebuild.
6505
6506 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
6507
6508         * MAINTAINERS (Write After Approval): Update my email address.
6509
6510 2009-11-20  Ben Elliston  <bje@au.ibm.com>
6511
6512         * config.guess: Update from upstream sources.
6513
6514 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6515
6516         * Makefile.def: Restore host and target settings for gmp.
6517         * Makefile.in: Rebuild.
6518
6519 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6520
6521         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
6522         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
6523         Fix portability of test of C++ as bootstrap language.  Add
6524         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6525         * configure: Rebuild.
6526         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6527         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
6528         in-tree building.
6529         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6530         (POSTSTAGE1_HOST_EXPORTS): Use it.
6531         (STAGE[+id+]_CXXFLAGS): New.
6532         (BASE_FLAGS_TO_PASS): Pass it down.
6533         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
6534         extra_exports.
6535         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6536         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6537         extra_exports.
6538         * Makefile.in: Rebuild.
6539
6540 2009-11-17  Ben Elliston  <bje@au.ibm.com>
6541
6542         * config.sub, config.guess: Update from upstream sources.
6543
6544 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6545
6546         * MAINTAINERS (Write After Approval): Add myself.
6547
6548 2009-11-09  Jon Beniston  <jon@beniston.com>
6549
6550         * MAINTAINERS (Write After Approval): Add myself.
6551
6552 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
6553
6554         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
6555         paths for *-w64-mingw* and x86_64-*mingw*.
6556         * configure: Regenerated.
6557
6558 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
6559
6560         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6561
6562 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
6563
6564         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6565         Phil Edwards to Write-After Approval.
6566
6567 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
6568
6569         * configure.ac: Disable target-winsup & co for
6570         x86_64-*-mingw* and *-w64-mingw* targets.
6571         * configure: Regenerated.
6572
6573 2009-10-16  Nick Clifton  <nickc@redhat.com>
6574
6575         * MAINTAINERS: Add myself as a maintainer for the RX port.
6576
6577 2009-10-26  Johannes Singler  <singler@kit.edu>
6578
6579         * MAINTAINERS (Write After Approval): Update my e-mail address.
6580
6581 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6582
6583         * configure.ac (CLooG test): Use = with test.
6584         * configure: Regenerate.
6585
6586 2009-10-22  Richard Guenther  <rguenther@suse.de>
6587
6588         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
6589         cloog if the ppl version check failed.  Move flags saving
6590         before setting in libelf check.
6591         * configure: Regenerate.
6592
6593 2009-10-21  Richard Guenther  <rguenther@suse.de>
6594
6595         * configure.ac: Adjust the ppl and cloog configure to work as
6596         documented.  Disable cloog if ppl was disabled.  Omit the version
6597         checks if they were disabled.
6598         * configure: Re-generate.
6599
6600 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6601
6602         * configure.ac: Add 'lto' to enable_languages, not
6603         new_enable_languages, and only if not already present.
6604         * configure: Regenerate.
6605
6606 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
6607
6608         * README: Refer to the various COPYING* files instead of just
6609         COPYING.
6610         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6611
6612 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
6613
6614         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6615
6616 2009-10-07  Richard Guenther  <rguenther@suse.de>
6617
6618         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6619         and Richard Guenther as reviewers.
6620         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6621         as reviewers.
6622
6623 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
6624
6625         * config.sub: Update from upstream sources.
6626
6627 2009-10-06  Ian Lance Taylor  <iant@google.com>
6628
6629         * Makefile.def: check-gold depends upon all-gas.
6630         * Makefile.in: Rebuild.
6631
6632 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
6633
6634         * MAINTAINERS (Write After Approval): Add myself.
6635
6636 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
6637
6638         * Makefile.def: all-lto-plugin depends on all-libiberty.
6639         set bootstrap=true for lto-plugin.
6640         Add lto-plugin.
6641         * Makefile.in: Regenerate.
6642         * configure.ac (host_libs): Add lto-plugin.
6643         * configure: Regenerate.
6644
6645 2009-10-03  Diego Novillo  <dnovillo@google.com>
6646
6647         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6648         (HOST_LIBELFLIBS): Define.
6649         (HOST_LIBELFINC): Define.
6650         * Makefile.in: Regenerate.
6651         * configure.ac: Add --enable-lto.
6652         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6653         If --enable-lto is used, add 'lto' to new_enable_languages.
6654         If --enable-lto is used and gold is enabled, add
6655         lto-plugin to configdirs.
6656         * configure: Regenerate.
6657
6658 2009-10-03  Simon Baldwin  <simonb@google.com>
6659
6660         * configure.ac: If --with-system-zlib, suppress local zlib and
6661         pass --with-system-zlib to subdir configure scripts.
6662         * configure: Regenerate.
6663
6664 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6665             Paolo Bonzini  <bonzini@gnu.org>
6666
6667         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6668         $(srcdir).
6669         * Makefile.in: Rebuilt.
6670
6671 2009-09-26  Gary Funck  <gary@intrepid.com>
6672
6673         * MAINTAINERS (Write After Approval): Add myself.
6674
6675 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6676
6677         * configure.ac: Update minimum MPC version to 0.7.
6678         * configure: Regenerate.
6679
6680 2009-09-25  Nick Clifton  <nickc@redhat.com>
6681
6682         * configure.ac: Pass any --cache-file=/dev/null option on to
6683         subconfigures.
6684         * configure: Regenerate.
6685
6686 2009-09-23  Nick Clifton  <nickc@redhat.com>
6687
6688         * config.sub, config.guess: Update from upstream sources.
6689
6690 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6691
6692         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6693         * Makefile.in: Rebuilt.
6694
6695 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6696
6697         PR bootstrap/32272
6698         * configure.ac: Error out if $srcdir isn't '.' but contains
6699         host-${host_noncanonical}.
6700         * configure: Regenerate.
6701
6702 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6703
6704         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6705         maintainer.
6706
6707 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6708
6709         * configure.ac: If bootstrapping a combined tree with
6710         --enable-gold, require c++ in stage1_languages.
6711         * configure: Regenerate.
6712
6713         * configure.ac: Also add target_libs of stage1_languages to
6714         bootstrap_target_libs.
6715         * configure: Regenerate.
6716
6717         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6718         with --enable-languages not containing c++.
6719         * configure: Regenerate.
6720
6721 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
6722
6723         * configure.ac: Disable java and boehm-gc for bfin-*-*.
6724         * configure: Regenerate.
6725
6726 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6727
6728         * MAINTAINERS (Write After Approval): Update my e-mail address,
6729         and move from from here...
6730         (Waiting for paperwork): To here.
6731
6732 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
6733
6734         * MAINTAINERS (Reviewers): Add self as driver reviewer.
6735
6736 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6737
6738         * configure.ac: Do not use $extrasub for replacing @if/@endif
6739         parts in Makefile; instead, use additional arguments to
6740         AC_CONFIG_COMMANDS to do the replacement manually, with several
6741         sed invocations, to avoid HP-UX sed command limits.
6742         * configure: Regenerate.
6743
6744 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
6745
6746         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6747         blank before -L.
6748
6749 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
6750
6751         * configure.ac (with-build-config): Document.  Handle without.
6752         Handle missing argument.
6753         * configure: Rebuilt.
6754
6755 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
6756
6757         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
6758         Default to bootstrap-debug only if compare-debug works.
6759         * configure: Rebuilt.
6760         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6761         * Makefile.in: Rebuilt.
6762
6763 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6764
6765         * MAINTAINERS (OS Port Maintainers): Update my email address.
6766
6767 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
6768
6769         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6770         * Makefile.in: Rebuilt.
6771
6772 2009-09-01  Chris Demetriou  <cgd@google.com>
6773
6774         * MAINTAINERS (Write After Approval): Add myself.
6775
6776 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
6777
6778         PR debug/30161
6779         * include/dwarf2.h (enum dwarf_tag): Added
6780         DW_TAG_GNU_template_template_param
6781         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6782
6783 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6784
6785         * Makefile.tpl (AWK): Fix typo.
6786         * Makefile.in: Regenerate.
6787
6788 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6789
6790         * configure.ac: Detect awk and sed.
6791         * Makefile.def (flags_to_pass): Add AWK and SED.
6792         * Makefile.tpl (AWK, SED): New.
6793         (BASE_FLAGS_TO_PASS): Add AWK and SED.
6794         * configure: Regenerate.
6795         * Makefile.in: Regenerate.
6796
6797 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
6798
6799         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6800         (collapseslashes): Likewise.
6801
6802 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6803
6804         * configure.ac (AC_PREREQ): Bump to 2.64.
6805
6806 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6807
6808         * configure.ac: Remove --with-datarootdir, --with-docdir,
6809         --with-pdfdir, --with-htmldir switches.
6810         * configure: Regenerate.
6811
6812         * configure: Regenerate.
6813
6814         * compile: Sync from Automake 1.11.
6815         * depcomp: Likewise.
6816         * install-sh: Likewise.
6817         * missing: Likewise.
6818         * mkinstalldirs: Likewise.
6819         * ylwrap: Likewise.
6820
6821 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
6822
6823         * ltmain.sh (func_normal_abspath): New function.
6824         (func_relative_path): Likewise.
6825         (func_mode_help): Document new -bindir option for link mode.
6826         (func_mode_link): Add new -bindir option, and use it to place
6827         output DLL if specified.
6828
6829 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6830
6831         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6832         (baseargs): Add --disable-option-checking.
6833         * configure: Regenerate.
6834
6835         * Makefile.def (configure-target-libiberty): Depend on
6836         all-binutils and all-ld.
6837         (configure-target-newlib): Likewise.
6838         * Makefile.in: Regenerate.
6839
6840 2009-08-17  Ben Elliston  <bje@au.ibm.com>
6841
6842         * config.sub, config.guess: Update from upstream sources.
6843
6844 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6845
6846         Sync from src, merge:
6847
6848         2009-07-02  Tristan Gingold  <gingold@adacore.com>
6849
6850         * configure.ac: Do not exclude gas for i386-*-darwin.
6851         Add a case for x86_64-*-darwin.
6852         * configure: Regenerate.
6853
6854 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
6855
6856         * MAINTAINERS: Add my name to Write After Approval list.
6857
6858 2009-08-06  Michael Eager  <eager@eagercon.com>
6859
6860         * configure.ac: Add Microblaze target.
6861         * configure: Regenerate.
6862
6863 2009-07-31  Christian Bruel  <christian.bruel@st.com>
6864
6865         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6866         * configure: Regenerate.
6867
6868 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
6869
6870         * MAINTAINERS (Write After Approval): Update my e-mail address.
6871
6872 2009-07-06  Ian Lance Taylor  <iant@google.com>
6873
6874         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6875         * configure: Rebuild.
6876
6877 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
6878
6879         * MAINTAINERS: Move myself to the Graphite Reviewers.
6880
6881 2009-06-30  Wei Guozhi  <carrot@google.com>
6882
6883         * MAINTAINERS: Add my name to Write After Approval list.
6884
6885 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
6886
6887         PR bootstrap/40338
6888         * configure.ac (comparestring): Create new variable.
6889         * Makefile.tpl (comparestring): Use to skip some comparisions.
6890         * configure: Regenerate.
6891         * Makefile.in: Regenerate.
6892
6893 2009-06-26  Doug Evans  <dje@sebabeach.org>
6894
6895         * Makefile.def (host_modules): Add cgen.
6896         * Makefile.in: Regenerate.
6897         * configure.ac (host_tools): Add cgen.
6898         * configure: Regenerate.
6899
6900 2009-06-23  DJ Delorie  <dj@redhat.com>
6901
6902         * MAINTAINERS: Add myself as mep maintainer.
6903
6904 2009-06-23  Ian Lance Taylor  <iant@google.com>
6905
6906         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
6907         boot_languages.  Only bootstrap target libraries listed in
6908         target_libs for some boot language.  Add --with-stage1-ldflags,
6909         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
6910         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
6911         if not building with C++.
6912         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6913         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6914         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6915         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6916         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
6917         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6918         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6919         * configure, Makefile.in: Rebuild.
6920
6921 2009-06-23  Li Feng  <nemokingdom@gmail.com>
6922
6923         * MAINTAINERS: Added my name to write-after-approval list.
6924
6925 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
6926
6927         * configure.ac: Define is_elf for QNX Neutrino targets.
6928         * configure: Regenerate.
6929
6930 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
6931
6932         * MAINTAINERS: Added my name to the write-after-approval list
6933
6934 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6935
6936         * configure.ac: Detect MPC in default directory.
6937         * configure: Regenerate.
6938
6939 2009-06-03  Jerome Guitton  <guitton@adacore.com>
6940             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6941
6942         * Makefile.tpl (all): Avoid a trailing backslash.
6943         * Makefile.in: Regenerate.
6944
6945 2009-06-03  Ben Elliston  <bje@au.ibm.com>
6946
6947         * config.sub, config.guess: Update from upstream sources.
6948
6949 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
6950
6951         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6952         to noconfdirs.
6953         * configure: Regenerate.
6954
6955 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
6956
6957         * Makefile.tpl ([+compare-target+]): Compare all stage
6958         directories, rather than just gcc.
6959         * Makefile.in: Rebuilt.
6960
6961 2009-06-01  Doug Kwan  <dougkwan@google.com>
6962
6963         * configure.ac: Support gold for target arm*-*-*.
6964         * configure: Regenerate.
6965
6966 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6967
6968         * Makefile.def: Add MPC support and dependencies.
6969         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
6970
6971         * Makefile.in, configure: Regenerate.
6972
6973 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
6974
6975         * Makefile.tpl (all): Avoid harmless warning in make all when
6976         gcc-bootstrap is enabled but stage_last does not exist.
6977         * Makefile.in: Rebuilt.
6978
6979 2009-05-24  Nicolas Roche  <roche@adacore.com>
6980
6981         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6982         * Makefile.in: Regenerate.
6983
6984 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
6985
6986         * MAINTAINERS: Update my e-mail address.
6987
6988 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6989
6990         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
6991         * configure:  Regenerate.
6992
6993 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6994
6995         PR other/40159
6996         * Makefile.tpl (all): Don't assume gcc-bootstrap and
6997         gcc-no-bootstrap are mutually exclusive.
6998         * Makefile.in: Rebuilt.
6999
7000 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7001
7002         PR other/40159
7003         * Makefile.tpl (all): Don't end with unconditional success.
7004         * Makefile.in: Rebuilt.
7005
7006 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
7007
7008         PR target/37137
7009         * Makefile.def (flags_to_pass): Remove redundant and incomplete
7010         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7011         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7012         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
7013         stage_configureflags, stage_cflags and stage_libcflags into
7014         explicit Makefile macros.
7015         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7016         GFORTRAN.
7017         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7018         CC.  Set CC_FOR_BUILD from CC.
7019         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7020         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7021         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7022         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
7023         and GFORTRAN.
7024         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7025         (_LIBCFLAGS): Renamed to _TFLAGS.
7026         (do-compare-debug, do-compare3-debug): Drop.
7027         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7028         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7029         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7030         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7031         (XGCC_FLAGS_FOR_TARGET): New.
7032         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7033         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7034         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7035         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7036         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
7037         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
7038         TFLAGS.
7039         (BUILD_CONFIG): Include if requested.
7040         (all): Set TFLAGS on bootstrap.
7041         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7042         (all-stageid-prefixmodule): Likewise.
7043         (do-clean, distclean-stageid): Set TFLAGS.
7044         (restrap): Fix whitespace.
7045         * Makefile.in: Rebuilt.
7046
7047 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
7048
7049         * config.guess: Sync with src.
7050
7051 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
7052
7053         * configure.ac ($with_ppl):  Default to no if not supplied.
7054         ($with_cloog):  Likewise.
7055         configure:  Regenerate.
7056
7057 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
7058
7059         * MAINTAINERS: Update my e-mail address.
7060
7061 2009-04-27  Nick Clifton  <nickc@redhat.com>
7062
7063         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7064
7065 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
7066
7067         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7068         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7069         * Makefile.in: Regenerate.
7070
7071 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7072
7073         PR bootstrap/39739
7074         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7075         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7076
7077         * configure, Makefile.in: Regenerate.
7078
7079 2009-04-21  Taras Glek  <tglek@mozilla.com>
7080
7081         * include/hashtab.h: Update GTY annotations to new syntax
7082         * include/splay-tree.h: Likewise
7083
7084 2009-04-17  Ben Elliston  <bje@au.ibm.com>
7085
7086         * config.sub, config.guess: Update from upstream sources.
7087
7088 2009-04-15  Anthony Green  <green@moxielogic.com>
7089
7090         * configure.ac: Add moxie support.
7091         * configure: Rebuilt.
7092
7093 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
7094
7095         * configure.ac: Change copyright header to refer to version
7096         3 of the GNU General Public License and to point readers at the
7097         COPYING3 file and the FSF's license web page.
7098         * Makefile.def: Likewise.
7099         * Makefile.tpl: Likewise.
7100         * Makefile.in: Regenerate.
7101
7102 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
7103
7104         * configure.ac: Restore match for darwin9 or later. Use double
7105         brackets since regeneration eats one pair.
7106         * configure: Regenerate.
7107
7108 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7109
7110         PR gas/10039
7111         * configure.ac: Require texinfo 4.7.
7112         * configure: Regenerated.
7113
7114 2009-04-09  Nick Clifton  <nickc@redhat.com>
7115
7116         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7117         the GCC Runtime Library Exception.
7118
7119 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7120
7121         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7122         * configure: Regenerate.
7123
7124 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7125
7126         * Makefil.def (languages): New entries.
7127         * Makefile.tpl (check-gcc-*): New generic target.
7128         * Makefile.in: Regenerate.
7129
7130 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7131
7132         * MAINTAINERS:  Update my email address.
7133
7134 2009-03-18  Tom Tromey  <tromey@redhat.com>
7135
7136         * configure: Rebuild.
7137         * configure.ac (host_libs): Add libiconv.
7138         * Makefile.in: Rebuild.
7139         * Makefile.def (host_modules): Add libiconv.
7140         (configure-gdb, all-gdb): Depend on libiconv.
7141
7142 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7143
7144         * configure.ac: Treat gdb as supported on x86_64-darwin.
7145         * configure: Regenerate.
7146
7147 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7148
7149         * configure.ac (--with-host-libstdcxx): New option.
7150         * configure: Regenerate.
7151
7152 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7153
7154         * MAINTAINERS:  Move myself into the write after approval list.
7155
7156 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7157
7158         * MAINTAINERS: Update e-mail address.
7159
7160 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7161
7162         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7163
7164 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7165
7166         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7167
7168 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7169
7170         Backport from git Libtool:
7171
7172         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7173         Support GNU/kOpenSolaris.
7174         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7175         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7176         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7177         GNU/kOpenSolaris.
7178
7179 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7180
7181         * MAINTAINERS: Update e-mail address.
7182
7183 2009-02-24  Michael Eager  <eager@eagercon.com>
7184
7185         * MAINTAINERS (Write After Approval): Add self.
7186
7187 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7188
7189         * MAINTAINERS (Write After Approval): Add myself.
7190
7191 2009-02-05  Andreas Schwab  <schwab@suse.de>
7192
7193         * Makefile.tpl (stage_last): Define $r and $s before using
7194         $(RECURSE_FLAGS_TO_PASS).
7195         * Makefile.in: Regenerate
7196
7197 2009-01-30  Ian Lance Taylor  <iant@google.com>
7198
7199         * MAINTAINERS: Move myself to the Global Reviewers list.
7200
7201 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7202
7203         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7204         * configure: Regenerate.
7205
7206 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7207
7208         * MAINTAINERS: Make whitespace consistent.
7209         Remove Robert Millan from Write After Approval.
7210
7211 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7212
7213         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7214         (all-opcodes): Depend on all-libiberty.
7215         * Makefile.in: Regenerate.
7216
7217 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7218
7219         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7220         * configure: Regenerate.
7221
7222 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7223
7224         * MAINTAINERS (Write After Approval): Add myself.
7225
7226 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7227
7228         * MAINTAINERS: Add myself to reviewers (Fortran).
7229
7230 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7231
7232         PR tree-optimization/38515
7233         * configure.ac (cloog-polylib): Removed.
7234         (with_ppl, with_cloog): Test for "no".
7235         * configure: Regenerated.
7236
7237 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7238
7239         * MAINTAINERS: Moved myself to reviewers (Fortran).
7240
7241 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7242
7243         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7244         (Write After Approval): Remove myself.
7245
7246 2009-01-03  Diego Novillo  <dnovillo@google.com>
7247
7248         * MAINTAINERS: Remove myself from alias maintainership.
7249
7250 2009-01-02  David Ayers  <ayers@fsfe.org>
7251
7252         * MAINTAINERS: Update e-mail address.
7253
7254 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7255
7256         * MAINTAINERS: Make whitespace consistent.
7257
7258 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7259
7260         Backport from upstream Libtool:
7261         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7262         Add cache variables to tests that require the linker to work.
7263         For shlibpath_overrides_runpath, this also changes the semantics
7264         to let the result from the C compiler take precedence.
7265
7266 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7267
7268         * config.sub, config.guess: Update from upstream sources.
7269
7270 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7271
7272         * configure.ac (ppllibs): Add by default the lib flags.
7273         * configure: Regenerate.
7274
7275 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7276
7277         * MAINTAINERS:  Add myself to the write after approval list.
7278
7279 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7280
7281         * configure.ac: Add double brackets on darwin[912].
7282         * configure: Regenerate.
7283
7284 2008-12-03  Daniel Kraft  <d@domob.eu>
7285
7286         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7287         Approval to Reviewer section (for Fortran front-end).
7288
7289 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7290
7291         * configure.ac: Expand to darwin10 and later.
7292         * configure: Regenerate.
7293
7294 2008-12-02  Andreas Schwab  <schwab@suse.de>
7295
7296         * Makefile.def: configure-target-boehm-gc depends on
7297         all-target-libstdc++-v3.
7298         * Makefile.in: Regenerate.
7299
7300 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7301
7302         * MAINTAINERS:  Add myself as mingw maintainer.
7303
7304 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7305
7306         * config.sub, config.guess: Update from upstream sources.
7307
7308 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7309
7310         * README.SCO: Remove.
7311
7312 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7313
7314         * MAINTAINERS:  Add myself to the write after approval list.
7315
7316 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7317
7318         * MAINTAINERS:  Update my email address in WAA section.
7319
7320 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7321
7322         * MAINTAINERS: Update e-mail address.
7323
7324 2008-11-27  Toon Moene  <toon@moene.org>
7325
7326         * MAINTAINERS: Change e-mail address.
7327
7328 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7329
7330         * configure.ac: Build gdb for i?86-*-darwin*
7331         * configure: Regenerated.
7332
7333 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7334
7335         * MAINTAINERS: Added my full name.
7336
7337 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7338
7339         PR bootstrap/38014
7340         PR bootstrap/37923
7341
7342         Revert:
7343
7344         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7345
7346         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7347         * Makefile.in: Regenerated.
7348
7349         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7350
7351         PR gdb/921
7352         PR gdb/1646
7353         PR gdb/2175
7354         PR gdb/2176
7355
7356         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7357         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7358         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7359         (HOST_EXPORTS): Pass CPPFLAGS.
7360         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7361         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7362         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7363         * Makefile.in, configure: Regenerated.
7364         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7365         and CPPFLAGS_FOR_BUILD.
7366
7367 2008-11-06  Jeff Law  <law@redhat.com>
7368
7369         * MAINTAINERS: Add myself as middle end maintainer.
7370
7371 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7372
7373         * MAINTAINERS (Write after approval): Add myself.
7374
7375 2008-11-05  Diego Novillo  <dnovillo@google.com>
7376
7377         * MAINTAINERS (Global Reviewers): Add myself.
7378         (Non-Algorithmic Maintainers): Remove myself.
7379
7380 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7381
7382         * MAINTAINERS (Write after approval): Add myself.
7383
7384 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7385
7386         * MAINTAINERS (Write after approval): Add myself.
7387
7388 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7389
7390         * configure.ac (spu-*-*): Remove special case.
7391         * configure: Regenerate.
7392
7393 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7394
7395         * MAINTAINERS (Write after approval): Update my email address.
7396
7397 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7398
7399         * configure.ac [spu-*-*]: Do not set skipdirs.
7400         * configure: Re-generate.
7401
7402 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7403
7404         * MAINTAINERS (Various Maintainers): Add myself to reload.
7405
7406 2008-10-25  Richard Guenther  <rguenther@suse.de>
7407
7408         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7409         maintainer.  Remove myself as libgcc-math maintainer.
7410         (Non-Algorithmic Maintainers): Remove myself.
7411
7412 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7413
7414         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7415         * Makefile.in: Regenerated.
7416
7417 2008-10-23  Cary Coutant  <ccoutant@google.com>
7418
7419         * MAINTAINERS (Write after approval): Add myself.
7420
7421 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7422
7423         PR gdb/921
7424         PR gdb/1646
7425         PR gdb/2175
7426         PR gdb/2176
7427
7428         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7429         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7430         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7431         (HOST_EXPORTS): Pass CPPFLAGS.
7432         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7433         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7434         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7435         * Makefile.in, configure: Regenerated.
7436         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7437         and CPPFLAGS_FOR_BUILD.
7438
7439 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7440
7441         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7442         Sebastian Pop.
7443
7444 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7445
7446         * MAINTAINERS (Write After Approval): Added myself.
7447
7448 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7449
7450         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7451         recommended version to 2.3.2.
7452
7453         * configure: Regenerate.
7454
7455 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7456
7457         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7458
7459 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7460
7461         * MAINTAINERS (Write After Approval): Update e-mail address.
7462
7463 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7464
7465         * libtool.m4: Update to libtool 2.2.6.
7466         * lt~obsolete.m4: Update to libtool 2.2.6.
7467         * ltmain.sh: Update to libtool 2.2.6.
7468         * ltsugar.m4: Update to libtool 2.2.6.
7469         * ltversion.m4: Update to libtool 2.2.6.
7470         * ltoptions.m4: Update to libtool 2.2.6.
7471         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7472
7473 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7474
7475         * MAINTAINERS (Write After Approval): Add myself.
7476
7477 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7478
7479         * MAINTAINERS (Write After Approval): Update my name.
7480
7481 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
7482
7483         * MAINTAINERS: Add myself in "Write After Approval".
7484
7485 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
7486
7487         * MAINTAINERS: Add myself as ia64 maintainer.
7488
7489 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
7490
7491         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7492         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7493         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7494         and Michael Tiemann from Write After Approval since they do not
7495         actually have access.
7496
7497 2008-09-05  Richard Guenther  <rguenther@suse.de>
7498
7499         * configure.ac: Initialize clooglibs to -lcloog.
7500         * configure: Re-generate.
7501
7502 2008-09-04  Le-Chun Wu  <lcwu@google.com>
7503
7504         * MAINTAINERS (Write After Approval): Add myself.
7505
7506 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
7507
7508         * configure.ac (--with-cloog-polylib): New.
7509         (--disable-cloog-version-check): New.
7510         (--disable-ppl-version-check): New.
7511         * configure: Re-generate.
7512
7513 2008-09-03  Richard Guenther  <rguenther@suse.de>
7514
7515         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7516         cloog test.
7517         * configure: Re-generate.
7518
7519 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
7520
7521         Add picoChip port.
7522         * MAINTAINERS: Add picoChip maintainers.
7523
7524 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
7525             Tobias Grosser  <grosser@fim.uni-passau.de>
7526             Jan Sjodin  <jan.sjodin@amd.com>
7527             Harsha Jagasia  <harsha.jagasia@amd.com>
7528             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7529             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
7530             Adrien Eliche  <aeliche@isty.uvsq.fr>
7531
7532         Merge from graphite branch.
7533         * configure: Regenerate.
7534         * Makefile.in: Regenerate.
7535         * configure.ac (host_libs): Add ppl and cloog.
7536         Add checks for PPL and CLooG.
7537         * Makefile.def (ppl, cloog): Added modules and dependences.
7538         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7539         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7540
7541 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7542
7543         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7544         (GCC_SHLIB_SUBDIR): New.
7545         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7546         * configure: Regenerate.
7547         * Makefile.in: Regenerate.
7548
7549 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7550
7551         * MAINTAINERS: Consistently use tabs to separate columns.
7552
7553 2008-08-29  Tristan Gingold  <gingold@adacore.com>
7554
7555         * MAINTAINERS (Write after Approval): Add myself.
7556
7557 2008-08-28  Tristan Gingold  <gingold@adacore.com>
7558
7559         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7560         Enable bfd, binutils and opcodes.
7561         * configure: Regenerate.
7562
7563 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7564
7565         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
7566
7567 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7568
7569         * MAINTAINERS:  Use correct Umlaut for last name.
7570
7571 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7572
7573         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7574
7575 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
7576
7577         * MAINTAINERS: Update my email address.
7578
7579 2008-08-16  Nicolas Roche  <roche@adacore.com>
7580
7581         * Makefile.tpl: Add BOOT_ADAFLAGS.
7582         * Makefile.in: Regenerate.
7583
7584 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
7585
7586         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7587         * configure: Regenerate.
7588
7589 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
7590
7591         * configure.ac: Add makefile fragments for hpux.
7592         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7593         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7594         * configure: Regenerate.
7595         * Makefile.in: Regenerate.
7596
7597 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
7598
7599         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7600
7601 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
7602
7603         * MAINTAINERS (Write after Approval): Add myself.
7604
7605 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
7606
7607         * MAINTAINERS (Write After Approval):  Add myself.
7608
7609 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
7610
7611         * MAINTAINERS (Write After Approval):  Add myself.
7612
7613 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7614
7615         * MAINTAINERS: Update my email address.
7616
7617 2008-06-25  Joey Ye  <joey.ye@intel.com>
7618
7619         * MAINTAINERS (Write After Approval):  Add myself.
7620
7621 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7622
7623         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7624         * Makefile.in: Regenerate.
7625         * configure: Regenerate.
7626
7627 2008-06-17  Daniel Kraft  <d@domob.eu>
7628
7629         * MAINTAINERS (Write After Approval):  Add myself.
7630
7631 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7632
7633         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7634         "$@" is still intact with both Autoconf 2.59 and 2.62.
7635         * configure: Regenerate.
7636
7637 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7638
7639         * Makefile.tpl: Fix comment errors.
7640         * Makefile.in: Regenerate.
7641
7642 2008-06-12  David S. Miller  <davem@davemloft.net>
7643             David Edelsohn  <edelsohn@gnu.org>
7644
7645         * configure.ac: Add powerpc*-*-* to gold supported targets.
7646         * configure: Regenerate.
7647
7648 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
7649
7650         PR tree-optimization/36218
7651         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7652         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7653         (all prefix="build-"): Pass them to build-system sub-makes.
7654         * Makefile.in: Regenerate.
7655
7656 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
7657
7658         * MAINTAINERS (mt port): Remove.
7659         (sco5, unixware, sco udk): Remove.
7660         (Kean Johnston): Add to Write After Approval.
7661
7662 2008-05-30  Julian Brown  <julian@codesourcery.com>
7663
7664         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7665         of libobjc for ARM EABI Linux.
7666         * configure: Regenerate.
7667
7668 2008-05-18  Xinliang David Li   <davidxl@google.com>
7669
7670         * ChangeLog: Remove wrong ChangeLog entry.
7671
7672 2008-05-17  Xinliang David Li   <davidxl@google.com>
7673
7674         * MAINTAINERS (Write After Approval): Add myself.
7675
7676 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7677
7678         * MAINTAINERS (Write After Approval): Add myself.
7679
7680 2008-05-14  Rafael Espíndola  <espindola@google.com>
7681
7682         * config-ml.in: don't handle --enable-shared and --enable-static.
7683
7684 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7685
7686         * MAINTAINERS: Update my email address.
7687
7688 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7689
7690         * MAINTAINERS: Update my email address.
7691
7692 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7693
7694         * MAINTAINERS (Write After Approval): Add myself.
7695
7696 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7697
7698         * MAINTAINERS (Write After Approval): Add myself.
7699
7700 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7701
7702         * MAINTAINERS (crx): Add myself.
7703
7704 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7705
7706         Sync with src:
7707         2008-04-14  David S. Miller  <davem@davemloft.net>
7708
7709         * configure.ac: Add sparc*-*-* to gold supported targets.
7710         * configure: Regenerate.
7711
7712 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7713
7714         PR bootstrap/35457
7715         * configure.ac: Include override.m4.
7716         * configure: Regenerate.
7717
7718 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7719
7720         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7721         * Makefile.in: Regenerate.
7722
7723 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7724
7725         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7726         as nonconfigurable directories list.
7727         * configure: Regenerate.
7728
7729 2008-04-14  Ben Elliston  <bje@au.ibm.com>
7730
7731         * config.sub, config.guess: Update from upstream sources.
7732
7733 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7734
7735         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7736         * Makefile.in: Regenerate.
7737
7738 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
7739
7740         * configure.ac: Do not build libssp for the AVR.
7741         * configure: Regenerate.
7742
7743 2008-04-07  Ian Lance Taylor  <iant@google.com>
7744
7745         * Makefile.def: check-gold depends upon all-binutils.
7746         * Makefile.in: Regenerate.
7747
7748 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
7749
7750         * MAINTAINERS (Write After Approval): Add myself.
7751
7752 2008-04-04  Nick Clifton  <nickc@redhat.com>
7753
7754         PR binutils/4334
7755         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7756         builds.
7757         * configure: Regenerate.
7758
7759 2008-04-04  NightStrike  <NightStrike@gmail.com>
7760
7761         PR other/35151
7762         * configure.ac: Combine rules for mingw32 and mingw64.
7763         * configure: Regenerate.
7764
7765 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
7766
7767         * MAINTAINERS (Write After Approval): Add myself.
7768
7769 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
7770
7771         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7772         * Makefile.in (.NOTPARALLEL): Ditto.
7773
7774 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
7775
7776         * MAINTAINERS (Write After Approval): Add myself.
7777
7778 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
7779
7780         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7781         * Makefile.in (.NOTPARALLEL): Regenerate.
7782
7783 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
7784
7785         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7786         * Makefile.in: Regenerate.
7787
7788 2008-03-26  Jakub Staszak  <kuba@et.pl>
7789
7790         * MAINTAINERS (Write After Approval): Add myself.
7791
7792 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7793
7794         * MAINTAINERS:  Update e-mail address.
7795
7796 2008-03-20  Ian Lance Taylor  <iant@google.com>
7797
7798         * configure.ac: Add support for --enable-gold.
7799         * Makefile.def: Add gold as a directory like ld.
7800         * configure, Makefile.in: Regenerate.
7801
7802 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7803
7804         * configure.ac: m4_include config/proginstall.m4.
7805         * configure: Regenerate.
7806
7807         Backport from upstream Libtool:
7808
7809         2007-10-12  Eric Blake  <ebb9@byu.net>
7810
7811         Deal with Autoconf 2.62's semantic change in m4_append.
7812         * ltsugar.m4 (lt_append): Replace broken versions of
7813         m4_append.
7814         (lt_if_append_uniq): Don't require separator to be overquoted,
7815         and avoid broken m4_append.
7816         (lt_dict_add): Fix typo.
7817         * libtool.m4 (_LT_DECL): Don't overquote separator.
7818
7819 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
7820
7821         * config.rpath: Add AIX 6 support.
7822
7823 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
7824
7825         * Makefile.def (stageprofile).  Remove -fprofile-generate
7826         from stage_libcflags.
7827         * Makefile.in: Regenerate.
7828
7829 2008-03-13  Ben Elliston  <bje@au.ibm.com>
7830
7831         * config.sub, config.guess: Update from upstream sources.
7832
7833 2008-03-06  Tom Tromey  <tromey@redhat.com>
7834
7835         * MAINTAINERS: Update for treelang deletion.
7836
7837 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
7838
7839         * MAINTAINERS: Update my email address.
7840
7841 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
7842
7843         * MAINTAINERS (darwin port): Add myself as a maintainer.
7844         (objective-c/c++): Add myself as a maintainer.
7845
7846 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
7847
7848         * MAINTAINERS (Write After Approval): Update my email address.
7849
7850 2008-02-25  Tomas Bily  <tbily@suse.cz>
7851
7852         * MAINTAINERS (Write After Approval): Add myself.
7853
7854 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
7855
7856         * MAINTAINERS (OpenMP): Add myself.
7857
7858 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
7859
7860         PR bootstrap/32009
7861         PR bootstrap/32161
7862
7863         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7864         * configure: Regenerate.
7865
7866         * Makefile.def: Define stage_libcflags for all bootstrap stages.
7867         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7868         STAGE4_LIBCFLAGS): New.
7869         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7870         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7871         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7872         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7873         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7874         for target modules.  Don't export LIBCFLAGS.
7875         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7876         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7877         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7878         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7879         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7880         * Makefile.in: Regenerate.
7881
7882 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7883
7884         PR libgcj/33085
7885         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7886         Do not use -DDLL_EXPORT.  Backport from upstream.
7887
7888 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7889
7890         * MAINTAINERS (Write After Approval): Add myself.
7891
7892 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
7893
7894         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7895         * configure: Regenerate.
7896
7897 2008-01-31  Marc Gauthier  <marc@tensilica.com>
7898
7899         * configure.ac (xtensa*-*-*): Recognize processor variants.
7900         * configure: Regenerate.
7901
7902 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7903
7904         PR bootstrap/34922
7905         * configure.ac (PARSE_ARGS): Push suitable setting of
7906         ac_subdirs_all, for `./configure --help=recursive'.
7907         Handle `+' in generic toplevel directory disabling.
7908         * configure: Regenerate.
7909
7910 2008-01-28  Nick Clifton  <nickc@redhat.com>
7911
7912         * MAINTAINERS (xstormy16): Take over maintainership.
7913
7914 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
7915
7916         * MAINTAINERS (c4x port): Remove.
7917
7918 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
7919
7920         * libtool.m4: Backport AIX 6 support from ToT Libtool.
7921
7922 2008-01-23  Ben Elliston  <bje@au.ibm.com>
7923
7924         * config.sub, config.guess: Update from upstream sources.
7925
7926 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
7927
7928         * MAINTAINERS (Write After Approval): Add myself.
7929
7930 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
7931
7932         * MAINTAINERS: Update my email address.
7933
7934 2008-01-09  Raksit Ashok  <raksit@google.com>
7935
7936         * MAINTAINERS (Write After Approval): Add myself.
7937
7938 2008-01-09  Raksit Ashok  <raksit@google.com>
7939
7940         * MAINTAINERS (Write After Approval): Add myself.
7941
7942 2008-01-08  Ben Elliston  <bje@au.ibm.com>
7943
7944         * config.sub, config.guess: Update from upstream sources.
7945
7946 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7947
7948         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7949         Change recommended MPFR from 2.2.1 -> 2.3.0.
7950         * configure: Regenerate.
7951
7952 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
7953
7954         * MAINTAINERS: Update my email address.
7955
7956 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
7957
7958         * MAINTAINERS: Update my email address.
7959
7960 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
7961
7962         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7963         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7964         * Makefile.in: Regenerate.
7965
7966 2007-12-10  Mark Heffernan  <meheff@google.com>
7967
7968         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7969         misplaced entries.
7970
7971 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7972
7973         * configure.ac: Enable libjava for x86_64-*-darwin9.
7974         * configure: Regenerate.
7975
7976 2007-12-07  Bill Maddox  <maddox@google.com>
7977
7978         * MAINTAINERS (Write After Approval): Add myself.
7979
7980 2007-12-05  Ben Elliston  <bje@au.ibm.com>
7981
7982         * config.sub, config.guess: Update from upstream sources.
7983
7984 2007-12-02  Matthias Klose  <doko@ubuntu.com>
7985
7986         * config-ml.in: Remove 64bit configure tests.
7987
7988 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7989
7990         * config-ml.in: Robustify against white space in absolute file
7991         names.
7992
7993         * config-ml.in (multi-clean): Substitute ${Makefile}.
7994         Remove superfluous ${Makefile} in list.
7995
7996 2007-11-19  Thiemo Seufer  <ths@mips.com>
7997
7998         * config-ml.in: Don't hardcode the Makefile name.
7999
8000 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
8001
8002         * MAINTAINERS (Write After Approval): Add myself.
8003
8004 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
8005
8006         * MAINTAINERS (Write After Approval): Add myself.
8007
8008 2007-11-06  Doug Kwan  <dougkwan@google.com>
8009
8010         * MAINTAINERS (Write After Approval): Add myself.
8011
8012 2007-10-25  Ben Elliston  <bje@au.ibm.com>
8013
8014         * MAINTAINERS (mercury): Remove entry.
8015         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8016
8017 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8018
8019         * Makefile.def (dependencies): Make configure-gdb depend on
8020         all-intl.
8021         * Makefile.in: Regenerated.
8022
8023 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
8024
8025         * MAINTAINERS (Fortran maintainer): Remove myself.
8026
8027 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
8028
8029         * Makefile.def: To avoid problems running with parallel makes,
8030         build newlib before libgloss so that target specific header
8031         files are availble.
8032         * Makefile.in: Regenerate
8033
8034 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
8035
8036         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8037         * Makefile.in: Regenerate.
8038
8039 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
8040
8041         * MAINTAINERS (Register allocation reviewer): Add myself.
8042
8043 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
8044
8045         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8046         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8047         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
8048         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8049         * configure: Regenerate.
8050
8051 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
8052
8053         * MAINTAINERS (Register allocation reviewer): Add myself.
8054
8055 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
8056
8057         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8058         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8059         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8060         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8061         * configure.ac: Default them to host tools for $host = $build.
8062         Subst them.
8063
8064         * configure: Regenerate.
8065         * Makefile.in: Regenerate.
8066
8067 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
8068
8069         * MAINTAINERS (Register allocation reviewer): Add myself.
8070
8071 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
8072
8073         * MAINTAINERS (Register allocation reviewer): Add myself.
8074
8075 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
8076
8077         * MAINTAINERS (Write After Approval): Fix typo.
8078
8079 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
8080
8081         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8082         * configure: Regenerate.
8083
8084 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
8085
8086         PR bootstrap/31906
8087         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8088         they're already prefixed.
8089
8090 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
8091
8092         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8093         libstdc++.
8094         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8095         * configure: Regenerate.
8096         * Makefile.in: Regenerate.
8097
8098 2007-09-17  Andreas Schwab  <schwab@suse.de>
8099
8100         * configure.ac: Raise minimum makeinfo version to 4.6.
8101         * configure: Regenerate.
8102
8103 2007-09-17  Johannes Singler  <singler@ira.uka.de>
8104
8105         * MAINTAINERS (write-after-approval) add myself
8106
8107 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
8108
8109         * configure.ac: Correct makeinfo version check.
8110         * configure: Regenerate.
8111
8112 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8113
8114         * MAINTAINERS: Update my email address.
8115
8116 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8117
8118         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8119         to $skipdirs and only disable gprof for newlib.  Use the normal
8120         mips*-elf* handling in other respects.
8121         * configure: Regnerate.
8122
8123 2007-09-12  David Daney  <ddaney@avtrex.com>
8124
8125         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8126         enabling libgcj.
8127         * configure: Regenerate.
8128
8129 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8130
8131         PR other/32154
8132         * configure.ac: For libgloss targets, point the linker to the linker
8133         script, startup code and simulator library.
8134         * configure: Regenerate.
8135
8136 2007-09-07  Andrew Haley  <aph@redhat.com>
8137
8138         * configure.ac (noconfigdirs): Remove target-libffi and
8139         target-libjava.
8140         * configure: Regenerate.
8141
8142 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8143
8144         PR target/33281
8145         * configure.ac: Use config/mh-mingw on mingw.
8146         * configure: Regenerate.
8147
8148 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8149
8150         * MAINTAINERS (Write After Approval): Add myself.
8151
8152 2007-09-05  Richard Guenther  <rguenther@suse.de>
8153
8154         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8155         nor --disable-checking is provided also turn on yes and types
8156         checking for stage1.
8157         * configure: Re-generate.
8158
8159 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8160
8161         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8162         (Write After Approval): Remove myself.
8163
8164 2007-08-29  Nick Clifton  <nickc@redhat.com>
8165
8166         * config.sub, config.guess: Update from upstream sources.
8167
8168 2007-08-22  Bud Davis  <jmdavis@link.com>
8169
8170         * MAINTAINERS (Write After Approval): Added myself.
8171         * MAINTAINERS (Reviewers): Removed myself.
8172
8173 2007-08-18  Paul Brook  <paul@codesourcery.com>
8174             Joseph Myers  <joseph@codesourcery.com>
8175
8176         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8177         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8178         * Makefile.in: Regenerate.
8179         * configure.ac (--with-debug-prefix-map): New.
8180         * configure: Regenerate.
8181
8182 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8183             Nigel Stephens  <nigel@mips.com>
8184
8185         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8186         as target_makefile_frag.
8187         * configure: Regenerate.
8188
8189 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8190
8191         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8192         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8193         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8194         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8195         (do-compare, do-compare3, do-compare-debug): New.
8196         ([+compare-target+]): Use them.
8197
8198 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8199
8200         * MAINTAINERS (Write After Approval): Change my email address.
8201
8202 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8203             Ben Elliston  <bje@au.ibm.com>
8204
8205         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8206         --silent if $silent.
8207         * configure: Regenerate.
8208
8209 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8210
8211         * MAINTAINERS (Various Maintainers): Add myself as
8212         loop infrastructure maintainer.  Update my e-mail
8213         address.
8214
8215 2007-07-31  Diego Novillo  <dnovillo@google.com>
8216
8217         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8218         Adjust description.
8219
8220 2007-07-26  Richard Guenther  <rguenther@suse.de>
8221
8222         * configure.ac: Add types checking to stage1 checking flags.
8223         * configure: Regenerate.
8224
8225 2007-07-17  Nick Clifton  <nickc@redhat.com>
8226
8227         * COPYING3: New file.  Contains version 3 of the GNU General
8228         Public License.
8229         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8230         Lesser General Public License.
8231
8232 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8233
8234         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8235
8236 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8237
8238         * MAINTAINERS (S/390 co-maintainer): Add myself.
8239         (Write After Approval): Remove myself.
8240
8241 2007-07-13  Dan Hipschman  <dsh@google.com>
8242
8243         * MAINTAINERS (Write After Approval): Add myself.
8244
8245 2007-07-11  Nick Clifton  <nickc@redhat.com>
8246
8247         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8248         WINDRES export.
8249         * Makefile.in: Regenerate.
8250
8251 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8252
8253         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8254         maintainer.
8255
8256 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8257
8258         * lt~obsolete.m4: New. Import from 20070318 libtool.
8259
8260 2007-07-03  Julian Brown  <julian@codesourcery.com>
8261
8262         * MAINTAINERS (Write After Approval): Add myself.
8263
8264 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8265
8266         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8267         * configure: Regenerate.
8268
8269 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8270
8271         * configure.ac: Add some missing m4 quotation.
8272         * configure: Regenerate.
8273
8274 2007-07-02  Simon Baldwin  <simonb@google.com>
8275
8276         * MAINTAINERS (Write After Approval): Add myself.
8277
8278 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8279
8280         * configure: Regenerate.
8281
8282 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8283
8284         * Makefile.def: Add windmc tool to build.
8285         * Makefile.tpl: Likewise.
8286         * configure.ac: Likewise.
8287         * Makefile.in: Regenerate.
8288         * configure: Regenerate.
8289
8290 2007-06-28  DJ Delorie  <dj@redhat.com>
8291
8292         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8293         not building newlib.
8294         * configure: Regenerated.
8295
8296 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8297
8298         * MAINTAINERS (Write After Approval): Add myself.
8299
8300 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8301
8302         * MAINTAINERS (Write After Approval): Add myself.
8303
8304 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8305
8306         * MAINTAINERS (Write After Approval): Add myself.
8307
8308 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8309
8310         * MAINTAINERS (Write After Approval): Add myself.
8311
8312 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8313
8314         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8315         * Makefile.in: Regenerated.
8316
8317 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8318
8319         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8320         bfin*-*-uclinux* targets.
8321         * configure: Regenerate.
8322
8323 2007-06-14  Ian Lance Taylor  <iant@google.com>
8324
8325         * MAINTAINERS: Add myself as non-algorithmic global write
8326         maintainer.
8327
8328 2007-06-14  Diego Novillo  <dnovillo@google.com>
8329
8330         * MAINTAINERS: Add self as middle-end maintainer and
8331         non-algorithmic global write maintainer.
8332
8333 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8334
8335         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8336         Move all Fortran maintainers except Paul Brook into the
8337         Non-Autopoiesis section.
8338
8339 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8340
8341         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8342         (distclean-stage[+id+]): Possibly delete stage_last.
8343         * Makefile.in: Regenerate.
8344
8345 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8346
8347         * MAINTAINERS (Various Maintainer): Fix typo.
8348
8349 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8350
8351         * MAINTAINERS (Various Maintainer): Add myself as
8352         dataflow maintainer.
8353
8354 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8355
8356         * config.sub, config.guess: Update from upstream sources.
8357
8358 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8359
8360         * Makefile.tpl: Fix spelling error.
8361         * Makefile.in: Regenerate.
8362
8363 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8364
8365         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8366         lt_cv_sys_max_cmd_len.
8367
8368 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8369
8370         * MAINTAINERS (Various Maintainers): Add myself as
8371         auto-vectorizer maintainer.
8372
8373 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8374
8375         PR libjava/32098
8376         * libtool.m4: Revert previous change.
8377         * ltgcc.m4: Put it here.
8378
8379 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8380
8381         * MAINTAINERS (Various Maintainers): Add myself as
8382         auto-vectorizer maintainer.
8383
8384 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8385
8386         PR libjava/32098
8387         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8388
8389 2007-05-30  Richard Guenther  <rguenther@suse.de>
8390
8391         * MAINTAINERS (Various Maintainers): Add myself as
8392         auto-vectorizer maintainer.
8393
8394 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8395
8396         PR bootstrap/29382
8397         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8398         * configure: Rebuilt.
8399
8400 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8401
8402         * MAINTAINERS (Write After Approval): Removed my name.
8403
8404 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8405
8406         * MAINTAINERS (Write After Approval): Remove myself.
8407
8408 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8409
8410         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8411
8412 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8413
8414         * ltmain.sh: Update from ToT Libtool.
8415         * libtool.m4: Update from ToT Libtool.
8416         * ltsugar.m4: New. Update from ToT Libtool.
8417         * ltversion.m4: New. Update from ToT Libtool.
8418         * ltoptions.m4: New. Update from ToT Libtool.
8419         * ltconfig: Remove.
8420         * ltcf-c.sh: Remove.
8421         * ltcf-cxx.sh: Remove.
8422         * ltcf-gcj.sh: Remove.
8423
8424 2007-05-22  Ollie Wild  <aaw@google.com>
8425
8426         * MAINTAINERS (Write After Approval): Add myself.
8427
8428 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8429
8430         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8431         stage_cflags.
8432         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8433         Remove CFLAGS/LIBCFLAGS.
8434         (configure-stage[+id+]-[+prefix+][+module+],
8435         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8436         * Makefile.in: Regenerate.
8437
8438 2007-05-15  Diego Novillo  <dnovillo@google.com>
8439
8440         * MAINTAINERS: Update e-mail address.
8441
8442 2007-05-15  Revital Eres  <eres@il.ibm.com>
8443
8444         * MAINTAINERS (Write After Approval): Add myself.
8445
8446 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8447
8448         * MAINTAINERS (Write After Approval): Updated my address.
8449
8450 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8451
8452         * MAINTAINERS (Write After Approval): Add myself.
8453
8454 2007-05-11  Silvius Rus  <rus@google.com>
8455
8456         * MAINTAINERS (Write After Approval): Add myself.
8457
8458 2007-04-23  Tom Tromey  <tromey@redhat.com>
8459
8460         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8461
8462 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8463
8464         * MAINTAINERS (cpplib): Rename to ...
8465         (libcpp): ... this.  Add C/C++ front end maintainers.
8466
8467 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8468
8469         * config-ml.in: Pass ${ml_config_env} to configure calls.
8470
8471 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8472
8473         * MAINTAINERS (Write After Approval): Add myself.
8474
8475 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8476
8477         * MAINTAINERS (Write After Approval): Add myself.
8478
8479 2007-03-31  Tobias Burnus  <burnus@net-b.de>
8480
8481         * MAINTAINERS (fortran 95 front end): Add myself.
8482
8483 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8484
8485         * MAINTAINERS (Write After Approval): Add myself.
8486
8487 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
8488
8489         * MAINTAINERS (Modulo Scheduler): Add myself.
8490
8491 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
8492
8493         * MAINTAINERS (fortran 95 front end): Add myself.
8494         (c++ front end): whitespace fix.
8495
8496 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
8497
8498         * MAINTAINERS (Write After Approval): Add myself.
8499
8500 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8501
8502         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8503         of glob.  Quote arguments with single quotes too.
8504         * configure: Regenerate.
8505
8506 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8507
8508         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8509         * Makefile.in: Regenerate
8510
8511 2007-03-07  Andreas Schwab  <schwab@suse.de>
8512
8513         * configure: Regenerate.
8514
8515 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
8516
8517         * configure.ac: Add "--with-pdfdir" configure option,
8518         which defines pdfdir variable.
8519         * Makefile.def (target=fixincludes): Add install-pdf to
8520         missing targets.
8521         (recursive_targets): Add install-pdf target.
8522         (flags_to_pass): Add pdfdir.
8523         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8524         target.
8525         * configure: Regenerate
8526         * Makefile.in: Regenerate
8527
8528 2007-02-28  Eric Christopher  <echristo@apple.com>
8529
8530         Revert:
8531         2006-12-07  Mike Stump  <mrs@apple.com>
8532
8533         * Makefile.def (dependencies): Add dependency for
8534         install-target-libssp and install-target-libgomp on
8535         install-gcc.
8536         * Makefile.in: Regenerate.
8537
8538 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
8539
8540         * configure: Regenerate.
8541         * configure.ac: Move statements after variable declarations.
8542
8543 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
8544
8545         * MAINTAINERS: Add myself as sh maintainer.
8546
8547 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
8548
8549         * configure.ac: Adjust for loop syntax.
8550         * configure: Regenerate.
8551
8552 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8553
8554         * configure: Rebuilt.
8555
8556 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8557
8558         * configure.ac: Drop multiple occurrences of --enable-languages,
8559         and fix its quoting.
8560         * configure: Rebuilt.
8561
8562 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
8563             Nathan Sidwell  <nathan@codesourcery.com>
8564             Vladimir Prus  <vladimir@codesourcery.com>
8565             Joseph Myers  <joseph@codesourcery.com>
8566
8567         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8568         * configure: Regenerate.
8569
8570 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
8571
8572         * ltconfig (freebsd*): Default to elf.
8573
8574 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8575
8576         * configure.ac (target_libraries): Move libgcc before libiberty.
8577         * configure: Regenerated.
8578
8579 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8580             Paolo Bonzini  <bonzini@gnu.org>
8581
8582         PR bootstrap/30753
8583         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
8584         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
8585         * configure: Regenerated.
8586
8587 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8588
8589         * MAINTAINERS (Language Front End Maintainers): Update my mail
8590         address.
8591
8592 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8593
8594         PR bootstrap/30748
8595         * configure.ac: Correct syntax for Solaris ksh.
8596         * configure: Regenerated.
8597
8598 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8599
8600         * configure.ac: Sync with src.
8601         * configure: Regenerate.
8602
8603 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8604
8605         * Makefile.in: Regenerate.
8606
8607 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8608
8609         * config.sub: Sync with src.
8610
8611 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8612
8613         * Makefile.tpl (build_alias, host_alias, target_alias): Use
8614         noncanonical equivalents.
8615         * configure.in: Rename to...
8616         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8617         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8618         target_noncanonical.  Use them.  Rewrite removal of configure
8619         arguments for autoconf 2.59.  Discard variable settings.  Force
8620         program_transform_name for native tools.
8621
8622         * Makefile.in: Regenerated.
8623         * configure: Regenerated with autoconf 2.59.
8624
8625 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
8626
8627         * MAINTAINERS (Write After Approval): Add myself.
8628
8629 2007-01-31  Andreas Schwab  <schwab@suse.de>
8630
8631         * Makefile.tpl (LDFLAGS): Substitute it.
8632         * Makefile.in: Regenerate.
8633
8634 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
8635
8636         * MAINTAINERS (Write After Approval): Add myself.
8637
8638 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
8639
8640         * MAINTAINERS (spu port): Add myself.
8641
8642 2007-01-23  Richard Guenther  <rguenther@suse.de>
8643
8644         PR bootstrap/30541
8645         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8646         * Makefile.tpl (GNATBIND): Substitute it.
8647         (GNATMAKE): Likewise.
8648         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8649         of STAGE_PREFIX.
8650         * Makefile.in: Regenerate.
8651         * configure: Regenerate.
8652
8653 2007-01-18  Mike Stump  <mrs@apple.com>
8654
8655         * configure.in: Re-enable -Werror for gcc builds.
8656
8657 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8658
8659         * MAINTAINERS (Write After Approval): Add myself.
8660
8661 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8662
8663         * configure.in: Change == to = in test command.
8664         * configure: Regenerate.
8665
8666 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8667             Nick Clifton  <nickc@redhat.com>
8668             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8669
8670         * configure.in (build_configargs, host_configargs, target_configargs):
8671         Remove build/host/target parameters.
8672         (host_libs): Add gmp and mpfr.
8673         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8674         * Makefile.def (gmp, mpfr): New.
8675         (gcc): Remove target.
8676         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8677         target_os, target_vendor): New.
8678         (configure): Add host_alias/target_alias arguments; adjust invocations.
8679         * configure: Regenerate.
8680         * Makefile.in: Regenerate.
8681
8682 2007-01-11  Matt Fago  <fago@earthlink.net>
8683
8684         * configure.in: Try to link to functions only in mpfr 2.2.x
8685         to improve robustness of configure tests.
8686         * configure: Regenerate.
8687
8688 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8689
8690         * MAINTAINERS: Add myself as i386 maintainer.
8691
8692 2007-01-08  Jan Hubicka  <jh@suse.cz>
8693
8694         * MAINTAINERS: Add myself as i386 maintainer.
8695
8696 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
8697
8698         * configure.in: Add support for an x86_64-mingw* target.
8699         * configure: Regenerate.
8700
8701 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8702
8703         * Makefile.tpl (all-target): Correct @if conditional for target
8704         modules.
8705         * configure.in: Omit libiberty if building only target libgcc.
8706         * configure, Makefile.in: Regenerated.
8707
8708 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8709
8710         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8711         * configure: Regenerate.
8712
8713 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8714
8715         * Makefile.def (target_modules): Add libgcc.
8716         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8717         * Makefile.tpl (clean-target-libgcc): Delete.
8718         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8719         on gcc even for bootstrapped modules.  Rewrite handling of
8720         lang_env_dependencies to loop over target_modules.
8721         * configure.in (target_libraries): Add target-libgcc.
8722         * Makefile.in, configure: Regenerated.
8723
8724 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8725
8726         * configure.in: Reorganize recognition of languages.  Add
8727         --enable-stage1-languages.  Show supported languages for the chosen
8728         target rather than all recognized languages.
8729         * configure: Regenerate.
8730
8731 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8732
8733         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8734         * Makefile.in: Regenerate.
8735
8736 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8737
8738         * configure.in: Warn that MPFR 2.2.0 is buggy.
8739         * configure: Regenerate.
8740
8741 2006-12-27  Ian Lance Taylor  <iant@google.com>
8742
8743         * configure.in: When removing Makefiles to force a reconfigure, also
8744         remove prev-DIR*/Makefile.
8745         * configure: Regenerate.
8746
8747 2006-12-22  Andreas Schwab  <schwab@suse.de>
8748
8749         * configure: Regenerate with correct autoconf version.
8750
8751 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
8752
8753         * configure.in: add AC_SUBST for *_FOR_TARGET.
8754         * configure: Regenerate.
8755
8756 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8757
8758         * configure.in: Simplify logic for rejecting languages that cannot
8759         be built.  Separate the case when a language is unsupported,
8760         from the case when the user chooses not to build a language.
8761
8762 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8763
8764         * configure.in: Remove "$build" case for powerpc-*-darwin* since
8765         it only affects bootstrap and could be tested on "$host" as well.
8766         * configure: Regenerate.
8767         * config/mh-ppc-darwin: Add to the stage1 cflags here.
8768
8769 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8770
8771         PR bootstrap/29544
8772         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8773         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8774         move here comment from Makefile.tpl.
8775         * Makefile.tpl: Move some definitions higher in the file.
8776         (STAGE1_CHECKING): New.
8777         * configure.in: Add --enable-stage1-checking.
8778         * configure: Regenerate.
8779         * Makefile.in: Regenerate.
8780
8781 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8782
8783         * MAINTAINERS: Add myself as build system maintainer.
8784
8785 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
8786
8787         * MAINTAINERS (Write After Approval): Add myself.
8788
8789 2006-12-13  Eric Christopher  <echristo@apple.com>
8790
8791         * MAINTAINERS: Add myself as darwin maintainer.
8792
8793 2006-12-11  Ian Lance Taylor  <ian@airs.com>
8794
8795         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8796
8797 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
8798
8799         MAINTAINERS: Update my entry.
8800
8801 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
8802
8803         * configure.in:  Handle spu makefile frag.
8804         * Makefile.tpl (MAINT): Define
8805         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8806         * configure: Regenerate.
8807         * Makefile.in: Regenerate.
8808
8809 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8810
8811         * config.guess: Import latest version.
8812         * config.sub: Likewise.
8813
8814 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8815
8816         * configure.in (spu-*-*): Don't skip target-libiberty.
8817         * configure: Regenerate.
8818
8819 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8820
8821         PR bootstrap/30134
8822         * configure.in: Correct x86 darwin support for libjava to powerpc
8823         and i?86 only.
8824         * configure: Regenerate.
8825
8826 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
8827
8828         * configure.in: Add x86 darwin support for libjava.
8829         * configure: Regenerate.
8830
8831 2006-12-07  Mike Stump  <mrs@apple.com>
8832
8833         * Makefile.def (dependencies): Add dependency for
8834         install-target-libssp and install-target-libgomp on
8835         install-gcc.
8836         * Makefile.in: Regenerate.
8837
8838 2006-12-04  Richard Guenther  <rguenther@suse.de>
8839
8840         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8841         (Non-Algorithmic Maintainers): Move over non-algorithmic
8842         loop optimizer maintainers, add myself as a non-algorithmic
8843         middle-end maintainer.
8844
8845 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
8846
8847         * MAINTAINERS (Write After Approval): Add myself.
8848
8849 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8850
8851         * configure.in: Update error message for missing GMP/MPFR.
8852
8853         * configure: Regenerate.
8854
8855 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8856
8857         * configure.in: Update MPFR version in error message.
8858
8859         * configure: Regenerate.
8860
8861 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8862
8863         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8864         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8865         --with-gmp-lib): New flags.
8866
8867         * configure: Regenerate.
8868
8869 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
8870
8871         * MAINTAINERS (Write After Approval): Change my email address.
8872
8873 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8874
8875         * MAINTAINERS (Write After Approval): Add myself.
8876
8877 2006-11-22  Philipp Thomas  <pth@suse.de>
8878
8879         * MAINTAINERS (i18n): Update e-mail address.
8880
8881 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8882
8883         * MAINTAINERS (spu port): Add myself as maintainer.
8884         (Write After Approval): Remove myself.
8885
8886 2006-11-22  Ben Elliston  <bje@au.ibm.com>
8887
8888         * configure.in (skipdirs): Don't build libssp for SPU.
8889         * configure: Regenerate.
8890
8891 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8892
8893         * MAINTAINERS (spu port): Add myself as maintainer.
8894         (libobjc): Update my email address.
8895
8896 2006-11-21  Andrea Bona  <andrea.bona@st.com>
8897
8898         * MAINTAINERS (Write After Approval): Add myself.
8899
8900 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8901
8902         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8903         * configure : Rebuilt.
8904
8905 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8906
8907         * MAINTAINERS (Write After Approval): Add myself.
8908
8909 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
8910
8911         * MAINTAINERS (Write After Approval): Add myself.
8912
8913 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8914
8915         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8916         libmpfr.a.
8917         * configure: Regenerate.
8918
8919 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
8920
8921         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8922         (unstage): Test for stage_last presence.
8923
8924         PR bootstrap/29802
8925         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8926         STAGE_PREFIX.
8927         * Makefile.in: Regenerate.
8928
8929 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
8930
8931         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8932         maintainers.
8933
8934 2006-11-14  Erven Rohou  <erven.rohou@st.com>
8935
8936         * MAINTAINERS (Write After Approval): Add myself.
8937
8938 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
8939
8940         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8941         and stageN-package/Makefile.
8942         * Makefile.in: Regenerated.
8943
8944 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
8945
8946         * configure.in: Remove target-libgloss from noconfigdirs for
8947         bfin-*-*.
8948         * configure: Regenerated.
8949
8950 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8951
8952         * configure.in (have_gmp): Only error if the gcc directory exists.
8953
8954         * configure: Regenerate.
8955
8956 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8957
8958         * configure.in: Robustify error message for missing GMP/MPFR.
8959
8960         * configure: Regenerate.
8961
8962 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
8963
8964         * MAINTAINERS (Write After Approval): Add myself.
8965
8966 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
8967
8968         * MAINTAINERS: Change email address.
8969
8970 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8971
8972         * MAINTAINERS (Write After Approval): Add myself.
8973
8974 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
8975
8976         * MAINTAINERS (Write After Approval): Add myself.
8977
8978 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
8979
8980         * MAINTAINERS (Write After Approval): Move myself to
8981         Write After Approval section.
8982
8983 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8984
8985         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
8986         need_gmp anymore.
8987         * configure: Regenerate.
8988
8989 2006-10-16  Tobias Burnus  <burnus@net-b.de>
8990
8991         * MAINTAINERS (Write After Approval): Add myself.
8992
8993 2006-10-16  Ben Elliston  <bje@au.ibm.com>
8994
8995         * config.guess: Import latest version.
8996         * config.sub: Likewise.
8997
8998 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
8999
9000         * Makefile.def: Added pdf target handling.
9001         * Makefile.tpl: Added pdf target handling.
9002         * Makefile.in: Regenerated.
9003
9004 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
9005
9006         * MAINTAINERS: Add self as score port maintainer.
9007
9008 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
9009
9010         * MAINTAINERS (Write After Approval): Add myself.
9011
9012 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
9013
9014         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
9015         or newer.
9016         * configure: Regenerated.
9017
9018 2006-09-27  Dave Brolley  <brolley@redhat.com>
9019
9020         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9021         using $s instead of $r.
9022         * configure: Regenerated.
9023
9024 2006-09-26  Thiemo Seufer  <ths@mips.com>
9025
9026         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9027         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9028         * configure: Regenerate.
9029
9030 2006-09-24  Graeme Peterson  <gridly@gmail.com>
9031
9032         * MAINTAINERS (Write After Approval): Remove myself.
9033
9034 2006-09-22  Chao-ying Fu  <fu@mips.com>
9035
9036         * MAINTAINERS (Write After Approval): Add myself.
9037
9038 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
9039
9040         * MAINTAINERS: Add self as soft-fp maintainer.
9041
9042 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
9043
9044         * MAINTAINERS: Add myself as avr maintainer.
9045         Remove Marek Michalkiewicz as avr maintainer.
9046
9047 2006-09-07  Roberto Costa  <roberto.costa@st.com>
9048
9049         * MAINTAINERS (Write After Approval): Add myself.
9050
9051 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
9052
9053         * configure.in: Never build newlib for a Mingw host.
9054         Never build newlib as Mingw target library.
9055         Test the existence of winsup/cygwin for building a Cygwin newlib,
9056         rather than just winsup.
9057         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9058         building a Mingw target.
9059         * configure: Regenerate.
9060
9061 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9062
9063         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9064
9065 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
9066
9067         * config.guess: Import from src (was more updated).
9068         * config.sub: Likewise.
9069
9070 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
9071
9072         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9073         * configure: Regenerated.
9074
9075 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
9076
9077         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9078         for stages after the first.
9079
9080 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
9081
9082         * Makefile.def: Add dependencies for configure-opcodes
9083         on configure-intl and all-opcodes on all-intl.
9084         * Makefile.in: Regenerated.
9085
9086 2006-07-13  Ben Elliston  <bje@au.ibm.com>
9087
9088         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9089
9090 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9091
9092         Port to hosts whose 'sort' and 'tail' implementations
9093         treat operands with leading '+' as file names, as POSIX
9094         has required since 2001.  However, make sure the code still
9095         works on pre-POSIX hosts.
9096         * ltmain.sh: Don't assume "sort +2" is equivalent to
9097         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9098
9099 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
9100
9101         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9102
9103 2006-07-04  Peter O'Gorman  <peter@pogma.com>
9104
9105         * ltconfig: chmod 644 before ranlib during install.
9106
9107 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9108
9109         PR bootstrap/18058
9110         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9111         if the bootstrap compiler is a GCC version that supports it.
9112         * configure: Regenerate.
9113
9114 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9115
9116         * configure.in: Fix thinkos in previous check-in.
9117         * configure: Regenerate.
9118
9119 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9120
9121         PR other/27063
9122         * configure.in: Test subdir_requires and give an appropriate
9123         error message.
9124         * configure: Regenerate.
9125
9126 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9127
9128         * MAINTAINERS (Write After Approval): Add myself.
9129
9130 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9131
9132         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9133
9134 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9135
9136         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9137
9138 2006-06-20  David Ayers  <d.ayers@inode.at>
9139
9140         PR bootstrap/28072
9141         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9142         whether target-libjava is being configured instead of whether the
9143         java front end is enabled.
9144         * configure: Regenerate.
9145
9146 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9147
9148         PR target/27540
9149         * configure.in: Only enable libgomp on IRIX 6.
9150         * configure: Regenerate.
9151
9152 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9153
9154         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9155         too.
9156         * Makefile.in: Regenerate.
9157
9158 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9159
9160         * config-ml.in: Alter CCASFLAGS to include special
9161         multilib options the same as is done for CFLAGS.
9162
9163 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9164
9165         * configure.in: Don't enable libgomp on hpux10.
9166         * configure: Rebuilt.
9167
9168 2006-06-12  David Ayers  <d.ayers@inode.at>
9169
9170         PR bootstrap/27963
9171         PR target/19970
9172         * configure.in: Remove target-boehm-gc from noconfigdirs where
9173         ${libgcj} is specified.
9174         * configure: Regenerate.
9175
9176 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9177
9178         Sync from src:
9179
9180         * configure.in: Sync.
9181         * configure: Regenerated.
9182
9183         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9184
9185         * Makefile.def: Added dependencies from sim and gdb on intl, and
9186         added configure dependencies to everything with an all dependency
9187         on intl.
9188         * Makefile.in: Regenerated.
9189
9190 2006-06-06  David Ayers  <d.ayers@inode.at>
9191
9192         PR libobjc/13946
9193         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9194         * Makefile.in: Regenerate.
9195         * configure.in: Add --enable-objc-gc at toplevel and have it
9196         enable boehm-gc for Objective-C.
9197         Remove target-boehm-gc from libgcj.
9198         Add target-boehm-gc to target_libraries.
9199         Add target-boehm-gc to noconfigdirs where ${libgcj}
9200         is specified.
9201         Assert that boehm-gc is supported when requested for Objective-C.
9202         Only build boehm-gc if needed either for Java or Objective-C.
9203         * configure: Regenerate.
9204
9205 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9206
9207         PR 27674
9208         * Makefile.tpl (configure-[+prefix+][+module+],
9209         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9210         Remove rule to unstage bootstrapped modules.
9211         (stage_current): New.
9212         * Makefile.in: Regenerate.
9213
9214 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9215
9216         * MAINTAINERS (Write After Approval): Update my e-mail address.
9217
9218 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9219
9220         * include/libiberty.h: Declare pex_run_in_environment.
9221
9222 2006-05-31  Asher Langton  <langton2@llnl.gov>
9223
9224         * MAINTAINERS (Write After Approval): Add myself.
9225
9226 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9227
9228         * Makefile.def (bfd, opcodes): Fix lib_path.
9229         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9230         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9231         * Makefile.in: Regenerate.
9232
9233 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9234
9235         * Makefile.in: Regenerate.
9236
9237 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9238
9239         * Makefile.def: Add install-html target. Add datarootdir
9240         docdir and htmldir to flags_to_pass.
9241         * Makefile.tpl: Add install-html target.
9242         * Makefile.in: Regenerate.
9243         * configure.in: Add --with-datarootdir, --with-docdir, and
9244         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9245         * configure: Regenerate.
9246
9247 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9248
9249         * configure.in: Enable gprof for cross builds.
9250         * configure: Regenerate.
9251
9252 2006-05-22  Richard Guenther  <rguenther@suse.de>
9253
9254         Revert
9255         2006-01-31  Richard Guenther  <rguenther@suse.de>
9256         Paolo Bonzini  <bonzini@gnu.org>
9257
9258         * Makefile.def (target_modules): Add libgcc-math target module.
9259         * configure.in (target_libraries): Add libgcc-math target library.
9260         (--enable-libgcc-math): New configure switch.
9261         * Makefile.in: Re-generate.
9262         * configure: Re-generate.
9263         * libgcc-math: New toplevel directory.
9264
9265 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9266             Andreas Tobler  <a.tobler@schweiz.ch>
9267
9268         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9269         * configure: Rebuilt.
9270
9271 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9272
9273         * MAINTAINERS (Write After Approval): Add myself.
9274
9275 2006-05-01  DJ Delorie  <dj@redhat.com>
9276
9277         * configure.in: Restore CFLAGS if GMP isn't present.
9278         * configure: Regenerate.
9279
9280 2006-05-01  Richard Guenther  <rguenther@suse.de>
9281
9282         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9283         maintainer.
9284
9285 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9286
9287         * MAINTAINERS (Write After Approval): Add myself.
9288
9289 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9290
9291         * MAINTAINERS (Write After Approval): Add myself.
9292
9293 2006-04-18  DJ Delorie  <dj@redhat.com>
9294
9295         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9296         reference libgloss so that libssp can be built in a combined
9297         tree.
9298         * configure: Regenerate.
9299
9300 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9301
9302         * MAINTAINERS (Write After Approval): Add myself.
9303
9304 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9305
9306         * configure.in: Require makeinfo 4.4 or higher.
9307         * configure: Regenerate.
9308
9309 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9310
9311         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9312         Rearrange the entries of other libraries to have them in one place.
9313
9314 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9315
9316         * MAINTAINERS (Write After Approval): Remove myself.
9317         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9318
9319 2006-03-14  Richard Guenther  <rguenther@suse.de>
9320
9321         * configure: Regenerate with autoconf 2.13.
9322
9323 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9324
9325         * MAINTAINERS: Use my work address.
9326
9327         * MAINTAINERS: Update my E-mail address.
9328
9329 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9330
9331         * configure.in: Handle --disable-<component> generically.
9332         * configure: Regenerate.
9333
9334 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9335
9336         PR libgcj/17311
9337         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9338
9339 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9340
9341         * MAINTAINERS (Write After Approval):  Remove myself.
9342         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9343
9344 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9345
9346         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9347         (TARGET_CONFIGDIRS): Remove.
9348         * configure.in: Remove AC_SUBST(target_configdirs).
9349         * Makefile.in, configure: Regenerated.
9350
9351 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9352
9353         * MAINTAINERS (Write After Approval):  Remove myself.
9354         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9355
9356 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9357
9358         PR bootstrap/25670
9359
9360         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9361
9362         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9363         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9364         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9365         BUILD_PREFIX, BUILD_PREFIX_1.
9366         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9367
9368         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9369         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9370
9371         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9372         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9373         of `cat stage_current`.  Always provide the `r' and `s' variables.
9374         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9375         a single shell execution.
9376         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9377         bootstrapped modules, make the stage1 module if the build was not
9378         started yet, else build the current stage.
9379         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9380         (all-build, all-host, all-target, [+make_target+]-host,
9381         [+make_target+]-target): Do not use \-continued lines.
9382         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9383         (current_stage, restrap, stage_last): New.
9384
9385         * Makefile.in: Regenerate.
9386         * configure: Regenerate.
9387
9388 2006-02-19  Bud Davis  <jmdavis@link.com>
9389
9390         * MAINTAINERS (Write After Approval):  Remove myself.
9391         (Language Front End Maintainers):  Add myself as fortran 95
9392         maintainer and update e-mail address.
9393
9394 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9395
9396         * MAINTAINERS (Write After Approval):  Remove myself.
9397         (Language Front End Maintainers):  Add myself as fortran 95
9398         maintainer.
9399
9400 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9401
9402         * MAINTAINERS (Write After Approval): Add myself.
9403
9404 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9405
9406         * MAINTAINERS (Write After Approval):  Remove myself.
9407         (Language Front End Maintainers):  Add myself as
9408         fortran 95 maintainer.
9409
9410 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9411
9412         Sync from src:
9413
9414         2005-12-27  Leif Ekblad  <leif@rdos.net>
9415
9416         * configure.in: Add support for RDOS target.
9417         * configure: Regenerate.
9418
9419 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9420             Andreas Schwab  <schwab@suse.de>
9421
9422         * configure: Regenerate.
9423
9424 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9425
9426         * configure.in (enable_libgomp): Add AIX.
9427         * configure: Regenerate.
9428
9429 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9430
9431         * MAINTAINERS (Write After Approval): Add myself.
9432
9433 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9434
9435         * MAINTAINERS (Write After Approval): Add myself.
9436
9437 2006-01-31  Richard Guenther  <rguenther@suse.de>
9438         Paolo Bonzini  <bonzini@gnu.org>
9439
9440         * Makefile.def (target_modules): Add libgcc-math target module.
9441         * configure.in (target_libraries): Add libgcc-math target library.
9442         (--enable-libgcc-math): New configure switch.
9443         * Makefile.in: Re-generate.
9444         * configure: Re-generate.
9445         * libgcc-math: New toplevel directory.
9446
9447 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9448
9449         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9450         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9451         the assembler, linker and binutils.
9452         * configure: Regenerate.
9453
9454 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9455
9456         * MAINTAINERS (Write After Approval): Add myself.
9457
9458 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9459
9460         * configure: Regenerate.
9461
9462 2006-01-18  Richard Henderson  <rth@redhat.com>
9463             Jakub Jelinek  <jakub@redhat.com>
9464             Diego Novillo  <dnovillo@redhat.com>
9465
9466         * libgomp: New directory.
9467         * Makefile.def: Add target_module libgomp.
9468         * Makefile.in: Regenerate.
9469         * configure.in (target_libraries): Add target-libgomp.
9470         * configure: Regenerate.
9471
9472 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9473
9474         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9475         @ from continuation.
9476         * Makefile.in: Rebuilt.
9477
9478 2006-01-04  Chris Lattner  <sabre@gnu.org>
9479
9480         * MAINTAINERS (Write After Approval): Add myself.
9481
9482 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
9483
9484         PR bootstrap/24252
9485
9486         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9487         * Makefile.tpl (OBJDUMP): New.
9488         (EXTRA_HOST_FLAGS): Add it.
9489         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9490
9491         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9492         to use symbolic links between directories.  Avoid race conditions
9493         or make them harmless.
9494         * configure.in: Do not try to use symbolic links between directories.
9495
9496         * Makefile.def (LEAN): Pass.
9497         * Makefile.tpl (LEAN): Define.
9498         (stage[+id+]-start): Accept that the previous directory does not
9499         exist, if the bootstrap is lean.
9500         (stage[+id+]-bubble): Invoke lean bootstrap commands after
9501         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
9502         configure substitution.
9503         ([+compare-target+]): Likewise.
9504         ([+bootstrap-target+]-lean): New.
9505         * configure.in: Remove lean bootstrap support from here.
9506
9507         * Makefile.in: Regenerate.
9508         * configure: Regenerate.
9509
9510 2006-01-04  Ben Elliston  <bje@au.ibm.com>
9511
9512         * MAINTAINERS (libdecnumber): Add myself.
9513
9514 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
9515
9516         * libtool-ldflags: New script.
9517
9518 2006-01-02  Andreas Schwab  <schwab@suse.de>
9519
9520         * configure.in: When reconfiguring remove Makefile in
9521         all stage directories.
9522         * configure: Regenerate.
9523
9524 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
9525
9526         * MAINTAINERS: Update my email address.
9527
9528 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
9529
9530         Revert Ada-related part of the previous change.
9531
9532         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9533         Do not pass.
9534         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9535         * Makefile.in: Regenerate.
9536         * configure.in: Do not include mt-ppc-aix target fragment.
9537         * configure: Regenerate.
9538
9539 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
9540
9541         * configure.in: Select appropriate fragments for PowerPC/AIX.
9542         * configure: Regenerate.
9543
9544         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9545         BOOT_CFLAGS, BOOT_LDFLAGS.
9546         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9547         BOOT_CFLAGS, BOOT_LDFLAGS.
9548         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9549         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9550         (stage): Fail if we cannot complete the work.
9551         * Makefile.in: Regenerate.
9552
9553 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9554
9555         * configure.in: Replace ms1 with mt.
9556         * configure: Rebuilt.
9557
9558 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
9559
9560         * MAINTAINERS: Update my email address.
9561
9562 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
9563
9564         * Makefile.tpl (all, do-[+make_target+], do-check, install,
9565         install-host-nogcc): Don't invoke $(stage) at the end.
9566         * Makefile.in: Regenerate.
9567
9568 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
9569
9570         * configure.in: Flip the top-level bootstrap switch.
9571         * configure: Regenerate.
9572
9573 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
9574
9575         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9576         $(stage) and $(unstage).
9577         (EXTRA_TARGET_FLAGS): Correct double-quoting.
9578         (all): Remove stray semicolon.
9579         (local-distclean): Don't handle multilib.tmp and multilib.out.
9580         (install.all): Set $s for consistency.
9581         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9582         check_multilibs setting.  Always make the install directory.
9583         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9584         Correct @if/@endif.
9585         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9586         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9587         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9588         (multilib.out): Remove.
9589         * Makefile.in: Regenerated.
9590
9591 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
9592
9593         * MAINTAINERS (Write After Approval): Add myself.
9594
9595 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9596
9597         * MAINTAINERS: Add myself as mt maintainer.
9598
9599         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
9600
9601 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
9602
9603         * MAINTAINERS: Change email address.
9604
9605 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
9606
9607         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9608         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9609         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
9610         Find in-tree tools if available.
9611         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9612         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9613         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9614         (COMPILER_*_FOR_TARGET): New.
9615         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9616         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9617         (CONFIGURED_*, USUAL_*): Remove.
9618         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9619         STRIP): Use autoconf substitutions.
9620         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9621         COMPILER_NM_FOR_TARGET): New.
9622         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9623
9624         (all): Make all-host and all-target in parallel.
9625         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9626         that $$r and $$s are set before invoking a recursive make.
9627         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9628         ([+bootstrap-target+]): Inline most of the `all' target.
9629
9630 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9631
9632         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9633         from the gcc build directory.
9634         * Makefile.in: Regenerate.
9635
9636 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9637
9638         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
9639         depend on all-libdecnumber.
9640         * configure.in (host_libs): Include libdecnumber.
9641         * Makefile.in: Regenerate.
9642         * configure: Likewise.
9643
9644 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9645
9646         * libdecnumber: Import decNumber sources from the dfp-branch.
9647
9648 2005-11-21  Kean Johnston  <jkj@sco.com>
9649
9650         * config.sub, config.guess: Sync from upstream sources.
9651
9652 2005-11-21  Ben Elliston  <bje@au.ibm.com>
9653
9654         Import from Autoconf sources:
9655
9656         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9657         * config/move-if-change: Don't output "$2 is unchanged";
9658         suggested by Ben Elliston.  Handle weird characters correctly.
9659
9660 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9661
9662         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9663         to match upstream libtool for darwin.
9664
9665 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9666
9667         * Makefile.def: Remove gdb dependencies for gdbtk.
9668         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9669         (configure-gdb, install-gdb): New rules.
9670         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9671         * Makefile.in, configure: Regenerated.
9672
9673 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9674
9675         * MAINTAINERS (Write After Approval): Add myself.
9676
9677 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9678
9679         * MAINTAINERS (Write After Approval): Add myself.
9680
9681 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
9682
9683         * MAINTAINERS (alias analysis): Add Daniel Berlin and
9684         Diego Novillo.
9685
9686 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9687
9688         PR bootstrap/24297
9689         * Makefile.tpl (do-[+make-target+], do-check, install,
9690         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9691         are set before recursing.
9692         * Makefile.in: Regenerate.
9693
9694 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9695
9696         PR bootstrap/18939
9697         * Makefile.def (gcc) <target>: Fix thinko.
9698         * Makefile.in: Regenerate.
9699
9700 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9701
9702         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9703         * configure: Regenerate.
9704
9705 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
9706
9707         * MAINTAINERS (Write After Approval): Add self.
9708
9709 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9710
9711         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9712         target-libffi, target-qthreads, target-libjava, and
9713         targetlibobjc.
9714         * configure: Regenerate.
9715
9716 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9717
9718         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9719         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9720         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9721         (USUAL_OBJDUMP_FOR_TARGET): New.
9722         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9723         * configure.in: Check for $OBJDUMP_FOR_TARGET.
9724         * configure, Makefile.in: Regenerated.
9725
9726 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9727
9728         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9729         before other host packages.
9730
9731 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9732
9733         * MAINTAINERS: Add self as sh libraries/configury maintainer.
9734
9735 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9736
9737         PR bootstrap/22340
9738
9739         * configure.in (default_target): Remove.
9740         * Makefile.tpl (all): Do not use prerequisites as subroutines
9741         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9742         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9743         use prerequisites as subroutines.
9744         (check-host, check-target): New.
9745         (bootstrap configure & all targets): Do not use stage*-start
9746         if the directory layout is already ok.
9747         (non-bootstrap configure & all targets): Prepend a $(unstage).
9748         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
9749         (NOTPARALLEL): Remove.
9750         (unstage, stage variables): New variables.
9751         (unstage, stage targets): Simply expand to those variables.
9752
9753         * configure: Regenerate.
9754         * Makefile.in: Regenerate.
9755
9756 2005-10-04  James E Wilson  <wilson@specifix.com>
9757
9758         * Makefile.def (lang_env_dependencies): Add libmudflap.
9759         * Makefile.in: Regenerate.
9760
9761 2005-10-03  Andreas Schwab  <schwab@suse.de>
9762
9763         Backport from libtool CVS:
9764         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
9765
9766         * ltmain.sh: add support for installing into temporary
9767         staging area (e.g. 'make install DESTDIR=...')
9768
9769 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9770
9771         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9772         * configure: Regenerated.
9773
9774 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
9775
9776         * configure: Regenerate with the correct
9777         autoconf version.
9778
9779 2005-09-30  Catherine Moore  <clm@cm00re.com>
9780
9781         * configure.in (bfin-*-*): New.
9782         * configure: Regenerated.
9783
9784 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
9785
9786         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9787         (LIPO_FOR_TARGET): New.
9788         (CONFIGURED_LIPO_FOR_TARGET): New.
9789         (USUAL_LIPO_FOR_TARGET): New.
9790         (STRIP_FOR_TARGET): New.
9791         (CONFIGURED_STRIP_FOR_TARGET): New.
9792         (USUAL_STRIP_FOR_TARGET): New.
9793         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9794         STRIP_FOR_TARGET.
9795         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9796         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9797         * Makefile.in: Regenerate.
9798         * configure: Regenerate.
9799
9800 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
9801
9802         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9803         (rs6000-*-aix*): Same.
9804         * configure: Regenerate.
9805
9806 2005-09-16  Tom Tromey  <tromey@redhat.com>
9807
9808         * MAINTAINERS: Add self as java maintainer.
9809
9810 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9811
9812         * configure.in: Recognize f95 in the --enable-languages option,
9813         and substitute it for fortran, issuing a warning.
9814         * configure: Regenerate.
9815
9816 2005-08-30  Phil Edwards  <phil@codesourcery.com>
9817
9818         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
9819         * configure:  Regenerated.
9820
9821 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
9822
9823         * MAINTAINERS: Add self as ms1 maintainer.
9824
9825 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
9826
9827         * Makefile.def (libssp): Add to lang_env_dependencies.
9828         * Makefile.in: Regenerate.
9829
9830 2005-08-18  Ian Lance Taylor  <ian@airs.com>
9831
9832         * MAINTAINERS: Add myself as middle-end maintainer.
9833
9834 2005-08-17  Christian Groessler  <chris@groessler.org>
9835
9836         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9837         * Makefile.in: Regenerate.
9838
9839 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
9840
9841         * MAINTAINERS (write after approval): Added myself.
9842
9843 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
9844
9845         * MAINTAINERS (Write After Approval): Add myself.
9846
9847 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
9848
9849         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9850         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9851         Look for alternate names of the target cc and c++
9852         * configure: Regenerate.
9853
9854 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
9855
9856         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9857         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9858         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9859         tools; remove code to manually set them.
9860         (Target tools): Look in the environment for them.
9861         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9862         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9863         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9864         build directory.
9865         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9866         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9867         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9868         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9869         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9870         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9871         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9872         * configure: Regenerate.
9873         * Makefile.in: Regenerate.
9874
9875 2005-07-28  Ben Elliston  <bje@au.ibm.com>
9876
9877         * MAINTAINERS: Update for removed CPU targets.
9878
9879 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
9880
9881         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9882         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9883         * Makefile.in: Regenerated.
9884
9885 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
9886
9887         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9888         (CFLAGS_FOR_TARGET): Use it.
9889         (CXXFLAGS_FOR_TARGET): Likewise.
9890         * Makefile.in: Regenerated.
9891         * configure.in (--with-build-sysroot): New option.
9892         * configure: Regenerated.
9893
9894 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
9895
9896         * Makefile.tpl: Wrap install between unstage and stage
9897         * Makefile.in: Regenerate.
9898
9899 2005-07-21  Eric Christopher  <echristo@apple.com>
9900
9901         * MAINTAINERS: Update affiliation.
9902
9903 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
9904
9905         * MAINTAINERS: Add self as crx port maintainer.
9906
9907 2005-07-20  DJ Delorie  <dj@redhat.com>
9908
9909         * MAINTAINERS: Add self as m32c maintainer.
9910
9911 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
9912
9913         * all files: Update FSF address.
9914
9915 2005-07-15  Eric Christopher  <echristo@redhat.com>
9916
9917         * MAINTAINERS: Change affiliation.
9918
9919 2005-07-14  Jim Blandy  <jimb@redhat.com>
9920
9921         * configure.in: Add cases for Renesas m32c.
9922         * configure: Regenerated.
9923
9924 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9925
9926         * COPYING.LIB: Update from fsf.org.
9927
9928 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9929
9930         * COPYING, compile, config.guess,
9931         config.sub, install-sh, missing, mkinstalldirs,
9932         symlink-tree, ylwrap: Sync from upstream sources.
9933         * config-ml.in: Update FSF address.
9934
9935 2005-07-13  Eric Christopher  <echristo@redhat.com>
9936
9937         * configure.in: Add toplevel noconfigdir support for tpf.
9938         * configure: Regenerate.
9939
9940 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
9941
9942         PR ada/22340
9943
9944         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9945         * Makefile.in: Regenerate.
9946
9947 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
9948
9949         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
9950         Brolley to write-after-approval.
9951
9952 2005-07-07  Andreas Schwab  <schwab@suse.de>
9953
9954         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9955         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9956         * Makefile.in: Regenerated.
9957
9958 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
9959
9960         * configure.in: Don't build sim or rda when targetting darwin.
9961         * configure: Regenerate.
9962
9963 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
9964
9965         * configure.in: Add --enable-libssp and --disable-libssp.
9966         * configure: Regenerate with autoconf-2.13.
9967
9968 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
9969
9970         * Makefile.def (target_modules): Add libssp.
9971         * configure.in (target_libraries): Add target-libssp.
9972         * configure: Rebuilt.
9973         * Makefile.in: Rebuilt.
9974
9975 2005-07-01  Zack Weinberg  <zackw@panix.com>
9976
9977         * MAINTAINERS: Change email address.  Resign from maintainership.
9978
9979 2005-07-01  Richard Guenther  <rguenther@suse.de>
9980
9981         * MAINTAINERS: Change my e-mail address and affiliation.
9982
9983 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
9984
9985         * Makefile.def (stagefeedback): Come after profile.
9986         Define profiledbootstrap target.
9987         * Makefile.tpl (profiledbootstrap): Remove.
9988         (stageprofile-end): Zap stagefeedback.
9989         (stagefeedback-start): Copy all .gcda files, not only GCC's.
9990         * Makefile.in: Regenerate.
9991
9992 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
9993
9994         * MAINTAINERS: Update my email address.
9995
9996 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
9997
9998         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
9999         In 'cpp' stanza, support '#line' as well as '# '.
10000
10001 2005-06-08  Andreas Schwab  <schwab@suse.de>
10002
10003         * MAINTAINERS: Move myself from 'Write After Approval' to
10004         'CPU Port Maintainers' section as m68k maintainer.
10005
10006 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
10007
10008         * configure.in (unsupported_languages): New macro.
10009         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
10010         non-ported target libraries in noconfigdirs.
10011         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10012         non-linux-gnu.  Remove libgcj_ex_libffi.
10013         <lang_frag loop>: Set add_this_lang=no if the language is in
10014         unsupported_languages.
10015         * configure: Regenerate.
10016
10017 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10018
10019         * configure.in: Fix typo in handling of --with-mpfr-dir.
10020         * configure: Regenerate.
10021
10022 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
10023
10024         * MAINTAINERS: Update my email address.
10025
10026 2005-06-02  Jim Blandy  <jimb@redhat.com>
10027
10028         * config.sub: Add cases for the Renesas m32c.  (This patch has been
10029         accepted into the master sources.)
10030
10031 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
10032             Michael Snyder  <msnyder@redhat.com>
10033             Stan Cox  <scox@redhat.com>
10034
10035         * configure.in: Set noconfigdirs for ms1.
10036
10037         * configure: Regenerate.
10038
10039 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
10040
10041         * MAINTAINERS (Write After Approval): Add self.
10042
10043 2005-06-01  Josh Conner  <jconner@apple.com>
10044
10045         * MAINTAINERS (Write After Approval): Add self.
10046
10047 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
10048
10049         * MAINTAINERS: Update my email address.
10050
10051 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
10052
10053         * MAINTAINERS (Write After Approval): Add self.
10054
10055 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
10056
10057         * MAINTAINERS (Write After Approval): Remove self.
10058
10059 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
10060
10061         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10062         (Dependencies): Consider target modules for bootstrap dependencies.
10063         Make target bootstrap modules depend on each stage's gcc.
10064         * Makefile.in: Regenerate.
10065
10066 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
10067
10068         * Makefile.def (configure-gcc): Depend on binutils having been built.
10069         (all-gcc): No need to do it here.
10070         * Makefile.in: Regenerate.
10071
10072 2005-05-19  Paul Brook  <paul@codesourcery.com>
10073
10074         * configure.in: Rewrite misleading error message when requested
10075         language cannot be built.
10076         * configure: Regenerate.
10077
10078 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
10079
10080         * ylwrap: Import from Automake 1.9.5.
10081
10082 2005-05-13  David Ung  <davidu@mips.com>
10083
10084         * MAINTAINERS (Write After Approval): Add self.
10085
10086 2005-05-09  Mike Stump  <mrs@apple.com>
10087
10088         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10089         lt_cv_sys_max_cmd_len for now.
10090
10091 2005-05-09  Stan Cox  <scox@redhat.com>
10092
10093         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10094
10095 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
10096
10097         * README.SCO: Update the URL.
10098
10099 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
10100
10101         * ltconfig: Define file_list_spec.  Pass file_list_spec and
10102         with_gnu_ld to libtool.
10103         * ltcf-c.sh (aix[45]): Define file_list_spec.
10104         * ltcf-cxx.sh (aix[45]): Same.
10105         * ltcf-gcj.sh (aix[45]): Same.
10106         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10107         exists, write list of input files to temporary file.
10108
10109 2005-05-04  Mike Stump  <mrs@apple.com>
10110
10111         * configure.in: Always pass --target to target configures as
10112         otherwise rebuilds that do --recheck will fail.
10113         * confiugure: Rebuilt.
10114
10115 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10116
10117         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10118         STAGE_HOST_EXPORTS.
10119         (configure, all): Add bootstrap support.
10120         (Host modules, target modules): Pass post-stage1 flags and exports.
10121         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10122         * Makefile.in: Regenerate.
10123
10124 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10125
10126         * configure: Regenerate.
10127
10128 2005-04-27  Mike Stump  <mrs@apple.com>
10129
10130         * MAINTAINERS: Add self as darwin maintainer.
10131
10132 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10133
10134         * config.sub: Update from master copy.
10135
10136 2005-04-21  Mike Stump  <mrs@apple.com>
10137
10138         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10139         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10140
10141 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10142
10143         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10144         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10145         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10146         "*-*-elf" and "*-*-linux*".
10147         * configure: Regenerate.
10148
10149 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10150
10151         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10152
10153 2005-04-12  Mike Stump  <mrs@apple.com>
10154
10155         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10156
10157 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10158
10159         * MAINTAINERS (Write After Approval): Add myself.
10160
10161 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10162
10163         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10164
10165 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10166
10167         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10168         (TARGET_CONFIGARGS): Include --with-target-subdir.
10169         (configure, all): New macros.  Use them throughout.
10170         * Makefile.in: Regenerate.
10171
10172 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10173
10174         * MAINTAINERS (Write After Approval): Add myself.
10175
10176 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10177
10178         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10179
10180 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10181
10182         * MAINTAINERS: Move John Carr to Write After Approval.
10183
10184 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10185
10186         * config/mh-mingw32: Delete.
10187         * configure.in: Don't use it.
10188         * configure: Regenerate.
10189
10190 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10191
10192         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10193         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10194         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10195         (HOST_LIB_PATH): Generate from Makefile.def.
10196         (TARGET_LIB_PATH): Likewise.
10197         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10198         * Makefile.in: Regenerate.
10199         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10200         (RPATH_ENVVAR): Include Darwin case.
10201         * configure: Regenerate.
10202
10203 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10204
10205         * MAINTAINERS (Various Maintainers): Remove self.
10206         (Write After Approval): Add self.
10207
10208 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10209
10210         * MAINTAINERS (Various Maintainers): Add self.
10211
10212 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10213
10214         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10215         * configure: Regenerate.
10216
10217 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10218
10219         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10220         gcc_version, and gcc_version_trigger from set of flags to pass.
10221         * Makefile.tpl: Remove definitions of above variables.
10222         (config.status): Remove dependency on $(gcc_version_trigger).
10223         * Makefile.in: Regenerate.
10224         * configure.in: Do not reference config/gcc-version.m4 nor
10225         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10226         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10227         * configure: Regenerate.
10228
10229 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10230             Andrew Pinski  <pinskia@physics.uc.edu>
10231
10232         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10233         * Makefile.in: Regenerate.
10234
10235 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10236
10237         * MAINTAINERS (Write After Approval): Add myself.
10238
10239 2005-03-03  David Ayers  <d.ayers@inode.at>
10240
10241         * MAINTAINERS (Write After Approval): Add myself.
10242
10243 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10244
10245         PR libgcj/20160
10246         * ltmain.sh: Avoid creating archives with components that have
10247         duplicate basenames.
10248
10249 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10250
10251         PR bootstrap/20250
10252         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10253         instead of check.
10254         * Makefile.in: Regenerate.
10255
10256 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10257
10258         * Makefile.in: Regenerate to fix conflict between the previous two
10259         patches.
10260
10261 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10262
10263         PR bootstrap/17383
10264         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10265         * Makefile.tpl (HOST_SUBDIR): New substitution.
10266         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10267         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10268         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10269         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10270         (Host modules, Bootstrapped modules): Use it.
10271         (Build modules, Target modules): Do not create symlink trees,
10272         always configure out-of-srcdir.
10273         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10274         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10275         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10276         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10277
10278         * Makefile.in: Regenerate.
10279         * configure: Regenerate.
10280
10281 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10282
10283         Merged from libada-gnattools-branch:
10284         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10285
10286         * gnattools: New directory.
10287         * Makefile.def: Add gnattools as a module, depending on target-libada.
10288         * Makefile.in: Regenerate.
10289         * configure.in: Include gnattools in host_tools; disable it if ada
10290         is disabled.
10291         * configure: Regenerate.
10292
10293 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10294
10295         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10296         treelang maintainer.
10297         (Write After Approval): Remove myself.
10298
10299 2005-02-23  Paul Schlie  <schlie@comcast.net>
10300
10301         * configure.in: Allow darwin targeted ports to build tk, itcl and
10302         libgui.
10303         * configure: Regenerate.
10304
10305 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10306
10307         PR libgcj/10353
10308         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10309         * configure: Regenerate.
10310
10311 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10312
10313         * MAINTAINERS (Write After Approval): Add myself.
10314
10315 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10316
10317         * MAINTAINERS: Update my e-mail address.
10318
10319 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10320
10321         * MAINTAINERS (Write After Approval): Add myself.
10322
10323 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10324
10325         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10326         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10327         target-libgloss when not *-*-elf and *-*-aout.
10328         * configure: Regenerate.
10329
10330 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10331
10332         * MAINTAINERS: Remove obsolete entries.
10333
10334         * MAINTAINERS (Write After Approval): Add Michael Matz.
10335
10336 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10337
10338         * MAINTAINERS: Remove self as cpplib maintainer.
10339
10340 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10341
10342         * install-sh, config.sub: Import from upstream.
10343
10344 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10345
10346         PR bootstrap/18222
10347         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10348         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10349         * Makefile.in: Regenerate.
10350
10351 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10352
10353         * MAINTAINERS: Update my email address.
10354
10355 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10356             Andreas Schwab  <schwab@suse.de>
10357
10358         PR bootstrap/18033
10359         * config-ml.in: Eval option if surrounded by single quotes.
10360
10361 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10362
10363         Revert 2004-12-28 Makefile changes, a better fix will be
10364         applied to mainline and src after GCC 4.0 branches.
10365
10366 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10367
10368         PR bootstrap/17383
10369
10370         * Makefile.def (target_modules): Remove stage parameter,
10371         it is always true now.
10372         * Makefile.tpl (configure-build-[+module+],
10373         configure-target-[+module+]): Always build symlink tree
10374         for the directory and for include.  BUILD_SUBDIR and
10375         TARGET_SUBDIR cannot be . anymore.
10376         * Makefile.in: Regenerate.
10377
10378 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10379
10380         Revert 2004-12-08 Makefile changes.
10381
10382 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10383
10384         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10385         cygwin, mingw.
10386
10387 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10388
10389         * configure.in (sh64-*-*): Reenable gprof.
10390         * configure: Regenerate.
10391
10392 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10393
10394         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10395         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10396         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10397         * Makefile.in: Regenerate.
10398
10399 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10400
10401         * MAINTAINERS: Update my email address.
10402
10403 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10404
10405         * Makefile.tpl: Generate normal dependencies if the LHS module is
10406         not bootstrapped.
10407         * Makefile.in: Regenerate.
10408
10409 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10410
10411         * configure.in: Include config/gxx-include-dir.m4.  Use
10412         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10413         * configure: Regenerate.
10414
10415 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10416
10417         * config.if: Delete.
10418         * configure.in: Set libstdcxx_incdir directly.
10419         * configure: Regenerate.
10420
10421 2004-12-02  Eric Christopher  <echristo@redhat.com>
10422
10423         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10424         * Makefile.in: Regenerate.
10425
10426 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10427
10428         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10429         * configure: Regenerate.
10430
10431 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10432
10433         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10434         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10435         * configure: Regenerate.
10436
10437 2004-12-01  Eric Christopher  <echristo@redhat.com>
10438
10439         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10440         of things to remove.
10441
10442 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10443
10444         * MAINTAINERS (Write After Approval): Update my e-mail address.
10445
10446 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10447
10448         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10449         from CVS libtool to always pass_all.
10450
10451 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10452
10453         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10454         (hppa*64*-*-*): Delete incorrect comment.
10455         * configure: Rebuilt.
10456
10457 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10458
10459         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10460
10461 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10462
10463         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10464         from CVS libtool to always pass_all.
10465
10466 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10467
10468         * install-sh, compile: Import from automake.
10469
10470 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10471
10472         * config.guess, config.sub:  Import from savannnah.
10473
10474 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10475
10476         * MAINTAINERS (Write After Approval): Add myself
10477
10478 2004-11-12  Mike Stump  <mrs@apple.com>
10479
10480         * Makefile.def: Add html support.
10481         * Makefile.tpl: Likewise.
10482         * Makefile.in: Regenerate.
10483
10484 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
10485
10486         PR 18423
10487         * configure.in: Remove all instances of build-fixincludes from
10488         noconfigdirs.
10489         (build_configargs): Supply --target to subdirectories.
10490         * configure: Regenerate.
10491
10492         * Makefile.def: Make gcc install depend on fixincludes install.
10493         * Makefile.in: Regenerate.
10494
10495 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
10496
10497         * MAINTAINERS: Add myself as gcc testsuite maintainer.
10498
10499 2004-11-11  Paul Brook  <paul@codesourcery.com>
10500
10501         * MAINTAINERS: Add self as arm maintainer.  Update email address.
10502
10503 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
10504
10505         * configure.in (noconfigdirs) [mmix-*-*]: Disable
10506         target-libgfortran.
10507         * configure: Regenerate.
10508
10509 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
10510
10511         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10512         like CC.
10513
10514 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
10515
10516         * Makefile.def (host fixincludes): Specify missing targets.
10517         * Makefile.in: Regenerate.
10518
10519 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
10520
10521         * MAINTAINERS: Add myself
10522
10523 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
10524
10525         * MAINTAINERS (Write After Approval): Add myself.
10526
10527 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
10528
10529         * Makefile.def: Build fixincludes for the host, too.
10530         * Makefile.in: Regenerate.
10531         * configure.in (host_tools): Add fixincludes.
10532         * configure: Regenerate.
10533
10534 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
10535
10536         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10537         * configure: Regenerated.
10538
10539 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
10540
10541         PR other/17783
10542         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10543         * configure: Regenerated.
10544
10545 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
10546
10547         * README.SCO: Update per FSF instructions.
10548
10549 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
10550
10551         PR target/18151
10552         * configure.in (case ${target}): Do not build fixincludes for avr.
10553         * configure: Regenerated.
10554
10555 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
10556
10557         * configure.in (case ${target}): Do not build fixincludes
10558         on platforms where it is not used.
10559         * configure: Regenerated.
10560
10561 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
10562
10563         * configure.in: Use an absolute path to install-sh.
10564         * configure: Regenerated.
10565
10566 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
10567
10568         * MAINTAINERS (Write After Approval): Add myself.
10569
10570 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
10571
10572         * MAINTAINERS: Remove from Write After Approval those that are
10573         already maintainers.
10574
10575 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
10576
10577         * MAINTAINERS:  Update my email address.
10578
10579 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
10580
10581         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10582         * configure: Regenerate.
10583
10584 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
10585
10586         * MAINTAINERS:  Update my email address.
10587
10588 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
10589
10590         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
10591         entries belonging to this category.
10592
10593 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
10594
10595         * MAINTAINERS: Update my e-mail address.
10596
10597 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
10598
10599         Fix wrong conflict resolution in:
10600
10601         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10602
10603         * Makefile.in: Regenerate.
10604         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10605         in the recursive `make', instead of hardwiring `all'.
10606         (Autogenerated TARGET-* variables): New.
10607
10608 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
10609
10610         * configure.in: Enable target-libgloss for crx-*-*.
10611         * configure: Regenerate.
10612
10613 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10614
10615         * MAINTAINERS (Various Maintainers): Move the "windows,
10616         cygwin, mingw" maintainer to ...
10617         (OS Port Maintainers): ... here.
10618
10619 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10620
10621         * MAINTAINERS (Write After Approval): Remove those that are
10622         maintainers of some subsystem.
10623
10624 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
10625
10626         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10627         * ltcf-cxx.sh (tpf*): Likewise.
10628         * ltconfig (tpf*): Add TPF OS configuration support.
10629
10630 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
10631
10632         * MAINTAINERS: Change my email address to my new work account.
10633
10634 2004-09-24  Michael Roth  <mroth@nessie.de>
10635
10636         * configure.in (--without-headers): Add missing double quotes.
10637         * configure: Regenerate.
10638
10639 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
10640
10641         * ylwrap: Revert to previous version.
10642
10643 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
10644
10645         PR bootstrap/17369
10646         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10647         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10648         SET_GCC_LIB_PATH_CMD.
10649         (BASE_TARGET_EXPORTS): Likewise.
10650         * Makefile.in: Regenerated.
10651
10652         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10653         * configure: Regenerated.
10654
10655 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10656
10657         * config.guess: New upstream version
10658         * compile, depcomp, install-sh, ylwrap: Likewise.
10659
10660 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10661
10662         * config/mh-x86omitfp: New host makefile fragment.  Add
10663         -fomit-frame-pointer to the default BOOT_CFLAGS.
10664         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10665         * configure: Regenerate.
10666
10667 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10668
10669         PR target/11572
10670         * configure.in (*-*-darwin*): Renable libobjc.
10671         * configure: Regenerate.
10672
10673 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10674
10675         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10676
10677 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10678
10679         * Makefile.def: Remove libbanshee.
10680         * Makefile.tpl: Ditto.
10681         * configure.in: Ditto.
10682         * Makefile.in: Regen.
10683         * configure: Ditto.
10684
10685 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
10686
10687         * ltmain.sh: Use $pic_object as $non_pic_object if
10688         $non_pic_object=none.
10689
10690 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10691
10692         * missing: Import latest version from master repository.
10693
10694 2004-09-06  Nick Clifton  <nickc@redhat.com>
10695
10696         * config.sub: Import latest version from master repository.
10697         * config.guess: Likewise.
10698         This includes these changes:
10699
10700         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10701
10702         * config.sub: Handle crisv32, alias etraxfs.
10703         * config.guess (crisv32:Linux:*:*): Handle.
10704
10705         2004-08-13  Brad Smith  <brad@comstyle.com>
10706
10707         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10708         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10709
10710         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10711
10712         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10713         assume the processor is a powerpc.  This is because coreutils
10714         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10715         in this case, due to a MacOS X bug that causes
10716         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10717         to return a negative number.
10718         Problem reported by Petter Reinholdtsen in:
10719         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10720
10721         2004-07-19  Ben Elliston  <bje@gnu.org>
10722
10723         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10724
10725         2004-06-24  Ben Elliston  <bje@gnu.org>
10726
10727         * config.guess: Update copyright years.
10728         * config.sub: Likewise.
10729
10730         2004-06-22  Robert Millan  <robertmh@gnu.org>
10731
10732         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10733         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10734
10735         2004-06-22  Stanley F. Quayle <stan@stanq.com>
10736
10737         * config.guess (*:*VMS:*:*): New entry. Replaces
10738         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10739         manufacturer.
10740
10741         2004-06-22  Ben Elliston  <bje@gnu.org>
10742
10743         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10744         * config.sub: Likewise.
10745
10746         2004-06-22  Ben Elliston  <bje@gnu.org>
10747
10748         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10749         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10750
10751         2004-06-11  Ben Elliston  <bje@gnu.org>
10752
10753         * config.guess (pegasos:OpenBSD:*:*): Remove.
10754
10755         2004-06-11  Ben Elliston  <bje@gnu.org>
10756
10757         From Wouter Verhelst <wouter@grep.be>:
10758         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10759
10760         2004-06-11  Ben Elliston  <bje@gnu.org>
10761
10762         * config.guess (luna88k:OpenBSD:*:*): New.
10763
10764         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10765
10766         * config.guess (m32r*:Linux:*:*): New case.
10767         * config.sub: Handle m32rle.
10768
10769         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
10770
10771         From Jens Petersen  <petersen@redhat.com>:
10772         * config.sub: Handle sparcv8.
10773
10774         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
10775
10776         From Tom Smith <smith@cag.lkg.hp.com>:
10777         * config.guess: Version suffixes are equally significant on Tru64
10778         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
10779         prefix of "P" (patched kernel).
10780
10781         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
10782
10783         * config.sub: Add support for National Semiconductor CRX target.
10784
10785 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
10786
10787         * MAINTAINERS (Various Maintainers): Remove myself as web page
10788         maintainer, add myself as maintainer of build status lists.
10789
10790 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10791
10792         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10793         *-*-netware, but add target-libmudflap.
10794         Consolidate *-*-netware targets (of which really only i?86 exists)
10795         into a single entry.
10796         * configure: Likewise.
10797
10798 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
10799
10800         * Makefile.tpl (sorry): Remove.
10801         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10802         (cleanstrap targets): Depend on distclean, not distclean-stage1.
10803         (do-clean): Clean per-stage directories too.
10804         (do-distclean): Run distclean-stage1 too.
10805         (.NOTPARALLEL): Enable during toplevel bootstrap.
10806         (stage[+id+]-bubble): Enable parallel execution during
10807         the recursive invocation.
10808         * Makefile.in: Regenerate.
10809
10810         Fix previous checkin:
10811
10812         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10813         include.
10814         * configure.in: Fix indentation.
10815         * configure: Regenerate.
10816
10817 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
10818
10819         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10820         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10821         * configure: regenerate
10822         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10823         -mdynamic-no-pic
10824
10825 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10826
10827         * Makefile.def (build_modules): Add fixincludes.
10828         (dependencies): Make gcc depend on fixincludes.
10829         * configure.in (build_tools): Add fixincludes.
10830         (build_configdirs): Always include build_libs.
10831         * Makefile.in: Regenerate.
10832         * configure: Regenerate.
10833
10834 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
10835
10836         * Makefile.def (bootstrap stages): Add 'lean' parameter.
10837         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10838         phony targets; do not generate timestamp files.
10839         (distclean-stageN): Remove references to their timestamp files.
10840         (restageN, touch-stageN): Remove.
10841         (stageN-bubble): Rewritten.
10842         (compare): Support lean bootstraps.
10843         * Makefile.in: Regenerate.
10844
10845         * configure.in: Only warn when bootstrapping but
10846         build != host or build != target.  Support lean bootstraps.
10847         * configure: Regenerate.
10848
10849 2004-08-26  Phil Edwards  <phil@codesourcery.com>
10850
10851         * configure.in:  Give a better error message if GMP/MPFR are missing
10852         and a language needing them has been requested.
10853         * configure:  Regenerated.
10854
10855 2004-08-25  Phil Edwards  <phil@codesourcery.com>
10856
10857         * configure.in:  Print a list of available language front-ends if
10858         a requested one is missing.  Tidy stray tab characters.
10859         * configure:  Regenerated.
10860
10861 2004-08-19  Michael Koch  <konqueror@gmx.de>
10862
10863         * gcc/doc/install.texi: Update entry about automake for libjava.
10864
10865 2004-08-17  Robert Millan  <robertmh@gnu.org>
10866
10867         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10868         (instead of FreeBSD).
10869         * configure: Regenerate.
10870
10871 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10872
10873         * Makefile.in: Regenerate.
10874         * configure: Regenerate.
10875
10876         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10877         stage_*_flags.
10878         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10879         for bootstrapped modules if toplevel bootstrap is going.
10880         (GCC bootstrap): Generate per-stage targets for all bootstrapped
10881         modules.  Adjust for changes in Makefile.def.  Enable several
10882         rules even in non-bootstrap mode, just to avoid peppering the
10883         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10884         (stage-[+prev+]-bubble): Remove.
10885
10886         * Makefile.def (Dependencies): Depend on all-build-bison,
10887         all-build-flex, all-build-byacc, all-build-texinfo, rather
10888         than the host variations.
10889         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
10890         with BUILD_SUBDIR.
10891         (BISON): Update for recent Bisons.
10892         (YACC): Fix typo.
10893         (cross): Depend on all-build.
10894         (all): Do not depend on all-build.
10895         (prebootstrap): Remove.
10896         (dep-kind): Accept separate prefixes for MODULE and ON variables.
10897         (Prebootstrap dependencies): Add them to the per-stage targets
10898         and to all-prebootstrap.
10899         * configure.in (build_configdirs): Always enable build_tools.
10900         (BUILD_DIR_PREFIX): Remove.
10901
10902         * Makefile.def (gcc): Add target variable.
10903         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10904         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10905         in the recursive `make', instead of hardwiring `all'.
10906         (Autogenerated TARGET-* variables): New.
10907
10908 2004-08-13  Brian Booth  <bbooth@redhat.com>
10909
10910         * MAINTAINERS: Remove myself from write-after-approval.
10911
10912 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10913
10914         * src-release: Stop distributing mmalloc with gdb (which doesn't
10915         use it).
10916         * Makefile.def: GDB doesn't depend on mmalloc anymore.
10917         * Makefile.in: Regenerate.
10918
10919 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
10920
10921         * configure.in (arm*-*-eabi*): New target.
10922         * configure: Regenerate.
10923
10924 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
10925
10926         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10927         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10928         (Dependencies): New section.
10929         * Makefile.tpl (Dependencies): Generate from Makefile.def.
10930         (configure-target-[+module+]): Depend on maybe-all-gcc
10931         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
10932         (toplevel profiledbootstrap): Fix dependencies.
10933         * Makefile.in: Regenerate.
10934
10935 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
10936
10937         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10938         target-libiberty to noconfigdirs.
10939         * configure: Regenerate.
10940
10941 2004-08-03  Paul Brook  <paul@codesourcery.com>
10942
10943         * configure.in: Check for MPFR as well as GMP.
10944         * configure: Regenerate.
10945
10946 2004-08-01  Robert Millan  <robertmh@gnu.org>
10947
10948         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10949         libmudflap for all GNU-based systems (with Glibc).
10950         * configure: Regenerate.
10951
10952 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
10953
10954         * Makefile.def (host-modules): Add gcc.
10955         * Makefile.in: Regenerate.
10956         * Makefile.tpl (sorry): New rule.
10957         (configure-host, all-host, [+make_target+]-host, do-check,
10958         install-host): Do not add gcc as a special case.
10959         (host modules): Add a small special-casing for gcc.  Export
10960         extra_make_flags through the environment.
10961         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10962         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10963         other recursive targets for gcc): Remove.
10964
10965         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10966         (stage, unstage): New rules.
10967         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10968         distclean-stage[+id+]): Use stage_current.
10969         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10970         the stage*-start rules.
10971
10972 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
10973
10974         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10975         use -all_load flag.
10976
10977 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
10978
10979         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10980         * configure: Regenerate.
10981
10982 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
10983
10984         * maintainer-scripts/gcc_release: Revert yesterday's change.
10985
10986 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
10987
10988         * MAINTAINERS: Add myself to write-after-approval.
10989
10990 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10991
10992         * libf2c: Removed.
10993         * gcc/gccbug.in: Updated because of libf2c removal.
10994         * maintainer-scripts/gcc_release: Ditto.
10995
10996 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
10997
10998         * configure.in: Build libmudflap by default on FreeBSD.
10999         * configure: Regenerated.
11000
11001 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
11002
11003         * configure.in: Do not build libmudflap by default on non-GNU/Linux
11004         systems.
11005         * configure: Regenerated.
11006
11007 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11008
11009         PR target/16344
11010         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11011         feedback based compiler.
11012         * Makefile.in: Rebuilt.
11013
11014 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
11015
11016         * Makefile.def (host_modules): Set bootstrap=true for flex.
11017         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11018         * Makefile.in: Rebuilt.
11019
11020 2004-07-07  Jan Hubicka  <jh@suse.cz>
11021
11022         * MAINTAINERS: Add self as a profile feedback maintainer.
11023
11024 2004-07-05  Phil Edwards  <phil@codesourcery.com>
11025
11026         * configure.in:  Do not prepend $srcdir to /dev/null in
11027         makefile fragments.
11028         * configure:  Regenerate.
11029
11030 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
11031
11032         * Makefile.def (build_modules): Add bison, byacc, flex,
11033         m4, texinfo.
11034         (flags_to_pass): Add FLEX.
11035         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11036         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11037         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11038         DEFAULT_MAKEINFO): Remove.
11039         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11040         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11041         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11042         objdir or else use configured tool.
11043         (all-build): New.
11044         (all): Depend on it.
11045         (Build module dependencies): Add.
11046         * Makefile.in: Regenerate.
11047         * configure.in: Better support for multiple build modules,
11048         matching what is done for host/target modules.  Do not look
11049         for "plausible" locations of build tools if Canadian cross.
11050         Use autoconf's AC_PROG_CC to find a C compiler.  Define
11051         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
11052         * configure: Regenerate.
11053
11054 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11055
11056         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11057         * Makefile.in: Regenerate.
11058
11059 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11060
11061         * Makefile.tpl (configure-build-[+module+],
11062         configure-[+module+], configure-target-[+module+]): Pass
11063         [+extra_configure_args+].
11064         (all-build-[+module+], all-[+module+], check-[+module+],
11065         install-[+module+], [+make_target+]-[+module+],
11066         all-target-[+module+], check-target-[+module+],
11067         install-target-[+module+], [+make_target+]-target-[+module+]):
11068         Pass [+extra_make_args+].
11069         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11070         (GCC_HOST_EXPORTS): Remove.
11071         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11072         cross, check-gcc, check-gcc-c++, install-gcc,
11073         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11074         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11075         * Makefile.in: Regenerate.
11076
11077 2004-06-21  Matthew Sachs  <msachs@apple.com>
11078
11079         * MAINTAINERS: Added self to write-after-approval.
11080
11081 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
11082
11083         * configure.in: Check for srcdir/winsup rather than build directory
11084         winsup.
11085         * configure: Regenerate.
11086
11087 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
11088
11089         * configure.in: Don't build Cygwin native newlib if winsup
11090         directory is missing.  Emit warning instead.
11091         * configure: Regenerate.
11092
11093 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
11094
11095         * Makefile.tpl (touch-stage[+id+]): New.
11096         (restage[+prev+]): Depend on touch-stage[+id+].
11097
11098         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11099         Use it throughout.
11100
11101         * Makefile.def: Add profile and feedback bootstrap stages.
11102         Remove next field from bootstrap stages.
11103         * Makefile.tpl (LN, LN_S): Substitute.
11104         (stageN-start, stageN-end): Use double-colon rules, to
11105         provide a hook for additional setup commands.
11106         (distclean-stageN-gcc, restageN): Create dependencies from
11107         [+prev+], not from [+next+].
11108         (stageN-bubble): Add commands for successive stages from
11109         [+prev+], using double-colon rules.
11110         (all-stageN-gcc): Fix typo.
11111         (stagefeedback-start, profiledbootstrap): New.
11112         * Makefile.in: Regenerate.
11113         * configure.in: Call ACX_PROG_LN.
11114         * configure: Regenerate.
11115
11116 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11117
11118         * MAINTAINERS (Write After Approval): Add myself.
11119
11120 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11121
11122         * MAINTAINERS (Write After Approval): Add myself.
11123
11124 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11125
11126         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11127         without gcc.
11128         * configure: Regenerate.
11129
11130 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11131
11132         * Makefile.tpl: Fix typo.
11133         * Makefile.in: Regenerate.
11134
11135 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11136
11137         * configure.in: Remove new- prefix from toplevel
11138         bootstrap targets.
11139         * configure: Regenerate.
11140
11141 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11142
11143         * Makefile.tpl (all.normal): Rename to all.
11144         (all): Replace with a rule to pick the default
11145         target from configure.
11146         (all-gcc, configure-gcc): Use conditionals to
11147         do nothing when toplevel bootstrap is going on.
11148         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11149         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11150         * configure.in: Support --enable-bootstrap.
11151
11152         * Makefile.def: Remove new- prefix from toplevel
11153         bootstrap targets.
11154         * Makefile.tpl: Likewise.
11155
11156         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11157         target.
11158
11159         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11160         $(RECURSE_FLAGS) to recursive invocation of make.
11161
11162         * Makefile.in: Regenerate.
11163         * configure: Regenerate.
11164
11165 2004-05-30  Andreas Jaeger  <aj@suse.de>
11166             Jim Wilson  <wilson@specifixinc.com>
11167
11168         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11169         like CC.
11170
11171 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11172
11173         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11174         * configure: Regenerate.
11175
11176 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11177
11178         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11179         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11180         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11181         targets.
11182         * Makefile.in: Regenerate.
11183
11184 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11185
11186         * configure.in: Test the ability to symlink directories.
11187         * configure: Regenerate.
11188
11189         * Makefile.def (bootstrap-stage): New definitions.
11190         * Makefile.tpl (configure-stage1-gcc,
11191         configure-stage2-gcc, configure-stage3-gcc,
11192         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11193         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11194         new-restage3, compare): Autogenerate, see Makefile.in
11195         entry for behavioral changes.
11196         (distclean-stage1, new-stage1-start, new-stage1-end,
11197         new-stage1-bubble, distclean-stage2, new-stage2-start,
11198         new-stage2-end, new-stage2-bubble, distclean-stage3,
11199         new-stage3-start, new-stage3-end): New autogenerated targets.
11200         (objext, prebootstrap, BOOT_CFLAGS,
11201         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11202         targets.
11203
11204         * Makefile.in: Regenerate.
11205         (distclean-stage1, new-stage1-start, new-stage1-end,
11206         new-stage1-bubble, distclean-stage2, new-stage2-start,
11207         new-stage2-end, new-stage2-bubble, distclean-stage3,
11208         new-stage3-start, new-stage3-end): New targets.
11209         (all-stage1-gcc): Move prebootstrap dependency from here...
11210         (configure-stage1-gcc): ...to here.
11211         (new-bootstrap): Use bubble targets.
11212         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11213         Use per-stage distclean targets.
11214         (configure-stage1-gcc, configure-stage2-gcc,
11215         configure-stage3-gcc, all-stage1-gcc,
11216         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11217         Use new-stageN-start to prepare the tree.
11218
11219 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11220
11221         * Makefile.def (host_modules): add libcpp.
11222         * Makefile.tpl: Add dependencies on and for libcpp.
11223         * Makefile.in: Regenerate.
11224         * configure.in: Add libcpp host module.
11225         * configure: Regenerate.
11226
11227 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11228
11229         * Makefile.tpl: Whenever a recursive target is defined, wrap
11230         it in a special @if/@endif block, and prepare its maybe
11231         dependency in the @if/@endif block
11232         * configure.in: Instead of writing maybe dependencies, remove
11233         the @if/@endif statements, and remove the @if/@endif blocks
11234         that remain.
11235         * configure: Regenerate.
11236         * Makefile.in: Regenerate.
11237
11238 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11239
11240         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11241
11242 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11243
11244         PR bootstrap/15120
11245         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11246         * */configure: Rebuilt.
11247
11248 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11249
11250         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11251         of libf2c.
11252         * configure, Makefile.in: Regenerate.
11253
11254 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11255
11256         * MAINTAINERS (Write After Approval): Add myself.
11257
11258 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11259
11260         Merge from tree-ssa-20020619-branch.
11261
11262         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11263         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11264         (HOST_GMPLIBS): Define.
11265         (HOST_GMPINC): Define.
11266         (TARGET_LIB_PATH): Add libmudflap.
11267         (GFORTRAN_FOR_TARGET): Define.
11268         (configure-build*): Export GFORTRAN.
11269         (configure-gcc): Export GMPLIBS and GMPINC.
11270         (all-gcc): Add maybe-all-libbanshee.
11271         (configure-target-libgfortran): Define.
11272         * Makefile.in: Regenerate.
11273         * configure.in (host_libs): Add libbanshee.
11274         (target_libraries): Add target-libmudflap and target-libgfortran.
11275         Add --with-libbanshee.
11276         Handle --disable-libmudflap.
11277         (*-*-freebsd*): Use with_gmp.
11278         Add $(libgcj) to noconfigdirs.
11279         * configure: Regenerate.
11280         * depcomp: New file.
11281         * MAINTAINERS: Add tree-ssa maintainers.
11282
11283 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11284
11285         * MAINTAINERS (Various Maintainers): Add myself.
11286
11287 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11288
11289         * MAINTAINERS (Write After Approval): Add myself.
11290
11291 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11292
11293         * MAINTAINERS (Write After Approval): Add myself.
11294
11295 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11296
11297         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11298         * configure: Regenerate.
11299
11300 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11301
11302         Revert:
11303         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11304
11305         * Makefile.def (flags_to_pass): Remove *dir variables that
11306         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11307         as well as prefix and exec_prefix.
11308         * Makefile.in: Regenerate.
11309
11310 2004-04-26  Robert Millan  <robertmh@gnu.org>
11311
11312         Add patches from libtool CVS.
11313         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11314         * ltconfig: Likewise.
11315         * ltcf-c.sh: Likewise.
11316         * ltcf-cxx.sh: Likewise.
11317         * ltcf-gcj.sh: Likewise.
11318
11319 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11320
11321         * Makefile.def (host_modules): Mark with the bootstrap
11322         flag packages on which gcc depends.
11323         * Makefile.tpl (all-bootstrap): Use it.
11324         * Makefile.in: Regenerate.
11325
11326 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11327
11328         * Makefile.def (flags_to_pass): Remove *dir variables that
11329         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11330         as well as prefix and exec_prefix.
11331         * Makefile.in: Regenerate.
11332
11333 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11334
11335         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11336         * configure: Regenerate.
11337         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11338         * gcc/Makefile.tpl (compare): Use the result of the test.
11339         * gcc/Makefile.in: Regenerate.
11340
11341 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11342
11343         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11344         Always relocate gcc and prev-gcc to the original names, even
11345         if the build fails.
11346         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11347         New targets.
11348
11349 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11350
11351         * MAINTAINERS: Update my email address.
11352
11353 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11354
11355         * configure.in (mips*-*-irix5*): Enable ld.
11356         * configure: Regenerate.
11357
11358 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11359
11360         * configure: Regenerate.
11361
11362 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11363
11364         * Makefile.tpl (configure-[+module+], configure-gcc,
11365         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11366         Set and export LDFLAGS.
11367         * Makefile.in: Regenerate.
11368
11369 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11370
11371         * MAINTAINERS: Add myself to write-after-approval.
11372
11373 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11374
11375         PR bootstrap/14871
11376         * Makefile.tpl: If we don't have built-in-tree target tools,
11377         use the ones found by configure rather than hacking around with
11378         program_transform_name.
11379         * configure.in: Give Makefile.tpl the information necessary
11380         to do that.
11381         * Makefile.in: Regenerate.
11382         * configure: Regenerate.
11383
11384 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11385
11386         PR bootstrap/14760
11387         * configure.in: When computing baseargs, strip *all* copies of
11388         offending options.  Also, don't match/substitute the trailing space,
11389         so that this actually works when two similar options are separated by
11390         only one space.
11391         * configure: Regenerate.
11392
11393 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11394
11395         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11396         (rs6000-*-aix*): Same.
11397         * configure: Regenerate.
11398
11399 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11400
11401         * MAINTAINERS: Add myself to write-after-approval.
11402
11403 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11404
11405         * MAINTAINERS: Add myself to write-after-approval.
11406
11407 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11408
11409         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11410         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11411         * Makefile.in: Regenerate.
11412
11413         * configure.in (top level bootstrap support): Rework --enable-werror
11414         to set @stage2_werror_flag@.
11415         * configure: Regenerate.
11416         * Makefile.tpl (top level bootstrap support): Pass
11417         @stage2_werror_flag@ down to configure in stages 2 and 3.
11418         * Makefile.in: Regenerate.
11419
11420 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11421
11422         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11423         for stages 2 and 3 as well as in make.  As a consequence, remove
11424         OUTPUT_OPTION (now detected by configure) from the flags passed down
11425         to make.
11426         * Makefile.in: Regenerate.
11427
11428         * Makefile.tpl (new-bootstrap): Fix typo.
11429         * Makefile.in: Regenerate.
11430
11431 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11432
11433         * Makefile.tpl: Rearrange by moving recursive_targets rules
11434         into their proper sections.
11435         * Makefile.tpl (top level bootstrap support): Move disabling
11436         of coverage flags from 'make' to 'configure'; improve comments.
11437         * Makefile.in: Regenerate.
11438
11439         * Makefile.tpl (experimental top level bootstrap) Move stage1
11440         language setting from all- target to configure- target; disable
11441         intermodule optimization in stage 1; prevent gratuitous rebuilds
11442         of stage 1.
11443         * Makefile.in: Regenerate.
11444         * configure.in: Comma-separate stage 1 language list for top
11445         level bootstrap.
11446         * configure: Regenerate.
11447
11448         * Makefile.tpl: Clean up experimental top level bootstrap support:
11449         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11450         prev-gcc in configure- targets as well as all- targets.
11451         * Makefile.in: Regenerate.
11452
11453 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11454
11455         * compile: New file imported from automake.
11456
11457 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11458
11459         * configure.in: Remove symbolic link section.
11460         * configure: Regenerate.
11461         * Makefile.tpl (links): Remove.
11462         * Makefile.in: Regenerate.
11463
11464 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11465             Nathanael Nerode  <neroden@gcc.gnu.org>
11466
11467         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11468         Set with AC_CHECK_PROGS.
11469         * configure.in: Fix comment typo from last patch.
11470         * configure: Regenerate.
11471
11472 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11473
11474         * Makefile.tpl: Introduce experimental top level bootstrap support.
11475         * Makefile.in: Regenerate.
11476         * configure.in: Introduce support for top level bootstrap.
11477         * configure: Regenerate.
11478
11479 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11480             Paolo Bonzini  <bonzini@gnu.org>
11481
11482         PR bootstrap/14522
11483         * configure.in: Cope with shells that do not support unquoted ^
11484         * configure: Regenerate.
11485
11486 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11487             Paolo Bonzini  <bonzini@gnu.org>
11488
11489         PR bootstrap/14522
11490         * configure.in: Cope with shells that do not support nesting
11491         quotes inside quoted backquote substitutions.
11492         * configure: Regenerate.
11493
11494 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
11495
11496         PR bootstrap/14522
11497         * configure.in: Fix escaping of $.
11498         * configure: Regenerate.
11499
11500 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11501
11502         * configure: Regenerate, since I forgot to while committing Paolo's
11503         changes.
11504
11505 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
11506
11507         PR ada/14131
11508         Move language detection to the top level.
11509         * configure.in: Find default values for the tools as
11510         soon as possible.  Disable ada if GNAT is not found.
11511         Emit error message about missing languages.  Expand
11512         --enable-languages=all for the gcc subdirectory.
11513
11514 2004-03-10  Ben Elliston  <bje@gnu.org>
11515
11516         * MAINTAINERS: Update my email address.
11517
11518 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
11519
11520         * ltconfig: Disable building static libraries if building shared
11521         libraries on AIX 5L.
11522
11523 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
11524
11525         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11526         and disable libgcj.
11527         * configure: Regenerated.
11528
11529 2004-03-01  Brian Booth  <bbooth@redhat.com>
11530
11531         * MAINTAINERS: Add myself to write-after-approval.
11532
11533 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
11534
11535         * MAINTAINERS: Add myself to write-after-approval.
11536
11537 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11538
11539         PR bootstrap/7087
11540         * Makefile.tpl: Guard XFOO sed statements better.
11541         * Makefile.tpl: Add dependency for configure-target-libada.
11542         * Makefile.in: Regenerate (incidentally fixes broken
11543         commit when libada-branch was merged).
11544
11545 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
11546
11547         * MAINTAINERS: Add myself to write-after-approval.
11548
11549 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
11550
11551         * MAINTAINERS: Add Nicola Pero and myself as libobjc
11552         maintainers.
11553
11554 2004-02-20  Andrew Cagney  <cagney@redhat.com>
11555
11556         * config.guess: Update from version 2003-10-16 to 2004-02-16.
11557         * config.sub: Update from version 2003-11-03 to 2004-02-16.
11558
11559 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11560
11561         PR bootstrap/11932
11562         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11563
11564 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
11565
11566         * MAINTAINERS: Added myself to write-after-approval.
11567
11568 2004-02-14  Michael Koch  <konqueror@gmx.de>
11569
11570         * MAINTAINERS: Added myself to write-after-approval.
11571
11572 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
11573
11574         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
11575         some OS port maintainers to OS port maintainers section.
11576
11577 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
11578
11579         * MAINTAINERS: Add self.
11580
11581 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11582
11583         * MAINTAINERS: Alphabetize.
11584
11585 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
11586
11587         * MAINTAINERS: Remove myself.
11588
11589 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
11590
11591         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11592         (rs6000-*-aix*): Same.
11593         * configure: Regenerate.
11594
11595 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
11596
11597         * configure.in (host): Add in missing $noconfigdirs to defines.
11598         * configure: Regenerate.
11599
11600 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
11601             Nathanael Nerode  <neroden@gcc.gnu.org>
11602
11603         PR ada/6637, PR ada/5911
11604         Merge with libada-branch:
11605         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11606         with appropriate dependencies. Add --enable-libada configure switch.
11607         * configure, Makefile.in: Regenerate.
11608
11609 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
11610
11611         * MAINTAINERS: Add myself to write-after-approval.
11612
11613 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11614
11615         * configure.in: Don't pass --with-stabs on IRIX 5 either.
11616         * configure: Regenerate.
11617
11618 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
11619
11620         Merge from upstream:
11621
11622         * ltmain.in: When setting IFS to '~', be careful about user
11623         arguments that contain '~'.
11624
11625         2004-02-04  Peter O'Gorman  <peter@pogma.com>
11626
11627         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11628         Also test $base_compile against $CC with escaped arguments. Bug
11629         reported by Geoff Keating <geoffk@apple.com>.
11630
11631 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
11632
11633         * MAINTAINERS: Remove i960 port.
11634
11635 2004-01-23  DJ Delorie  <dj@redhat.com>
11636
11637         * Makefile.def (target_modules) [libiberty]: Don't stage.
11638         * Makefile.in: Rebuilt.
11639
11640 2004-01-20  Caroline Tice  <ctice@apple.com>
11641
11642         * MAINTAINERS: Add myself to write-after-approval.
11643
11644 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
11645
11646         * MAINTAINERS: Update my email address.
11647
11648 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
11649
11650         * MAINTAINERS: Add myself to write-after-approval.
11651
11652 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11653
11654         * MAINTAINERS: Remove entries without email address.
11655
11656 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11657
11658         * MAINTAINERS: Add myself to write-after-approval.
11659
11660 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11661
11662         * MAINTAINERS: Update my email address.
11663
11664 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11665
11666         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11667         * Makefile.tpl (configure-target-[+module+]): Support stage.
11668         * Makefile.in: Rebuilt.
11669
11670 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11671
11672         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11673
11674 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11675
11676         * MAINTAINERS: Add myself as a MIPS maintainer.
11677
11678 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11679
11680         * configure.in: Use ./config.cache, not config.cache.
11681         * configure: Regenerate.
11682         * Makefile.tpl: Special-casing not needed for GCC any more.
11683         * Makefile.in: Regenerate.
11684
11685         * configure.in: Don't share a cache file for host dirs.
11686         * configure: Regenerate.
11687
11688         * config-ml.in: Don't mess with the cache file.
11689
11690 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11691
11692         * MAINTAINERS: Move myself from 'Write After Approval' to
11693         'CPU Port Maintainers' section as SPARC maintainer.
11694
11695 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11696
11697         * Makefile.tpl: Make GCC use a separate config.cache.
11698         * Makefile.in: Regenerate.
11699
11700         PR bootstrap/11932, PR bootstrap/11933
11701         (I don't know if it will fix either of them, but it relates
11702         to them.)
11703         * configure.in: Don't use shared config.cache for target
11704         directories.
11705         * configure: Regenerate.
11706
11707 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11708
11709         * MAINTAINERS: Add myself to 'Write After Approval' section.
11710
11711 2003-12-31  Roger Sayle  <roger@eyesopen.com>
11712
11713         * configure.in (ia64*-*-hpux*): Disable building java libraries.
11714         * configure: Regenerated.
11715
11716 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11717
11718         * MAINTAINERS: Remove the mn10200 maintainer.
11719
11720 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
11721
11722         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11723         * configure: Regenerated.
11724
11725 2003-12-16  Jan Hubicka  <jh@suse.cz>
11726
11727         * MAINTAINERS: Add myself as callgraph maintainer.
11728
11729 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11730
11731         * configure.in (raw_libstdcxx_flags): Remove the leading space.
11732         * configure: Regenerate.
11733
11734 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11735
11736         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11737         'Write After Approval' section. Update email.
11738
11739 2003-12-01  James Lemke  <jim@wasabisystems.com>
11740
11741         * MAINTAINERS (Write After Approval): Add myself.
11742
11743 2003-11-20  Matt Thomas  <matt@3am-software.com>
11744
11745         * MAINTAINERS: Add myself as a vax port maintainer.
11746
11747 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
11748
11749         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11750         (configure-build-[+module+], configure-[+module+]): Likewise.
11751         (configure-target-[+module+], configure-gcc, config.status): Likewise.
11752         * Makefile.in: Regenerate.
11753
11754 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11755
11756         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11757         shared/dylibed libraries.
11758         * ltmain.sh: Likewise.
11759         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11760         * ltcf-cxx.sh: Likewise.
11761         * ltcf-gcj.sh: Likewise.
11762         * ltconfig: Likewise.
11763
11764 2003-11-17  Stan Cox  <scox@redhat.com>
11765
11766         * MAINTAINERS: Add myself as iq2000 port maintainer.
11767
11768 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11769
11770         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11771         * Makefile.in: Regenerate.
11772
11773 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
11774
11775         * config.sub: Update to 2003-11-03 version.
11776
11777 2003-10-20  Phil Edwards  <phil@codesourcery.com>
11778
11779         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
11780         * configure:  Regenerate.
11781
11782 2003-10-20  Nicolas Pitre  <nico@cam.org>
11783
11784         * MAINTAINERS: Add myself to 'Write After Approval' section.
11785
11786 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
11787
11788         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11789
11790 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11791
11792         * MAINTAINERS: Update my email address.
11793
11794 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11795
11796         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11797
11798 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
11799
11800         * MAINTAINERS: Add myself to 'Write After Approval' section.
11801
11802 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
11803
11804         * config.guess: Update to 2003-10-16 version.
11805         * config.sub: Update to 2003-10-16 version.
11806
11807 2003-10-15  David Daney  <ddaney@avtrex.com>
11808
11809         * MAINTAINERS: Added myself to 'Write After Approval' section.
11810
11811 2003-10-15  Falk Hueffner  <falk@debian.org>
11812
11813         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11814         'Write After Approval' section. Update email.
11815
11816 2003-10-14  Roger Sayle  <roger@eyesopen.com>
11817
11818         * MAINTAINERS: Move myself from 'Write After Approval' to
11819         'Various Maintainers' section as middle-end maintainer.
11820
11821 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11822
11823         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11824         HOST_FLAGS_TO_PASS.
11825         * Makefile.in: Regenerate.
11826
11827 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
11828
11829         * config.guess: Update to 2003-10-07 version.
11830         * config.sub: Update to 2003-10-07 version.
11831
11832 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11833
11834         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11835         * ltconfig (irix5*, irix6*): Don't override version_type.
11836
11837 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
11838
11839         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11840         * configure: Rebuilt
11841         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11842         * Makefile.in: Rebuilt
11843
11844 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11845
11846         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11847
11848 2003-09-30  Carlo Wood  <carlo@alinoe.com>
11849
11850         * MAINTAINERS (Write After Approval): Add myself.
11851
11852 2003-09-29  Paul Koning  <ni1d@arrl.net>
11853
11854         * MAINTAINERS: Move myself from "Write After Approval"
11855         to CPU platform maintainers for pdp11 platform.
11856
11857 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
11858
11859         * MAINTAINERS: Move myself from 'Write After Approval' to
11860         'Various Maintainers' section as libffi testsuite maintainer.
11861
11862 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
11863
11864         * configure.in: Pass a computed --program-transform-name
11865         to subconfigures.
11866         * configure: Regenerated.
11867
11868 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11869
11870         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11871         * Makefile.in: Regenerate.
11872
11873         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11874         * Makefile.in: Regenerate.
11875
11876 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
11877
11878         * MAINTAINERS: Move myself from 'Write After Approval'
11879         to 'Various Maintainers' (objective-c) section.
11880
11881 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
11882
11883         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11884         quoting.
11885         * configure: Regenerated.
11886
11887 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
11888
11889         * MAINTAINERS (Write After Approval): Add myself to write after
11890         approval list.
11891
11892 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
11893
11894         * MAINTAINERS (Write After Approval): Add myself.
11895
11896 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
11897
11898         * MAINTAINERS: Update my e-mail address.
11899
11900 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
11901
11902         * libtool.m4 (LD): Correct powerpc64 host match.
11903
11904 2003-09-06  James E Wilson  <wilson@tuliptree.org>
11905
11906         * MAINTAINTERS: Update my affiliation and email address.
11907
11908 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11909
11910         * MAINTAINERS (Write After Approval): Add myself.
11911
11912 2003-09-04  DJ Delorie  <dj@redhat.com>
11913
11914         * configure: Regenerate.
11915
11916 2003-09-04  Robert Millan  <robertmh@gnu.org>
11917
11918         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11919
11920 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11921
11922         * configure.in: Ensure arguments to sed are properly spaced.
11923         * configure: Regenerate.
11924
11925 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
11926
11927         * MAINTAINERS: Update my e-mail address.
11928
11929 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
11930
11931         * MAINTAINERS (Write After Approval): Add myself.
11932
11933 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
11934
11935         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11936         * configure: Regenerated.
11937
11938 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11939
11940         * MAINTAINERS: Update my email address.
11941
11942 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
11943
11944         * configure.in:  Use newline instead of semicolon when assuming
11945         shell arguments in a for loop.
11946         * configure:  Regenerated.
11947
11948 2003-08-22  Jason Eckhardt  <jle@rice.edu>
11949
11950         * MAINTAINERS: Resurrect the i860 maintainer.
11951
11952 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
11953
11954         PR 8180
11955         * configure.in: When testing with_libs and with_headers, treat
11956         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
11957         * configure: Regenerate.
11958
11959         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11960         make, shell, etc.
11961         (baseargs): Likewise.
11962         * configure: Regenerate.
11963
11964 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
11965
11966         * MAINTAINERS (Write After Approval): Add myself.
11967
11968 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
11969
11970         * configure.in: Disable libgcj for darwin not on powerpc.
11971         * configure: Rebuild.
11972
11973 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
11974
11975         * config-ml.in, symlink-tree: Add license.
11976
11977 2003-08-03  Richard Stallman  <rms@gnu.org>
11978             Eben Moglen  <moglen@columbia.edu>
11979
11980         * README.SCO: New file.
11981
11982 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
11983
11984         * Makefile.tpl (check, check-c++): Express dependencies using
11985         dependencies rather than commands.
11986         * Makefile.in: Regenerate.
11987
11988 2003-08-01  Andrew Cagney  <cagney@redhat.com>
11989
11990         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11991         * configure: Ditto.
11992
11993 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
11994
11995         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11996         * Makefile.in: Update.
11997
11998 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
11999
12000         * configure.in: Enable libgcj for darwin.
12001         * configure: Rebuild.
12002
12003 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
12004
12005         * config-ml.in:  Use ac_configure_args directly instead of
12006         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
12007         actually seen.
12008
12009 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12010
12011         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12012         creating target and build subdirs to build all parent dirs as needed.
12013         * Makefile.in: Rebuild.
12014         * configure.in: Don't build dirs explicitly here.
12015         * configure: Rebuild.
12016
12017 2003-07-26  Paul Brook  <paul@nowt.org>
12018
12019         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12020
12021 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
12022
12023         * Makefile.tpl (all-make): Depend on intl.
12024         * Makefile.in: Rebuilt.
12025
12026 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12027
12028         * install-sh:  Update to newer upstream versions (associated with
12029         aclocal 1.7).
12030         * mkinstalldirs:  Likewise.
12031         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
12032
12033 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
12034
12035         * MAINTAINERS: Move self from Bug database only accounts
12036         to write-after-approval.
12037
12038 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
12039
12040         * config.if: Remove unused libc_interface determination.
12041
12042 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12043
12044         * MAINTAINERS: Move self from write-after-approval to
12045         build machinery (*.in).
12046
12047 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12048
12049         PR bootstrap/11273
12050         PR bootstrap/11408
12051         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
12052         unused INSTALL_PROGRAM_ARGS.
12053         * configure.in: Use AC_PROG_INSTALL.
12054         * Makefile.in: Regenerate.
12055         * configure: Regenerate.
12056
12057 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12058
12059         * MAINTAINERS: Alphabetize.
12060
12061 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
12062
12063         * configure: Rebuilt.
12064         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12065         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12066         newlib nor libgloss.
12067         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
12068         * configure.in (am33_2.0-*-linux*): Added.
12069
12070 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
12071
12072         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12073         * configure: Regenerate.
12074
12075 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12076
12077         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12078         * Makefile.in: Regenerate.
12079
12080 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12081
12082         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12083         * Makefile.in: Regenerate.
12084
12085 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12086
12087         * Makefile.tpl: Replace PWD with PWD_COMMAND.
12088         * Makefile.in: Regenerated.
12089
12090         * config-ml.in: Replace PWD with PWD_COMMAND.
12091
12092 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12093
12094         * intl: New directory; see intl/ChangeLog for details.
12095         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12096         * Makefile.tpl: all-gcc depends on maybe-all-intl.
12097         * Makefile.in: Regenerate.
12098
12099 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12100
12101         * configure.in: Clean up config-lang.in handling.  Delete
12102         useless assignment to "subdirs".
12103         * configure: Regenerate.
12104
12105 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12106
12107         * configure.in: Rename 'target_libs' to 'target_libraries'.
12108         Remove useless reference to 'target_libs'.
12109         * configure: Regenerate.
12110
12111 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12112
12113         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12114         * Makefile.in: Regenerate.
12115
12116 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12117
12118         * Makefile.def: Introduce flags_to_pass.
12119         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12120         * Makefile.in: Regenerate.
12121
12122 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12123
12124         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12125         and target-libgloss.
12126         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12127         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12128         * configure: Regenerate.
12129
12130 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12131
12132         * configure.in: Update testsuite_flags to new location.
12133         * configure. Regenerate.
12134
12135 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12136
12137         * Makefile.tpl: Remove BUILD_CC stuff.
12138         * Makefile.in: Regenerate.
12139
12140 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12141
12142         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12143
12144 2003-06-16  Graeme Peterson  <gp@qnx.com>
12145
12146         * MAINTAINERS (Write After Approval): Add myself.
12147
12148 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12149
12150         * config.guess: Update to 2003-06-12 version.
12151         * config.sub: Update to 2003-06-13 version.
12152
12153 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12154
12155         * config.guess: Update to 2003-06-06 version.
12156         * config.sub: Update to 2003-06-06 version.
12157
12158 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12159
12160         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12161         * configure. Regenerate.
12162
12163 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12164
12165         * configure.in: Disable serial configure by default.
12166         * configure: Regenerate.
12167         * Makefile.tpl: Abolish .NOTPARALLEL.
12168         * Makefile.in: Regenerate.
12169
12170         * Makefile.tpl: Replace {build,host,target}_canonical by
12171         {build,host,target}.
12172         * Makefile.in: Regenerate.
12173
12174         * Makefile.tpl: Fix stupid pasto.
12175         * Makefile.in: Regenerate.
12176
12177 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12178
12179         * Makefile.tpl: Remove bogus conditional.
12180         * Makefile.in: Regenerate.
12181
12182 2003-06-05  Jan Hubicka  <jh@suse.cz>
12183
12184         * Makefile.tpl (profiledbootstrap): New target.
12185         * Makefile.in (profiledbootstrap): New target.
12186
12187 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12188
12189         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12190         Pinski. Remove user names from other bugzilla-only maintainers.
12191
12192 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12193
12194         * Makefile.tpl: Make 'recursive targets' using autogen rather
12195         than shell loop.  Remove duplicate 'clean' targets and false
12196         comments.
12197         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12198         Add systematic method of specifying missing targets in subdirs.
12199         Add copyright boilerplate.
12200         * Makefile.in: Regenerate.
12201         * configure.in: Add 'recursive targets' to maybe list.
12202         * configure: Regenerate.
12203
12204         * MAINTAINERS: "GNATS only" -> "Bug database only".
12205
12206         * Makefile.tpl: Rename [+target+] to [+make_target+].
12207         * Makefile.def: Rename 'target' to 'make_target'.
12208
12209 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12210
12211         * MAINTAINERS: Add self as options handling maintainer.
12212
12213 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12214
12215         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12216         been too long since I touched those ports.
12217
12218 2003-05-28  DJ Delorie  <dj@redhat.com>
12219
12220         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12221         * Makefile.in: Regenerate.
12222
12223 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12224
12225         * configure.in: Use curly braces in the definition of tooldir.
12226         * configure: Regenerate.
12227
12228 2003-05-21  DJ Delorie  <dj@redhat.com>
12229
12230         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12231         newlib or libgloss.
12232         * Makefile.in: Regenerate.
12233
12234 2003-05-21  DJ Delorie  <dj@redhat.com>
12235
12236         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12237         * Makefile.in: Regenerate.
12238
12239 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12240
12241         * MAINTAINERS: Update my e-mail address.
12242
12243 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12244
12245         * configure.in: Switch more things to use maybe dependencies.
12246         * Makefile.tpl: Switch more things to use maybe dependencies.
12247         Factor out common code from autogen IF statements.
12248         * configure: Regenerate.
12249         * Makefile.in: Regenerate.
12250
12251 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12252
12253         * configure.in: Accept i[3456789]86 for machine type.
12254         * configure: Regenerate.
12255
12256 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12257
12258         * configure.in: Switch more things to use maybe dependencies.
12259         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12260         * configure: Regenerate.
12261         * Makefile.tpl: Switch more things to use maybe dependencies.
12262         * Makefile.in: Regenerate.
12263
12264 2003-05-16  Andreas Schwab  <schwab@suse.de>
12265
12266         * Makefile.tpl (install-opcodes): Define.
12267         * Makefile.in: Rebuild.
12268
12269 2003-05-13  Andreas Jaeger  <aj@suse.de>
12270
12271         * config.guess: Update to 2003-05-09 version.
12272         * config.sub: Update to 2003-05-09 version.
12273
12274 2003-05-13  Michael Eager  <eager@mvista.com>
12275
12276         * configure.in: Correct sed script so that options in quotes are not
12277         deleted.
12278         * configure: Rebuild.
12279
12280 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12281
12282         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12283         and $$s/newlib/libc/sys/cygwin32 include paths.
12284         * configure: Ditto.
12285
12286 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12287
12288         * MAINTAINERS: Update my email addresses.
12289
12290 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12291
12292         * config-ml.in: Propagate INSTALL variables.
12293
12294 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12295
12296         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12297
12298 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12299
12300         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12301         * Makefile.in: Regenerate.
12302
12303 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12304
12305         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12306
12307 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12308
12309         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12310
12311 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12312
12313         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12314         * Makefile.in: Regenerated.
12315
12316 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12317
12318         * MAINTAINERS (Write After Approval): Upgrade myself from
12319         GNATS only to write-after-approval. Update my mail address.
12320
12321 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12322
12323         (OS Port Maintainers: freebsd): Add myself.
12324
12325 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12326
12327         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12328
12329 2003-04-22  Kean Johnston  <jkj@sco.com>
12330
12331         * MAINTAINERS (SCO ports): Added myself.
12332
12333 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12334
12335         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12336
12337 2003-04-19  Kean Johnston  <jkj@sco.com>
12338
12339         * MAINTAINERS (Write After Approval): Add myself.
12340
12341 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12342
12343         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12344         * Makefile.in: Regenerate.
12345
12346 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12347
12348         * configure.in (powerpc64*-*-linux*): Remove.
12349         * configure: Rebuilt.
12350
12351 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12352
12353         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12354         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12355         and restrap.
12356         * Makefile.in:  Regenerate.
12357
12358 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12359
12360         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12361         * configure: Regenerated.
12362
12363 2003-04-15  DJ Delorie  <dj@redhat.com>
12364
12365         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12366
12367 2003-04-13  Nick Clifton  <nickc@redhat.com>
12368
12369         * config-ml.in: Remove support for --disable-aix removing
12370         call-aix multilibs.
12371
12372 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12373
12374         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12375         * */configure: Rebuilt.
12376
12377 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12378
12379         * MAINTAINERS: Add my email address.
12380
12381 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12382
12383         * MAINTAINERS (Write After Approval): Add myself.
12384
12385 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12386
12387         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12388         * Makefile.in: Regenerate.
12389
12390 2003-03-14  Michael Chastain  <mec@shout.net>
12391
12392         * Makefile.in: Regenerate with correct Makefile.def.
12393
12394 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12395
12396         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12397         Make macro.
12398         * Makefile.in: Regenerate.
12399         * configure.in: Clean up gxx_include_dir logic.
12400         * configure: Regenerate.
12401
12402 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12403
12404         * MAINTAINERS (Write After Approval): Add myself.
12405
12406 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12407
12408         * MAINTAINERS: Update my mail address.
12409
12410 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12411
12412         * configure.in (gxx_include_dir): Fix typo.
12413         * configure: Regenerated.
12414
12415 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12416
12417         * Makefile.tpl: Reindent.
12418         * Makefile.in: Regenerate.
12419         * configure.in: Reindent.  Don't set unused variables.
12420         * configure: Regenerate.
12421
12422 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12423
12424         * configure.in: Include $(build_tooldir)/sys-include in
12425         FLAGS_FOR_TARGET.
12426         * configure: Regenerated.
12427
12428 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12429
12430         * Makefile.tpl: Always pass down RANLIB.
12431         * Makefile.in: Regenerate.
12432
12433         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12434         * Makefile.in: Regenerate.
12435         * configure.in: Remove unused logic relating to --enable-shared
12436         and --enable-threads.  Remove bogus comments.  Remove redundant
12437         noconfigdirs.
12438         * configure: Regenerate.
12439
12440         * configure.in: Replace ${libstdcxx_version} by its value.
12441         Remove reference to mh-dgux.
12442         * configure: Regenerate.
12443
12444 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12445
12446         * MAINTAINERS (Write After Approval): Add myself.
12447
12448 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12449
12450         * Makefile.tpl: Rearrange.
12451         * Makefile.in: Regenerate.
12452
12453 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12454
12455         * configure.in: Add support for kaOS as cross build target system.
12456         * configure: Regenerated.
12457
12458 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12459
12460         * MAINTAINERS (Write after approval): Add myself.
12461
12462 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12463
12464         * MAINTAINERS: Update my email address.
12465
12466 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12467
12468         * MAINTAINERS: Add self to blanket write privs. section.
12469
12470 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12471
12472         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12473         configure-target-* as some target builds may require additional
12474         flags for preprocessor tests.
12475         * Makefile.in: Regenerated.
12476
12477 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12478
12479         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12480         * ltconfig: Handle it.
12481         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12482         auto-detecting it.
12483
12484         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12485         it is used as argument to $CC.
12486         * ltcf-gcj.sh: Likewise.
12487
12488         * configure.in: Introduce --enable-maintainer-mode.
12489         * configure: Rebuilt.
12490         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12491         for maintainer mode.
12492         * Makefile.in: Rebuilt.
12493
12494 2003-02-18  Jason Merrill  <jason@redhat.com>
12495
12496         * Makefile.tpl (check-c++): Allow parallelism.
12497
12498 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12499
12500         * MAINTAINERS: Remove John Carr (who never actually had access to
12501         gcc.gnu.org).
12502
12503 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12504
12505         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12506         don't configure target-libobjc.
12507         * configure: Regenerate.
12508
12509 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12510
12511         * Makefile.tpl (RANLIB): Define.
12512         * Makefile.in: Regenerate.
12513
12514 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
12515
12516         * MAINTAINERS: Update my email.
12517
12518 2003-02-06  Keith R Seitz  <keiths@redhat.com>
12519
12520         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12521         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12522         * Makefile.in: Regenerated.
12523         * configure.in: Remove all traces of snavigator, db, and grep.
12524         * configure: Regenerated.
12525
12526 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12527
12528         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12529         After Approval.
12530
12531 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12532
12533         * MAINTAINERS (Write after approval): Add myself.
12534
12535 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
12536
12537         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12538         * Makefile.in: Regenerated.
12539
12540 2003-01-30  Roger Sayle  <roger@eyesopen.com>
12541
12542         * config.guess: Updated to 2003-01-30's version.
12543         * config.sub: Updated to 2003-01-28's version.
12544
12545 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
12546
12547         * config.if: If gcc_version is already set, just use it.  Don't set
12548         gcc_version_trigger if it's already set, otherwise set it to
12549         gcc/version.c, but only if the file exists.  If it is not set and
12550         gcc/version.c does not exist, try to extract the version number from
12551         $CC.
12552
12553 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
12554
12555         * MAINTAINERS: Add myself to write-after-approval list.
12556
12557 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
12558
12559         * configure.in:  Revert 24Jan change.
12560         * configure:  Regenerate.
12561
12562 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12563
12564         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
12565         entry of HJ Lu.
12566
12567 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12568
12569         * configure.in: Revert previous change.
12570         * configure: Regenerate.
12571
12572 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12573
12574         * configure.in: Make rda native-only.
12575         * configure: Regenerate.
12576
12577 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12578
12579         * MAINTAINERS: Move myself from GNATS-only-accounts to
12580         write-after-approval.
12581
12582 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12583
12584         * configure.in: Add missing \.
12585         * configure: Rebuilt.
12586
12587 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
12588
12589         * configure.in (baseargs): Avoid using \| in sed regular
12590         expressions.
12591         * configure: Rebuilt.
12592
12593 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
12594
12595         * configure.in (baseargs): Remove all supported forms of
12596         --cache-file, --srcdir, --host, --build and --target options
12597         from argument lists.
12598         * configure: Rebuilt.
12599
12600 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
12601
12602         * MAINTAINERS: Add myself to write-after-approval list.
12603
12604 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
12605
12606         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12607         * configure: Rebuilt.
12608
12609 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12610
12611         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12612         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12613         * Makefile.in: Regenerate.
12614         * configure: Regenerate.
12615
12616 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12617
12618         * configure.in: Remove Makefile in build, host and target modules
12619         unless configure was run with --no-recursion.
12620         * configure: Rebuilt.
12621
12622 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12623
12624         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12625         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12626         * Makefile.in: Regenerate.
12627
12628 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
12629
12630         * config.guess: Update to 2003-01-03 version.
12631         * config.sub: Update to 2003-01-03 version.
12632
12633 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12634
12635         * configure: Regenerate with proper autoconf 2.13.
12636
12637 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12638
12639         * configure.in: Add AC_PREREQ for consistency.
12640         * configure: Regenerate.
12641
12642 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
12643
12644         * configure.in (GDB_TK): Add tcl directories conditional on
12645         gdb/gdbtk directory being present.
12646         * configure: Regenerate.
12647
12648 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
12649
12650         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
12651         used by gcc if LD is not defined and we are not doing a Canadian Cross.
12652         * configure: Rebuilt.
12653
12654 2002-12-31  Tom Tromey  <tromey@redhat.com>
12655
12656         * Makefile.in: Rebuilt.
12657         * Makefile.def (target_modules) [libffi]: Allow installation.
12658
12659 2002-12-31  Andreas Schwab  <schwab@suse.de>
12660
12661         * configure.in: Fix use of $program_transform_name.
12662         * configure: Regenerated.
12663
12664 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12665
12666         * configure.in (baseargs): Don't remove first configure argument.
12667         * configure: Regenerated.
12668
12669 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12670
12671         * Makefile.tpl (local-distclean): Don't remove...
12672         (multilib.ts): ... this.  Moved into...
12673         (multilib.out): ... this.  Don't use sub-make.
12674         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12675         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12676         (configure-build-[+module+], configure-[+module+],
12677         configure-target-[+module+], configure-gcc): ... these.  Test
12678         for Makefile existence.  Drop config.status from dependencies.
12679         * Makefile.in: Rebuilt.
12680         * configure.in: Move gcc-version-trigger to the end of
12681         ac_configure_args.  Add comments to maybedep.tmp and
12682         serdep.tmp.  Introduce --disable-serial-configure.  Remove
12683         nonopt from baseargs, matching and removing corresponding
12684         whitespace while at it.
12685         * configure: Rebuilt.
12686
12687 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12688
12689         * configure.in (host_configargs): Replace reference to
12690         no-longer-defined buildopts with --build=${build_alias}.
12691         * configure: Rebuilt.
12692
12693         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12694         program_transform_name to standard idiom.
12695         (AUTOGEN, AUTOCONF): Define.
12696         (Makefile.in): Use $(AUTOGEN).
12697         (Makefile): Depend on config.status, and use autoconf-style rule to
12698         build it.  Move original commands to...
12699         (config.status): ... this new target.
12700         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12701         $(AUTOCONF).
12702         * Makefile.in: Rebuilt.
12703
12704 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12705
12706         * Makefile.tpl: Fix dramatic bustage due to change in
12707         program_transform_name.
12708         * Makefile.in: Regenerate.
12709
12710         * configure.in: Remove unnecessary PATH setting.
12711         * configure: Regnerate.
12712
12713         * configure.in: Don't default to unprefixed tools unless
12714         the native tools will work.
12715         * configure: Regenerate.
12716
12717         * configure.in: Convert to autoconf script.  Blow away lots
12718         of now-redundant Makefile fragments.
12719         * configure: Generate using Autoconf.
12720         * Makefile.tpl: Rewrite to reflect autoconfiscation.
12721         * Makefile.in: Regenerate.
12722
12723 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12724
12725         * configure: Fix stupid bug where RANLIB was mistakenly included.
12726
12727         * configure.in: Rename (buildargs, hostargs, targargs) to
12728         (build_configargs, host_configargs, target_configargs).
12729
12730         * configure.in: Move logic out of sed statement.
12731
12732         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12733         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12734
12735 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
12736
12737         * config.sub: Import from master repository
12738         * config.guess: Ditto
12739
12740 2002-12-24  Andreas Schwab  <schwab@suse.de>
12741
12742         * Makefile.tpl (multilib.out): Fix missing space.
12743         * Makefile.in: Regenerate.
12744
12745 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12746
12747         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
12748         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
12749         * Makefile.in: Regenerate.
12750         * configure.in: Remove unnecessary leftovers.
12751
12752 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
12753
12754         * configure.in (extra_ranlibflags_for_target): New variable.
12755         (*-*-darwin): Add -c to ranlib commands.
12756         * configure (tooldir): Handle extra_ranlibflags_for_target.
12757
12758 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12759
12760         * Makefile.tpl: Revert HJL's change.
12761         * Makefile.in: Regenerated.
12762         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12763         always.
12764
12765 2002-12-19  Andreas Schwab  <schwab@suse.de>
12766
12767         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12768         * Makefile.in: Regenerate.
12769
12770 2002-12-18  H.J. Lu  <hjl@gnu.org>
12771
12772         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12773         * Makefile.in: Regenerated.
12774
12775         * configure.in (build_prefix): New. Substitute.
12776
12777 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12778
12779         * Makefile.tpl: Don't let real targets depend on phony targets.
12780         * Makefile.in: Regenerate.
12781
12782         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12783         * Makefile.in: Regenerate.
12784
12785 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
12786
12787         * config.sub: Import from master repository
12788         * config.guess: Ditto
12789
12790 2002-12-16  Jason Merrill  <jason@redhat.com>
12791
12792         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12793         previous 'make bootstrap'.
12794         * Makefile.in: Regenerate.
12795
12796 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
12797
12798         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12799
12800 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12801
12802         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12803         * Makefile.in: Regenerate.
12804
12805 2002-12-13  Jason Merrill  <jason@redhat.com>
12806
12807         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
12808         library tests.
12809         (check-c++): Just depend on it and check-target-libstdc++-v3.
12810         * Makefile.in: Regenerate.
12811
12812 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12813
12814         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12815         * Makefile.in: Rebuilt.
12816
12817 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12818
12819         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12820
12821 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12822
12823         * configure: Fix bug put in by gremlins.
12824
12825         * Makefile.tpl: Substitute more autoconfily.
12826         * configure: Substitute more autoconfily.
12827         * Makefile.in: Regenerate.
12828
12829 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
12830
12831         * config.sub: Import from master repository
12832         * config.guess: Ditto
12833         * MAINTAINERS: Added Svein Seldal under write after approval
12834
12835 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
12836
12837         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12838         * Makefile.in (all-sim): Ditto.
12839
12840 2002-12-06  DJ Delorie  <dj@redhat.com>
12841
12842         * Makefile.tpl: Change configure dependencies to not have real
12843         targets depend on phony targets.
12844
12845 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
12846
12847         * configure.in: Revert unintentional change.
12848
12849         * Makefile.tpl: Change dependency for */multilib.out so that
12850         it works when gcc isn't in the tree.
12851
12852         * configure.in: Substitute more.
12853         * configure: Run subconfigures from the Makefile.
12854         * Makefile.tpl: Run subconfigures from the Makefile; add a few
12855         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
12856
12857 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12858
12859         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12860
12861 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12862
12863         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12864         and corresponding dependencies.
12865         * Makefile.in: Regenerate.
12866
12867         * configure.in (host_tools): Order binutils, gas and ld for
12868         convenience in running the testsuites.
12869
12870         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12871         * Makefile.in: Regenerate.
12872         * configure.in: Introduce rules to serialize subconfigure runs.
12873
12874         * configure.in: Introduce BASE_CC_FOR_TARGET.
12875         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
12876         Realize configure-build-* targets.  Realize configure-target-* targets.
12877         * Makefile.in: Regenerate.
12878
12879 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12880
12881         * configure: Move gcc_version_trigger stuff from here...
12882         * configure.in: ...to here.
12883
12884         * configure.in: Separate subconfigure options added by this file from
12885         options given by the user.  Add machinery to put args for host
12886         subconfigures into the Makefile.
12887
12888         * Makefile.tpl: Remove 'vault' targets.
12889         * Makefile.tpl: Reorder and comment dependencies.
12890         * Makefile.in: Regenerate.
12891
12892 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12893         * configure.in: Fix my broken commit of previous patch. (sigh)
12894
12895 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12896
12897         * configure.in: Move host-specific darwin noconfigdirs into
12898         the host-specific section.
12899
12900 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12901
12902         * configure.in: Move host-specific darwin noconfigdirs into
12903         the host-specific section.
12904
12905 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12906
12907         * configure: Remove skip-this-dir support.
12908         * Makefile.tpl: Remove skip-this-dir support.
12909
12910         * Makefile.tpl: Remove leftover support for non-autoconfiscated
12911         subdirectories.
12912         * Makefile.in: Regenerate.
12913
12914         * Makefile.tpl: Strip out useless setting of 'dir'.
12915         * Makefile.in: Regenerate.
12916
12917 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12918
12919         * configure.in: Fix deeply stupid bug.
12920
12921         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12922         shell code in CXX_FOR_TARGET
12923         * Makefile.def: Introduce raw_cxx.
12924         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12925         RAW_CXX_FOR_TARGET.
12926         * Makefile.in: Regenerate.
12927
12928 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
12929
12930         * Makefile.tpl: Remove unnecessary ifs.
12931         * Makefile.in: Regenerate.
12932
12933         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
12934         dependencies.  Maybe-ize build-libiberty.  Create dummy install
12935         targets for 'no_install' modules.
12936         * configure: Move GDB_TK substitution to configure.in.  Move
12937         build_modules stuff to configure.in.
12938         * configure.in: Implement soft dependency machinery.  Maybe-ize
12939         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
12940         * Makefile.in: Regenerate.
12941
12942 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12943
12944         * Makefile.tpl: Make all-target, install-target behave similarly
12945         to all, install (only hitting configured targets).  Eliminate
12946         unused macro defintions.
12947
12948         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12949         build != host.
12950
12951         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12952
12953         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12954
12955         * configure.in: Produce lists of subdir targets we're actually
12956         configuring.  Remove references to "dosrel".
12957         * Makefile.tpl: Let configure set which subdir targets are hit.
12958         Remove install-cross; clean up install; remove ALL.  Remove
12959         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
12960         Autogenerate host module targets.  Remove empty dependency lines
12961         and redundant dependency; rearrange slightly.
12962         * Makefile.def: Add host-side libtermcap, utils.
12963
12964         * Makefile.in: Regenerate.
12965
12966 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12967
12968         * ltconfig (osf[345]): Append $major to soname_spec.
12969         Reflect this in library_names_spec.
12970         * ltmain.sh (osf): Prefix $major with . for use as extension.
12971
12972 2002-11-19  Andreas Jaeger  <aj@suse.de>
12973
12974         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12975         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12976         and sparc64 GNU/Linux systems.
12977
12978 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
12979
12980         * MAINTAINERS: Update email.
12981
12982 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12983
12984         * MAINTAINERS: Complete James Dennett's entry.
12985
12986 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
12987
12988         * MAINTAINERS (Write After Approval): Add myself.
12989
12990 2002-11-13  Bruce Korb  <bkorb@gnu.org>
12991
12992         * Makefile.tpl: syntactic cleanup
12993
12994 2002-11-13  Stuart Hastings  <stuart@apple.com>
12995
12996         * MAINTAINERS: Add myself to write-after-approval list.
12997
12998 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12999
13000         * Makefile.def: Add list of recursive targets to autogenerate.
13001         Add build_modules.
13002         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
13003         targets.  Autogenerate *-build-* targets.
13004         * Makefile.in: Regenerate.
13005
13006 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13007
13008         * configure: More autoconf-style substitutions.
13009         * Makefile.tpl: More autoconf-style substitutions.
13010         * Makefile.in: Regenerate.
13011
13012 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13013
13014         * configure: Substitute more variables in a more autoconf-friendly
13015         way.  Simplify slightly.
13016         * Makefile.tpl: Make more variables substitutable in an
13017         autoconf-friendly way.
13018         * Makefile.in: Regenerate.
13019
13020 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
13021
13022         * MAINTAINERS (Write After Approval): Add myself.
13023
13024 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13025
13026         * configure.in (v810*): Remove special setting of tools.
13027
13028         * configure: Add support for extra required flags for ar or nm.
13029         * configure.in (aix4.3+): Use above support for target-specific
13030         issues, rather than using config/mt-aix43.
13031
13032 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13033
13034         * configure: Remove 'removing', which doesn't work.  Replace $subdir
13035         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
13036         with $srcdir.  Reformat indentation.  Substitute some variables
13037         formerly hard-coded in the Makefile for build=host.
13038         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13039         * Makefile.def: Autogenerate more.
13040         * Makefile.in: Regenerate.
13041
13042 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13043
13044         * MAINTAINERS (Write After Approval): Add myself.
13045
13046 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
13047
13048         * Makefile.def (host_modules): Add rda.
13049         * Makefile.in: Regenerate.
13050         * configure.in (target_tool): Add target-rda to list.
13051
13052 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13053
13054         * MAINTAINERS: Remove "co-maintainer" note for web pages.
13055
13056 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
13057
13058         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
13059         and restrap targets to this rule.
13060         * Makefile.in:  Regenerate.
13061
13062 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13063
13064         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13065         GNATS only accounts.
13066
13067 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
13068
13069         * configure.in (i[3456]86-*-linux*): Add check to disable
13070         ${libgcj} for glibc1.
13071
13072 2002-10-24  Denis Chertykov  <denisc@overta.ru>
13073
13074         * MAINTAINERS: Add myself as ip2k port maintainer.
13075
13076 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
13077
13078         * configure.in: Add tic4x target.
13079
13080 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13081
13082         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13083         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13084         * Makefile.in: Regenerate.
13085
13086         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13087         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13088         * Makefile.in: Regenerate.
13089
13090 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
13091
13092         * MAINTAINERS: Add myself as web pages co-maintainer.
13093
13094 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13095
13096         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13097         * Makefile.in: Regenerate.
13098
13099 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
13100
13101         * MAINTAINERS: Add myself and Nathan Sidwell
13102         <nathan@codesourcery.com> as VxWorks maintainers.
13103
13104 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13105
13106         * Makefile.def: Remove order dependency comments.
13107         * Makefile.tpl: Add explicit install-install dependencies.
13108         * Makefile.in: Regenerate.
13109
13110         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13111         * Makefile.in: Regenerate.
13112
13113         * Makefile.tpl: Add configure-target (for src-release in src)
13114         * Makefile.in: Regenerate.
13115
13116 2002-09-30  Nick Clifton  <nickc@redhat.com>
13117
13118         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13119
13120 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13121
13122         * configure.in (s390*-*-linux*): Enable libgcj.
13123
13124 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13125
13126         * configure: Revert accidentally applied changes.
13127
13128         * Makefile.tpl: Make more autoconf-friendly.
13129         * Makefile.in: Regenerate.
13130         * configure: Make substitution more autoconf-like.
13131
13132 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13133
13134         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13135         single entry to handle all these.
13136         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13137         libjava on arm-*-elf.
13138
13139 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13140
13141         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13142         things that depend on them.
13143
13144 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13145
13146         * Makefile.tpl: Make subsituted variables more autoconfy.
13147         * Makefile.in: Regenerate.
13148         * configure: Make seds more autoconfy.
13149
13150 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13151
13152         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13153         * Makefile.in: Regenerate.
13154         * configure.in: Rewrite sed statements to look autoconfy.
13155
13156         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13157         all-target-foo on configure-target-foo.
13158         * Makefile.def: Ditto.
13159         * Makefile.in: Rebuild.
13160
13161 2002-09-25  Andrew Haley  <aph@redhat.com>
13162
13163         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13164
13165 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13166
13167         * Makefile.def: New file.
13168         * Makefile.tpl: New file.
13169         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13170         * contrib/gcc_update: Note that Makefile.in is a generated file.
13171
13172         * configure.in: Minor rearrangement.  Simplify tests.
13173
13174 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13175
13176         * configure.in (with_headers): Skip copy if value is "yes".
13177         (with_libs): Likewise.
13178
13179 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13180
13181         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13182         * configure.in (sh*-*-pe*): Ditto.
13183         * configure.in (mips*-*-pe*): Ditto.
13184         * configure.in (*arm-wince-pe): Ditto.
13185
13186         * configure.in: Rearrange.
13187
13188 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13189
13190         * MAINTAINERS: Update my email address.
13191
13192 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13193
13194         * MAINTAINERS: (Write After Approval): Add myself.
13195
13196 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13197
13198         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13199
13200 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13201
13202         * MAINTAINERS: Change my mailing address.
13203
13204 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13205
13206         * MAINTAINERS (Write After Approval): Remove myself.
13207         (Various Maintainers: c++ runtime libs): Add myself.
13208
13209 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13210
13211         * MAINTAINERS (Write After Approval): Remove myself.
13212         (Various Maintainers: c++ runtime libs): Add myself.
13213
13214 2002-08-15  Eric Christopher  <echristo@redhat.com>
13215
13216         * config.sub: Import from master repository.
13217         * config.guess: Ditto.
13218
13219 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13220
13221         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13222         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13223         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13224
13225 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13226
13227         * MAINTAINERS: Add self to rs6000 vector extensions.
13228
13229 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13230
13231         * libiberty/configure: Reverted unintended yesterday's check in.
13232
13233 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13234
13235         * boehm-gc/configure, libf2c/configure: Rebuilt.
13236         * libffi/configure, libiberty/configure: Ditto.
13237         * libjava/configure, libobjc/configure: Ditto.
13238         * libstdc++-v3/configure, zlib/configure: Ditto.
13239         Merged from binutils:
13240         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13241         From Steve Ellcey <sje@cup.hp.com>:
13242         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13243         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13244         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13245         IA64.
13246         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13247         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13248         soname_spec, sys_lib_search_path_spec): Ditto.
13249
13250 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13251
13252         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13253
13254 2002-08-04  H.J. Lu  (hjl@gnu.org)
13255
13256         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13257
13258 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13259
13260         * MAINTAINERS (Write After Approval): Add myself.
13261
13262 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13263
13264         * configure.in: Move generic linux case to end.  Copy generic
13265         linux noconfigdirs to mips*-*-linux* entry and new
13266         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13267
13268 2002-07-19  Michael Matz  <matz@suse.de>
13269
13270         * MAINTAINERS: Add myself as ra* maintainer.
13271
13272 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13273
13274         * config.guess: Update to 2002-07-09 version.
13275         * config.sub: Update to 2002-07-03 version.
13276
13277 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13278
13279         * MAINTAINERS: Fix typo in a maintainer email address.
13280
13281 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13282
13283         * configure.in: Remove two redundant tests.
13284
13285 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13286
13287         * configure.in (mips*-*-irix6*o32): Enable stabs.
13288
13289 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13290
13291         * configure.in: Don't build grez.
13292         * Makefile.in: Ditto.
13293
13294         * Makefile.in: Remove references to bsp, cygmon, libstub.
13295         * configure.in: Ditto.
13296
13297         * configure.in: Remove leftover reference to gdbtest.
13298
13299 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13300
13301         * configure.in (gxx_include_dir):  Change to match versioned
13302         C++ headers if --enable-version-specific-runtime-libs is used.
13303
13304 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13305
13306         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13307
13308 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13309
13310         * configure.in: Make --without-x work.
13311
13312 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13313
13314         * configure.in: Rearrange target Makefile fragment collection.
13315
13316         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13317         cvs[src].
13318         * configure.in: Ditto.
13319
13320 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13321
13322         * MAINTAINERS (Write After Approval): Update my e-mail address.
13323
13324 2002-06-24  Ben Elliston  <bje@redhat.com>
13325
13326         * configure.in (host_tools): Remove cgen.
13327
13328         * Makefile.in (all-cgen): Remove; runs from its source directory.
13329         (check-cgen, install-cgen, clean-cgen): Likewise.
13330         (all-opcodes): Do not depend on all-cgen.
13331         (all-sim): Likewise.
13332
13333 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13334
13335         * Makefile.in: Eliminate 'apache' targets.
13336         * configure.in: Eliminate 'apache' targets.
13337
13338         * configure.in: Eliminate redundant tests.  Reorganize.
13339
13340         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13341
13342         * config-ml.in: Eliminate references to Cygnus configure.
13343
13344         * Makefile.in: Eliminate references to building emacs.
13345
13346 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13347
13348         * MAINTAINERS: Update my email address.
13349
13350 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13351
13352         * config.if (libstdcxx_incdir): Version C++ headers.
13353         (cxx_incdir): Remove.
13354
13355 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13356
13357         * MAINTAINERS (Write After Approval): Add self.
13358
13359 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13360
13361         * configure.in: Add support for ip2k.
13362
13363 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13364
13365         * configure.in: Fix AIX configury bug.
13366
13367 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13368
13369         * MAINTAINERS (Write After Approval): Add self.
13370
13371 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13372
13373         * configure.in: replace ${topsrcdir} with ${srcdir}
13374
13375         * configure.in: Move definition of libstdcxx_flags
13376         right above usage, rather than waaay earlier.
13377
13378         * configure.in: Pull definition of is_cross_compiler earlier.
13379
13380         * configure.in: Rearrange a little.
13381
13382         * configure.in: Remove references to librx.
13383         * Makefile.in: Remove references to librx.
13384
13385 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13386
13387         * config.sub: Add support for avr target.
13388         Import from master sources, rev 1.255
13389
13390 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13391
13392         * configure, .cvsignore:  Revert previous change...
13393         * Makefile:  ...delete.
13394
13395 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13396
13397         * configure.in: Eliminate ${gasdir} variable.
13398
13399 2002-06-18  Dave Brolley  <brolley@redhat.com>
13400
13401         * configure.in: Add support for frv.
13402         * config.sub: Add support for frv.
13403
13404 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13405
13406         * configure:  Remove garbage from previous commit.
13407
13408 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13409
13410         * configure:  For in-source builds, make a subdir and re-exec there.
13411         * Makefile:  New file.  Pass targets through to build directory.
13412         * .cvsignore:  No longer ignore "Makefile".
13413
13414 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13415
13416         * MAINTAINERS (Write After Approval): Add self.
13417
13418 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13419
13420         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13421
13422 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13423
13424         * configure.in (vax-*-netbsd*): Re-enable gas.
13425
13426 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13427
13428         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13429         BUILD_PREFIX_1, to correct nomenclature.
13430         * configure: Likewise.
13431
13432         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13433         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13434
13435 2002-05-31  Olaf Hering  <olh@suse.de>
13436
13437         * config-ml.in: Propogate DESTDIR also.
13438
13439 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13440
13441         * configure.in (vax-*-netbsd*): Don't build gas for this
13442         platform.
13443
13444 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13445
13446         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13447         and libgcj for AVR.
13448
13449 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13450
13451         * MAINTAINERS (Write After Approval): Add myself.
13452
13453 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13454
13455         * config.guess: Update to 2002-05-22 version.
13456         * config.sub: Likewise.
13457
13458 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13459
13460         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13461         * config-ml.in: Likewise.
13462         * configure: Likewise.
13463         * configure.in: Likewise.
13464
13465 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13466
13467         * MAINTAINERS: Update my email address.
13468
13469 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13470
13471         * configure.in: Simplify makefile fragment collection.
13472
13473         * configure.in: Remove code to build emacs.
13474
13475         * configure.in : Remove --srcdir argument from targargs and buildargs
13476         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13477
13478         * configure: Move some logic to configure.in.
13479         * configure.in: Move some logic from configure.
13480
13481 2002-05-11  Tom Tromey  <tromey@redhat.com>
13482
13483         * MAINTAINERS: Reflect libgcj reality.
13484
13485 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
13486
13487         * Makefile.in: Honour DESTDIR.
13488
13489 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
13490
13491         * config.guess: Import 2002-03-20 version.
13492         * config.sub: Import 2002-04-26 version.
13493
13494 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13495
13496         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13497
13498 2002-05-07  Tim Josling  <tej@melbpc.org.au>
13499
13500         * MAINTAINERS: Add self.
13501
13502 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
13503
13504         * ltmain.sh: Detect and handle object name conflicts
13505         while piecewise linking a static library.
13506
13507 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
13508
13509         * configure.in (noconfigdirs): Don't disable libgcj on
13510         sparc64-*-solaris* and sparcv9-*-solaris*.
13511
13512 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
13513
13514         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13515
13516 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
13517
13518         * configure.in (FLAGS_FOR_TARGET): Do not add
13519         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13520         on i[3456]86-*-linux*.
13521
13522 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
13523
13524         * configure.in (noconfigdirs): Replace [ ] with test.
13525
13526         * configure.in (noconfigdirs): Do not add target-newlib if
13527         target == i[3456]86-*-linux*, and host == target.
13528
13529 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
13530
13531         * configure.in: delete reference to absent file
13532
13533         * configure.in: replace '[' with 'test'
13534
13535         * configure.in: Eliminate references to gash.
13536         * Makefile.in: Eliminate references to gash.
13537
13538         * configure.in: remove useless references to 'pic' makefile fragments.
13539
13540         * configure.in: (*-*-windows*) Finish removing.
13541
13542         * configure.in: Eliminate redundant test for libgui.
13543
13544 2002-04-29  Roger Sayle  <roger@eyesopen.com>
13545
13546         * MAINTAINERS: Add self and realphabetize.  Update entries
13547         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
13548         entry for a29k port maintainer.
13549
13550 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
13551
13552         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13553         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13554
13555 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
13556
13557         * configure.in: remove references to dead files
13558
13559 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
13560
13561         * MAINTAINERS: Add information about purpose of this file.
13562
13563 2002-04-18  Tom Tromey  <tromey@redhat.com>
13564
13565         * configure.in: Disallow configuring libgcj when it is already
13566         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
13567         Solaris 2.8 by default.  For PR libgcj/6158.
13568
13569 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13570
13571         * configure.in:  Move default CC setting out of config/mh-* fragments
13572         directly into here.
13573
13574 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13575
13576         * configure.in: don't even try to configure or make a subdirectory
13577         if there's no configure script for it.
13578
13579 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
13580
13581         * MAINTAINERS: Remove chill maintainers.
13582         * Makefile.in (CHILLFLAGS): Remove.
13583         (CHILL_LIB): Remove.
13584         (TARGET_CONFIGDIRS): Remove libchill.
13585         (CHILL_FOR_TARGET): Remove.
13586         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13587         CHILL_LIB.
13588         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13589         (CHECK_TARGET_MODULES): Likewise.
13590         (INSTALL_TARGET_MODULES): Likewise.
13591         (CLEAN_TARGET_MODULES): Likewise.
13592         (configure-target-libchill): Remove.
13593         (all-target-libchill): Remove.
13594         * configure.in (target_libs): Remove target-libchill.
13595         Do not compute CHILL_FOR_TARGET.
13596         * libchill: Remove directory.
13597
13598 2002-04-11  DJ Delorie  <dj@redhat.com>
13599
13600         * Makefile.in, configure.in: Sync with binutils, entries
13601         follow...
13602
13603 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
13604
13605         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
13606         (do-tar, do-bz2): New rules.
13607         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
13608         (gdb-tar): New rule.
13609         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
13610         (insight_dejagnu.tar): New rule.
13611         (insight.tar): New rule.
13612         (gdb+dejagnu.tar): New rule.
13613         (gdb.tar): New rule.
13614
13615 2002-02-01  Mo DeJong  <supermo@bayarea.net>
13616
13617         * Makefile.in: Add all-tix to deps for all-snavigator
13618         so that tix is built when building snavigator.
13619
13620 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
13621
13622         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13623         ld and gdb are not supported.
13624
13625 2002-01-07  Mark Salter  <msalter@redhat.com>
13626
13627         * configure.in: Remove target-bsp and target-cygmon from arm builds.
13628         Allow target-libgloss to be built for arm, strongarm, and xscale.
13629
13630 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
13631
13632         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13633         options for i[3456]86-pc-linux* native builds.
13634
13635 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
13636
13637         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13638         files from .po files for a distribution.
13639
13640 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
13641
13642         * configure.in: Enable libstdc++-v3 for h8300 targets.
13643
13644 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
13645
13646         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13647         version from bfd/.
13648
13649 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
13650
13651         * Makefile.in (VER): When present, extract the version number from
13652         the file version.in.
13653
13654 2001-05-24  Tom Rix  <trix@redhat.com>
13655
13656         * configure.in : enable ld for aix
13657
13658 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13659
13660         * config.guess: Add linux target for S/390.
13661
13662 2000-11-07  Philip Blundell  <pb@futuretv.com>
13663
13664         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13665
13666 2000-11-03  Philip Blundell  <pb@futuretv.com>
13667
13668         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13669         files.
13670
13671 2001-01-15  Ben Elliston  <bje@redhat.com>
13672
13673         * configure.in (host_tools): Add sid.
13674         Always configure cgen.
13675
13676 2000-11-24  Nick Clifton  <nickc@redhat.com>
13677
13678         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13679
13680 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13681
13682         * Makefile.in (ALL_MODULES): Add all-cgen.
13683         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13684         (all-cgen): New target.
13685         (all-opcodes,all-sim): Depend on all-cgen.
13686         * configure.in (host_tools): Add cgen.
13687         Only configure cgen if --enable-cgen-maint.
13688
13689 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13690
13691         * configure.in: Add *-*-freebsd* configurations.
13692
13693 2002-04-08  Tom Tromey  <tromey@redhat.com>
13694
13695         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13696         Fixes PR libgcj/6068.
13697
13698 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
13699
13700         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13701
13702 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13703
13704         * configure.in (alpha*-dec-osf*): Enable libgcj.
13705
13706 2003-03-27  Matthew Gingell  <gingell@gnat.com>
13707
13708         * MAINTAINERS (Write After Approval): Add myself.
13709
13710 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13711
13712         Fix for: PR bootstrap/3591, target/5676
13713         * configure.in (mcore-pe): Disable the configuration of
13714         libstdc++-v3 since exceptions are not supported.
13715
13716 2002-03-20  Anthony Green  <green@redhat.com>
13717
13718         * configure.in: Enable libgcj for xscale-elf target.
13719
13720 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13721
13722         * MAINTAINERS:  Update my email address.
13723
13724 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13725
13726         * ltmain.sh (relink_command): Fix typo in previous change.
13727
13728 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13729
13730         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13731         (relink_command): Added --tag flags.
13732         (mode=install): If relinking fails; error out.
13733
13734 2002-03-12  Richard Henderson  <rth@redhat.com>
13735
13736         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
13737         .NOTPARALLEL tag.
13738         (do-check): Rename from check.
13739         (check): Allow parallel check.
13740
13741 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
13742
13743         * MAINTAINERS: Add myself as maintainer for xtensa port.
13744         Fix alphabetical order in CPU port maintainer list.
13745         Remove myself from Write After Approval list.
13746
13747 2002-03-11  Richard Henderson  <rth@redhat.com>
13748
13749         * Makefile.in (.NOTPARALLEL): Add fake tag.
13750
13751 2002-03-07  H.J. Lu  (hjl@gnu.org)
13752
13753         * configure.in: Enable gprof for mips*-*-linux*.
13754
13755 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13756
13757         * MAINTAINERS (Write After Approval): Add myself.
13758
13759 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13760
13761         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13762         libjava.
13763         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13764
13765 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
13766
13767         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13768         because its Makefile is there; test for the executable instead.
13769
13770 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13771
13772         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13773         libstdc++-v3 and libjava.
13774
13775 2002-02-11  Adam Megacz  <adam@xwt.org>
13776
13777         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13778         boehm-gc
13779
13780 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
13781
13782         * config.guess: Updated to 2002-01-30's version.
13783         * config.sub: Updated to 2002-02-01's version.
13784         Contribute sh64-elf.
13785         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
13786         * configure.in: Added sh64-*-*.
13787
13788 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
13789
13790         * MAINTAINERS: Belatedly add myself to write after approval list.
13791
13792 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
13793
13794         * MAINTAINERS: Put self in as maintainer for x86-64 port.
13795         Remove self as Write After Approval.
13796
13797 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
13798
13799         * MAINTAINERS: Put self in as maintainer for contrib/regression
13800         directory.
13801
13802 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
13803
13804         * MAINTAINERS:  Update my email address.
13805
13806 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
13807
13808         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
13809         target-libiberty, and target-libgloss.  Skip Java-related
13810         libraries if not supported for NetBSD on target CPU.
13811
13812 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
13813
13814         * install-sh: Use _inst.$$_ for temp file name.
13815
13816 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
13817
13818         * MAINTAINERS (Write After Approval): Move my contact info
13819         from here...
13820         (OS Port Maintainers): ...to here (netbsd).
13821
13822 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
13823
13824         * MAINTAINERS (Write After Approval): Add myself.
13825
13826 2002-01-17  H.J. Lu  <hjl@gnu.org>
13827
13828         * Makefile.in (all-fastjar): Also depend on all-libiberty.
13829         (all-target-fastjar): Also depend on all-target-libiberty.
13830
13831 2002-01-16  H.J. Lu  (hjl@gnu.org)
13832
13833         * config.guess: Import from master sources, rev 1.225.
13834         * config.sub: Import from master sources, rev 1.238.
13835
13836 2002-01-16  Kazu Hirata  <kazu@hxi.com>
13837
13838         * MAINTAINERS (Write After Approval): Remove myself.
13839
13840 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
13841
13842         * MAINTAINERS (Write After Approval): Add myself.
13843
13844 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13845
13846         * MAINTAINERS: Add self as docs co-maintainer.
13847
13848 2001-12-11  Matthias Klose  <doko@debian.org>
13849
13850         * MAINTAINERS (Write After Approval): Add myself.
13851
13852 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
13853
13854         * MAINTAINERS: Update my email address.
13855
13856 2001-12-07  Turly O'Connor  <turly@apple.com>
13857         * MAINTAINERS (Write After Approval): Add myself.
13858         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13859         (rs6000_initialize_trampoline): Call __trampoline_setup for
13860         ABI_DARWIN too.
13861         * darwin-tramp.asm: New file, implements __trampoline_setup.
13862         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13863
13864 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
13865
13866         * MAINTAINERS (Write After Approval): Add myself.
13867
13868 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
13869
13870         * configure, configure.in: Use temp file for long sed commands.
13871
13872 2001-12-03  Laurent Guerby  <guerby@acm.org>
13873
13874         * config.sub: Update to version 1.232 on subversion.
13875
13876 2001-12-03  Ben Elliston  <bje@redhat.com>
13877
13878         * MAINTAINERS: Update mail address for config.* patches.
13879
13880 2001-11-27  DJ Delorie  <dj@redhat.com>
13881             Zack Weinberg  <zack@codesourcery.com>
13882
13883         When build != host, create libiberty for the build machine.
13884
13885         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13886         CONFIG_ARGUMENTS.
13887         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13888         New variables.
13889         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13890         and rules.
13891         (all.normal): Depend on ALL_BUILD_MODULES.
13892         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13893         (all-build-libiberty): Depend on configure-build-libiberty.
13894
13895         * configure: Calculate and substitute proper value for
13896         ALL_BUILD_MODULES.
13897         * configure.in: Create the build subdirectory.
13898         Calculate and substitute TARGET_CONFIGARGS (formerly
13899         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13900
13901 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
13902
13903         * MAINTAINERS (write-after-approval): Add self.
13904
13905 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13906
13907         * MAINTAINERS (GNATS only accounts): Remove self.
13908
13909 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
13910
13911         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13912         libf2c.
13913
13914 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13915
13916         * MAINTAINERS (Write After Approval): Add self.
13917
13918 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13919
13920         * MAINTAINERS: mips and s390 are also CPU ports.
13921
13922 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13923
13924         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13925
13926 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
13927
13928         * MAINTAINERS: Alphabetize.
13929
13930 2001-11-09  Kazu Hirata  <kazu@hxi.com>
13931
13932         * MAINTAINERS (Various maintainers: h8 port): Add myself.
13933
13934 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13935
13936         * MAINTAINERS (Various maintainers: hppa port): Added myself.
13937
13938 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
13939
13940         * configure.in (--enable-languages): Be more permissive about
13941         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
13942
13943 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
13944
13945         * config.sub: Import from master sources, rev. 1.230.
13946         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13947
13948 2001-11-07  Laurent Guerby  <guerby@acm.org>
13949
13950         * MAINTAINERS (Write After Approval): Add self.
13951
13952 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
13953
13954         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13955
13956 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
13957
13958         * config.sub: Import from master sources, rev 1.226.
13959         * config.guess: Import from master sources, rev 1.216.
13960
13961 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
13962
13963         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13964         * MAINTAINERS: Add self as maintainer of MMIX port.
13965         Remove old after-approval entry.
13966
13967 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13968
13969         * ChangeLog, configure: Fix spelling errors.
13970
13971 2001-10-20  Brendan Kehoe  <brendan@zen.org>
13972
13973         * MAINTAINERS: Tweak my address.
13974
13975 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
13976
13977         * MAINTAINERS: Update my email address.
13978
13979 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
13980
13981         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13982         * MAINTAINERS: Add self as maintainer of CRIS port.
13983
13984 2001-10-10  Geert Bosch  <bosch@gnat.com>
13985
13986         * MAINTAINERS (Various maintainers: Ada front end):
13987         Added Robert Dewar.
13988
13989 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
13990
13991         * MAINTAINERS (Write After Approval): Added self
13992
13993 2001-10-02  Geert Bosch  <bosch@gnat.com>
13994
13995         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13996
13997 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
13998
13999         * configure: Handle temporary files securely using mkdir.
14000
14001 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
14002
14003         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14004
14005 2001-09-26  Will Cohen  <wcohen@redhat.com>
14006
14007         * configure.in (*-*-linux*): Disable configuration of target-newlib
14008         and target-libgloss.
14009
14010 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
14011
14012         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14013         RANLIB.
14014
14015 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
14016
14017         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14018         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14019         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14020         avoid quotes nesting problems.
14021         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14022         (DO_X): Export only variables that are set.
14023
14024 2001-09-19  Ben Elliston  <bje@redhat.com>
14025
14026         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14027         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14028         semantics.  Use the shell built-in "type" command instead.
14029
14030 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
14031
14032         Merged from gcc-3_0-branch:
14033         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
14034         * ltcf-c.sh: Use $objext, not $ac_objext.
14035         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
14036         * ltcf-cxx.sh: Add support for GNU.
14037         2001-07-22  Timothy Wall  <twall@redhat.com>
14038         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
14039         default settings if using GNU tools with that configuration.
14040         * ltcf-cxx.sh: Ditto.
14041         * ltcf-gcj.sh: Ditto.
14042         2001-07-21  Michael Chastain  <chastain@redhat.com>
14043         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14044         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
14045         * ltmain.sh: Mark as gcc-local.
14046
14047 2001-08-30  Eric Christopher  <echristo@redhat.com>
14048             Jason Eckhardt  <jle@redhat.com>
14049
14050         * config.guess: Merge from master sources.
14051         * config.sub: Merge from master sources, add support for mipsisa32.
14052
14053 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
14054         * config.sub: Merge from master sources, rev 1.219.
14055         * MAINTAINERS: Add self as contact for stormy16 port.
14056
14057 2001-08-14  Zack Weinberg  <zackw@panix.com>
14058
14059         * config.sub: Merge from master sources, rev 1.218.
14060         * config.guess: Merge from master sources, rev 1.209.
14061
14062 2001-08-11  Graham Stott  <grahams@redhat.com>
14063
14064         * Makefile.in (check-c++): Add missing semicolon.
14065
14066 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
14067
14068         * MAINTAINERS (Various maitainers: predict.def): Added myself.
14069
14070 2001-07-30  Eric Christopher  <echristo@redhat.com>
14071
14072         * MAINTAINERS (Various maintainers: mips port): Added myself.
14073
14074 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14075
14076         * configure.in (sh-*-linux*): New.
14077
14078 2001-07-27  Richard Henderson  <rth@redhat.com>
14079
14080         * .cvsignore: Add LAST_UPDATED.
14081
14082 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
14083
14084         * MAINTAINERS (Various maintainers: s390 port): Added myself.
14085
14086 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
14087
14088         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14089
14090 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
14091
14092         * MAINTAINERS (Write After Approval): Added myself.
14093
14094 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14095
14096         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14097         and libgcj on m68hc11/m68hc12.
14098
14099 2001-06-27  H.J. Lu  (hjl@gnu.org)
14100
14101         * Makefile (CFLAGS_FOR_BUILD): New.
14102         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14103
14104 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14105
14106         * README: Remove version number.
14107
14108 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14109
14110         * INSTALL/README: Update wrt. to the installation instructions now
14111         residing in gcc/doc/install.texi.
14112
14113 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14114
14115         * README: Replace with a cut-down and updated version of gcc/README.
14116
14117 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14118
14119         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14120         multilibs to be disabled.
14121
14122 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14123
14124         * MAINTAINERS (Write After Approval): Add myself.
14125
14126 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14127
14128         * config.guess: Import CVS version 1.195.
14129         * config.sub: Import CVS version 1.212.
14130
14131 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14132
14133         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14134         gcc/xgcc is built, use -print-prog-name to find out the program
14135         name to use.
14136
14137 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14138
14139         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14140         appear to also be in the master copy.
14141         * config.sub:  Import CVS version 1.211.
14142
14143 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14144
14145         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14146         with_gcc]: Use `gcc -shared' to build a shared library.
14147
14148 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14149
14150         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14151         archives.
14152
14153 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14154
14155         * MAINTAINERS (Write After Approval): Add myself.
14156
14157 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14158
14159         * configure.in (libstdcxx_flags): Do not try to execute
14160         libstdc++-v3/testsuite_flags until it exists.
14161
14162 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14163
14164         * MAINTAINERS: Update my email address.
14165
14166 2001-05-31  Graham Stott  <grahams@redhat.com>
14167
14168         * MAINTAINERS (Write After Approval): Add myself.
14169
14170 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14171
14172         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14173         libraries when using g++ with native linker.
14174
14175 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14176
14177         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14178
14179 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14180
14181         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14182         [aix4*|aix5*]: Prepend blank.
14183
14184 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14185
14186         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14187         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14188         of subdir/configure scripts to use the new libtool.m4.
14189
14190 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14191
14192         * MAINTAINERS (Write After Approval): Add myself.
14193
14194 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14195
14196         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14197
14198 2001-05-11  Ben Elliston  <bje@redhat.com>
14199
14200         * Makefile.in (all-sid): New target.
14201         (check-sid, clean-sid, install-sid): Likewise.
14202
14203 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14204
14205         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14206
14207 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14208
14209         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14210         libgcj.
14211
14212 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14213
14214         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14215         gcc/xgcc is built, use -print-prog-name to find out the program
14216         name to use.
14217
14218 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14219
14220         * configure.in (noconfigdirs): Don't reset it from scratch in the
14221         target case; only append to it.
14222
14223         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14224         sparc-*-solaris2.8]: Disable ${libgcj}.
14225
14226 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14227
14228         * configure.in (libgcj_saved): Copy from $libgcj.
14229         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14230         --disable-libgcj.
14231
14232 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14233
14234         * MAINTAINERS: Remove self as MIPS maintainer and
14235         C front end maintainer.
14236
14237 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14238
14239         * configure.in: Move *-chorusos target case to the proper switch.
14240         Disable libgcj.
14241
14242 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14243
14244         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14245         1.641.2.228.
14246
14247 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14248
14249         * Makefile.in (STAGE1_CFLAGS): Pass down.
14250
14251 2001-04-13  Alan Modra  <amodra@one.net.au>
14252
14253         * config.guess: Add hppa64-linux support.  Note for next import that
14254         this is already in the master file.
14255         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14256
14257 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14258
14259         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14260         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14261
14262 2001-04-11  Stan Shebs  <shebs@apple.com>
14263
14264         * MAINTAINERS: Add self as Darwin port maintainer.
14265
14266 2001-04-11  Alan Modra  <amodra@one.net.au>
14267
14268         * MAINTAINERS: Update my email address.
14269
14270 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14271
14272         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14273         recent versions of FreeBSD (release 3 or later).
14274         * ltconfig: On FreeBSD, -lc must not be provided when building
14275         a shared library or else the standard -pthread gcc option is
14276         rendered worthless to later users of the built library.
14277
14278 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14279
14280         * MAINTAINERS: Add self and RTH as C front end maintainers.
14281
14282 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14283
14284         * config.sub: Make sure to match an already-canonicalized
14285         machine name (eg. mn10300-unknown-elf).
14286
14287 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14288
14289         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14290         New macros.
14291         (bootstrap, cross): Use RECURSE_FLAGS.
14292         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14293
14294 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14295
14296         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14297
14298 2001-03-22  Colin Howell  <chowell@redhat.com>
14299
14300         * Makefile.in (DO_X): Do not backslash single-quotes in
14301         backquotes (two places).
14302
14303 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14304
14305         Re-installed:
14306         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14307         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14308         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14309         * ltcf-cxx.sh: Likewise.
14310         * ltcf-gcj.sh: Likewise.
14311
14312 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14313
14314         * MAINTAINERS: Add myself as "documentation co-maintainer".
14315
14316 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14317
14318         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14319         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14320
14321 2001-03-19  Tom Tromey  <tromey@redhat.com>
14322
14323         * config-ml.in: Handle GCJ and GCJFLAGS.
14324
14325 2001-03-21  Michael Chastain  <chastain@redhat.com>
14326
14327         * Makefile.in: all-m4 depends on all-texinfo.
14328
14329 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14330
14331         * MAINTAINERS: Add myself to write after approval list.
14332
14333 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14334
14335         * Makefile.in (DO_X): Quote nested quotes.
14336
14337 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14338
14339         * MAINTAINERS: Add myself to write after approval list.
14340
14341 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14342
14343         * Makefile.in (DO_X): Use double quotes for quoting
14344         "RANLIB=$${RANLIB}".
14345
14346 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14347
14348         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14349
14350 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14351
14352         * configure.in: Only use `lang_requires' for languages athat are
14353         actually enabled.
14354
14355 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14356
14357         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14358
14359 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14360
14361         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14362
14363 2001-03-07  Tom Tromey  <tromey@redhat.com>
14364
14365         * configure.in: Allow config-lang.in to set `lang_requires' to list
14366         of other required languages.
14367
14368 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14369
14370         * Makefile.in: Remove RANLIB definition. Use RANLIB
14371         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14372         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14373
14374 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14375             Alexandre Oliva  <aoliva@redhat.com>
14376
14377         * Makefile.in (check-c++): Use tabs, not spaces.
14378
14379 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14380
14381         * MAINTAINERS: add myself to Write After Approval list.
14382
14383 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14384
14385         * Makefile.in (check-c++): New rule.
14386
14387         * configure.in (target_libs): Remove libg++.
14388         (noconfigdirs): Remove libg++.
14389         (noconfigdirs): Same.
14390         (noconfigdirs): Same.
14391         (noconfigdirs): Same.
14392
14393         * config-ml.in: Remove libg++ references.
14394
14395         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14396         (ALL_TARGET_MODULES): Same.
14397         (configure-target-libg++): Remove.
14398         (all-target-libg++): Remove.
14399         (configure-target-libio): Remove.
14400         (all-target-libio): Remove.
14401         (check-target-libio): Remove.
14402         (.PHONY): Remove.
14403         (libg++.tar.bz2): Remove.
14404         (all-target-cygmon): Remove libio.
14405         (all-target-libstdc++): Remove.
14406         (configure-target-libstdc++): Remove.
14407         (TARGET_LIB_PATH): Remove libstdc++.
14408         (ALL_GCC_CXX): Remove libstdc++.
14409         (all-target-gperf): Correct.
14410
14411 2001-02-16  Nick Clifton  <nickc@redhat.com>
14412
14413         * configure.in (noconfigdirs): Allow configuration of texinfo
14414         for Cygwin hosts.
14415
14416 2001-02-15  Anthony Green  <green@redhat.com>
14417
14418         * configure: Introduce GCJ_FOR_TARGET.
14419         * configure.in: Ditto.
14420         * Makefile.in: Ditto.
14421
14422 2001-02-13  Andreas Schwab  <schwab@suse.de>
14423
14424         * MAINTAINERS: Update mail address.
14425
14426 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14427
14428         * config.guess: Add linux target for S/390.
14429         * config.sub: Likewise.
14430
14431 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14432
14433         * configure.in: for *-chorusos, don't config target-newlib and
14434         target-libgloss.
14435
14436 2001-02-06  Ben Elliston  <bje@redhat.com>
14437
14438         * configure: Output host type to stdout, not stderr.
14439
14440 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14441
14442         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14443         * ltcf-cxx.sh: Likewise.
14444
14445         * config.if: Assume enable_libstdcxx_v3 is defined.
14446
14447 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14448
14449         Remove V2 C++ library.
14450         * configure.in: Remove --enable-libstdcxx_v3 support.
14451
14452 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14453
14454         * include/demangle.h: Add prototype for java_demangle_v3.
14455
14456 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14457
14458         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14459
14460 2001-01-27  Richard Henderson  <rth@redhat.com>
14461
14462         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14463
14464 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14465
14466         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14467         Don't unset, it's non-portable and no longer necessary, set to empty
14468         instead.
14469
14470 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14471
14472         * ltconfig: Shell portability fix for the tagname validity check.
14473
14474 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14475
14476         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14477         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14478
14479 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14480
14481         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14482
14483 2001-01-26  Tom Tromey  <tromey@redhat.com>
14484
14485         * configure.in: Allow libgcj to be built on Sparc Solaris.
14486
14487 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
14488
14489         * ltcf-c.sh: Add aix5 case.
14490         * ltcf-cxx.sh: Likewise.
14491         * ltconfig: Likewise.
14492
14493 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
14494
14495         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14496         keep at least one of build_libtool_libs or build_old_libs set to
14497         yes.
14498
14499         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14500         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14501
14502 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
14503
14504         * configure.in: Enable libgcj on several additional platforms.
14505
14506 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
14507
14508         * configure.in: Enable libgcj for linux targets.
14509
14510 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14511
14512         * MAINTAINERS (Write After Approval): Add myself.
14513
14514 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14515
14516         * MAINTAINERS: Add myself as vax port maintainer.
14517
14518 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
14519
14520         * MAINTAINERS: Add myself as Mercury front-end maintainer.
14521
14522 2001-01-09  Mike Stump  <mrs@wrs.com>
14523
14524         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14525         failures of subdirectories.
14526
14527 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14528
14529         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14530         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14531         * ltcf-cxx.sh: Likewise.
14532         * ltcf-gcj.sh: Likewise.
14533         * ltconfig.sh: Fix typo.
14534
14535 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14536
14537         * configure: handle DOS-style absolute paths.
14538
14539 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14540
14541         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14542
14543 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
14544
14545         * MAINTAINERS: Add myself as avr port co-maintainer.
14546
14547 2000-12-28  Ben Elliston  <bje@redhat.com>
14548
14549         * MAINTAINERS: Add myself under ``Write After Approval''.
14550
14551 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
14552
14553         * texinfo: Remove directory from GCC.
14554
14555 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14556
14557         * COPYING: Update to current
14558         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14559         to 19yy as example year in copyright notice).
14560
14561 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
14562
14563         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14564         (libstdcxx_incdir): Pass down.
14565         * config.if: Remove expired bits for cxx_interface, add stub.
14566         (libstdcxx_incdir): Add variable for g++ include directory.
14567         * configure.in (gxx_include_dir): Use it.
14568
14569 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
14570
14571         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
14572         with old-email address from ``Write After Approval''.
14573
14574 2000-12-15  Andreas Jaeger  <aj@suse.de>
14575
14576         * configure.in: Handle lang_dirs.
14577
14578 2000-12-14  Tom Tromey  <tromey@redhat.com>
14579
14580         * MAINTAINERS: Removed brads.
14581
14582         * MAINTAINERS: Added gcj developers.
14583
14584 2000-12-13  Anthony Green  <green@redhat.com>
14585
14586         * configure.in: Disable libgcj for any target not specifically
14587         listed.  Disable libgcj for x86 and Alpha Linux until compatible
14588         with g++ abi.
14589
14590 2000-12-13  Mike Stump  <mrs@wrs.com>
14591
14592         * Makefile.in (local-distclean): Also remove fastjar.
14593
14594 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
14595
14596         * contrib/gcc_update: Add fastjar --touch entries.
14597
14598 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
14599
14600         * configure.in: Disable language-specific target libraries for
14601         languages that aren't enabled.
14602
14603 2000-12-10  Anthony Green  <green@redhat.com>
14604
14605         * configure.in: Define libgcj.  Disable libgcj target libraries for
14606         most targets.
14607
14608 2000-12-10  Neil Booth  <neilb@earthling.net>
14609
14610         * MAINTAINERS: Update mail address, remove from WAA list.
14611
14612 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14613
14614         * libjava: Imported from /cvs/java.
14615         * libffi: Likewise.
14616         * Boehm-gc: Likewise.
14617
14618 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14619
14620         * configure.in (target_libs): Revert 2000-12-08 patch.
14621         (noconfigdirs): Added target-libjava.
14622
14623 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14624
14625         * djunpack.bat: removed.
14626
14627 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14628
14629         * Makefile.in: handle DOS-style absolute paths.
14630         * config-ml.in: likewise.
14631         * symlink-tree: likewise.
14632
14633 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14634
14635         * fastjar: Imported.
14636
14637 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14638
14639         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14640         libjava.
14641         * configure.in (target_libs): Removed `target-libjava'.
14642
14643 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14644
14645         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14646         (ALL_MODULES): Added fastjar.
14647         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14648         (all-target-libjava): all-fastjar replaces all-zip.
14649         (all-fastjar): Added.
14650         (configure-target-fastjar, all-target-fastjar): Likewise.
14651         * configure.in (host_tools): Added fastjar.
14652
14653 2000-12-07  Mike Stump  <mrs@wrs.com>
14654
14655         * Makefile.in (local-distclean): Remove leftover built files.
14656
14657 2000-11-24  Nick Clifton  <nickc@redhat.com>
14658
14659         * configure.in (xscale-elf): Add target.
14660         (xscale-coff): Add target.
14661
14662 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14663
14664         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14665         recent versions of FreeBSD (release 3 or later).
14666         * ltconfig: On FreeBSD, -lc must not be provided when building
14667         a shared library or else the standard -pthread gcc option is
14668         rendered worthless to later users of the built library.
14669
14670 2000-11-16  Fred Fish  <fnf@be.com>
14671
14672         * configure.in (enable_libstdcxx_v3): Fix typo,
14673         libstd++ -> libstdc++.
14674
14675 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14676
14677         * MAINTAINERS: Add self to Write After Approval list.
14678
14679 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14680
14681         * MAINTAINERS: Update my email address.  Add myself to global write
14682         privs list.
14683
14684 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14685
14686         * Makefile.in: Merge with src and libgcj.
14687         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14688         configure-target-<library> when their configure scripts need the C
14689         or C++ library to have already been built to work properly.
14690         (do_proto_toplev): Set them to an empty string.
14691
14692         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14693         (REALLY_SET_LIB_PATH): Use them.
14694
14695 2000-11-17  Stan Shebs  <shebs@apple.com>
14696
14697         * MAINTAINERS: Add self to Write After Approval list.
14698
14699 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14700
14701         * configure: Provide the original toplevel configure arguments
14702         (including $0) to subprocesses in the environment rather than
14703         through gcc/configargs.h.
14704
14705 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14706
14707         * MAINTAINERS: Remove references to cccp. Change C9X reference to
14708         C99.  Alphabetise "Write After Approval" list.
14709
14710 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
14711
14712         * configure: Turn on libstdc++ V3 by default.
14713
14714         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14715         if we've got GCC.
14716
14717 2000-11-11  Philip Blundell  <philb@gnu.org>
14718
14719         * MAINTAINERS: Add self to Write After Approval list.
14720
14721 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
14722
14723         * ltcf-c.sh (aix4): Improve shared library configuration; require
14724         exporting symbols.
14725         * ltcf-cxx.sh (aix4): Define.
14726         * ltconfig (aix4): Define library and soname specs appropriate for
14727         AIX.  Define command to create export symbols list.
14728
14729 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14730
14731         * config.sub: Add support for Sun Chorus
14732
14733 2000-10-31  Nick Clifton  <nickc@redhat.com>
14734
14735         * MAINTAINERS: Rename <name>@cygnus.com addresses to
14736         <name>@redhat.com.  Also installed new email address for Clint
14737         Popetz.
14738
14739 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
14740
14741         * etc: Remove directory from GCC.
14742
14743 2000-10-16  Michael Meissner  <meissner@redhat.com>
14744
14745         * configure (gcc/configargs.h): Only create if there is a build GCC
14746         directory created.
14747
14748 2000-10-16  Matthias Klose  <doko@debian.org>
14749
14750         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14751         when configured for libstdc++-v3.
14752
14753 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
14754
14755         * configure: Save configure arguments to gcc/configargs.h.
14756
14757 2000-10-04  Philipp Thomas  <pthomas@suse.de>
14758
14759         * config.guess: Import CVS version 1.157.
14760         * config.sub: Import CVS version 1.181.
14761
14762 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
14763
14764         * Makefile.in (bootstrap): avoid recursion if subdir missing
14765         (cross): ditto
14766         (do-proto-toplev): ditto
14767
14768 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
14769
14770         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14771         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14772
14773         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14774         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
14775         all affected `configure' scripts.
14776
14777 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
14778
14779         * MAINTAINERS: Add self as cpplib co-maintainer.
14780
14781 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
14782
14783         * MAINTAINERS: Add self to Write After Approval list.
14784
14785 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14786
14787         * INSTALL/README: egcs -> GCC update.
14788
14789 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14790
14791         * MAINTAINERS: Add myself to Write After Approval list.
14792
14793 2000-09-15  Kazu Hirata  <kazu@hxi.com>
14794
14795         * MAINTAINERS: Add myself to Write After Approval list.
14796
14797 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
14798
14799         * configure.in: Do not build byacc for hppa64.  Provide paths to the
14800         X11 libraries for hppa64.
14801
14802 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14803
14804         * MAINTAINERS: Add myself as 68hc11 port maintainer.
14805
14806 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
14807
14808         * Makefile.in (all-zlib): Added dummy target.
14809
14810         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14811         ltcf-gcj.sh: Updated from libtool multi-language branch.
14812
14813 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
14814
14815         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14816         (bootstrap*): Depend on all-bootstrap.
14817
14818 2000-09-05  Philipp Thomas  <pthomas@suse.de>
14819
14820         * config.guess: Import CVS version 1.156.
14821         * config.sub: Import CVS version 1.179.
14822
14823 2000-09-02  Anthony Green  <green@cygnus.com>
14824
14825         * Makefile.in (all-gcc): Depend on all-zlib.
14826         (CLEAN_MODULES): Add clean-zlib.
14827         (ALL_MODULES): Add all-zlib.
14828         * configure.in (host_libs): Add zlib.
14829
14830 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
14831
14832         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14833         crosses, but add gcc/include to the header search path for them.
14834
14835 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
14836
14837         * MAINTAINERS: Add self to Write After Approval list.
14838
14839 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14840
14841         * config.guess: Import CVS version 1.152.
14842         * config.sub: Import CVS version 1.177.
14843
14844 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
14845
14846         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14847         $targargs to tell whether newlib is going to be built.
14848
14849         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14850         $$r/TARGET_SUBDIR/libio for _G_config.h.
14851
14852 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
14853
14854         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14855
14856 2000-08-22  DJ Delorie  <dj@redhat.com>
14857
14858         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14859
14860 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
14861
14862         * config-ml.in (CC, CXX): Avoid trailing whitespace.
14863         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14864         sub-configures.
14865
14866 2000-08-21  DJ Delorie  <dj@redhat.com>
14867
14868         * MAINTAINERS: Add self as a libiberty maintainer
14869
14870 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
14871
14872         * configure.in (libstdcxx_flags): Use
14873         libstdc++-v3/src/libstdc++.INC.
14874
14875 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
14876
14877         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14878
14879 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14880
14881         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14882
14883         * configure: Make enable_threads and enable_shared defaults
14884         explicit.  Substitute enable_threads into generated Makefiles.
14885         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14886         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14887
14888 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
14889
14890         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14891
14892 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
14893
14894         * config-ml.in (CC): Remove bogus duplicate quotation mark from
14895         previous delta.
14896
14897 2000-08-11  Jason Merrill  <jason@redhat.com>
14898
14899         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14900         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14901         (FLAGS_FOR_TARGET): Not here.
14902         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14903
14904 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
14905
14906         * config-ml.in (CC, CXX): Don't introduce a leading space.
14907
14908 2000-08-07  DJ Delorie  <dj@delorie.com>
14909
14910         * MAINTAINERS: Add self as a DJGPP maintainer
14911
14912 2000-08-07  DJ Delorie  <dj@redhat.com>
14913
14914         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14915         "if we're also building gcc, and it's a gcc that will run on the
14916         build machine, we want to use its includes instead of the system's
14917         default includes".
14918
14919 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14920
14921         * MAINTAINERS: Add self to Write After Approval list.
14922
14923 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
14924
14925         * configure.in (libstdcxx_flags): Don't use `"'.
14926
14927         * config-ml.in: Adjust multilib search paths to the
14928         appropriate multilib tree.
14929
14930 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
14931
14932         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14933         commas in $LANGUAGES.
14934
14935 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
14936
14937         * configure.in: Re-enable all references to libg++ and librx.
14938
14939 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
14940
14941         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14942         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
14943         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14944         * ltcf-cxx.sh (need_lc): Set based on postdeps.
14945
14946         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14947
14948 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
14949
14950         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14951         CXX_FOR_TARGET for sed.
14952
14953 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
14954
14955         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14956         Do not override if already set in the environment or in configure.
14957         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14958         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14959
14960 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
14961
14962         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14963         the libtool CVS tree multi-language branch.
14964         * ltconfig, ltmain.sh: Updated.
14965
14966 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
14967
14968         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14969         (clean-target): Depend on it.
14970
14971         * Makefile.in (FLAGS_FOR_TARGET): New macro.
14972         (GCC_FOR_TARGET): Use it.
14973         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14974         * configure.in: ... here.
14975         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
14976         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14977
14978 2000-07-24  Eric Christopher  <echristo@cygnus.com>
14979
14980         * MAINTAINERS: Add self to Write After Approval list.
14981
14982 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
14983
14984         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14985         (configure-target-libchill, configure-target-libobjc): Likewise.
14986
14987         * configure.in: Use the same cache file for all target libs.
14988         * config-ml.in: But different cache files per multilib variant.
14989
14990 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14991
14992         * configure (topsrcdir): Don't use dirname.
14993
14994 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
14995
14996         * MAINTAINERS: Add self to Write After Approval list.
14997
14998 2000-07-20  Jason Merrill  <jason@redhat.com>
14999
15000         * configure.in: Remove all references to libg++ and librx.
15001
15002         * configure, configure.in, Makefile.in: Unify gcc and binutils.
15003
15004 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
15005
15006         * config.sub: Update to subversions version 2000-07-06.
15007
15008 2000-07-12  Andrew Haley  <aph@cygnus.com>
15009
15010         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15011         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15012
15013 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
15014
15015         * symlink-tree:  Check number of arguments.
15016
15017 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15018
15019         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15020         search path for a g++ extracted from the build tree.  This
15021         will allow link tests run by configure scripts in
15022         subdirectories to succeed.
15023
15024 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
15025
15026         * ltconfig: Add support for mips-dde-sysv4.2MP
15027
15028 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15029
15030         * MAINTAINERS: Add myself as loop discovery maintainer.
15031
15032 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
15033
15034         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15035         `os2'. Force ac_cv_exeext to be ".exe" in that case.
15036
15037 2000-06-19  Timothy Wall  <twall@cygnus.com>
15038
15039         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15040         * config.sub: Add tic54x target.
15041
15042 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15043
15044         * MAINTAINERS: Add self as Fortran maintainer,
15045         remove Craig Burley.
15046
15047 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15048
15049         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15050         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15051
15052 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
15053
15054         * MAINTAINERS: Add self as i18n maintainer
15055
15056 20000-05-21  H.J. Lu  (hjl@gnu.org)
15057
15058         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15059         directory are used if they exist. Make sure
15060         $(build_tooldir)/include is searched for header files,
15061         $(build_tooldir)/lib/ for library files.
15062         (GCC_FOR_TARGET): Likewise.
15063         (CXX_FOR_TARGET): Likewise.
15064
15065 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
15066
15067         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15068
15069 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
15070
15071         * Makefile.in (configure-target-libiberty): Depend on
15072         configure-target-newlib.
15073
15074 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
15075
15076         * configure.in, Makefile.in: Merge all libffi-related
15077         configury stuff from the libgcj tree.
15078
15079 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15080
15081         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15082         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15083
15084 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15085
15086         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15087         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15088         current version information.  Add to proto-toplev directory.
15089         (gdb-taz): Build do-djunpack.
15090
15091 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
15092
15093         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15094
15095 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15096
15097         * MAINTAINERS: Add self to Write After Approval list.
15098
15099 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15100
15101         * ltmain.sh: Preserve in relink_command any environment
15102         variables that may affect the linker behavior.
15103
15104 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
15105
15106         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15107
15108 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15109
15110         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15111
15112 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15113
15114         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15115         with the version name.
15116
15117 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15118
15119         * MAINTAINERS: Add self as bb-reorder maintainer.
15120
15121 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15122
15123         * config.if: Tweak.
15124
15125 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15126
15127         * djunpack.bat: New file.
15128
15129 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15130
15131         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15132         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15133         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15134         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15135
15136 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15137
15138         * config.sub (case $basic_machine): Change default for "ibm-*"
15139         to "openedition".
15140
15141 2000-04-13  Andreas Jaeger  <aj@suse.de>
15142
15143         * MAINTAINERS: Added myself.
15144
15145 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15146
15147         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15148         (do-md5sum): New target.
15149         (MD5PROG): Define.
15150         (PACKAGE): Default to TOOL.
15151         (VER): Default to a shell script.
15152         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15153         md5 checksum generation.
15154         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15155         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15156         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15157         insight.tar.bz2): Use gdb-taz to create archive.
15158
15159 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15160
15161         * configure (warn_cflags): Delete.
15162
15163 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15164
15165         * MAINTAINERS: Added myself.
15166
15167 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15168             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15169
15170         * configure.in (enable_libstdcxx_v3): Add.
15171         (target_libs): Add bits here to switch between libstdc++-v2 and
15172         libstdc++-v3.
15173         * config.if: And this file too.
15174         * Makefile.in: Add libstdc++-v3 targets.
15175
15176 2000-04-05  Michael Meissner  <meissner@redhat.com>
15177
15178         * config.sub (d30v): Add d30v as a basic machine type.
15179
15180 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15181
15182         * configure.in: -linux-gnu*, not -linux-gnu.
15183
15184 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15185
15186         * MAINTAINERS: Add self in write-after-approval section.
15187
15188 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15189
15190         * MAINTAINERS: Add self as ia64 port maintainer.
15191
15192 2000-03-08  Neil Booth  <NeilB@earthling.net>
15193
15194         * MAINTAINERS: Add self in write-after-approval section.
15195
15196 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15197
15198         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15199         (do-tar-bz2): Replace TOOL with PACKAGE.
15200         (gdb.tar.bz2): Remove GDBTK from GDB package.
15201         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15202         dejagnu.tar.bz2): New packages.
15203
15204 2000-02-27  Andreas Jaeger  <aj@suse.de>
15205
15206         * configure.in: Add entry for mips*-*-linux*, move catch all
15207         *-*-*linux* entry below this one.
15208
15209 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15210
15211         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15212
15213 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15214
15215         * config.sub: Support an OS of "wince".
15216
15217 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15218
15219         * config.guess, config.sub: Updated to match config's 2000-02-15
15220         version.
15221
15222 2000-02-23  Linas Vepstas  <linas@linas.org>
15223
15224         * config.sub: Add support for Linux/IBM 370.
15225         * configure.in: Likewise.
15226
15227 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15228
15229         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15230
15231 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15232
15233         * config.guess: Guess "cygwin" rather than "cygwin32".
15234
15235 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15236
15237         * configure (gcc_version): When setting, narrow search to
15238         lines containing `version_string'.
15239
15240 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15241
15242         * config.sub: Add support for avr target.
15243
15244 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15245
15246         * MAINTAINERS: Add maintainers for MCore port.
15247
15248 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15249
15250         * config.sub: Add mmix-knuth-mmixware.
15251
15252 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15253
15254         * MAINTAINERS: Pair cccp with cpplib maintainership.
15255
15256 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15257
15258         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15259         structure stuff to -L library search.
15260         (CXX_FOR_TARGET): Ditto.
15261         (CROSS_CHECK_MODULES): Fix spelling mistake.
15262
15263 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15264
15265         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15266         the C++ compiler.
15267
15268 2000-01-12  Richard Henderson  <rth@cygnus.com>
15269
15270         * configure.in: Don't build some bits for beos.
15271
15272 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15273
15274         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15275         as include files.
15276
15277 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15278
15279         * Add self as cpplib maintainer, as requested by Jason
15280         Merrill.  Correct my e-mail address.
15281
15282 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15283
15284         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15285         not mh-aix43.
15286
15287 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15288
15289         * MAINTAINERS: Add myself to "write after approval" list.
15290
15291 1999-12-14  Richard Henderson  <rth@cygnus.com>
15292
15293         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15294         * config.sub: Accept alphaev[78], alphaev8.
15295
15296 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15297
15298         * config.guess, config.sub: Update from autoconf.
15299
15300 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15301
15302         * MAINTAINERS:  update my playtime e-address.
15303
15304 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15305
15306         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15307         necessary libraries are missing.
15308
15309 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15310
15311         * MAINTAINERS: Add new 'write after approval' maintainer.
15312
15313 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15314
15315         * MAINTAINERS: Add new Java maintainer.
15316
15317 1999-10-25  Andreas Schwab  <schwab@suse.de>
15318
15319         * configure: Fix quoting inside arguments of eval.
15320
15321 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15322
15323         * config-ml.in: Allow suppression of some ARM multilibs.
15324
15325 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15326
15327         * config.guess: Add OS/390 match pattern.
15328         * config.sub: Add mvs, openedition targets.
15329         * configure.in (i370-ibm-opened*): New.
15330
15331 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15332
15333         * config.sub: Add support for configuring for pj.
15334
15335 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15336
15337         * config.sub (maybe_os): Add support for configuring for fr30.
15338
15339 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15340
15341         * configure.in: Do not configure or build ld for AIX
15342         platforms.  ld is known to be broken on these platforms.
15343
15344 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15345
15346         * config-ml.in: Pass compiler flag corresponding to multidirs to
15347         subdir configures.
15348
15349 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15350
15351         * Makefile.in (LDFLAGS): Define.
15352
15353 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15354
15355         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15356         noconfigdirs.
15357         (*-*-cygwin*): Likewise.
15358
15359 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15360
15361         * mkdep: New file.
15362         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15363         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15364
15365         From Eli Zaretskii <eliz@is.elta.co.il>:
15366         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15367         long file name when using DJGPP on MS-DOS.
15368
15369 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15370
15371         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15372
15373 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15374
15375         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15376         dependency as this causes "make check" to globally "make all"
15377
15378 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15379
15380         * configure.in (target_libs): Added target-zlib.
15381         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15382         (CONFIGURE_TARGET_MODULES): Likewise.
15383         (CHECK_TARGET_MODULES): Likewise.
15384         (INSTALL_TARGET_MODULES): Likewise.
15385         (CLEAN_TARGET_MODULES): Likewise.
15386         (configure-target-zlib): New target.
15387         (all-target-zlib): Likewise.
15388         (all-target-libjava): Depend on all-target-zlib.
15389         (configure-target-libjava): Depend on configure-target-zlib.
15390
15391         * Makefile.in (configure-target-libjava): Depend on
15392         configure-target-newlib.
15393         (configure-target-boehm-gc): New target.
15394         (configure-target-qthreads): New target.
15395
15396         * configure.in (target_libs): Added target-qthreads.
15397         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15398         (CONFIGURE_TARGET_MODULES): Likewise.
15399         (CHECK_TARGET_MODULES): Likewise.
15400         (INSTALL_TARGET_MODULES): Likewise.
15401         (CLEAN_TARGET_MODULES): Likewise.
15402         (all-target-qthreads): New target.
15403         (configure-target-libjava): Depend on configure-target-qthreads.
15404         (all-target-libjava): Depend on all-target-qthreads.
15405
15406         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15407         (CONFIGURE_TARGET_MODULES): Likewise.
15408         (CHECK_TARGET_MODULES): Likewise.
15409         (INSTALL_TARGET_MODULES): Likewise.
15410         (CLEAN_TARGET_MODULES): Likewise.
15411         (all-target-libjava): New target.
15412         (all-target-boehm-gc): Likewise.
15413         * configure.in (target_libs): Added libjava, boehm-gc.
15414
15415 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15416
15417         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15418         configure.bat in SUPPORT_FILES.
15419         (gas+binutils.tar.bz2): Likewise.
15420
15421         * makeall.bat: Remove; obsolete.
15422
15423 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15424
15425         From Mark Elbrecht:
15426         * configure.bat: Remove; obsolete.
15427
15428 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15429
15430         * configure: Add -W -Wall to the default CFLAGS when compiling with
15431         gcc.
15432
15433 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15434
15435         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15436
15437 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15438
15439         * configure.in: Build ld on IRIX6.
15440
15441 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15442
15443         * Makefile.in: Change distribution targets to use bzip2 instead of
15444         gzip.
15445         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15446         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15447
15448 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15449
15450         * config.sub: Add mcore target.
15451
15452 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15453
15454         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15455
15456 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15457
15458         * config.guess (dummy): Changed to $dummy.
15459
15460 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15461
15462         * config.sub: Tidied up case statements.
15463
15464 1999-05-22  Ben Elliston  <bje@cygnus.com>
15465
15466         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15467         <jiro@din.or.jp>.
15468
15469         * config.guess: Merge with FSF version. Future changes will be
15470         more accurately recorded in this ChangeLog.
15471         * config.sub: Likewise.
15472
15473 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15474
15475         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15476
15477 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15478
15479         * ltmain.sh: [mode link] Always use CC given by ltconfig.
15480
15481 1999-04-23  Tom Tromey  <tromey@cygnus.com>
15482
15483         * ltconfig, ltmain.sh: Update to libtool 1.2f.
15484
15485 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
15486
15487         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15488         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15489         Bad merge removed these two changes.
15490
15491 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
15492                           Martin Heller (Ing.-Buero_Heller@t-online.de)
15493
15494         * config.guess (interix Alpha): Add.
15495
15496 1999-04-11  Richard Henderson  <rth@cygnus.com>
15497
15498         * configure.in (i?86-*-beos*): Do config gperf; don't config
15499         gdb, newlib, or libgloss.
15500
15501 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
15502
15503         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15504         link a trivial program with -mabi=64.  If it fails, remove mabi=64
15505         from multidirs.
15506
15507 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
15508
15509         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15510
15511 1999-04-08  Nick Clifton  <nickc@cygnus.com>
15512
15513         * config.sub: Add support for mcore targets.
15514
15515 1999-04-07  Michael Meissner  <meissner@cygnus.com>
15516
15517         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15518         not mt-ospace, in order to shut up assembler warning about using
15519         symbols that are named the same as registers.
15520
15521 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
15522
15523         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15524         dependency list for all-target-cygmon.
15525
15526 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
15527
15528         * config-ml.in: Check $host, not $target, for selective multilibs.
15529         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15530         thumb interworking, and underscore prefix multilibs.
15531
15532 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
15533
15534         * missing: Update to version from current automake.
15535
15536 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
15537
15538         * configure (gxx_include_dir): Removed.
15539
15540         * configure.in (gxx_include_dir): Handle it.
15541         * Makefile.in: Likewise.
15542
15543 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
15544
15545         * config.sub (mips64vr4111,mips64vr4111el) Add.
15546
15547 1999-03-21  Ben Elliston  <bje@cygnus.com>
15548
15549         * config.guess: Correct typo for detecting ELF on FreeBSD.
15550
15551 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
15552
15553         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15554         config/mh-djgpp.
15555
15556 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
15557
15558         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15559         all-target-newlib to dependency list for all-target-bsp.
15560
15561 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15562
15563         * config.sub: Add i386-uwin support.
15564         * config.guess: Likewise.
15565
15566 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15567
15568         * configure.in: cleanup, add mh-*pic handling for arm, special
15569         case powerpc*-*-aix*
15570
15571 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
15572
15573         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15574         can be built.
15575
15576 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
15577
15578         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15579         targets.
15580
15581 1999-03-02  Nick Clifton  <nickc@cygnus.com>
15582
15583         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15584
15585 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
15586
15587         * config.sub: Check for "cygwin*" rather than "cygwin32*"
15588
15589 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15590
15591         * config.sub: Fix typo in arm recognition.
15592
15593 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
15594
15595         * configure.in (noconfigdirs): Changed target_configdirs to
15596         include target-bsp only for m68k-*-elf* and m68k-*-coff*
15597         rather than m68k-*-* since it is not known to work on
15598         m68k-aout. Ditto for arm-*-*oabi.
15599
15600 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
15601
15602         * configure.in (*-*-windows*): Remove, no longer used.
15603
15604 1999-02-19  Ben Elliston <bje@cygnus.com>
15605
15606         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15607         Smart and improved by Andrew Cagney.
15608
15609 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
15610
15611         * config.guess: Recognize openbsd-*-hppa.
15612
15613 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15614
15615         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15616         only if it is not empty.
15617
15618 1999-02-17  Nick Clifton  <nickc@cygnus.com>
15619
15620         Patch from: Scott Bambrough <scottb@corelcomputer.com>
15621
15622         * config.guess: Modified to recognize uname's armv* syntax.
15623
15624         * config.sub: Modified to recognize uname's armv* syntax.
15625
15626 1999-02-17  Mark Salter  <msalter@cygnus.com>
15627
15628         * configure.in: Added target-bsp for sparclite.
15629
15630 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
15631
15632         * config.sub: Recognize alphapca5[67] and up to alphaev8.
15633
15634 1999-02-08  Nick Clifton  <nickc@cygnus.com>
15635
15636         * configure.in: Add support for strongarm port.
15637         * config.sub: Add support for strongarm target.
15638
15639 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15640
15641         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15642         the old name config/mh-cygwin32.
15643         Enable texinfo.
15644
15645 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
15646
15647         * configure.in: Do build ld for ix86 Solaris.
15648
15649 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
15650
15651         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
15652         $AR_FOR_TARGET.  Likewise for RANLIB.
15653
15654 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15655
15656         * config.sub (oabi):  Recognize.
15657         * configure.in (arm-*-oabi):  Handle.
15658
15659 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15660
15661         * config.guess: Improve detection of i686 on UnixWare 7.
15662
15663 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15664
15665         * config.guess: Add support for i386-pc-interix.
15666         * config.sub: Likewise.
15667         * configure.in: Likewise.
15668
15669 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15670
15671         * Makefile.in: Remove unneeded all-target-libio from
15672         from all-target-winsup target since it is now unneeded.
15673         Add all-target-libtermcap in its place since it is now
15674         needed.
15675
15676 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15677
15678         * configure.in: makefile stub for cygwin target is probably
15679         unnecessary.  Remove it for now.
15680
15681 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15682
15683         * configure.in: libtermcap.a should be built when cygwin is the
15684         target as well as the host.
15685         * config.guess: Allow mixed case in cygwin uname output.
15686         * Makefile.in: Add libtermcap target.
15687
15688 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15689
15690         * config.sub: Clean up handling of hppa2.0.
15691
15692 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15693
15694         * config.guess: Use C code to identify more HP machines.
15695
15696 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15697
15698         * config.sub: Handle hppa2.0.
15699
15700 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15701
15702         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15703         cygmon for all sparclite targets, regardless of object format.
15704
15705 1998-12-15  Mark Salter  <msalter@cygnus.com>
15706
15707         * configure.in: Added target-bsp for several target architectures.
15708
15709         * Makefile.in: Added rules for bsp.
15710
15711 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15712
15713         * config.guess: Improve detection of hppa2.0 processors.
15714
15715 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15716
15717         * config.guess: Recognize FreeBSD using ELF automatically.
15718
15719 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15720
15721         * configure (skip-this-dir): Add handling for new shell script, which
15722         might be created by a sub-directory's configure to indicate, this particular
15723         directory is "unwanted".
15724         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15725
15726 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15727
15728         * ltconfig: import from libtool, after changing libtool to
15729         account for the cygwin name change.
15730
15731 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15732
15733         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15734         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15735
15736 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
15737
15738         * configure.in: Add libtermcap to list of cygwin dependencies.
15739
15740 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
15741
15742         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15743         they include winsup/include when it's a cygwin target.
15744
15745 1998-11-12  Tom Tromey  <tromey@cygnus.com>
15746
15747         * configure.in (host_tools): Added zip.
15748         * Makefile.in (all-target-libjava): Depend on all-zip.
15749         (all-zip): New target.
15750         (ALL_MODULES): Added all-zip.
15751         (NATIVE_CHECK_MODULES): Added check-zip.
15752         (INSTALL_MODULES): Added install-zip.
15753         (CLEAN_MODULES): Added clean-zip.
15754
15755 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
15756
15757         * Makefile.in: lose "32" from comment about cygwin.
15758
15759 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
15760
15761         * configure.in: Use -Os to build target libraries for the fr30.
15762
15763 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
15764
15765         * config.sub: Add fr30.
15766
15767 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
15768
15769         * configure.in: drop "32" from config/mh-cygwin32.  Check
15770         cygwin* instead of cygwin32*.
15771         * config.sub: Check cygwin* instead of cygwin32*.
15772
15773 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
15774
15775         * config.guess: Match any version of Unixware7.
15776
15777 1998-10-20  Syd Polk  <spolk@cygnus.com>
15778
15779         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15780         if desired.
15781
15782 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
15783
15784         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15785         these if the appropriate directories and files to not exist.
15786
15787 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
15788
15789         * Makefile.in (DEVO_SUPPORT): Add config.if.
15790
15791 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15792
15793         * configure: Add pattern to replace "build_tooldir"'s
15794         definition in the generated Makefile with "tooldir"'s
15795         actual value.
15796
15797 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
15798
15799         * config.sub: Bring back lost sparcv9.
15800
15801         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15802
15803 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
15804
15805         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15806         CC_FOR_TARGET and friends.
15807
15808 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
15809
15810         * Makefile.in (build_tooldir): New variable, same as tooldir.
15811         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15812         -B$(build_tooldir)/bin/.
15813         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15814
15815 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15816
15817         * README: Remove installation instructions and refer to the
15818         INSTALL directory instead.
15819
15820 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
15821
15822         * config.sub: Add support for i[34567]86-pc-udk.
15823         * configure.in: Likewise.
15824
15825 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
15826
15827         * Makefile.in: add bzip2 package building bits for user
15828         tools module
15829         * configure.in: ditto
15830
15831 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
15832
15833         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15834         (ALL_TARGET_MODULES): Add all-target-libobjc.
15835         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15836         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15837         (all-target-libchill): Add dependencies.
15838         * configure.in (target_libs): Add libchill.
15839
15840 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
15841
15842         * configure.in (target_subdir): Remove duplicate line.
15843
15844 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
15845
15846         * Makefile.in (all-automake): fix dependencies.
15847
15848 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
15849
15850         * configure.in: Minor cleanups for building in the $(target_alias)
15851         subdir.
15852
15853 1998-09-22  Jim Wilson  <wilson@cygnus.com>
15854
15855         * Makefile.in (bootstrap): Set r and s before make all.  Use
15856         BASE_FLAGS_TO_PASS in make all.
15857         (cross): Likewise.
15858
15859 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
15860
15861         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15862
15863 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
15864
15865         * config.sub: Fix typo in last change.
15866
15867 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15868
15869         * config.sub: Add support for C4x target.
15870         * configure.in: Likewise.
15871
15872 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
15873
15874         * config.sub: Recognize sparcv9 just like sparc64.
15875
15876 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
15877
15878         * config.guess: Match "Pent II" or "PentII" for OpenServer.
15879
15880 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
15881
15882         * config.guess: Correctly identify Pentium II sco boxes.
15883
15884         * config.guess: Fix "tr" code.  From Weiwen Liu.
15885
15886 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
15887
15888         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15889         stabs.
15890
15891 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
15892
15893         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15894         (ALL_TARGET_MODULES): Add all-target-libchill.
15895         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15896         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15897         (all-target-libchill): Add dependencies.
15898         * configure.in (target_libs): Add libchill.
15899
15900 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15901
15902         * config.guess: Avoid assumptions about "tr" behaves when
15903         LANG is set to something other than English.
15904
15905 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
15906
15907         * configure (gxx_include_dir): Changed to
15908         '${prefix}/include/g++'-${libstdcxx_interface}.
15909
15910         * config.if: New to determine the interfaces.
15911
15912 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
15913
15914         * config.guess: Detect and handle MPE/IX.
15915         * config.sub: Deal with MPE/IX.
15916
15917 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
15918
15919         * configure.in: Use mh-aix43.
15920
15921 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
15922
15923         * configure: Fix --without/--disable cases for gxx-include-dir.
15924
15925 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
15926
15927         * mdata-sh:  Imported.  Needed for automake support.
15928
15929 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
15930
15931         * Makefile.in (taz): Try "chmod -R og=u ." before
15932         "chmod og=u `find . -print`".
15933
15934 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
15935
15936         * configure.in: Add arm-elf and thumb-elf support.
15937
15938 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
15939
15940         * Makefile.in: Undo previous patch.
15941
15942 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
15943
15944         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15945         to here ...
15946         (install-no-fixedincludes): and here
15947         (INSTALL_MODULES): ... from here.
15948
15949 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15950
15951         * config.sub: Merge with FSF.
15952
15953         * config.guess: Merge with FSF.
15954
15955 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
15956
15957         * configure (extraconfigdirs): New variable.
15958         (SUBDIRS): Add extraconfigdirs and recurse on them too.
15959         * Makefile.in (all): Move higher in file.
15960         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15961         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15962         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15963         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15964         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15965
15966 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
15967
15968         * Makefile.in (all-target-libjava): Depend on all-gcc and
15969         all-target-newlib.
15970         (configure-target-libjava): Depend on $(ALL_GCC).
15971
15972 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
15973
15974         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15975         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15976
15977 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
15978
15979         * INSTALL/README: Fix typo.
15980
15981 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15982
15983         * ylwrap: Change absolute path checks to check for DOS style path
15984         names.
15985
15986         * ylwrap: Don't use a full path name if the source file is in the
15987         same directory.  From hjl@lucon.org (H.J. Lu).
15988
15989         * config-ml.in: Default to being verbose, to match Feb 18 change to
15990         configure.
15991
15992 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
15993
15994         Brought over from egcs:
15995
15996         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15997
15998         * configure.in (target_subdir): Set to ${target_alias} instead
15999         of "libraries".
16000
16001         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16002
16003         * configure.in (target_subdir): Set to libraries if enable_multilib.
16004
16005 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
16006
16007         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16008         multilibs, force reconfiguration the first time we create
16009         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16010
16011 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
16012
16013         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16014         avoid confusion with --no-recursion.
16015
16016 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
16017
16018         * configure.in: Win32 hosts shouldn't use install -x
16019         * install-sh: remove -x option, and special .exe-handling
16020         hack.
16021
16022 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
16023
16024         * config.guess: Recognize i586-pc-beos.
16025         * configure.in: Don't build some bits for beos.
16026
16027 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16028
16029         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16030         CFLAGS default to -O2.
16031
16032         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16033         when using GNU ld.
16034
16035 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
16036
16037         * ltmain.sh: Correct install when using a different shell.
16038
16039 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16040
16041         * ltconfig, ltmain.sh: Update to libtool 1.2b.
16042
16043 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
16044
16045         * makefile.vms: Update to build binutils/makefile.vms.  Add install
16046         target.
16047
16048 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
16049
16050         * ltconfig: Update to correct AIX handling.
16051
16052 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16053
16054         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16055
16056         * configure.in (target_subdir): Set to ${target_alias} instead
16057         of "libraries".
16058
16059 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
16060
16061         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16062         (Makefile): Depend on $(gcc_version_trigger).
16063
16064         * configure (gcc_version): Change default initializer to empty
16065         string.
16066         (gcc_version_trigger): New variable; pass this variable down
16067         to subdir configures to enable them checking gcc's version
16068         themselves. Emit make macros for both gcc_version vars.
16069         (topsrcdir): Initialize reliably.
16070         (recursion line): Remove --with-gcc-version=${gcc_version}.
16071
16072 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16073
16074         * configure (enable_version_specific_runtime_libs): Implement new flag
16075         --enable-version-specific-runtime-libs which installs C++ runtime stuff
16076         in $(libsubdir); emit definition in each generated Makefile.
16077         (gxx_include_dir): Initialize depending on
16078         $enable_version_specific_runtime_libs.
16079
16080 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16081
16082         * configure (gcc_version): Initialize properly depending on
16083         how and where configure is started.
16084         (recursion line): Pass a --with-gcc-version=${gcc_version}
16085         to configures in subdirs.
16086
16087 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
16088
16089         * configure.in (noconfigdirs): Add configure pattern for mips tx39
16090         cygmon
16091
16092 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
16093
16094         * configure.in: Add cygmon and libstub support for mn10200.
16095
16096 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
16097
16098         * configure (gcc_version): Add new variable describing the
16099         particular gcc version we're building.
16100         * Makefile.in (libsubdir): Add new macro for the directory
16101         in which the compiler finds executables, libraries, etc.
16102         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16103         and libsubdir.
16104
16105 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16106
16107         * Makefile.in (local-clean): Remove *.log.
16108         (warning.log): Built with warn_summary from build.log.
16109         (mail-report.log): Run test_summary.
16110         (mail-report-with-warnings.log): Run test_summary including
16111         warning.log in the report.
16112
16113 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16114
16115         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16116
16117 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16118
16119         * Makefile.in (grep): Grep no longer depends on libiberty.
16120
16121 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16122
16123         * Makefile.in: all-snavigator needs all-libgui.
16124
16125 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16126
16127         * configure.in: Add cygmon and libstub support for mn10300.
16128
16129 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16130
16131         * missing: Update to version from automake 1.3.
16132
16133         * ltmain.sh: On installation, don't get confused if the same name
16134         appears more than once in the list of library names.
16135
16136 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16137
16138         * config.sub: Accept m68060 and m5200 as CPU names.
16139
16140 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16141
16142         * configure: Use && rather than using -a in test, because odd
16143         strings can confuse test.
16144         * configure.in: Likewise.
16145
16146 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16147
16148         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16149
16150 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16151
16152         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16153         bootstrap4-lean): New targets.
16154
16155 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16156
16157         * mpw-* Delete.  Not used.
16158
16159 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16160
16161         * COPYING.LIB: Update FSF address.
16162
16163 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16164
16165         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16166
16167         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16168         GAS_SUPPORT_DIRS.
16169
16170 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16171
16172         * ltconfig, ltmain.sh: Avoid producing a version number if
16173         -version-info was not used.
16174
16175 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16176
16177         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16178         building with newlib.
16179
16180 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16181
16182         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16183         Solaris `make' causes it to continue to next definition.
16184
16185 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16186
16187         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16188         the right GUI libraries and files are installed along with GDB.
16189
16190 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16191
16192         * configure.in: Change alpha to alpha* in several places.
16193
16194 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16195
16196         * config.sub: Recognize sparc86x.
16197
16198 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16199
16200         * configure.in (--enable-target-optspace): Remove debug echo.
16201
16202 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16203
16204         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16205
16206 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16207
16208         * ltconfig: Update cygwin32 support.
16209
16210         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16211         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16212         (GDB_SUPPORT_DIRS): Likewise.
16213
16214 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16215
16216         * configure.in (target_makefile_frag): If --enable-target-optspace,
16217         use -Os to compile target libraries rather than -O2.  Default to
16218         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16219         not used.
16220         * configure.in (target_cflags): Ditto for d30v.
16221
16222 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16223
16224         * Makefile.in (all-bfd): Depend on all-intl.
16225         (all-binutils): Likewise.
16226         (all-gas): Likewise.
16227         (all-gprof): Likewise.
16228         (all-ld): Likewise.
16229
16230 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16231
16232         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16233
16234 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16235
16236         * Makefile.in (all-bfd): Depend upon all-libiberty.
16237
16238         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16239
16240 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16241
16242         * Makefile.in: Add libstub.
16243
16244         * configure.in: Ditto. Build libstub for targets that have cygmon
16245         support.
16246
16247 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16248
16249         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16250
16251 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16252
16253         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16254         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16255
16256 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16257
16258         * configure: Define DEFAULT_M4 by searching PATH.
16259         * Makfile.in: Use DEFAULT_M4.
16260
16261 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16262
16263         * ltconfig: Add cygwin32 support.
16264
16265         * Makefile.in, configure.in: Add libtool as a native only directory
16266         to configure and build.
16267
16268 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16269
16270         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16271
16272 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16273
16274         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16275
16276 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16277
16278         * Makefile.in: add ash make rules
16279         * configure.in: add ash to native_only and host_tools lists
16280
16281 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16282
16283         * Makefile.in (all-gettext, all-intl): New targets.
16284         (ALL_MODULES): Added all-gettext, all-intl.
16285         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16286         (INSTALL_MODULES): Added install-gettext, install-intl.
16287         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16288
16289         * configure.in (host_tools): Added gettext.
16290         (native_only): Likewise.
16291         (noconfigdirs) [various cases]: Likewise.
16292         (host_libs): Added intl.
16293
16294 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16295
16296         * configure: Do not disable building gdbtk for cygwin32 hosts.
16297
16298 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16299
16300         * configure.in: Add thumb-coff target.
16301         * config.sub: Add thumb-coff target.
16302
16303 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16304
16305         * Makefile.in: Revert yesterday's change.
16306         (all-target-winsup):  all-target-librx stays out of here.
16307
16308 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16309
16310         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16311         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16312         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16313         Remove references to librx and libg++.
16314
16315 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16316
16317         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16318         recursive makes
16319
16320 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16321
16322         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16323         for newlib directory.
16324         (CXX_FOR_TARGET): Likewise.
16325
16326 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16327
16328         * ltconfig: Update after libtool/ltconfig.in change for
16329         hpux11.
16330
16331 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16332
16333         * ltconfig, ltmain.sh: Update to libtool 1.2.
16334
16335 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16336
16337         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16338         (install-gcc-cross): Instead, override LANGUAGES here.
16339
16340 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16341
16342         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16343         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16344
16345 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16346
16347         * configure.in: Add Thumb-pe target.
16348
16349 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16350
16351         * Makefile.in - changed sn targets to snavigator
16352         * configure.in - changed sn targets to snavigator
16353
16354 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16355
16356         * config-ml.in: After building symlink tree call make distclean
16357         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16358         to be the case for libiberty.
16359
16360 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16361
16362         * configure: When making link, also check the current
16363         directory. The configure scripts may create one.
16364
16365 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16366
16367         * config.sub: Accept alphapca56 and alphaev6 properly.
16368
16369 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16370
16371         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16372
16373 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16374
16375         * config.sub (sco5): Fix typo.
16376
16377 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16378
16379         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16380         install-itcl.
16381         (install-itcl): Remove dependency on install-tcl.
16382
16383 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16384
16385         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16386
16387 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16388
16389         * configure.in: Don't build libgui for a cygwin32 target when not on
16390         a cygwin32 host.
16391
16392 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16393
16394         * configure (redirect): Set to null, so default behavior of
16395         configure is now --verbose.
16396
16397 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16398
16399         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16400         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16401
16402 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16403
16404         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16405         this change to sync Makefile.in with its ChangeLog entries.
16406
16407 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16408
16409         * ltmain.sh (mkdir): Check that the directory doesn't exist
16410         before we exit with error, so that we don't get races during
16411         parallel builds.
16412
16413 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16414
16415         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16416
16417 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16418
16419         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16420         PICFLAG_FOR_TARGET.
16421         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16422
16423         * configure: Emit a definition for the new macro enable_shared
16424         into each Makefile.
16425
16426 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16427
16428         * configure.in (host_tools, native_only): Add libtool.
16429
16430 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16431
16432         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16433         Fix typo in ming config comment.
16434
16435 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16436
16437         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16438
16439 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16440
16441         * config.sub: Add tic30 cases, and map c30 to tic30.
16442
16443 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16444
16445         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16446         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16447         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16448         (CLEAN_TARGET_MODULES): Similarly
16449         (all-target-libf2c): Add dependences.
16450         * configure.in (target_libs): Add libf2c.
16451
16452 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16453
16454         * configure.in: Remove expect from noconfigdirs when target
16455         is cygwin32.  OK to build expect and dejagnu with Canadian
16456         Cross.
16457
16458 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16459
16460         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16461         host.
16462
16463         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16464         and mingw32.
16465
16466 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16467
16468         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16469         here as it is not defined in the toplevel Makefile.
16470
16471 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16472
16473         * configure (package_makefile_rules_frag): New variable, which names
16474         a file with generic rules, ...
16475         Change comment to mention we now have FIVE parts.
16476         * configure: Undo last change.
16477
16478 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16479
16480         * config.guess: More accurate determination of HP processor types.
16481         * config.sub: More accurate determination of HP processor types.
16482
16483 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16484
16485         * configure (package_makefile_frag): Move inserting the
16486         ${package_makefile_frag} to where it should be according
16487         to the comment.
16488
16489 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
16490
16491         * config.guess: Add support for Linux/ARM.
16492
16493 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
16494
16495         * .cvsignore: Remove *-info and *-install since they match
16496         release-info and mpw-install, which we don't want to just ignore.
16497
16498 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
16499
16500         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16501
16502 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
16503
16504         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16505         local_prefix to sub-make invocations.
16506
16507 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
16508
16509         * configure.in: Check makefile fragments in the source
16510         directory.
16511
16512 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16513
16514         * configure.in: Check whether host and target makefile
16515         fragments exist before adding them to *_makefile_frag.
16516
16517 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
16518
16519         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16520
16521 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
16522
16523         * configure.in: Make sure we only replace RPATH_ENVVAR on
16524         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16525         regexp to sed.
16526
16527         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16528         to sub-makes.
16529
16530 1998-01-13  Lee Iverson   (leei@ai.sri.com)
16531
16532         * config-ml.in (multi-do): LDFLAGS must include multilib
16533         designator.
16534
16535 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
16536
16537         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16538
16539 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
16540
16541         * config.sub: Add mingw32 support.
16542         * configure.in: Likewise.
16543
16544 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16545
16546         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16547
16548 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
16549
16550         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16551         * configure (gxx_include_dir): Provide a definition for subdirs
16552         which do not use autoconf.
16553
16554 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
16555
16556         * config.guess: Sync with egcs.  Picks up new alpha support,
16557         BeOS & some additional linux support.
16558
16559 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
16560
16561         * config.guess: HP 9000/803 is a PA1.1 machine.
16562
16563 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
16564
16565         * configure.in: It's alpha*-...
16566
16567 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16568
16569         * configure.in (host_makefile_frag, target_makefile_frag):
16570         Handle multiple config files.
16571         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16572         alpha-*-*.
16573
16574 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
16575
16576         * mkdep: New file.
16577
16578 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
16579
16580         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16581
16582 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16583
16584         * Makefile.in: Add libgui directory.
16585         (GDB_TK): Add all-libgui.
16586         * configure.in: Add libgui directory.
16587         * configure: Add all-libgui to GDB_TK.
16588
16589 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
16590
16591         * config-ml.in (multidirs): Add m32r to multilib list.
16592
16593 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
16594
16595         * Makefile.in (all-target-gperf): Change dependency to
16596         all-target-libstdc++.
16597
16598 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
16599
16600         * config.guess: Add BeOS support.
16601
16602 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16603
16604         Source directory cvs renamed to cvssrc:
16605         * configure.in (host_tools): Change cvs to cvssrc.
16606         (native_only): Likewise.
16607         (noconfigdirs) [various cases]: Likewise.
16608         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16609         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16610         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16611         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16612         (all-cvssrc): Rename target from all-cvs.
16613
16614 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16615
16616         * configure (gxx_include_dir): Fix thinko.
16617
16618 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
16619
16620         * Makefile.in (INSTALL_TARGET_CROSS): Define.
16621         (install-cross, install-gcc-cross): New targets.
16622
16623 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
16624
16625         * configure.in (noconfigdirs): Add support for Thumb target.
16626
16627         * config.sub (maybe_os): Add support for Thumb target.
16628
16629 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
16630
16631         * Makefile.in: Add rules for cygmon.
16632
16633         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16634
16635 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
16636
16637         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16638         * configure (gxx_include_dir): Provide a definition for subdirs
16639         which do not use autoconf.
16640
16641 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
16642
16643         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16644         11/18/97 build
16645
16646 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
16647
16648         * From Franz Sirl.
16649         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16650         found on RedHat Linux systems.
16651
16652 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
16653
16654         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16655         guesses.
16656
16657 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16658
16659         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16660
16661 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16662
16663         * ltmain.sh: If mkdir fails, check whether the directory was created
16664         anyhow by some other process.
16665
16666 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16667
16668         * configure.in (d30v-*-*): Configure all directories.
16669
16670 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16671
16672         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16673         for the D30V.
16674
16675 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16676
16677         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16678
16679 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16680
16681         * include/libiberty.h: Add extern "C" { so it can be used with C++
16682         progrms.
16683         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
16684         programs.
16685
16686 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16687
16688         * configure.in (d30v-*-*): Configure GCC now.
16689
16690 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16691
16692         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16693         is no longer needed.
16694
16695 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16696
16697         * Makefile.in: check-target-libio depends on all-target-libstdc++.
16698
16699 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16700
16701         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16702         targets using "$@" to provide support for similar but not identical
16703         targets without having to duplicate code.
16704
16705 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16706
16707         * makefile.vms: Fix to work with DEC C.
16708
16709 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16710
16711         * config.sub: Add mips-tx39-elf to marketing names.
16712
16713 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16714
16715         * ltmain.sh: Handle symlinks in generated script.
16716
16717 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16718
16719         * configure: Handle autoconf style directory options: --bindir,
16720         --datadir, --includedir, --infodir, --libdir, --libexecdir,
16721         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16722         --sysconfdir.
16723         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16724         (sharedstatedir, localstatedir, oldincludedir): New variables.
16725         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16726         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16727         sbindir, sharedstatedir, and sysconfdir.
16728
16729 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16730
16731         * Makefile.in (bootstrap-lean): New target.
16732
16733 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16734
16735         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16736         sn, and gnuserv from noconfigdirs.
16737
16738 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
16739
16740         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16741
16742 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
16743
16744         * Makefile.in (cross): New target.
16745
16746 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
16747                           Jeff Law         <law@cygnus.com>
16748
16749         * Makefile.in (bootstrap2, bootstrap3): New targets.
16750         (all-bootstrap): Remove outdated and confusing target.
16751         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16752
16753 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16754
16755         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16756         windows.  Consistent with gdb/configure.
16757
16758 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
16759
16760         * configure.in: Name Linux target fragment.
16761
16762         * configure: Rewrite so that project Makefile fragment is inserted
16763         first and appears last in the resulting Makefile.
16764
16765 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16766
16767         * Makefile.in (install-itcl): Install tcl first.
16768
16769 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
16770
16771         * configure.in: remove bison from noconfigdirs for Cygwin32 host
16772
16773 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16774
16775         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16776
16777         * configure.in (skipdirs): Add target-librx for Linux.
16778         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16779
16780 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
16781
16782         * Makefile.in (bootstrap): New target.
16783
16784 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
16785
16786         * config.sub: Accept 'amigados' for backward compatibility.
16787
16788 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
16789
16790         * config.guess: Merge with FSF.
16791
16792 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
16793
16794         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16795
16796 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
16797
16798         * config.sub: Add "marketing-names" patch.
16799
16800 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
16801
16802         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16803
16804 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
16805
16806         * config.sub: Handle v850-elf.
16807
16808 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
16809
16810         * .cvsignore (*-install): Remove.
16811
16812 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
16813
16814         * ltconfig: Set CONFIG_SHELL in libtool.
16815         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16816
16817 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16818
16819         * configure.in (target_subdir): Set to libraries if enable_multilib.
16820
16821 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
16822
16823         * config.guess: Update from gcc directory.
16824
16825 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16826
16827         * Makefile.in (all-sim): Depends on all-readline.
16828
16829 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
16830
16831         * Makefile.in (BISON, YACC): Use $$s.
16832         (all-bison): Depend on all-texinfo.
16833
16834 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
16835
16836         * Makefile.in (BISON): Add -L flag.
16837         (YACC): Likewise.
16838
16839 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16840
16841         * configure.in (noconfigdirs): Add support for v850e target.
16842
16843         * config.sub (maybe_os): Add support for v850e target.
16844
16845 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16846
16847         * configure.in (noconfigdirs): Add support for v850ea target.
16848
16849         * config.sub (maybe_os): Add support for v850ea target.
16850
16851 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
16852
16853         * config.sub: Add mipstx39.  Delete r3900.
16854
16855 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16856
16857         * Makefile.in (all-autoconf): Depends on all-texinfo.
16858
16859 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
16860
16861         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16862         eabi targets.
16863
16864 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
16865
16866         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16867
16868         * configure: When handling a Canadian Cross, handle YACC as well as
16869         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
16870         * Makefile.in (all-bison): Depend upon all-texinfo.
16871
16872 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
16873
16874         * Makefile.in (BISON): bison, not byacc or bison -y.
16875         (YACC): bison -y or byacc or yacc.
16876         (various): Add *-bison as appropriate.
16877         (taz): No need to mess with BISON anymore.
16878
16879 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
16880
16881         * configure: If OSTYPE matches *win32*, try to find a good value for
16882         CONFIG_SHELL.
16883
16884 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
16885
16886         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16887         configure.in if it is present.
16888
16889 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
16890
16891         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16892
16893 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
16894
16895         * config.sub: Recognize `arc' cpu.
16896         * configure.in: Likewise.
16897         * config-ml.in: Likewise.
16898
16899 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
16900
16901         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16902
16903 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
16904
16905         * configure: Changed sed delimiter from ':' to '|' when
16906         attempting to substitute ${config_shell} for SHELL. On
16907         NT ${config_shell} may contain a ':' in it.
16908
16909 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
16910
16911         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16912
16913 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
16914
16915         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16916
16917 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16918
16919         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16920
16921         * ylwrap: If the program is a relative path, force it to be
16922         absolute.
16923
16924 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16925
16926         * configure (tooldir): Set BISON to `bison -y' and not just bison.
16927
16928 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16929
16930         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16931         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16932         for libraries.
16933
16934 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
16935
16936         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16937         separated by spaces.
16938
16939 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
16940
16941         * ylwrap: New file.
16942         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16943
16944         * ltmain.sh: Handle /bin/sh at start of install program.
16945
16946         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16947
16948         * ltconfig, ltmain.sh: New files, from libtool 1.0.
16949         * missing: New file, from automake 1.2.
16950
16951 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
16952
16953         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
16954         check-tk to CHECK_X11_MODULES.
16955
16956 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16957
16958         * config.sub: Merge with FSF.
16959
16960 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16961
16962         * config.guess: Merge with FSF.
16963
16964 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16965
16966         * configure: Treat msdosdjgpp like go32.
16967         * configure.in: Likewise.  Don't remove gprof for go32.
16968
16969         * configure: Change Makefile.tem2 to Makefile.tm2.
16970
16971 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
16972
16973         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16974
16975 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16976
16977         * install-sh (chmodcmd): Set to null if the DST directory already
16978         exists.  Same as Nov 11th change.
16979
16980 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
16981
16982         * configure (GDB_TK): Needs itcl and tix.
16983
16984 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
16985
16986         * config.guess: Update from FSF.
16987
16988 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
16989
16990         * Makefile.in (GDB_TK): Depend on itcl and tix.
16991
16992 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16993
16994         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16995         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16996         (INSTALL_SCRIPT): New variable.
16997         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16998         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16999         to -x.
17000         * install-sh: Add support for -x option.
17001
17002 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
17003
17004         * configure.in, Makefile.in: Treat tix like itcl.
17005
17006 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
17007
17008         * Makefile.in (WINDRES): New variable.
17009         (WINDRES_FOR_TARGET): New variable.
17010         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17011         (EXTRA_HOST_FLAGS): Add WINDRES.
17012         (EXTRA_TARGET_FLAGS): Add WINDRES.
17013         (EXTRA_GCC_FLAGS): Add WINDRES.
17014         ($(DO_X)): Pass down WINDRES.
17015         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17016         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17017         DLLTOOL_FOR_TARGET.
17018
17019 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
17020
17021         * configure.in: configure sim before gdb for win32-x-ppc
17022
17023 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17024
17025         Move gperf into the toplevel, from libg++.
17026         * configure.in (target_tools): Add target-gperf.
17027         (native_only): Add target-gperf.
17028         * Makefile.in (all-target-gperf): New target, depend on
17029         all-target-libg++.
17030         (configure-target-gperf): Empty rule.
17031         (ALL_TARGET_MODULES): Add all-target-gperf.
17032         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17033         (CHECK_TARGET_MODULES): Add check-target-gperf.
17034         (INSTALL_TARGET_MODULES): Add install-target-gperf.
17035         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17036
17037 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
17038
17039         * config.sub (mn10200): Recognize new basic machine.
17040
17041 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17042
17043         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17044         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17045
17046 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17047
17048         * configure.in: If we're building mips-sgi-irix6* native, turn on
17049         ENABLE_MULTILIB and set TARGET_SUBDIR.
17050
17051 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
17052
17053         * Makefile.in (all-sn): Depend on all-grep.
17054
17055 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
17056
17057         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17058
17059         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17060         Makefile.  From Jeff Makey <jeff@cts.com>.
17061         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17062
17063         * Makefile.in (DISTBISONFILES): Remove.
17064         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
17065         $(DEFAULT_YACC).
17066
17067         * configure.in: Build itl, db, sn, etc., when building for native
17068         cygwin32.
17069
17070         * Makefile.in (LD): New variable.
17071         (EXTRA_HOST_FLAGS): Pass down LD.
17072         ($(DO_X)): Likewise.
17073
17074 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
17075
17076         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17077
17078 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
17079
17080         * configure.in (targargs): Strip out any supplied --build argument
17081         before adding our own. Always add --build.
17082
17083 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
17084
17085         * configure.in (targargs): Pass --build if we're doing
17086         a cross-compile.
17087
17088 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
17089
17090         * configure: Use '|' instead of ":" as the separator in
17091         sed. Otherwise sed chokes on NT path names with drive
17092         designators. Also look for "?:*" as the leading characters in an
17093         absolute pathname.
17094
17095 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
17096
17097         * config.sub: Support for r3900.
17098
17099 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17100
17101         * configure.in: Use install-sh, not install.sh.
17102
17103 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17104
17105         * Makefile.in (taz): Improve check for BISON so it doesn't try to
17106         apply it twice.
17107
17108 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17109
17110         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17111         install-binutils.
17112
17113 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17114
17115         * Makefile.in: Add automake targets.
17116         * configure.in (host_tools): Add automake.
17117
17118 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17119
17120         * configure: Default CXX to c++, not gcc.
17121         * Makefile.in (CXX): Set to c++, not gcc.
17122         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17123
17124 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17125
17126         * install-sh: try appending a .exe if source file doesn't
17127         exist
17128
17129 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17130
17131         * configure.in: Turn on multilib by default.
17132         (cross_only): Remove target-libiberty.
17133
17134         * Makefile.in (all-gcc): Don't depend on libiberty.
17135
17136 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17137
17138         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17139
17140 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17141
17142         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17143         (DISTBISONFILES): Add ld/Makefile.in
17144
17145 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17146
17147         * configure.in: if target is cygwin32 but host isn't cygwin32,
17148         don't configure gdb tcl tk expect, not just gdb.
17149
17150 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17151
17152         * configure.in: Added gnuserv everywhere sn appears.
17153
17154         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17155         (CROSS_CHECK_MODULES): Added check-gnuserv.
17156         (INSTALL_MODULES): Added install-gnuserv.
17157         (CLEAN_MODULES): Added clean-gnuserv.
17158         (all-gnuserv): New target.
17159
17160 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17161
17162         * config.guess: Fixes for MIPS OpenBSD systems.
17163
17164 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17165
17166         * Makefile.in (INSTALL_XFORM): Remove.
17167         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17168
17169         * mkinstalldirs: New file, copied from automake.
17170         * Makefile.in (installdirs): Rename from install-dirs.  Use
17171         mkinstalldirs.  Change all users.
17172         (DEVO_SUPPORT): Add mkinstalldirs.
17173
17174 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17175
17176         * install-sh: Rename from install.sh.
17177         * Makefile.in (INSTALL): Change install.sh to install-sh.
17178         (DEVO_SUPPORT): Likewise.
17179
17180         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17181         Graichen <graichen@rzpd.de>.
17182
17183 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17184
17185         * config.guess: Recognize OpenBSD systems correctly.
17186
17187 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17188
17189         * README, Makefile.in (ETC_SUPPORT): Remove references to
17190         cfg-paper*, configure.{texi,man,info*}._
17191
17192 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17193
17194         * Makefile.in (all.normal): Ensure that gcc is built after all
17195         the x11 - ie gdb - targets.
17196
17197 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17198
17199         * makefile.vms: Don't run conf-a-gas.
17200
17201 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17202
17203         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17204
17205 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17206
17207         * configure.in: Remove noconfigdirs case since gdb also
17208         configures and builds for tic80-coff.
17209
17210 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17211
17212         * configure: Set cache_file to config.cache.
17213         * Makefile.in (local-distclean): Remove config.cache.
17214
17215 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17216
17217         * COPYING: Update FSF address.
17218
17219 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17220
17221         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17222         noconfigdirs.
17223
17224 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17225
17226         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17227         MAKEDIRS, is empty.
17228
17229 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17230
17231         * config.sub: Tweak mn10300 entry.
17232
17233 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17234
17235         * configure.in (host_tools): Put sim before gdb, so gdb's
17236         configure.tgt can determine if the simulator was configured.
17237
17238 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17239
17240         * config.sub: Move BeOS $os case to be with other Cygnus
17241         local cases.
17242
17243 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17244
17245         * config.sub: Remove misplaced comment that broke Linux.
17246
17247 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17248
17249         * config.sub: Add BeOS support.
17250
17251 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17252
17253         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17254
17255 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17256
17257         * configure.in (noconfigdirs): Remove tcl and tk from
17258         noconfigdirs for cygwin32 builds.
17259
17260 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17261
17262         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17263
17264 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17265
17266         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17267         make-all.com, use makefile.vms instead.
17268
17269 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17270
17271         * config.sub: Accept -lnews*.
17272
17273 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17274
17275         * configure.in (noconfigdirs): Disable target-newlib,
17276         target-examples and target-libiberty for d30v.
17277
17278 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17279
17280         * configure.in (noconfigdirs): Enable ld for d30v.
17281
17282 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17283
17284         * configure.in (tic80-*-*): Build compiler.
17285
17286 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17287
17288         * configure.in (d30v-*): Remove sim directory from list of
17289         unsupported d30v directories
17290
17291 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17292
17293         * config.sub, configure.in: Add d30v target cpu.
17294
17295 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17296
17297         * makefile.vms: New file.
17298         * make-all.com: Remove.
17299
17300 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17301
17302         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17303
17304 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17305
17306         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17307
17308 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17309
17310         * Makefile.in (ALL_MODULES): Added all-db.
17311         (CROSS_CHECK_MODULES): Addec check-db.
17312         (INSTALL_MODULES): Added install-db.
17313         (CLEAN_MODULES): Added clean-db.
17314
17315 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17316
17317         * config.guess: Merge with latest FSF sources.
17318
17319 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17320
17321         * Makefile.in (ALL_MODULES): Added all-itcl.
17322         (CROSS_CHECK_MODULES): Added check-itcl.
17323         (INSTALL_MODULES): Added install-itcl.
17324         (CLEAN_MODULES): Added clean-itcl.
17325
17326 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17327
17328         * configure.in: build gdb for mn10200
17329
17330 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17331
17332         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17333
17334 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17335
17336         * configure.in (tic80-*-*): Turn off most targets right now.
17337
17338 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17339
17340         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17341         rather than the makeinfo program.
17342         (do-info): Depend upon all-texinfo.
17343
17344 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17345
17346         * configure.in: Remove uses of config/mh-linux.
17347
17348         * config.sub, config.guess: Merge with latest FSF sources.
17349
17350 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17351
17352         * config.sub (case $basic_machine): Add tic80 entries.
17353
17354 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17355
17356         * config.sub, config.guess: Merge with latest FSF sources.
17357
17358 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17359
17360         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17361         * mpw-config.in: Test for NewFolderRecursive.
17362         * mpw-install: Use symbolic name for startup filename.
17363         * mpw-README: Add various additional details.
17364
17365 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17366
17367         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17368
17369 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17370
17371         * configure.in: Do build gcc and the target libraries for
17372         the mn10200.
17373
17374 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17375
17376         * configure.in: don't avoid building gdb for mn10300 any more
17377         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17378         instead of single-quoting it.
17379
17380 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17381
17382         * configure.in: Don't use --with-stabs on IRIX 6.
17383
17384 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17385
17386         * configure.in (m32r): Build gdb, libg++ now.
17387
17388 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17389
17390         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17391         directories from noconfigdirs.
17392
17393 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17394
17395         * config.sub (basic_machine): added mips16 configuration
17396
17397 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17398
17399         * config.sub: Handle d10v-unknown.
17400
17401 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17402
17403         * config.sub: Handle v850-unknown.
17404
17405 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17406
17407         * Makefile.in: add findutils
17408         * configure.in: add findutils to list of host_tools
17409
17410 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17411
17412         * config.sub: Handle mn10200 and mn10300.
17413
17414 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17415
17416         * configure.in (d10v-*): Do not build librx.
17417
17418 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17419
17420         * configure.in (mn10300): Build everything except gdb & libgloss.
17421
17422 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17423
17424         * config.guess:  Patch for Dansk Data Elektronik servers,
17425         from Niels Skou Olsen <nso@dde.dk>.
17426
17427         For ncr, use /bin/uname rather than uname, since GNU uname does not
17428         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17429
17430         Patch for MIPS R4000 running System V,
17431         from Eric S. Raymond <esr@snark.thyrsus.com>.
17432
17433         Fix thinko for nextstep.
17434
17435         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17436
17437         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17438         * config.guess: Guess mips-dec-mach_bsd4.3.
17439
17440         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17441         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17442         release numbers.
17443         * config.guess (mips-mips-riscos*):  Emit just enough of the
17444         release number.
17445
17446         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17447         * config.guess (sparc-auspex-sunos*):  Added.
17448         (f300-fujitsu-*): Added.
17449
17450         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17451         * config.guess:  Recognize a Tadpole as a sparc.
17452
17453 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17454
17455         * config.guess: Don't assume that NextStep version is either 2 or
17456         3.  NextStep 4 (aka OpenStep 4) has come out now.
17457
17458 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17459
17460         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17461         From Rik Faith <faith@cs.unc.edu>.
17462
17463 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17464
17465         * config.sub: Contributions from bug-gnu-utils to:
17466         Support plain "hppa" (no version given) architecture, reported by
17467         OpenStep.
17468         OpenBSD like NetBSD.
17469         LynxOs is not a hardware supplier.
17470
17471         * config.guess: Contributions from bug-gnu-utils to add support for:
17472         OpenBSD like NetBSD.
17473         Stratus systems.
17474         More Pyramid systems.
17475         i[n>4]86 Intel chips.
17476         M680[n>4]0 Motorola chips.
17477         Use unknown instead of lynx for hardware manufacturer.
17478
17479 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17480
17481         * install.sh (chmodcmd): Set to null if the DST directory already
17482         exists.
17483
17484 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17485
17486         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17487         not use mt-ppc target Makefile fragment any more.
17488
17489 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17490
17491         * configure.in (*-*-windows):  Exclude everything but those dirs
17492         needed to build windows.
17493
17494 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
17495
17496         * Makefile.in (all-target-winsup): Depend on all-target-librx.
17497
17498 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17499
17500         * configure.in:  Exclude mmalloc from i386-windows.
17501
17502 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17503
17504         * Undo my previous change.
17505
17506 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
17507
17508         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17509         unconditionally.
17510         (MAKEOVERRIDES): Define (revert this part of October 18 change).
17511
17512 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17513
17514         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
17515         host to add it's own flags.
17516
17517 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
17518
17519         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17520
17521 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
17522
17523         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17524         (CXX_FOR_TARGET): Likewise.
17525         (GCC_FOR_TARGET): Define.
17526         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17527         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17528         CC_FOR_TARGET was specified on the command line.
17529         (MAKEOVERRIDES): Don't define.
17530
17531 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
17532
17533         * configure.in (m32r): Fix spelling of libg++ libs.
17534
17535 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
17536
17537         * config.sub (-apple*): Remove, now redundant.
17538
17539 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
17540
17541         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17542
17543         * configure: Rework yesterday's sed script patch.
17544
17545         * config.sub: Merge with FSF.
17546
17547 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
17548
17549         * config.guess:  Merge from FSF.
17550
17551         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
17552         * config.guess: Use pc instead of unknown, for pc clone systems.
17553         Change linux to linux-gnu.
17554
17555         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17556         * config.guess: Avoid non-portable tr syntax.
17557
17558 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
17559
17560         * test-build.mk (HOLES): Add "xargs" for gdb.
17561
17562         * configure: Avoid hpux10.20 sed bug.
17563
17564 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
17565
17566         * configure.in:  Add support for windows host
17567         (that is a build done under the Microsoft build environment).
17568
17569 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
17570
17571         * Makefile.in: Replace all uses of srcroot with s, to shrink
17572         command line lengths.
17573
17574         Patches from Geoffrey Noer <noer@cygnus.com>:
17575         * configure.in: If configuring for newlib, pass --with-newlib to
17576         subdirectories.
17577         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17578         -Bnewlib/ and -Lwinsup to gcc.
17579         (CXX_FOR_TARGET): Likewise.
17580
17581 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17582
17583         * Makefile.in (ETC_SUPPORT): Add configure.
17584
17585 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
17586
17587         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17588         host configuration file.
17589
17590 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
17591
17592         * configure.in: Break mn10x00 support into separate
17593         mn10200 and mn10300 configurations.
17594         * config.sub: Likewise.
17595
17596 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
17597
17598         * configure.in: Add lots of stuff to noconfigdirs for
17599         the mn10x00 targets.
17600
17601         * config.sub, configure.in: Add mn10x00 support.
17602
17603 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
17604
17605         * make-all.com: Call conf-a-gas, not config-a-gas.
17606
17607 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
17608
17609         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17610         targets.
17611
17612 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
17613
17614         * mpw-README: Add much more detail for native PowerMac.
17615         * mpw-install: New file.
17616         * mpw-configure: Add --norecursion and --help options.
17617         * mpw-config.in: Translate readme and install files when
17618         copying to objdir.
17619         * mpw-build.in: Don't always depend on byacc and flex.
17620         (install-only-top): New action.
17621
17622 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
17623
17624         * configure.in:  You can now configure GDB for the v850.
17625
17626 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
17627
17628         * configure.in (noconfigdirs): Don't configure any C++ dirs
17629         if targeting D10V.
17630
17631 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17632
17633         * config.sub: Recognize mips64vr5000.
17634
17635 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
17636
17637         * configure.in: Use a single line for host_tools and native_only.
17638
17639 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
17640
17641         * config.sub, configure.in: Add entries for m32r.
17642
17643 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
17644
17645         * Makefile.in (inet-install): Don't run install-gzip.
17646
17647 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
17648
17649         * configure.in:  Don't config lots of things for *-*-windows*.
17650
17651 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
17652
17653         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17654         (host_libs, host_tools): Copy from configure.in.
17655         * mpw-configure: Don't complain about directories not found.
17656
17657 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17658
17659         * configure.in (i[345]86): Recognize i686 for pentium pro.
17660         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17661         file.
17662
17663         * config.guess (i[345]86): Ditto.
17664
17665 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17666
17667         * configure.in (noconfigdirs): Removed gdb for D10V.
17668
17669 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17670
17671         * configure.in: Remove ld, target-libio, target-libg++, and
17672         target-libstdc++ from noconfigdirs.
17673
17674 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17675
17676         * configure: Fix three locations where shell scripts were
17677         being run directly rather than with config_shell.
17678
17679 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17680
17681         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17682         * config.sub (basic_machine): Recognize v850.
17683
17684 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17685
17686         * mpw-configure: Handle multiple enable/disable options and
17687         pass them down recursively, handle -c and -s flags appropriately
17688         depending on choice of compiler, add escape mechanism for
17689         quoted arguments to gC.
17690
17691 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17692
17693         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17694         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17695         so that -mrelocatable-lib and -mno-eabi are used.
17696
17697         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17698         not support --print-multi-lib, don't abort.
17699
17700 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17701
17702         * make-all.com: Run config-a-gas.
17703         * setup.com: Don't copy subdirectory files around.
17704
17705 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17706
17707         * configure.in (*-*-ose): Remove exclusion of libgloss for this
17708         target, it now compiles correctly.
17709
17710 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17711
17712         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17713
17714 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17715
17716         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17717
17718 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17719
17720         * configure.in (native_only): Add prms.
17721
17722 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17723
17724         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17725         (BINUTILS_SUPPORT_DIRS): Likewise.
17726
17727 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17728
17729         * configure.in (d10v-*-*): Don't configure ld or gdb until the
17730         d10v support is added.
17731
17732 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17733
17734         * configure.in (d10v-*-*): New target.
17735
17736 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
17737
17738         * config.guess (HP 9000/811): Recognize this as a PA1.1
17739         machine.
17740
17741 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
17742
17743         * Makefile.in (do-tar-gz): New target, split out from tail end of
17744         taz target.  Run each command separately, don't use pipes.
17745         (taz): Use it.
17746
17747 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
17748
17749         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17750         * mpw-build.in: No builds should depend on building byacc or flex,
17751         they are assumed to be installed already.
17752
17753 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17754
17755         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17756         variable that CC_FOR_TARGET needs.
17757
17758 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17759
17760         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17761         options have changed since the last time the subdirectory was
17762         configured, and if it has, reconfigure.
17763         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17764         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17765
17766 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
17767
17768         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17769         CLEAN_MODULES): Add bash.
17770         (all-bash): New target.
17771
17772 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
17773
17774         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17775
17776 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17777
17778         * config.sub (basic_machine): Recognize d10v as a valid processor.
17779
17780 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
17781
17782         * mpw-configure: Add support for --bindir.
17783         * mpw-build.in: Use a GCC-specific build script for GCC actions.
17784
17785 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
17786
17787         * configure.in: add bash, time, gawk to list of hosttools and things
17788         to only build for native toolchains
17789
17790 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17791
17792         * Makefile.in (docdir): Remove.
17793
17794 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17795
17796         * Makefile.in (datadir): Set to $(prefix)/share.
17797
17798 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
17799
17800         * configure.in: build diff and patch for cygwin32-hosted
17801         toolchains.
17802
17803 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
17804
17805         * config.sub: Accept -rtems*.
17806
17807 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
17808
17809         * configure.in: enable dosrel for cygwin32-hosted builds,
17810                 remove diff from the list of things not buildable
17811                 via Canadian Cross
17812
17813 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
17814
17815         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17816         don't get ". ".
17817
17818 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
17819
17820         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17821
17822 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
17823
17824         * Makefile.in (taz): Handle case where tex3patch didn't even get
17825         checked out.  Also, if it was found, put the symlink in a new util
17826         subdirectory.
17827
17828 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17829
17830         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17831
17832 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
17833
17834         * config.sub: Recognize -openvms.
17835         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17836         * make-all.com, setup.com: New files.
17837
17838 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17839
17840         * Makefile.in (taz): tex3patch moved to texinfo/util.
17841
17842 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
17843
17844         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17845         * configure.in: remove make from disable-if-Can-Cross list
17846                 enable gdb if ${host} and ${target} are cygwin32
17847
17848 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
17849
17850         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
17851         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17852
17853 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17854
17855         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
17856         distinguish sysv/svr4/bsd variants.
17857         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17858
17859 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
17860
17861         * configure.in: Added copyright notice.
17862         * move-if-change: Added copyright notice.
17863
17864 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17865
17866         * configure.in (powerpcle-*-solaris*): Until we get shared
17867         libraries working, don't build gdb, sim, make, tcl, tk, or
17868         expect.
17869
17870 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
17871
17872         * config.guess:  Merge with FSF:
17873
17874         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17875         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17876
17877         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17878         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17879
17880         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
17881         * config.guess:  Combine two OSF1 rules.
17882         Also recognize field test versions.  From mjr@zk3.dec.com.
17883         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
17884         because GNU uname does not support -p.  From pmr@pajato.com.
17885
17886 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
17887
17888         * Makefile.in (MAKEDIRS): Removed $(tooldir).
17889
17890 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
17891
17892         * mpw-README: Document GCCIncludes.
17893
17894 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
17895
17896         * configure.in (alpha-*-linux*): Set enable_shared to yes.
17897
17898 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17899
17900         * mpw-configure: Handle --enable-FOO and --disable-FOO.
17901
17902 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
17903
17904         * configure.in (*-*-cygwin32): Configure make.
17905
17906 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
17907
17908         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17909
17910 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
17911
17912         * Makefile.in (all-inet): Depend on all-perl.
17913
17914         * Makefile.in (inet-install): New target.
17915
17916         * Makefile.in (all-inet): Depend on all-tcl.
17917         (all-inet): Depend on all-send-pr.
17918
17919 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17920
17921         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17922         temporarily.
17923
17924 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
17925
17926         * configure.in: Don't configure --with-gnu-ld on AIX.
17927
17928 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17929
17930         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17931
17932 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
17933
17934         * Makefile.in (ALL_MODULES): Added all-inet.
17935         (CROSS_CHECK_MODULES): Added check-inet.
17936         (INSTALL_MODULES): Added install-inet.
17937         (CLEAN_MODULES): Added clean-inet.
17938         (all-indent): New target.
17939
17940         * configure.in (host_tools): Added inet.
17941         (native_only): Added inet.
17942         (noconfigdirs): Added inet.
17943
17944 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
17945
17946         * configure.in: Don't configure libgloss if we are not configuring
17947         newlib.
17948
17949 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
17950
17951         * configure.in: Don't configure libgloss for unsupported
17952         architectures.
17953
17954 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17955
17956         * Makefile.in (CLEAN_MODULES): Add clean-apache.
17957
17958 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
17959
17960         * Makefile.in (ALL_MODULES): Include all-apache.
17961         (CROSS_CHECK_MODULES): Include check-apache.
17962         (INSTALL_MODULES): Include install-apache.
17963         (all-apache): New target.
17964
17965         * configure.in: Added apache everywhere perl is seen.
17966
17967 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17968
17969         * Makefile.in: Add support for clean-{module} and
17970         clean-target-{module} rules.
17971
17972 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
17973
17974         * configure.in (*-*-ose) do not build libgloss.
17975
17976 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17977
17978         * config.guess (prep*:SunOS:5.*:*): Turn into
17979         powerpele-unknown-solaris2.
17980
17981 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
17982
17983         * configure.in: Permit --enable-shared to specify a list of
17984         directories.
17985
17986 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17987
17988         * configure.in (host==solaris): Pass only the first word of $CC
17989         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17990
17991 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17992
17993         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17994
17995 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
17996
17997         * Makefile.in (ALL_MODULES): Include all-perl.
17998         (CROSS_CHECK_MODULES): Include check-perl.
17999         (INSTALL_MODULES): Include install-perl.
18000         (ALL_X11_MODULES): Include all-guile.
18001         (CHECK_X11_MODULES): Include check-guile.
18002         (INSTALL_X11_MODULES): Include install-guile.
18003         (all-perl): New target.
18004         (all-guile): New target.
18005
18006         * configure.in (host_tools): Include perl and guile.
18007         (native_only): Include perl and guile.
18008         (noconfigdirs): Don't build guile and perl; no ports have been
18009         done.
18010
18011 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
18012
18013         * configure (--enable-*): Handle quoted option lists such as
18014         --enable-sim-cflags='-g0 -O' better.
18015
18016 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18017
18018         * Makefile.in ({,inst}all-target): New rule so we can make and
18019         install all of the target directories easily.
18020
18021 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18022
18023         * configure.in: Add missing global flag in sed substitution when
18024         deleting `target-' from ${configdirs}.
18025
18026 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
18027
18028         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18029         option.
18030
18031         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18032         config/mh-necv4.
18033
18034         * install.sh: Correct misspelling of transformbasename.
18035
18036         * config.guess: Recognize mips-*-sysv*.
18037
18038 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
18039
18040         * config.sub: Recognize mon960.
18041
18042 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
18043
18044         * configure: Restore Canadian Cross handling of BISON and LEX,
18045         removed in Feb 20 change.
18046
18047 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18048
18049         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18050         Mention make install.  Remove the old copyright date as well the
18051         clumsy and rather pointless copyright on the README file.
18052
18053 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18054
18055         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18056         Makefile after running symlink-tree, then run `make distclean' to
18057         avoid clobbering any generated files in srcdir.
18058
18059 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
18060
18061         * configure.in (m68k-*-netbsd*): Build everything now.
18062
18063 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18064
18065         * Makefile.in (taz): Fix quoting.
18066
18067 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
18068
18069         * configure.in (sparclet-*-*): Build everything now.
18070
18071 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18072
18073         * configure.in (m68k-*-linux*): New host.
18074
18075 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
18076
18077         * configure: Check for bison before byacc.
18078
18079 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
18080
18081         * Makefile.in configure:  Change the way LEX and BISON/YACC are
18082         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
18083         searching PATH.  These are used as fallbacks by Makefile.in if
18084         flex/bison/byacc aren't in objdir.
18085
18086 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
18087
18088         * Makefile.in: Make everything which depends upon all-bfd also
18089         depend upon all-opcodes, in case --with-commonbfdlib is used.
18090
18091 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18092
18093         * configure.in (host *-*-cygwin32): Don't build gdb if we are
18094         building NT native compilers on Unix.
18095
18096 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
18097
18098         * configure.in: Don't get CC from the host Makefile fragment if we
18099         can find gcc in PATH, or if this is a Canadian Cross.  Move the
18100         Solaris test for /usr/ucb/cc to the post target script, just after
18101         the compiler sanity test.
18102
18103 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
18104
18105         * config.sub: Merge with FSF.
18106
18107 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
18108
18109         * Makefile.in (RPATH_ENVVAR): New variable.
18110         (REALLY_SET_LIB_PATH): Use it.
18111         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18112
18113 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18114
18115         * config.sub, configure.in: Recognize sparclet cpu.
18116
18117 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18118
18119         * config.guess:  Support m68k-cbm-sysv4.
18120
18121 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18122
18123         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18124         m68k-unknown-linuxaout from linker help string.  Put quotes around
18125         $ld_help_string.
18126
18127 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18128
18129         * config.guess (powerpc-harris-powerunix): Add guess for port
18130         to new target.
18131
18132 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18133
18134         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18135
18136 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18137
18138         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18139         $(REALLY_SET_LIB_PATH) in Makefile.
18140         * Makefile.in (SET_LIB_PATH): New variable.
18141         (REALLY_SET_LIB_PATH): New variable.
18142         ($(DO_X)): Use $(SET_LIB_PATH).
18143         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18144         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18145         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18146         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18147         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18148         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18149         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18150         (install-dosrel): Likewise.
18151         (all-opcodes): Depend upon all-libiberty.
18152
18153 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18154
18155         * config.guess (*:CYGWIN*): New
18156
18157 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18158
18159         * Makefile.in (all-target-winsup): All all-target-libiberty.
18160
18161 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18162
18163         * configure.in (noconfigdirs): Add missing # in front of comment.
18164
18165 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18166
18167         * configure.in: add second pass to things added to noconfigdirs
18168         so *-gm-magic can exclude libgloss properly.
18169
18170 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18171
18172         * mpw-configure (extralibs_name, rez_name): Set correctly
18173         for MWC68K compiler.
18174
18175         * mpw-README: Add more info on the necessary build tools.
18176
18177 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18178
18179         * configure.in, config.sub: Recognize cygwin32.
18180
18181 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18182
18183         * config.guess, config.sub: Recognize A/UX.
18184
18185 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18186
18187         * config.sub: Merge with gcc/config.sub.
18188
18189 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18190
18191         * mpw-build.in (do-binutils): Add build of stamps.
18192
18193 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18194
18195         * config.sub: Add recognition for mips64vr4100*-* targets.
18196
18197 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18198
18199         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18200         Add creation of gconfigargs with `--enable-shared' turned on.
18201         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18202         ($(host)-stamp-stage3-configured): Likewise.
18203         (HOLES): Add chatr and ldd.
18204         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18205
18206 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18207
18208         * configure: Pass --nfp to recursive configures.
18209
18210 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18211
18212         * Makefile.in (DLLTOOL): New.
18213         (DLLTOOL_FOR_TARGET): New.
18214         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18215         (EXTRA_TARGET_FLAGS): Ditto.
18216         (EXTRA_GCC_FLAGS): Ditto.
18217         (CONFIGURE_TARGET_MODULES): Ditto.
18218         (DO_X): Ditto.
18219         * configure: Add DLLTOOL.
18220
18221 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18222
18223         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18224         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18225         mh-sco, since old workarounds no longer needed, and don't
18226         build ld, since libraries have weak symbols in COFF.
18227
18228 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18229
18230         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18231
18232 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18233
18234         * configure.in: Make sure that ${CC} can be used to compile an
18235         executable.
18236
18237 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18238
18239         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18240         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18241         nothing depending on whether gdbtk is being built.
18242
18243 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18244
18245         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18246
18247 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18248
18249         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18250         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18251
18252 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18253
18254         * config-ml.in: Add support for
18255         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18256         Simplify setting of multidirs from --disable-foo.
18257
18258 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18259
18260         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18261         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18262         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18263         non-empty, pass them on to the  GCC make.
18264         (all-bootstrap): New rule that is like all-gcc, except it executes
18265         the GCC bootstrap rule instead of the GCC all rule.
18266
18267 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18268
18269         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18270
18271 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18272
18273         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18274         DG/UX support.
18275
18276 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18277
18278         * config.sub (i*86*) Change [345] to [3456]
18279
18280 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18281
18282         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18283         --with-gnu-ld=no.
18284
18285 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18286
18287         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18288         AIX multilibs get built.
18289
18290 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18291
18292         * configure.in (i386-win32): Don't build expect if we're not
18293         building the tcl subdir.
18294
18295 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18296
18297         * Makefile.in: (configure-target-examples, all-target-examples):
18298         New targets, configure and build example programs.
18299
18300 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18301
18302         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18303         use it as input to sedit the generated MPW makefile.
18304         * mpw-README: Add a suggestion about Gestalt.h.
18305
18306 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18307
18308         * config.sub: Accept *-*-ieee*.
18309
18310 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18311
18312         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18313         Ronald F. Guilmette <rfg@monkeys.com>.
18314
18315 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18316
18317         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18318         for powerpc-pe native.
18319         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18320         (target==powerpc-pe): duplicate i386-win32 entry.
18321
18322 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18323
18324         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18325         of vxworks, not just vxworks5.1.
18326
18327 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18328
18329         * mpw-configure: Add support for exec-prefix.
18330
18331 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18332
18333         * config.guess: Recognize HP model 816 machines as having
18334         a PA1.1 processor.
18335
18336 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18337
18338         * configure: Ignore new autoconf configure options.
18339
18340 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18341
18342         * config.guess:  Recognize Pentium under SCO.
18343         From Robert Lipe <robertl@arnet.com>.
18344
18345 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18346
18347         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18348
18349 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18350
18351         * configure.in: Don't configure gas for alpha-dec-osf*.
18352
18353 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18354
18355         * configure.in: Default to --with-stabs for some targets for which
18356         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18357         i[345]86*-*-unixware*.
18358
18359 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18360
18361         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18362         rather than basing it on the target.  Simplify handling of options
18363         controlling which directories to configure.  Remove extraneous
18364         slash in multi-clean target.
18365
18366 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18367
18368         * config-ml.in: Prefix more variables with ml_ so they don't collide
18369         with configure's.
18370
18371 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18372
18373         * configure: Don't turn -v into --v.
18374
18375 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18376
18377         * configure.in (targargs): Fix typo.
18378
18379         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18380
18381 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18382
18383         * configure.in: Strip --host and --target options from
18384         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18385         --with-cross-host option when building with a cross-compiler.
18386         * configure: Canonicalize the arguments put into config.status by
18387         always using `=' for an option with an argument.  Pass a presumed
18388         --host or --target explicitly.
18389
18390 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18391
18392         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18393         into general OS recognition case.
18394
18395 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18396
18397         * configure.in (target_configdirs): add target-winsup only
18398         for win32 target systems.
18399
18400 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18401
18402         * Makefile.in (all-target-libgloss): Depend upon
18403         configure-target-newlib, since when libgloss is built it looks to
18404         see if the newlib directory exists.
18405
18406 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18407
18408         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18409         cfg-ml-*.in.
18410
18411 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18412
18413         * configure: Handle LD and LD_FOR_TARGET when configuring a
18414         Canadian Cross.
18415
18416 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18417
18418         * configure.in (target_libs): add target-winsup.
18419         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18420         (target==ppcle-pe): remove ld from $noconfigdirs.
18421
18422 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18423
18424         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18425         Preserve relative path names in $srcdir.  Build symlink tree if
18426         configuring cross target dir and srcdir=. (= no VPATH support).
18427         (configure-target-libg++): Depend on configure-target-librx.
18428         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18429         * config-ml.in: New file.
18430         * symlink-tree: New file.
18431         * configure: Ensure srcdir="." if that's what it is.
18432
18433 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18434
18435         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18436         includes and FLEX_SKELETON setting.
18437         * mpw-configure (--with-gnu-ld): New option, controls whether
18438         to use PPCLink or ld with PowerMac GCC.
18439         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18440         * mpw-config.in: Configure grez if targeting Mac.
18441
18442         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18443         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18444         just macos.
18445         * configure.in: Configure grez resource compiler if targeting Mac.
18446         * Makefile.in (all-grez, install-grez): New targets.
18447
18448 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18449
18450         * configure: CXX defaults to gcc, not g++.  If we find
18451         gcc in the path, set CC to gcc -O2.
18452
18453 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18454
18455         * configure: Default ${build} correctly.  Avoid picking up extra
18456         spaces when reading CC and CXX from Makefile.  When doing a
18457         Canadian Cross, use plausible default values for numerous
18458         variables.
18459         * configure.in: When doing a Canadian Cross, don't try to
18460         configure tools whose configure script can't handle it.
18461
18462 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18463
18464         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18465
18466 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18467
18468         * configure:  Remove dubious bug reporting address.
18469
18470 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18471
18472         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18473         configure script, run that instead of this directory's configure.
18474         In either case, print a message that we're configuring the sub-dir.
18475
18476 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18477
18478         * configure.in: Before checking for the existence of various files,
18479         use sed to filter out "target-".
18480
18481 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18482
18483         * Makefile.in (DO_X): Split rule to decrease command line length
18484         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
18485         (Philippe De Muyter).
18486
18487 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18488
18489         * Makefile.in (all-patch): depend on all-libiberty.
18490
18491 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
18492
18493         * configure.in: If the only directory in target_configdirs which
18494         actually exists is libiberty, then set target_configdirs to empty,
18495         to avoid trying to build a target libiberty in a gas or gdb
18496         distribution.
18497
18498 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
18499
18500         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18501         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18502         systems.
18503
18504 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18505
18506         * configure.in (copy_dirs): Use sys-include instead of include
18507         for --with-headers option.
18508
18509 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
18510
18511         * Makefile.in, configure.in: Make winsup builds work with
18512         new scheme.
18513
18514 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
18515
18516         * configure.in: Build the linker on AIX.
18517
18518 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18519
18520         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
18521         where needed.
18522
18523 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
18524
18525         * Makefile.in (all-gcc): Fix typo.
18526
18527 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18528
18529         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
18530
18531 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18532
18533         * configure.in:  Rename libFOO to target-libFOO, and xiberty
18534         to target-xiberty, to provide more flexibility.
18535         (target_subdir):  Define.  Create if cross.
18536         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18537         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
18538         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18539         check-libFOO -> check-target-libFOO, etc.
18540         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18541         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18542         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18543         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
18544         allow ALL_GCC="" to only configure.
18545         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
18546         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
18547         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
18548
18549 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
18550
18551         * Makefile.in (taz): Build "info" in etc explicitly.
18552
18553 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
18554
18555         * configure.in:  Make sure that CC is undefined (as opposed to
18556         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
18557         problem with autoconf trying to configure on a host without GCC.
18558
18559 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18560
18561         * mpw-configure: Set host alias from choice of host compiler,
18562         only use generic MPW Makefile sed if present, edit a file
18563         named "hacked_Makefile.in" instead of "Makefile.in" if present.
18564         * mpw-README: Add problem notes about CW6 and CW7.
18565
18566 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
18567
18568         * Makefile.in (taz): Use ";" instead of ";;".
18569
18570 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18571
18572         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
18573         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18574         DISTDOCDIRS.
18575         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
18576         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
18577
18578 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18579
18580         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
18581         and gnats, because they are now subsumed by DISTSTUFFDIRS.
18582         Move bfd to DISTSTUFFDIRS.
18583
18584 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18585
18586         * Makefile.in (X11_LIB): Removed.
18587         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18588
18589         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18590
18591 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18592
18593         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18594         names.
18595
18596 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18597
18598         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18599
18600 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
18601
18602         * configure.in (i[345]86-*-win32): Always build newlib.
18603         Don't configure cvs, autoconf or texinfo.
18604         * Makefile.in (LD_FOR_TARGET): New.
18605         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18606         Pass down LD_FOR_TARGET.
18607
18608 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18609
18610         * winsup: New directory.
18611         * Makefile.in: Build winsup.
18612         * configure.in: Winsup is configured when target is win32.
18613         Can only build win32 target GDB when native.
18614
18615 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18616
18617         * config.guess: Recognize HP model 819 machines as having
18618         a PA 1.1 processor.
18619
18620 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18621
18622         * configure: Fix sed loop which substitutes for CC and CXX to
18623         avoid bug found in various sed implementations.
18624
18625 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18626
18627         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18628         simulator.  Use standard powerpc-*-eabi*.
18629
18630 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18631
18632         * configure.in: Stop putting gas and binutils in noconfigdirs for
18633         powerpc-*-aix* and rs6000-*-*.
18634
18635 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
18636
18637         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18638         -mcall-aixdesc libraries.
18639
18640 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
18641
18642         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18643
18644         * config.sub (arm | armel | armeb): Fix shell syntax.
18645
18646 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18647
18648         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18649         -msoft-float and -mcpu=common support.
18650         (powerpc*-*-eabisim*): Add support for building -mcall-aix
18651         libraries.
18652
18653 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18654
18655         * configure.in: Allow configuration and build of emacs19 for the alpha.
18656
18657 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18658
18659         * configure.in (CC): Get ^CC, not just any old CC, from
18660         ${host_makefile_frag}.
18661
18662 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18663
18664         * configure.in (CC): Try to get CC from
18665         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18666
18667 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18668
18669         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18670         only if it exists in $(srcdir).
18671
18672 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18673
18674         * configure: If CC and CXX are not set in the environment, set
18675         them, based on either an existing Makefile or on searching for gcc
18676         in PATH.  Substitute for CC and CXX in Makefile.
18677         * configure.in: Remove libm from target_libs.  Separate
18678         target_configdirs from configdirs.  If CC is not set in
18679         environment, try to get it from a host Makefile fragment.  Rewrite
18680         changes of configdirs to use skipdirs instead.  A few minor
18681         tweaks.  Take directories out of target_configdirs as they are
18682         taken out of configdirs.  Remove existing Makefile files from
18683         subdirectories.  Substitute for TARGET_CONFIGDIRS and
18684         CONFIG_ARGUMENTS in Makefile.
18685         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18686         by configure.in.
18687         (CONFIG_ARGUMENTS): Likewise.
18688         (CONFIGURE_TARGET_MODULES): New variable.
18689         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18690         ($(CONFIGURE_TARGET_MODULES)): New target.
18691         (configure-libg++, configure-libio): New targets.
18692         (all-libg++): Depend upon configure-libg++.
18693         (all-libio): Depend upon configure-libio.
18694         (configure-libgloss, all-libgloss): New targets.
18695         (configure-libstdc++): New target.
18696         (all-libstdc++): Depend upon configure-libstdc++.
18697         (configure-librx, all-librx): New targets.
18698         (configure-newlib): New target.
18699         (all-newlib): Depend upon configure-newlib
18700         (configure-xiberty): New target.
18701         (all-xiberty): Depend upon configure-xiberty.
18702
18703 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18704
18705         * configure.in (host i[345]86-*-win32):  Expand the
18706         noconfigdirs again.
18707
18708 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18709
18710         * mpw-configure: Fix sed command file name.
18711
18712 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18713
18714         * configure.in (host i[345]86-*-win32): Reduce the
18715         noconfigdirs again.
18716
18717 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18718
18719         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18720         or powerpc*-*-pe*, since they are not yet supported.
18721
18722 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18723
18724         Add PowerMac support and many other enhancements.
18725         * mpw-configure: New option --cc to select compiler to use,
18726         paste options set according to --cc into the generated
18727         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18728         if mpw-make.sed is present.
18729         * mpw-config.in: Don't test for gC1, test for mpw-touch,
18730         add forward includes for PowerPC include files.
18731         * mpw-build.in: Build using Makefile.PPC if present.
18732         (do-byacc, etc): Remove separate version resource builds.
18733         (do-gas): Build "stamps" before "all".
18734         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18735         * mpw-README: Update to reflect --cc option, PowerMac support,
18736         and recently-reported compatibility problems.
18737
18738 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
18739
18740         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18741         embedded m68k systems (-aout, -coff, -elf, -vxworks).
18742         (--with-multilib-top): Pass to recursive invocations.
18743
18744 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
18745
18746         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18747         v810-*-*.
18748
18749 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18750
18751         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18752         gdb, ld and opcodes on v810-*-*.
18753
18754 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18755
18756         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18757         (local-maintainer-clean): New target.
18758         (maintainer-clean): New target.
18759         (realclean): Just depend upon maintainer-clean.
18760
18761 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18762
18763         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18764
18765 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
18766
18767         * configure.in: Build ld in mips*-*-bsd* case.
18768
18769 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
18770
18771         * config.sub: Accept -lites* OS.  From Ian Dall.
18772
18773 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
18774
18775         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18776         targets.
18777
18778 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18779
18780         * configure.in: treat i386-win32 canadian cross the same as
18781         i386-go32 canadian cross.
18782
18783 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18784
18785         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18786         running under the simulator to build a reduced set of libraries.
18787         (powerpc-*-eabiaix): Add fine grained multilib support added to
18788         other powerpc targets yesterday.
18789
18790 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18791
18792         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18793         -disable-softfloat, -disable-relocatable, -disable-aix, and
18794         -disable-sysv to control which multilib libraries get built.
18795
18796 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18797
18798         * configure: Add Makefile.tem to list of files to remove in trap
18799         handler.
18800
18801 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18802
18803         * config.guess (*Linux*):  Add missing "exit"s.
18804         Also, need specific check for alpha-unknown-linux (uses COFF).
18805
18806 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18807
18808         * config.guess:  Merge with FSF:
18809
18810         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
18811         * config.guess (AIX4): More robust release numbering discovery.
18812
18813         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
18814         * config.guess (i386-sequent-ptx): Properly get version number.
18815
18816         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
18817         * config.guess (mips:*:4*:UMIPS): New case.
18818
18819 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18820
18821         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18822         (i386-win32 host): Likewise.  Don't build readline.
18823
18824 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
18825
18826         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
18827         SUPPORT_FILES to submakes.
18828
18829 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
18830
18831         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18832         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18833         mpw-configure.
18834
18835 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
18836
18837         * configure.in (appdirs): Use =, not ==, in test expression when
18838         trying to build the text to print in the warning message for
18839         Solaris users.
18840
18841 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
18842
18843         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18844
18845 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18846
18847         * config.guess: Recognize lynx-2.3.
18848
18849 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
18850
18851         * config.sub (z8ksim): Deleted
18852         (z8k-*-coff): New, this is the one true name of the target.
18853
18854 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
18855
18856         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18857
18858 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
18859
18860         * config.guess (*:Linux:*:*): First try asking the linker what the
18861         default object file format is (elf, aout, or coff).  Then if this
18862         fails, try previous methods.
18863
18864 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18865
18866         * configure.in: Don't build newlib for *-*-vxworks5.1.
18867
18868 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18869
18870         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18871         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18872
18873 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
18874
18875         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18876
18877 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
18878
18879         * cfg-ml-com.in: New file.
18880         * cfg-ml-pos.in: New file.
18881
18882 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18883
18884         * COPYING.NEWLIB: Add HP free copyright to list.
18885
18886 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18887
18888         * config.sub: Recognize -eabi* for the system, not just -eabi.
18889
18890 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18891
18892         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18893         * config.sub, configure.in (win32): New target and host.
18894
18895 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18896
18897         * configure.in: Add i386-pe configuration.
18898
18899 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
18900
18901         * mpw-build.in (install): Install GDB after LD.
18902
18903 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
18904
18905         * mpw-config.in (elf/mips.h): Always forward-include, needed
18906         for GDB to build.
18907
18908 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18909
18910         * testsuite: New directory for customer acceptance and whole tool
18911         chain tests.
18912
18913 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18914
18915         * configure: If per-host line isn't found, but AC_OUTPUT is found
18916         and a configure script exists, run it instead.
18917
18918 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18919
18920         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
18921
18922 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18923
18924         * configure: Set build_{cpu,vendor,os,alias} to host values when
18925         --build isn't specified.
18926
18927 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18928
18929         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18930         (FLAGS_TO_PASS): Pass them.
18931         (EXTRA_TARGET_FLAGS): Ditto.
18932
18933 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18934
18935         * Makefile.in (all-libg++): Depend on all-libstdc++.
18936
18937 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18938
18939         * configure.in (noconfigdirs): Enable all packages for
18940         i386-unknown-netbsd.
18941
18942 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
18943
18944         * configure.in (noconfigdirs): Don't configure tk for i386-go32
18945         hosted builds (DOS builds)
18946
18947 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18948
18949         Changes for ARM based on patches from Richard Earnshaw:
18950         * config.sub: Handle armeb and armel.
18951         * configure.in: Omit arm linker only for riscix.
18952
18953 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18954
18955         * config.guess:  Update from FSF.
18956
18957 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
18958
18959         * config.sub: Recognize powerpcle as the little endian variant of
18960         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
18961         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
18962         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
18963         temporarily.
18964
18965 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
18966
18967         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18968
18969 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
18970
18971         * config.sub: Accept -lites* as a basic system type.
18972
18973 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
18974
18975         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18976         installed, and if so return linuxoldld as the system name.
18977
18978 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
18979
18980         * config.guess: Add hppa1.1-hp-lites support.
18981
18982 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18983
18984         * configure.in: Don't build newlib for m68k-vxworks5.1.
18985
18986 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18987
18988         * configure.in (mips-sgi-irix6): Use mh-irix5.
18989
18990 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
18991
18992         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18993
18994 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18995
18996         * test-build.mk: Enable building of shared libraries on IRIX 5 and
18997         OSF/1.  Fix compiler flags.
18998         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
18999
19000 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
19001
19002         * configure.in: Recognize --with-newlib.
19003         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19004
19005 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19006
19007         * Makefile.in: move {all,check,install}-gdb from *_MODULES
19008         to *_X11_MODULES due to gdbtk needing X include files et al.
19009
19010 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
19011
19012         Merge in support for Mac MPW as a host.
19013         (Old change descriptions retained for informational value.)
19014
19015         * mpw-config.in: Add generic include forwards for cpu-specific
19016         include files in aout and elf directories.
19017
19018         * mpw-configure: Added copyright.
19019         * mpw-config.in: Check for presence of required build tools.
19020         (target_libs): Add newlib.
19021         (target_tools): Add examples.
19022         (Read Me): Generate as "Read Me for MPW" instead.
19023         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19024         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19025         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19026
19027         * mpw-configure: Remove subdir-specific makefile hackery,
19028         delete mk.tmp after using it.
19029
19030         * mpw-build.in (all): Display start and end times.
19031
19032         * mpw-configure (host_canonical): Set.
19033         (target_cpu): Always add to makefiles.
19034         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19035         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19036         (mpw-mh-mpw): Look for in srcdir and srcroot.
19037         Use sed instead of mpw-edit-prefix to edit prefix definitions.
19038
19039         * mpw-build.in: (install-only): New target.
19040
19041         * mpw-configure (host_alias, target_alias): Rename from hostalias
19042         and targetalias, add into generated Makefile.
19043         (mk.tmp): If present, add into generated Makefile.
19044         * mpw-build.in (all-gas): Build config.h first before gas proper.
19045
19046         * mpw-configure (config.status): Write only if changed.
19047         * mpw-config.in (readline): Configure it (not built, just used for
19048         definitions).
19049
19050         * mpw-config.in (elf/mips.h): Add a forward include.
19051
19052         * mpw-config.in: Forward-include most .h files in include into
19053         extra-include.
19054         (readline): Don't build.
19055         mpw-build.in (install): Install GDB.
19056
19057         * mpw-configure (prefix, mpw_prefix): Handle it.
19058         * mpw-config.in (mmalloc, readline): Don't configure.
19059         * mpw-build.in (thisscript): Rename to ThisScript.
19060         Use mpw-build instead of BuildProgram everywhere.
19061         (mmalloc, readline): Don't build.
19062         * mpw-README: New file, basic documentation about the MPW port.
19063
19064         * mpw-config.in: Use forward-include to create include files.
19065
19066         * mpw-configure: Add more things to the top of each configured
19067         Makefile, including contents of config/mpw-mh-mpw.
19068         * mpw-config.in (extra-include): Create this directory and fill it
19069         with Posix-like include files when configuring.
19070
19071         * config.sub (apple, mac, mpw): Add various aliases.
19072
19073         * mpw-build.in: New file, top-level build script fragment for MPW.
19074         * mpw-configure: New file, configure script for MPW.
19075         * mpw-config.in: New file, config fragment for MPW.
19076
19077 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19078
19079         * configure.in (host_libs): Remove glob, since it is gone from the
19080         sources.
19081
19082 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19083
19084         * Makefile.in: define empty GDB_NLM_DEPS var.
19085
19086         * configure.in(target_makefile_frag): use config/mt-netware
19087         for netware targets.
19088
19089 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19090
19091         * config.sub: Merge in recent FSF changes.  Remove linux special
19092         cases.
19093
19094 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19095
19096         Revert this change:
19097
19098         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19099
19100                 * build-all.mk: Use CC=cc -Xs on Solaris.
19101
19102 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19103
19104         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
19105         stop using it.
19106         * Makefile.in: Nuke all references to glob subdirectory.
19107
19108 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19109
19110         * configure.in: Fix --enable-shared logic in per-host.
19111
19112 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19113
19114         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19115
19116 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19117
19118         * configure.in (noconfigdirs): Don't build gas on AIX, for
19119         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19120
19121 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19122
19123         * configure: Fix --cache-file to work if the file argument is a
19124         relative path.
19125
19126 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19127
19128         * configure: If the --cache-file is used, pass it down to
19129         configure in subdirectories.
19130
19131 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19132
19133         * config.sub: add vxworks29k configuration.
19134
19135 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19136
19137         * Makefile.in (taz): Do "diststuff" part quietly.
19138
19139 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19140
19141         * config.sub: Mini-merge with gcc/config.sub.
19142
19143 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19144
19145         * config.guess (IRIX): Sed - to _.
19146
19147 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19148
19149         * Makefile.in (source-vault, binary-vault): New targets.
19150
19151 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19152
19153         * config.sub: Recognize -eabi as a basic system type.
19154
19155 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19156
19157         * configure.in (enable_shared stuff): Fix typo.
19158
19159 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19160
19161         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19162
19163 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19164
19165         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19166
19167 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19168
19169         * configure.in (rs6000-*-*): Don't build gas.
19170
19171 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19172
19173         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19174         reduce command line length.
19175         (AS_FOR_TARGET): Check for as.new, not Makefile.
19176         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19177
19178 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19179
19180         * config.guess:  Merge from FSF.
19181
19182 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19183
19184         * configure: Don't use $ when handling program_suffix.
19185
19186 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19187
19188         * configure.in:  Configure tk for hppa/hpux.
19189
19190 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19191
19192         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19193
19194 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19195
19196         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19197         to LIBCXXFLAGS.  Tests are better run without it.
19198
19199 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19200
19201         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19202
19203 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19204
19205         * configure.in (*-*-netware*): Don't configure xiberty.
19206
19207 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19208
19209         * configure.in:  Remove tk from native_only list.
19210
19211 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19212
19213         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19214         for special NCD build.
19215
19216 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19217
19218         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19219         makeall.bat, they're only useful for binutils snapshots.
19220         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19221         makeall.bat to specified SUPPORT_FILES.
19222
19223 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19224
19225         * build-all.mk: Add Ericsson targets to sun4 and solaris
19226         hosts.  Add  BNR's sun4 target to solaris host, so their
19227         build-from-source will be tested in-house first.
19228
19229 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19230
19231         * Makefile.in (LIBCFLAGS): New variable.
19232         (CFLAGS_FOR_TARGET): Ditto.
19233         (LIBCFLAGS_FOR_TARGET): Ditto.
19234         (LIBCXXFLAGS): Ditto.
19235         (CXXFLAGS_FOR_TARGET): Ditto.
19236         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19237         (BASE_FLAGS_TO_PASS): Pass them.
19238         (EXTRA_TARGET_FLAGS): Ditto.
19239
19240         * configure.in: Support --enable-shared.
19241
19242 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19243
19244         * configure.in (target_libs):  Include libstdc++ again.
19245         * config.guess:  Update from FSF (for FreeBSD).
19246
19247 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19248
19249         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19250         makeall.bat.
19251         (DISTDOCDIRS): Add `etc'.
19252         (ETC_SUPPORT_PFX): New variable.
19253         (taz): Include anything from etc starting with a word in
19254         ETC_SUPPORT_PFX.
19255
19256 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19257
19258         * config.sub: Update for recent FSF changes.  Remove obsolete
19259         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19260         spacing changes.
19261
19262 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19263
19264         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19265
19266         * config.guess:  Merge with FSF.
19267         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19268
19269 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19270
19271         * configure: Since the "trap 0" handler will override the exit
19272         status on many systems, only use it for "exit 1", and make it set
19273         a non-zero exit status; reset it before "exit 0".  Also, check
19274         exit status of config.sub, and error out if it failed.
19275
19276 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19277
19278         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19279         and install libgloss.
19280
19281 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19282
19283         * Makefile.in (all-binutils): Depend upon all-byacc.
19284
19285         * configure.in: Don't build emacs on Irix 5.
19286
19287 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19288
19289         * configure.in (*-*-netware*): Add libio.
19290
19291 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19292
19293         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19294         (CHECK_TARGET_MODULES): Ditto.
19295         (INSTALL_TARGET_MODULES): Ditto.
19296         (TARGET_LIBS): Ditto.
19297         (all-libstdc++): Note dependencies.
19298
19299 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19300
19301         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19302
19303 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19304
19305         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19306         -fexternal-templates.
19307
19308         * configure.in (target_libs): Add libstdc++.
19309         (noconfigdirs): Add libstdc++ as appropriate.
19310
19311 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19312
19313         * config.guess:  Update from FSF.
19314
19315 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19316
19317         * configure: Use ${config_shell} when running ${configsub}.
19318
19319 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19320
19321         * config.sub: No longer recognize h8300h.
19322
19323 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19324
19325         * config.sub: Remove extraneous differences between config.sub and
19326         gcc/config.sub.
19327
19328 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19329
19330         * Makefile.in (DISTSTUFFDIRS): Add gas.
19331
19332 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19333
19334         * COPYING.NEWLIB: New file.
19335
19336 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19337
19338         * config.guess (HP-UX):  Patch from Harlan Stenn
19339         <harlan@landmark.com> to also emit release level.
19340
19341 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19342
19343         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19344
19345 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19346
19347         * config.sub:  Merge nextstep cleanup from FSF.
19348
19349 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19350
19351         * configure.in (arm-*-*): Don't configure ld for this target.
19352
19353 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19354
19355         * configure.in (*-*-netware): don't configure libg++, libio,
19356         librx, or newlib.
19357
19358 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19359
19360         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19361         configure ld--it works, but it doesn't support shared libraries.
19362
19363 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19364
19365         * config.guess (*-unknown-freebsd*):  Get rid of possible
19366         trailing "(Release)" in version string.
19367         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19368
19369 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19370
19371         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19372         Fix type: *-next-neststep -> *-next-nextstep.
19373
19374         * config.guess:  Merge from FSF:
19375
19376         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19377
19378         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19379
19380         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19381
19382         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19383         instead of UNIX_SV for UnixWare 1.0).
19384
19385 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19386
19387         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19388         to make gdb/nlm/* build after the compiler and linker.
19389
19390 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19391
19392         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19393         not just i[34]86.
19394         (m68k-atari-sysv4):  Relocate to match FSF version.
19395
19396         * config.guess:  More merges from the FSF:
19397
19398         Add a space before function call or macro invocation.
19399
19400         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19401
19402         * config.guess: Add trap cmd to remove dummy.c and dummy when
19403         interrupted.
19404
19405         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19406
19407         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19408         (dummy): Redirect stderr from compilation of dummy.c.
19409
19410         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19411
19412         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19413
19414 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19415
19416         * configure: Accept and ignore --cache*, for compatibility with
19417         new autoconf.
19418
19419 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19420
19421         * config.guess:  Merge from FSF:
19422
19423         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19424
19425         * config.guess (Pyramid*:OSx*:*:*): New case.
19426         (PATH): Add /.attbin at end for finding uname.
19427         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19428
19429         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19430
19431         * config.guess (M88*:DolphinOS:*:*): New case.
19432
19433         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19434
19435         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19436         to select whether to use ELF or COFF.
19437
19438         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19439
19440         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19441
19442         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19443
19444         * config.guess: Guess the OS version for HPUX.
19445
19446         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19447
19448         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19449
19450 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19451
19452         * configure.in: Recognize --with-headers, --with-libs, and
19453         --without-newlib.
19454         * Makefile.in (all-xiberty): Depend upon all-ld.
19455
19456 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19457
19458         * configure.in: Change i[34]86 to i[345]86.
19459
19460 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19461
19462         * configure (version): A few more tweaks to help message.
19463
19464 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19465
19466         * Makefile.in:  Remove (for now) librx as a host library,
19467         now that we're building it for target.
19468
19469 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19470
19471         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19472         (Karl Berry).
19473
19474 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19475
19476         * configure.in:  Also configure librx.
19477
19478 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19479
19480         * Makefile.in:  Update various rules to reflect that librx
19481         is now needed for libg++.
19482
19483 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19484
19485         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19486
19487 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
19488
19489         * configure.in: Configure the examples directory.
19490
19491 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19492
19493         * configure: Simplify Jun 2 1994 change.
19494
19495 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19496
19497         * change CC to /usr/latest/bin/gcc for lynx host builds, since
19498         /bin/gcc isn't good enough to build gcc.
19499
19500 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
19501
19502         * Makefile.in (GDB_SUPPORT_FILES): Remove
19503         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
19504         (gdb.tar.gz): Add new rule to use standard distribution building
19505         mechanism.
19506
19507 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19508
19509         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
19510         Bill Cox <bill@cygnus.com>.
19511
19512 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19513
19514         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
19515
19516 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
19517
19518         * configure:  Search current dir first in .gdbinit.
19519
19520 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19521
19522         * config.sub:  Recognize freebsd (merged from gcc config.sub).
19523
19524 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19525
19526         * config.sub:  Refer to NeXT's operating system as nextstep.
19527
19528         * config.sub (case $basic_machine):  Re-order the cases, to match
19529         the order in the FSF version (which is mostly alphabethical).
19530         Merge in some additions and changes from the FSF.
19531
19532 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
19533
19534         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19535         * config.sub: Recognize cxux7.
19536         * configure.in: Use mh-cxux for m88k-harris-cxux*.
19537
19538 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19539
19540         * config.sub:  Fix typo powerpc -> powerpc-*.
19541
19542 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
19543
19544         * Makefile.in: `all-emacs19' depends on `all-byacc'.
19545
19546         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19547         parallel with all-emacs and install-emacs).  Top-level command
19548         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19549
19550 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19551
19552         * test-build.mk ($(host)-stamp-stage2-installed): Remove
19553         $(relbindir)/make before doing ``make install'', and use
19554         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
19555         installing over running make binary.
19556         ($(host)-stamp-stage3-installed): Likewise.
19557
19558 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19559
19560         * config.guess: Recognize Mach.
19561
19562 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19563
19564         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19565         see whether --exec-prefix was used.
19566
19567 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19568
19569         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
19570
19571 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19572
19573         * Makefile.in: Add all-librx target similar to all-libproc.
19574
19575 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
19576
19577         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
19578         with post 1.2 uname bogosity.
19579
19580 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19581
19582         * configure: Remove temporary files on receipt of a signal.
19583
19584 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
19585
19586         * configure: If there is a package_makefile_frag, remove
19587         ${subdir}/Makefile.tem after copying it in.
19588
19589 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19590
19591         * build_all.mk: support rs6000 lynx identifies itself as
19592         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
19593         since /bin/gcc is too feeble to compile a modern gcc.
19594
19595 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19596
19597         * brought devo/test-build.mk update-to-date with progressive/
19598         test-build.mk. Add lynx targets and hppa flag info.
19599
19600 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19601
19602         * configure.in:  Use mh-ncrsvr43.  Patch from
19603         Tom McConnell <tmcconne@sedona.intel.com>.
19604
19605 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19606
19607         * config.guess (i386-unknown-bsdi):  No longer need to
19608         check #if defined(__bsdi__) && defined(__i386__).
19609
19610 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19611
19612         * configure: Set program_transform_nameoption correctly.
19613
19614 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19615
19616         * brought build-all.mk update-to-date with progressive build-all.mk,
19617         added new targets and hppa info.
19618
19619 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19620
19621         * configure: If config.guess result is a prefix of the user
19622         specified target, assume a native build and use the user specified
19623         target as the host alias.  Remove SunOS patch suffix removal hack.
19624         * configure.in: Remove SunOS patch suffix removal hack.
19625
19626         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19627         in NATIVE_CHECK_MODULES.
19628
19629 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
19630
19631         * Makefile.in: Rename HOST_ONLY to NATIVE.
19632         * configure: Delete SunOs patch suffix from host_canonical
19633         and build_canonical variables that are prepended to Makefiles.
19634         * configure.in: Add comments for easier maintenance.
19635
19636 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19637
19638         * Makefile.in: Add all-libproc target similar to all-gui.
19639
19640 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
19641
19642         * Makefile.in (CHECK_MODULES): split into
19643         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19644
19645 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
19646
19647         * config.guess (i386-unknown-bsdi): New system to guess.
19648
19649 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19650
19651         * Makefile.in: Add all-gui target (but not yet build by "all").
19652
19653 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19654
19655         * config.sub: Move deletion of patch suffix from here...
19656         * configure.in: To here, at Ian's suggestion.  The top-
19657         level scripts might need to know of a patch level.
19658
19659 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19660
19661         * config.sub: Strip off patch suffix so rtl is recognized
19662         as a sunos4.1.3 machine, even though it's been patched.
19663
19664 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19665
19666         * Makefile.in (INSTALL_LAST): Delete.
19667         (INSTALL_DOSREL): New.
19668
19669 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19670
19671         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19672         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19673         whether we pass down --with-gnu-ld anyhow.
19674
19675 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19676
19677         * Makefile.in (INSTALL_LAST): Change operation so it works
19678         on more flavors of make.
19679         * configure.in (go32): Don't build libg++ or libio.
19680
19681 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19682
19683         * Makefile.in (Move HOST_PREFIX_1 and friends up so
19684         they can be overriden by templates.
19685
19686 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19687
19688         * configure.in (target==go32): Don't build gdb.
19689         * dosrel: New directory.
19690
19691 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19692
19693         * configure.in (host==go32): Configure dosrel too.
19694         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19695         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19696         be set by incoming names or templates.
19697         (INSTALL_LAST): New rule.
19698
19699 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19700
19701         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19702
19703 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19704
19705         * configure.in (appdirs): New variable.  Currently empty, but will
19706         be used in gas distribution.  If nonempty, lists a set of
19707         directories at least one of which must get configured, or top
19708         level configuration is considered to have failed.
19709         (rs6000-*-lynxos*): Use new file name.
19710
19711 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19712
19713         Eliminate XTRAFLAGS.
19714         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19715         newlib include files using -idirafter, and also use -nostdinc.
19716         (CXX_FOR_TARGET): Likewise.
19717         (XTRAFLAGS): Removed.
19718         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19719         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19720         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19721         ($(DO_X)): Don't pass down XTRAFLAGS.
19722
19723 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19724
19725         * configure.in (mips*-dec-bsd*): New target; do build linker.
19726         (mips*-*-bsd*): New target; don't build linker.
19727
19728 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19729
19730         * configure.in: support rs6000-*-lynxos* configuration.
19731         support sunos4 as a cross target.
19732
19733         * config.sub: look for lynx*, not lynx since the OS version may
19734         legitimately be part of the name.
19735
19736 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19737
19738         * configure.in (i[34]86-*-sco*): Move to be with other i386
19739         targets.
19740         (romp-*-*): New target.  Skip various binary utilities.
19741         (vax-*-*): New target.  Don't build newlib.
19742         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
19743
19744 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19745
19746         * configure.in: Only set host_makefile_frag if config
19747         directory exists.
19748
19749 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19750
19751         * install.sh: If $dstdir exists, don't check whether each
19752         component does.
19753
19754 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19755
19756         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19757
19758 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
19759
19760         * configure.in (*-*-lynxos*): Don't configure newlib for either
19761         native or cross Lynx.
19762
19763 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
19764
19765         * config.sub (sparc64-elf): Fix os.
19766         (z8k): Remove duplicate.
19767
19768 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19769
19770         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19771         gcc/stmp-fixproto, to try to prevent fixproto from being run.
19772
19773 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
19774
19775         * configure: Make file links cleanly even if Lynx fails on
19776         an NFS symlink (at least fail cleanly).
19777
19778 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19779
19780         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19781         -XNh2000.
19782
19783 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19784
19785         * configure: Unknown options are fatal again.
19786
19787 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
19788
19789         * configure: Ignore --x-includes and --x-libraries, for Autoconf
19790         compatibility.
19791
19792 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
19793
19794         * build-all.mk: Add `clean' target.
19795
19796 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19797
19798         * config.guess:  Add SINIX support.
19799         * configure.in:  Add mips-*-sysv4* support.
19800
19801 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
19802
19803         * build-all.mk: Document all useful targets.
19804         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19805         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19806
19807 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19808
19809         * configure: Support --silent, --quiet.
19810
19811 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19812
19813         * configure: Support --disable-FEATURE.
19814
19815 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19816
19817         * config.guess: Recognize NCR running SVR4.3.
19818
19819 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19820
19821         * config.guess:  Make BSDI generate i386-unknown-bsd386.
19822         Patch from Paul Eggert <eggert@twinsun.com>.
19823
19824 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19825
19826         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19827
19828 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19829
19830         * configure: Make unrecognized options give nonfatal warnings
19831         instead of fatal errors, and pass them to any subdirectory
19832         configures in case they recognize them.
19833         Make --x equivalent to --with-x.
19834
19835 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19836
19837         * configure: Add --enable-* options.  Clean up usage message and
19838         some comments.
19839
19840 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
19841
19842         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19843
19844 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19845
19846         * configure.in (hppa*-*-*): Enable binutils.
19847
19848 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19849
19850         * config.sub: Recognize cisco.
19851
19852 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
19853
19854         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19855
19856 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19857
19858         * config.guess: about target *-hitachi-hiuxwe2, don't print more
19859         than one configuration name.  Add comment.
19860
19861 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
19862
19863         * config.guess: about target *-hitachi-hiuxwe2, fixed
19864         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
19865         macro is incorrect.]
19866
19867 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19868
19869         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19870         than the "make ls" stuff which used to be here.
19871
19872 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19873
19874         * config.guess:  Recognize i[34]86-unknown-freebsd.
19875         From Shawn M Carey <smcarey@rodan.syr.edu>.
19876
19877 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19878
19879         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19880
19881 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
19882
19883         * config.guess: Check for ptx.
19884
19885 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
19886
19887         * config.sub: Add os9k checking.
19888
19889 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19890
19891         * config.guess: Handle OSF1 running on HPPA processors
19892
19893 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19894
19895         * configure: If subdir configure fails, print out a message with
19896         subdirectory name, in case subdir's configure code didn't identify
19897         itself.
19898
19899 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
19900
19901         * configure.in: Remove embedded newlines from configdirs.
19902         Avoid mismatches of substrings.  Fix matching strings at end
19903         of configdirs.
19904
19905 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
19906
19907         * config.guess:  Add Lynx/rs6000 config support.
19908
19909 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19910
19911         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19912
19913 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
19914
19915         * configure.in (hppa*-*-osf*): Treat this just like most other
19916         PA configurations (eg no binutils or ld).
19917         (hppa*-*-*elf*): These configurations have binutils and ld.
19918
19919 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19920
19921         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
19922
19923 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19924
19925         * configure.in (rs6000-*-*): Build gas.
19926
19927 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19928
19929         * Makefile.in:  Avoid bug in losing hpux sed.
19930
19931 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19932
19933         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19934         for GDB and GDB has been fixed to not need it.
19935
19936 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19937
19938         * config.guess: Recognize vax hosts.
19939
19940 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19941
19942         * configure (while loop): Don't use "break 2" inside case
19943         statement -- the case statement isn't an enclosing loop.
19944
19945 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19946
19947         * config.guess:  Clean up NeXT support, to allow nextstep
19948         on Intel machines.  Make OS be nextstep.
19949
19950 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
19951
19952         * config.guess: Add alternate forms for Convex.
19953
19954 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
19955
19956         * configure:  Completely rewrite option processing.  Take
19957         advantage of pattern-matching to avoid invoking test frequently.
19958         Also clean up host and target defaulting logic.
19959
19960 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19961
19962         * Makefile.in: Replace all occurrances of "rootme" with "r" and
19963         "$${rootme}" with "$$r", to increase the likelihood that the do-*
19964         commands (plus user environment) will fit SCO limits.
19965
19966 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19967
19968         * configure.in: Don't issue warnings about directories which are
19969         not being configured if -norecursion is set.  Correct test for
19970         --with-gnu-as and --with-gnu-ld to not get confused by substring
19971         matches.
19972
19973         * configure.in: Don't build gas for alpha-dec-osf1*.
19974
19975 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
19976
19977         * configure:  Back out Per's change of 12/19/1993.  It changes the
19978         behavior of configure in unexpected and confusing ways.
19979
19980         Also, use different delim char when calculating
19981         program_transform_name so that the name can contain slashes.
19982
19983 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
19984
19985         * configure.in, config.sub: Add support for VSTa micro-kernel.
19986
19987 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
19988
19989         * configure.in: Nuke hacks which were used to get a special
19990         version of GAS for HPPA configurations.
19991
19992 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19993
19994         * configure:  If only ${target_alias} is given, use that
19995         as the default for ${host_alias}.
19996         * configure:  Add missing back-slashes before nested quotes.
19997
19998 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19999
20000         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20001
20002 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
20003
20004         * config.guess:  Recognize some Tektronix configurations.
20005         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20006
20007 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20008
20009         * config.sub: Match any flavor of SH.
20010
20011 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
20012
20013         * configure.in: Don't try to configure newlib for Alpha.
20014
20015 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20016
20017         * configure.in: Don't build ld for Irix 5.  Don't build gas,
20018         libg++ or libio for any Alpha target.
20019
20020         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20021
20022 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
20023
20024         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20025         default arguments -- so it tried to compress itself.
20026
20027 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20028
20029         * configure.in (notsupp): ensure that a space is always at the end
20030         of the configdirs list, since the grep checks for an explicit space
20031
20032 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20033
20034         * configure.in (target i386-sysv4.2): don't build ld, since static
20035         versions of many libraries are not available.
20036
20037 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20038
20039         * config.guess: Recognize Apollos (using environment variables).
20040         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20041
20042 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20043
20044         * config.guess: Recognize Sony news mips running newsos.
20045
20046 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
20047
20048         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20049         "fi ; else" for bash.
20050
20051 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
20052
20053         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20054
20055 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
20056
20057         * config.sub: accept unixware as an alias for svr4.2.
20058         Fix some inconsistancies with the gcc version.
20059
20060 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20061
20062         * Makefile.in (DISTDOCDIRS):  Add gdb.
20063
20064 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20065
20066         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
20067
20068 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20069
20070         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20071         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20072         this now.
20073
20074 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20075
20076         * config.sub: Accept hiux* as an OS name.
20077
20078         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20079         etc/make-stds.texi.  The underscore came from gcc, and dje now
20080         agrees that RUNTESTFLAGS is the correct name.
20081
20082 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20083
20084         * install.sh:  Remove 'set -e'.  It makes any conditionals
20085         in the script useless.
20086
20087         * config.guess: Automatically recognize arm-acorn-riscix
20088         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20089
20090 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
20091
20092         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20093
20094 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20095
20096         * Makefile.in (DISTDOCDIRS): New variable.
20097         (taz): Edit local Makefile.in sooner, instead of proto-toplev
20098         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
20099
20100 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20101
20102         * configure.in (hppa target): check the source directory for the
20103         pagas sub-directory
20104
20105 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
20106
20107         * config.sub: Allow -aout* and -elf*.
20108
20109 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20110
20111         * configure.in: Don't build ld on i386-solaris2, same as for
20112         sparc-solaris2.
20113
20114 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20115
20116         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20117
20118 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20119
20120         * configure.in:  Configure gdb for alpha.
20121
20122 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20123
20124         * Makefile.in (CXXFLAGS): Add -O.
20125
20126 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20127
20128         * config.guess: added support for DG Aviion
20129
20130 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20131
20132         * configure.in: Produce warning message for subdirectories not
20133         configurable for this host/target combination.  Don't try to
20134         configure gdb for vms.
20135
20136 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20137
20138         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20139         appropriate files before making "diststuff".
20140         (DISTBISONFILES): New var: list of files to be edited.
20141         (DISTSTUFFDIRS): Add binutils.
20142
20143 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20144
20145         * config.sub: also handle mipsel and mips64el (for little endian mips)
20146
20147 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20148
20149         * configure.in: Add * to end of all OS names.
20150
20151 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20152
20153         * configure.in: Build newlib for LynxOS native.
20154
20155 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20156
20157         * config.guess: Add support for delta 88k running SVR3.
20158
20159         * configure.in: Add comment about HP compiler vs. emacs.
20160
20161 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20162
20163         * configure.in: don't build ld on solaris2 (not a viable option
20164         due to bugs in getpwnam & getpwuid)
20165
20166 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20167
20168         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20169         config.guess will produce a full version number.
20170
20171 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20172
20173         * configure.in: Build linker and binutils for alpha-dec-osf1.
20174
20175 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20176
20177         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20178         and gdb/testsuite/Makefile.in.
20179
20180 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20181
20182         * configure.in: recognize mips*- instead of mips-
20183
20184 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20185
20186         * config.sub: Accept linux*coff and linux*elf as operating
20187         systems.
20188
20189 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20190
20191         * config.sub: Recognize mips64, and mips3 as an alias for it.
20192
20193 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20194
20195         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20196         gdb knows how to handle OSF/1 shared libraries.
20197
20198 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20199
20200         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20201         * config.guess: Recognize Hitachi's HIUX.
20202         * config.sub: Recognize h3050r* and hppahitachi.
20203         Remove redundant cases for hp9k[23]*.
20204
20205 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20206
20207         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20208         if gas and ld are in the source tree and are in ${configdirs}.
20209         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20210         --with options (but still pass them down on the command line,
20211         if they were explicitly specified).
20212
20213 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20214
20215         * configure: substitute SHELL value in Makefile.in with
20216         ${CONFIG_SHELL}
20217
20218 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20219
20220         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20221         *-*-solaris2* targets.
20222
20223 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20224
20225         * Makefile.in: define M4, and pass it down to sub-makes;
20226         all-autoconf now depends on all-m4
20227
20228 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20229
20230         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20231         presence of {ar,ranlib} instead of a configured directory
20232
20233 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20234
20235         * config.guess: Accept 34?? as well as 33?? for NCR.
20236
20237 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20238
20239         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20240         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20241
20242 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20243
20244         * configure: grab values for $(CC) and $(CXX) from the
20245         environment, so that someone can do "CC=gcc configure; make" and
20246         have it work right (matching the way that autoconf works now)
20247
20248         * configure.in, Makefile.in: add support for gash, the tcl
20249         interface to Galaxy
20250
20251         * config.guess: add NetBSD variants (hp300, x86)
20252
20253 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20254
20255         * install.sh: Support -d option (in the manner of SunOS 4 install,
20256         as it is more deterministic than that of GNU install)
20257         (chmodcmd): Set file to mode 755 by default (should also do default
20258         chgrp and chown, but I don't feel like dealing with that now)
20259
20260 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20261
20262         * config.sub: Remove h8300hhms alias.
20263
20264 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20265
20266         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20267
20268 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20269
20270         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20271         as stmp-fixinc
20272
20273 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20274
20275         * config.sub: recognize m88110-bug-coff.
20276
20277 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20278
20279         * Makefile.in (all-libio): all dependencies on the toolchain used
20280         to build this (gcc, gas, ld, etc)
20281
20282 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20283
20284         * config.guess: Deal with OSF/1 1.3 on alpha.
20285
20286 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20287
20288         * install.sh: add some 'else true' clauses for portability
20289
20290         * configure.in: don't build libio for h8[35]00-*-* targets
20291
20292 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20293
20294         * Makefile.in:  Add support for new libio.
20295
20296 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20297
20298         * install.sh: If one command fails, don't try the rest.  Don't try
20299         to remove $dsttmp (via trap) unless we have already created it.
20300         If $src doesn't exist, detect it and exit with an error.
20301
20302         * config.guess: Recognize BSD on hp300.
20303
20304 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20305
20306         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20307         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20308
20309 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20310
20311         * Makefile.in (all-send-pr): depends on all-prms
20312
20313 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20314
20315         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20316
20317 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20318
20319         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20320         Added test for mips-mips-riscos5.
20321
20322 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20323
20324         * configure.in: use mh-hp300 for 68k HP hosts
20325
20326 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20327
20328         * configure: add support for CONFIG_SHELL, so that you can use
20329         some alternate shell for evaluating configure scripts
20330
20331 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20332
20333         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20334         in configure script to bug-gdb@prep.ai.mit.edu when building
20335         distribution archive.
20336         * Makefile.in (COMPRESS):  Remove def.
20337         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20338         gdb.tar.Z and make-gdb.tar.Z respectively.
20339         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20340         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20341         to convergence with 'taz' target in Makefile.in.
20342
20343 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20344
20345         * install.sh (dsttmp): use trap to ensure that tmp files go
20346         away on error conditions
20347
20348 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20349
20350         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20351
20352 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20353
20354         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20355         its parent is '/' not ''.
20356
20357         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20358
20359 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20360
20361         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20362         that ${newsrcdir}/configure.in does.
20363
20364 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20365
20366         * test-build.mk: support for CONFIG_SHELL
20367
20368 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20369
20370         * config.sub (netware):  Add as a basic system type.
20371
20372 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20373
20374         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20375         $(srcdir)/ from the dependency on Makefile.in.
20376
20377 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20378
20379         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20380         (h8300hhms is temporary until multi-libraries are implemented).
20381         * configure.in: Handle h8300h too.
20382
20383 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20384
20385         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20386
20387 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20388
20389         * configure:  Remove extraneous output when guessing host type.
20390         * config.guess:  Remove extraneous output when guessing using C
20391         compiler rather than uname, or when guessing fails.
20392
20393 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20394
20395         * Makefile.in: remove all.cross and install.cross targets
20396
20397         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20398         definitions
20399
20400 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20401
20402         * configure.in (target sh): Build gprof.
20403
20404 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20405
20406         * config.sub: change -solaris to -solaris2
20407
20408 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20409
20410         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20411
20412 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20413
20414         * configure: Correct error message for missing Makefile.in to
20415         print correct directory.
20416
20417 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20418
20419         * install.sh: kludge around 386BSD shell bug
20420
20421 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20422
20423         * config.guess:  Recognize NeXT.
20424         * config.guess:  Recognize i486-ncr-sysv4.
20425         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20426
20427 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20428
20429         * Makefile.in (MAKEINFOFLAGS): New variable.
20430         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20431         * build-all.mk, test-build.mk: Pass down --no-split as
20432         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20433
20434 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20435
20436         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20437
20438 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20439
20440         * Makefile.in (libg++.tar.z):  New rule.
20441         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20442         * Makefile.in (taz):  Only do a single chmod.
20443
20444 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20445
20446         * install.sh: don't use dirname anymore (replaced with sed usage)
20447
20448 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20449
20450         * Makefile.in:  Change extension for gzip'd files from '.z' to
20451         '.gz' per new FSF standard usage.
20452
20453 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20454
20455         * configure: put quotes around the final value of program_transform_name
20456
20457 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20458
20459         * Makefile.in: new install.sh support; update install-info rules
20460
20461 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20462
20463         * configure.in: Build diff for crosses, but not for go32 host.
20464
20465         * configure.in: Build gprof only for native, and don't build it
20466         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20467
20468 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20469
20470         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20471
20472 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20473
20474         * configure.in (host_tools): Add prms.
20475
20476 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20477
20478         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20479         with $(FLAGS_TO_PASS) on the command line
20480
20481         * config.sub: Recognize lynx and lynxos
20482
20483 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20484
20485         * config.sub: Accept -ecoff*, not just -ecoff.
20486
20487 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20488
20489         * Makefile.in (taz): Use .gz suffix instead of .z.
20490         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20491         names.
20492
20493 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20494
20495         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20496
20497 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20498
20499         * Makefile.in (install-no-fixedincludes):  install gcc last, so
20500         that rebuilds that might happen during 'make install' don't get
20501         bogus gcc include files
20502
20503 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20504
20505         Change from Utah for HPPA support:
20506         * config.guess: Recognize hppa1.x-hp-bsd.
20507
20508 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
20509
20510         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
20511         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20512
20513 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20514
20515         * config.sub: Add support for rom68k and bug boot monitors.
20516
20517 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
20518
20519         * Makefile.in: Make all-opcodes depend on all-bfd.
20520
20521 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20522
20523         * config.guess: Added special check for i[34]86-univel-sysv4*.
20524
20525 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
20526
20527         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20528         the processor rather than assuming i486.
20529
20530 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20531
20532         * config.guess: Recognize SunOS6 as Solaris3.
20533
20534 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
20535
20536         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
20537         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20538
20539 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
20540
20541         * build-all.mk (all-cross): New target for Canadian Cross.
20542         Added Q2 go32 targets.
20543         * test-build.mk: Configure go32 cross sparclite-aout and
20544         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
20545         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20546
20547 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20548
20549         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20550         GO32 hosted toolchains
20551
20552 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20553
20554         * configure: change  so "-exec-prefix" gets passed down rather
20555         than "-exec_prefix" so autoconf generated Makefiles get the
20556         exec_prefix set right.
20557
20558 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20559
20560         * config.guess: get the Solaris2 minor version number
20561
20562         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20563
20564 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20565
20566         * config.guess: Recognize some Sequent platforms.
20567
20568 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20569
20570         * Makefile.in: added the vault-install target
20571
20572         * configure.in: actually use the Sun3 makefile fragment that's in
20573         config, also added the release dir to configdirs
20574
20575 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20576
20577         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20578
20579 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20580
20581         * configure.in: remove some program from Alpha targetted toolchains
20582
20583 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
20584
20585         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
20586         gprof.
20587         (taz): Run "make diststuff" in those directories instead of "make
20588         proto-dir".  Look for "VERSION=" only at start of line in subdir
20589         Makefile.  Use "gzip -9" for compression.
20590         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20591         (binutils.tar.z): New target.
20592
20593 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20594
20595         * Makefile.in (taz): Include gpl.texinfo.
20596
20597 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20598
20599         * Makefile.in (setup-dirs): Merged into "taz" target.
20600         (taz): Only do `proto-dir' stuff if a directory is actually needed
20601         for this target.
20602
20603 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
20604
20605         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20606         (FLAGS_TO_PASS): Pass down MUNCH_NM.
20607         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20608         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20609         (gcc-no-fixedincludes): Correct for current gcc Makefile.
20610
20611 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
20612
20613         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20614         config.sub, and move-if-change to gdb testsuite distribution
20615         archive, so the testsuite can be extracted, configured, and
20616         run separately from the gdb distribution.  Blow away the Chill
20617         tests that require a Chill compiled executable, since GNU Chill
20618         is not yet publically available.
20619
20620 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20621
20622         * test-build.mk: set environment variables in a single command,
20623         instead of a list of assignments and exports
20624
20625         * config.guess: recognize Alpha/OSF1 systems
20626
20627 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20628
20629         * configure: Change help message to prefer --options rather than
20630         -options.
20631
20632 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20633
20634         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20635         zippy@ecst.csuchico.edu.
20636         * config.guess: Recognize miniframe.
20637
20638 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20639
20640         * Makefile.in: Use srcroot to find runtest rather than rootme.
20641         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20642
20643 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20644
20645         * test-build.mk: Extensive additions to support building on a
20646         machine other than the host.
20647
20648 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20649
20650         * configure (tooldir): Fix for i386-aix again.
20651
20652 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
20653
20654         * configure, Makefile.in:  Change definition of $(tooldir)
20655         to match the FSF.
20656
20657 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20658
20659         * config.guess:  Recognize i[34]86/SVR4.
20660
20661 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20662
20663         * Makefile.in (all-gdb): gdb depends on sim.
20664
20665 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20666
20667         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20668         at the same time we make the prototype gdb directory.
20669         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20670         files at the same time as the gdb base release distribution.
20671
20672 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20673
20674         * Makefile.in (check): Use individual check targets rather than
20675         DO_X rule.
20676         (check-gcc): Added.
20677
20678 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20679
20680         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20681         for System V release 3.2.
20682
20683 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20684
20685         * config.sub: Recognize hppaosf.
20686         * configure.in: Do configure ld/binutils/gas for it.
20687
20688 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20689
20690         * configure (tooldir): Alter syntax used to set this, for systems
20691         where "\$" isn't handled right, like i386-aix.
20692
20693 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20694
20695         * configure: Pass program-transform-name, not
20696         program_transform_name, to recursive configures.
20697
20698 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20699
20700         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20701         of gas+ld+binutils.
20702
20703 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20704
20705         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
20706
20707 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20708
20709         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20710
20711 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20712
20713         * Makefile.in (PRMS): Set back to all-prms.
20714
20715 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20716
20717         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20718         targets, rather than for MIPS hosts.
20719
20720 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20721
20722         * configure.in: add comment for --with-x default values
20723
20724         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20725
20726         * Makefile.in: add check-* targets for each of the directories in
20727         the tree.  Add a definition of RUNTEST that will use the one we
20728         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20729
20730 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20731
20732         * configure.in: Removed obsolete references to bfd_target and
20733         target_makefile_frag.
20734
20735         * build-all.mk: Set assorted targets for Q2.
20736         * config.sub: Recognize z8k-sim and h8300-hms.
20737         * test-build.mk: Really don't pass host to configure.
20738         (HOLES): Added uname.
20739
20740 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
20741
20742         * configure: Handle an empty program-prefix, program-suffix or
20743         program-transform-name correctly.
20744
20745 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20746
20747         * build-all.mk: -G 8 no longer required for MIPS targets.
20748         * test-build.mk: Don't pass host argument to configure; make it
20749         guess.
20750
20751 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
20752
20753         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
20754         * Makefile.in (COMPRESS):  New macro, like GZIP.
20755
20756 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20757
20758         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20759
20760         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20761         with gas currently defaults to -G 0.
20762
20763 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
20764
20765         * Makefile.in (all-flex): flex depends on byacc.
20766
20767         * build-all.mk: If host not specified, use config.guess.  Pass TAG
20768         to test-build.mk as RELEASE_TAG.
20769         * test-build.mk (configargs): New variable containing arguments to
20770         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
20771         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20772
20773         * config.guess: Use /bin/uname when checking -X argument on SCO,
20774         to avoid invoking GNU uname which doesn't understand -X.
20775
20776         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20777
20778         * configure.in: Build gas for mips-*-*.
20779
20780 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20781
20782         * Makefile.in (all.normal): insert missing backslash.
20783
20784 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20785
20786         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20787
20788         * Makefile.in: Complete overhaul to merge many almost identical
20789         targets.
20790
20791 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20792
20793         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20794         (gdb.tar.Z): Adjusted.
20795
20796         * Makefile.in (setup-dirs, taz): New targets; should be general
20797         enough to adapt for gdb sometime.  Build only .z file.
20798         (gas.tar.z): New target.
20799
20800 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
20801
20802         * build-all.mk: Use CC=cc -Xs on Solaris.
20803
20804 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
20805
20806         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
20807         for handling BISON for FSF releases.
20808
20809 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20810
20811         * configure: Actually implement the change zoo just documented.
20812
20813 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
20814
20815         * configure: when using config.guess, only set target_alias when
20816         it's not already been set (ie, on the command line)
20817
20818 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20819
20820         * Makefile.in: add installcheck target, set PRMS to install-prms
20821
20822 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20823
20824         * configure: add support for package_makefile_fragment, handle the
20825         case where a directory has a configure.in file but no Makefile.in
20826         more gracefully (with an actual understandable error message, even);
20827         add support for --without (and add this to the usage message); also
20828         explicitly add a --host=${host_alias} to the command line when
20829         config.guess is used
20830
20831 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20832
20833         * configure: Must use both --host and --target in recursive calls.
20834
20835 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20836
20837         * Makefile.in: Change deja-gnu to dejagnu.
20838
20839 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20840
20841         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20842
20843 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20844
20845         * configure.in: canonicalize all instances to *-*-solaris2*,
20846         also strip out a number of tools to not build for go32 host
20847
20848 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20849
20850         * config.guess: add GPL.
20851
20852         * Makefile.in, config.guess, config.sub, configure: bump
20853         copyrights to 93.
20854
20855 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
20856
20857         * Makefile.in (do-info): Removed obsolete check for existence of
20858         localenv file.
20859
20860         * Makefile.in (MAKEOVERRIDES): Define to be empty.
20861
20862 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20863
20864         * Makefile.in: a couple of 'else true' for decstation,
20865         support for TclX
20866
20867         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20868
20869 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
20870
20871         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20872
20873 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
20874
20875         * config.guess: Recognize i386-ibm-aix (PS/2).
20876         * configure.in: Use config/mh-aix386 file for it.
20877
20878 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
20879
20880         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20881         CC_FOR_TARGET instead.
20882         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20883
20884 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
20885
20886         * Makefile.in: Add sim to list of directories sent with gdb
20887
20888 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20889
20890         * configure.in: Put back mips-dec-bsd* case.
20891
20892 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
20893
20894         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20895         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
20896         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20897
20898 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20899
20900         * configure.in: remove no-op mips-dec-bsd* in "case $target"
20901
20902         * Makefile.in (dir.info): only run gen-info-dir if it exists,
20903         (install-info): install dir.info only if it exists,
20904         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20905
20906 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
20907
20908         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
20909         gas for mips-dec-bsd.
20910
20911 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
20912
20913         * configure (makesrcdir): If ${srcdir} is relative and not ".",
20914         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20915
20916 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20917
20918         * configure.in: Added "dejagnu" to hosttools list.
20919
20920 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
20921
20922         * config.sub, configure.in, config.guess:  Add support
20923         for Bosx, an AIX variant from Bull.
20924         Patches from F.Pierresteguy@frcl.bull.fr.
20925
20926 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20927
20928         * devo/dejagnu: Initial creation of devo/dejagnu.
20929         Migrated dejagnu testcases and support files for testing software
20930         tools to reside as subdirectories, currently called "testsuite",
20931         within the directory of the software tool.  Migrated all programs,
20932         support libraries, etc. beloging to dejagnu proper from
20933         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
20934         with no modifications.  The changes to these files which will
20935         allow them to configure, build, and execute properly will be made
20936         in a future update.
20937
20938 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20939
20940         * Makefile.in: Change send_pr to send-pr.
20941         * configure.in: Likewise.
20942         * send_pr: Renamed directory to send-pr.
20943
20944 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
20945
20946         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
20947
20948 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
20949
20950         * README:  Update for gdb-4.8 release.
20951         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
20952         gdb-xxx.tar.z (gzip'd) file also.
20953
20954 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20955
20956         * Makefile.in: make all-diff depend on all-libiberty
20957
20958 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
20959
20960         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20961
20962 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20963
20964         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20965
20966 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
20967
20968         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
20969         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
20970         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
20971
20972 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20973
20974         * Makefile.in:  makeinfo binary is in a new location
20975
20976 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
20977
20978         * config.sub: Accept -ecoff as an OS.
20979
20980         * Makefile.in: Various changes to eliminate a level of make
20981         recursion and reduce the required command line length.
20982         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20983         sub-makes.
20984         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20985         variables holding settings for specific sub-makes.
20986         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20987         in terms of BASE_FLAGS_TO_PASS.
20988         (TARGET_LIBS): New variable listing directories which use
20989         TARGET_FLAGS_TO_PASS.
20990         (subdir_do): Eliminated.
20991         (do-*): New set of targets to replace subdir_do.
20992         (various): All targets which used subdir_do now depend on do-*.
20993         (local-clean): Renamed from do_clean.
20994         (local-distclean): New target, dependency of distclean and
20995         realclean.
20996         (install-info): Don't create directories.  Depend on dir.info
20997         rather than calling make recursively.
20998         (install-dir.info): Eliminated.
20999         (install-info-dirs): Create all info directories here.
21000         (dir.info): Depend upon do-install-info.
21001
21002         * test-build.mk (HOLES): Added false.
21003
21004 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
21005
21006         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
21007
21008 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21009
21010         * Makefile.in (info): remove dependency on all-texinfo.  The
21011         problem was really in texinfo/C, not at this level.
21012
21013 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21014
21015         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21016
21017 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
21018
21019         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
21020         GDB releases.
21021
21022 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21023
21024         * configure: Include srcdir in message about target of link not
21025         being found.  Don't convert `-' to `_' in `with' options being
21026         passed to subdirs.
21027
21028 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21029
21030         * configure.in: add uudecode to host_tools
21031
21032         * Makefile.in: added {all,install}-uudecode targets, added them to
21033         the appropriate lists
21034
21035 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
21036
21037         * Makefile.in (all-gcc): Added dependency on all-gas.
21038
21039         * configure.in (mips-*-*): Build ld and binutils.
21040
21041 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21042
21043         * configure: check return code from mkdir, print error message and
21044         exit on failure.
21045
21046 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
21047
21048         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
21049
21050 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21051
21052         * test-build.mk (HOLES): Added tar, cpio and uudecode.
21053
21054 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21055
21056         * config.sub (h8500):  Recognize this as a cpu type.
21057
21058 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21059
21060         * configure: source directory missing is no longer a warning
21061
21062         * configure.in: recognize irix[34]* instead of irix[34]
21063
21064         * Makefile.in: define and pass down X11_LIB
21065
21066 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
21067
21068         * guess-systype: Renamed to ...
21069         * config.guess:  ... by popular request.
21070         * configure.in, Makefile.in:  Update accordingly.
21071
21072 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
21073
21074         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
21075         + Add Convex, Cray/Unicos, and Encore/Multimax support.
21076         + Execute ./dummy instead of assuming . is in PATH.
21077
21078 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
21079
21080         * guess-systype:  New shell script.  Attempts to guess the
21081         canonical host name of the executing host.
21082         Only a few hosts are supported so far.
21083         * configure:  Call guess-systype if no host is specified.
21084
21085 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21086
21087         * Makefile.in (gcc-no-fixedincludes): Made to work with current
21088         gcc Makefile.
21089
21090 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
21091
21092         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21093         (all-gcc, install-gcc, subdir_do): Use it.
21094
21095 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21096
21097         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21098
21099 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
21100
21101         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21102         set exclusively by configure, using configure.in .
21103
21104 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21105
21106         * test-build.mk: set $PATH for all builds
21107
21108         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21109
21110 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21111
21112         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21113         the one used in gcc/Makefile.in, so that a null expansion doesn't
21114         override the one needed to build gcc with a native cc.
21115
21116 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21117
21118         * configure: Accept -with arguments.
21119
21120 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21121
21122         * Makefile.in: added h8300sim
21123
21124 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21125
21126         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21127         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21128         (all-cygnus, native, build-cygnus): Make
21129         $(canonhost)-stamp-3stage-done, not $(host)....
21130         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21131         i386-sco3.2v4.  Added else true to if command.
21132
21133 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21134
21135         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21136
21137 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21138
21139         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21140
21141 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21142
21143         * configure.in: don't remove binutils from Solaris builds
21144
21145 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21146
21147         * Makefile.in: get rid of earlier definitions for *clean,
21148         also handle the recursive info rule better
21149
21150 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21151
21152         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21153         do more-or-less the right thing.
21154
21155 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21156
21157         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21158         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21159
21160 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21161
21162         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21163         $(host_canonical).
21164
21165         * configure.in: split the configdirs list into 4 categories (native
21166         v. cross, library v. tool) and handle the cross-only and native-
21167         only in more reasonable (and correct!) way.
21168
21169 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21170
21171         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21172         configdirs anymore.
21173
21174 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21175
21176         * Makefile.in: extensive cleanup::  removed all of the explicit
21177         clean-* targets, collapsed many wrappers around subdir_do into
21178         one, added additional targets to satisfy standards.texi, deleted
21179         some old targets, some changes for consistency
21180
21181 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21182
21183         * configure.in: handle some programs as cross-only, and others as
21184         native only
21185
21186         * test-build.mk: handle partial holes in a more generic manner
21187
21188         * Makefile.in: m4 depends on libiberty
21189
21190 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21191
21192         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21193         time, wdiff, and find to configdirs
21194
21195         * Makefile.in: all, clean, and install rules for the new programs
21196         added to configure.in
21197
21198 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21199
21200         * configure.in: use mh-sun for all *-sun-* hosts
21201
21202 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21203
21204         * Makefile.in: define flags for X11 include files and library file
21205         locations, pass them down to the programs that need this info
21206
21207         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21208
21209 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21210
21211         * configure.in: start building libg++ for HP-UX targets
21212
21213 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21214
21215         * README:  Update references to files moved into etc/.
21216
21217 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21218
21219         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21220         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21221
21222 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21223
21224         * configure: accept dash as well as underscore in long option
21225         names for FSF compatibility.
21226
21227 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21228
21229         * config.sub: added -sco3.2v4 support from FSF.
21230
21231 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21232
21233         * configure.in: expand the section that adds or removes
21234         directories from the list of programs to build, to handle native
21235         vs. cross in addition to host v. native
21236
21237 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21238
21239         * Makefile.in:  Replace C++ in macro names with CXX.
21240         This is less likely to break ...
21241
21242 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21243
21244         * test-build.mk: add -w to GNU_MAKE
21245
21246 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21247
21248         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21249         add 'sparc' to list of recognized cpus.  This needed to make
21250         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21251         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21252         then changes that into $CPU-wrs-vxworks.
21253
21254         * configure.in: remove most references to gdbtest, regularize
21255         target based program removal
21256
21257         * test-build.mk: import from p3 tree (many fixes and changes)
21258
21259 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21260
21261         * Makefile.in: added rules to handle tcl, tk, and expect
21262
21263         * configure.in: handle those directories if they exist
21264
21265 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21266
21267         * config.sub: removed bogus hppabsd and hppahpux names, since
21268         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21269
21270 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21271
21272         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21273         depends upon all-xiberty
21274
21275         * Makefile.in: changes from p3, including:
21276
21277         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21278
21279         * Makefile.in (XTRAFLAGS): include newlib directories if
21280         newlib/Makefile exists, rather than if host != target.
21281
21282         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21283
21284         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21285         from the same source tree and not building a cross-compiler.  This
21286         matters for the libg++ configuration if reconfiguring a tree that
21287         has already been installed.
21288
21289         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21290
21291         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21292         pick up the machine and system specific header files.
21293
21294         * Makefile.in: added AS_FOR_TARGET, passed down in
21295         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21296         the C compiler to use to create programs which are run in the
21297         build environment, set it to default to $(CC), and passed it down
21298         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21299
21300         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21301
21302         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21303         We need them for unusual native builds, like systems without
21304         ranlib.
21305
21306         * configure: also define $(host_canonical) and
21307         $(target_canonical), which are the full, canonical names for the
21308         given host and target
21309
21310 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21311
21312         * Makefile.in:  Added separate definitions for C++.
21313
21314 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21315
21316         * configure.in (configdirs):  Add deja-gnu.
21317
21318 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21319
21320         * README:  Update for configure.texi and gdb-4.7 release.
21321
21322 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21323
21324         * Makefile.in:  Move "all" target to top of file.
21325         Previously, first target was ".PHONY" which caused BSD4.4 make
21326         to build .PHONY when make was run without arguments.
21327
21328 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21329
21330         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21331         Library-copylefted code in libiberty.
21332
21333 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21334
21335         * config.sub:  Replace m68kmote with plain old m68k.
21336
21337 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21338
21339         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21340
21341 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21342
21343         * config.sub: Complain if no argument is given.  Added support for
21344         386bsd as OS and target alias.
21345
21346 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21347
21348         * Makefile.in (XTRAFLAGS): include newlib directories if
21349         newlib/Makefile exists, rather than if host != target.
21350
21351 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21352
21353         * config.sub: recognize sparclite-wrs-vxworks.
21354
21355         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21356         p3.) Added clean-xiberty to clean.
21357
21358 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21359
21360         * configure.in: use *-*-* instead of nested cases for host and target
21361
21362 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21363
21364         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21365         from the same source tree and not building a cross-compiler.  This
21366         matters for the libg++ configuration if reconfiguring a tree that
21367         has already been installed.
21368
21369 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21370
21371         * config.sub (i486v/i486v4):  Merge in from FSF version.
21372
21373 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21374
21375         * configure: only set PWD if it is already set.
21376
21377 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21378
21379         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21380         doesn't have unset and all success paths (and most error paths)
21381         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21382         to just ${PWD} to avoid confusion.)
21383
21384 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21385
21386         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21387         even for a native compilation.
21388
21389 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21390
21391         Changes to make the gdb.tar.Z rule work better.
21392
21393         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21394         (DEVO_SUPPORT):  Add configure.texi.
21395         (bfd-ilrt.tar.Z):  Remove ancient rule.
21396
21397 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21398
21399         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21400         pick up the machine and system specific header files.
21401
21402         * configure.in, config.sub: added new target m68010-adobe-scout,
21403         with alias of adobe68k.  Changed configure.in to check for
21404         -scout before -sco* to avoid a false match.
21405
21406         * Makefile.in: added AS_FOR_TARGET, passed down in
21407         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21408         the C compiler to use to create programs which are run in the
21409         build environment, set it to default to $(CC), and passed it down
21410         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21411
21412 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21413
21414         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21415         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21416         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21417         FOR_TARGET variants, to newlib and libg++.
21418
21419 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21420
21421         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21422         first.
21423
21424 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21425
21426         * config.sub:  Accept `elf' as an environment.
21427
21428 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21429
21430         * Makefile.in (all-opcodes):  cd into the right directory
21431
21432 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21433
21434         * configure: added -program_transform_name option, used as
21435         argument to sed when installing programs.
21436         configure.texi: added documentation for -program_prefix,
21437         -program_suffix and -program_transform_name.
21438
21439 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21440
21441         * config.sub:  Accept i486 where i386 ok.
21442
21443 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21444
21445         * config.sub: accept we32k
21446
21447 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21448
21449         * config.sub, configure.in: accept OSE68000 and OSE68k.
21450
21451         * Makefile.in: don't create all directories for ``make install'';
21452         let the subdirectories create the ones they need.
21453
21454 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21455
21456         * COPYING: new file, GPL v2
21457
21458 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21459
21460         * Makefile.in: use the new gen-info-dir, which needs a template
21461         argument (which also lives in texinfo)
21462
21463         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21464
21465 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21466
21467         * config.sub (ncr3000):  Change i386 to i486.
21468
21469 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21470
21471         * Makefile.in: add install-rcs, install-grep to
21472         install-no-fixedincludes, removed install-bison and install-libgcc
21473
21474 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21475
21476         * configure.in: grab the HPUX makefile fragment if on HPUX
21477
21478 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21479
21480         * Makefile.in: eradicate bison spoor (ditto libgcc).
21481         configure.in: recognise m68{k,000}-ericsson-OSE.
21482         es1800 is alias for m68k-ericsson-OSE
21483
21484 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21485
21486         * configure.in: rearrange the parts that remove programs from
21487         configdirs, based now on HOST==TARGET or by canonical triple.
21488
21489 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21490
21491         * test-build.mk: recurse explicitly with -f test-build.mk when
21492         appropriate.  predicate stage3 and comparison on the existence
21493         of gcc.  That is, if gcc isn't around, we aren't three-staging.
21494         On very clean, also remove ...stamp-co.  Build in-place before
21495         doing other builds.
21496
21497 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21498
21499         * Makefile.in, configure.in: add tgas
21500
21501 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21502
21503         * Makefile.in: a number of changes merged in from progressive.
21504
21505         * configure.in: add libm.
21506
21507         * .cvsignore: ignore some stuff that comes from test-build.mk.
21508
21509 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
21510
21511         * config.sub:  Add es1800 (m68k-ericsson-es1800).
21512
21513 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21514
21515         * configure: Add program_suffix (parallel to program_prefix)
21516         * Makefile.in: adjust directory-creating script for losing decstation
21517
21518 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
21519
21520         * configure:  Minor $subdir-related fixes.
21521
21522 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21523
21524         * configure: fix various problems with propogating
21525         makefile_target_frag in subdirs.
21526         * configure.in: config libgcc if its there
21527
21528 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
21529
21530         * config.sub:  HPPA merge.
21531
21532 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
21533
21534         * Makefile.in:  Replace all-bison with all-byacc in all
21535         dependency lines for other tools (which now use byacc).
21536
21537 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
21538
21539         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
21540
21541 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
21542
21543         * Makefile.in: make gprof rules similar to byacc rules (instead of
21544         vestigal $(unsubdir) that didn't work...)
21545
21546 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
21547
21548         * config.sub:  Add support for Linux.
21549         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
21550         (at least for libg++).
21551
21552 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
21553
21554         * configure.texi: fix doc for the -nfp option to configure
21555
21556 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
21557
21558         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21559
21560 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
21561
21562         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21563         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21564         * configure.in: added solaris* host_makefile_frag hook.
21565
21566 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21567
21568         * config.sub: changed recognition of m68000 so that various
21569         m68k types can be specified via m680[01234]0
21570
21571 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21572
21573         * config.sub (basic_machine): fix sed so that '-foo' isn't
21574         completely substituted out while .+'-foo' loses the '-foo'
21575
21576 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21577
21578         * config.sub ($os): Add -aout.
21579
21580 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
21581
21582         * configure:  If host_makefile_frag is absolute, don't
21583         prefix ${invsubdir} (relevant to libg++ auto-configure).
21584
21585 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21586
21587         * Makefile.in (tooldir): Define it.
21588         (all-ld): Depend on all-flex.
21589
21590 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
21591
21592         * Makefile.in (check):  Fix libg++ special case.
21593
21594 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
21595
21596         * configure: do not bury `pwd` into config.status, thus do fewer
21597         pwd's.
21598
21599         * configure: print the "Building in" message only when building in
21600         other than "." AND verbose.
21601
21602         * configure: remove -s, rework -v to better accommodate guested
21603         configures.
21604
21605         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21606
21607 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
21608
21609         * Makefile.in: macroize flags passed on recursion.  remove
21610         fileutils.
21611
21612 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
21613
21614         * configure: get makesrcdir right for subdirs deeper than 1.
21615
21616         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21617         install.
21618
21619 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
21620
21621         * Makefile.in: don't print subdir_do or recursion lines.
21622
21623 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
21624
21625         * standards.texi: added menu item.
21626
21627         * Makefile.in: build and install standards.info.
21628
21629         * standards.texi: new file.
21630
21631 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21632
21633         * configure: test for and move config.status pieces from
21634         ${subdir}/.
21635
21636 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
21637
21638         * configure:  Test for existance of files before trying to mv
21639         them, to avoid numerous non-existance messages.
21640
21641 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
21642
21643         * configure: correct final line of config.status.
21644
21645         * configure: patch from eggert.  Avoids a protection problem if
21646         the original Makefile.in is read only.
21647
21648         * configure: use move-if-change from gcc to create config.status.
21649         Some makefiles depend on config.status to tell if a directory
21650         has been reconfigured for a different host.  This change
21651         prevents those directories from remaking everything in the case
21652         where the reconfig was only intended to rebuild a Makefile.
21653
21654         * configure: test for config.sub with "config.sub sun4" rather
21655         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21656         host alias from a missing config.sub.
21657
21658 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21659
21660         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21661         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21662
21663 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21664
21665         * configure: mkdir ${subdir} as needed.
21666
21667 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21668
21669         * Makefile.in,configure.in: added autoconf.
21670
21671 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21672
21673         * Makefile.in: no longer pass against on recursion.
21674
21675         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21676         definitions are not inherited.
21677
21678         * configure: correct makesrcdir when subdir is .
21679
21680 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21681
21682         * configure:  Add support for 'subdirs' variable, which is
21683         like 'configdirs', except that configure doesn't re-invoke
21684         itself for subdirs, it just creates a Makefile for each subdir.
21685         * configure.texi:  Document subdirs.
21686
21687 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21688
21689         * configure.in: added flex to configdirs
21690
21691 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21692
21693         * Makefile.in: remove clean-stamps from clean.
21694
21695 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21696
21697         * configure.in:  Add gdbtest to configdirs.
21698
21699 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21700
21701         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21702         to recursive makes.
21703         * configure.in:  Recognize new ncr3000 config.
21704
21705 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21706
21707         * Makefile.in, configure.in: removed references to gdbm.
21708
21709 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21710
21711         * config.sub:  Don't canonicalize os value
21712         newsos* to bsd (readline needs to check for newsos).
21713         (This fix was earlier made Jan 31, but got re-broken.)
21714
21715 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21716
21717         * configure.in:  sco is an os, not a vendor!
21718
21719         * configure:  Quote $( better.  Keep various shells happy.
21720
21721 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21722
21723         * Makefile.in: eliminate stamp-files.
21724
21725 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21726
21727         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21728         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21729
21730 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21731
21732         * config.sub:  fix iris/iris3.
21733
21734 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21735
21736         * configure: re-add -rm.
21737
21738 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
21739
21740         * Maskefile.in: add .stmp-rcs to all.
21741
21742         * configure.in: remove gas from rs6000 build, use aix host fragment.
21743
21744 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
21745
21746         * configure: pass down site_option during recursion.
21747
21748 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
21749
21750         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
21751
21752 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
21753
21754         * configure: Change exec_prefix so that it really defaults to prefix.
21755
21756 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
21757
21758         * Makefile.in, configure.in:  Add support for mmalloc library.
21759
21760 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
21761
21762         * Makefile.in: add stmp dependencies for a few more things.
21763
21764 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
21765
21766         * configure: adjusted error message on objdir/srcdir configure
21767         collision, per john's suggestion.
21768
21769         * Makefile.in: add libiberty stmp to all and all.cross.
21770
21771 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
21772
21773         * Makefile.in: remove force dependencies, add grep to all.
21774
21775 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
21776
21777         * Makefile.in: drop flex.  make stamp files work.
21778
21779         * configure: added test for conflicting configuration in srcdir,
21780         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
21781         gets cranky.  use relative paths for configure and srcdir
21782         whenever possible.  Send some error messages to stderr that were
21783         going to stdout.
21784
21785 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
21786
21787         * Makefile.in:  Fix libg++ rule to check for gcc directory
21788         before using gcc/gcc.  Also pass XTRAFLAGS.
21789
21790 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
21791
21792         * Makefile.in: added stmp-files so that directories aren't polled
21793         when they are already built.
21794
21795         * configure.texi: fixed a node pointer problem.
21796
21797 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
21798
21799         * config.sub configure.in gdb/configure.in
21800         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21801         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21802         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
21803
21804 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21805
21806         * configure: -recurring becomes -silent.  corrected help message
21807         for -site= option.
21808
21809         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21810
21811 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21812
21813         * configure: when building Makefile for crosses, replace
21814         tooldir and program_prefix.  default srcdir from location of
21815         config.sub.  remove "for host in hosts" and "for target in
21816         targets" loops.
21817
21818 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21819
21820         * Makefile.in: Do not pass bindir or mandir to cvs.
21821
21822 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
21823
21824         * Makefile.in, configure.in: removed traces of namesubdir,
21825         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
21826         copyrights to '92, changed some from Cygnus to FSF.
21827
21828         * configure.texi: remove most references to multiple hosts,
21829         multiple targets, subdirs, etc.
21830
21831         * configure.man: removed rcsid. reference config.sub not
21832         config.subr.
21833
21834         * Makefile.in: mkdir $(infodir) on install-info.
21835
21836 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
21837
21838         * configure.texi:  Explain better about .gdbinit and about
21839         the environment that configure.in sections run in.
21840
21841 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
21842
21843         * configure.in:  Ultrix is only a decstation if it's a MIPS.
21844
21845 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
21846
21847         * README:  DOC.configure => cfg-paper.texi.
21848
21849 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
21850
21851         * config.sub (near case $os):  Don't convert newsos* to bsd!
21852
21853 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
21854
21855         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
21856         the number of copies of COPYING that go into the GDB tar file.
21857
21858 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
21859
21860         * bfd/configure.in, gdb/config/mh-i386sco,
21861         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21862         Fix SCO configuration stuff.
21863
21864 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
21865
21866         * Makefile.in:  For libg++, make sure the -I pointing
21867         to the gcc directory goes *after* all the libg++-local -I flags.
21868         Also, move just-gcc dependency from just-libg++ to all-libg++.
21869
21870 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
21871
21872         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
21873
21874 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
21875
21876         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
21877
21878 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
21879
21880         * config.sub:  Add stratus configuration frags.  Also
21881         submitted to FSF.
21882
21883 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
21884
21885         * Makefile.in (DEV_SUPPORT):  add configure.man.
21886
21887         * config.sub(Decode manufacturer-specific):  add -none*.
21888
21889 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
21890
21891         * Makefile.in:  remove form feeds to make Sun's make happy.
21892         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
21893
21894 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
21895
21896         * Makefile.in (AR_FLAGS):  Make quieter.
21897
21898 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
21899
21900         * configure.in:  Add libg++.
21901         * configure:  When verbose, don't output the command line at each
21902         level; it will be unremarkably the same as the previous version,
21903         which will be the same as what the user typed.
21904
21905 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
21906
21907         * configure.in, Makefile.in: fix clean-info, add flex.  add
21908         fileutils.
21909
21910         * configure: be less sensitive to spaces in Makefile.in.  Do not
21911         look for sources in "..".  Doing so breaks subdirectories that
21912         might have their own configure.  If a subdir has it's own
21913         configure script, use it.
21914
21915 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
21916
21917         * cfg-paper.texi: some changes suggested by rms.
21918
21919 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
21920
21921         * config.sub:  Merge in some small additions from the FSF version,
21922         taken from the gcc distribution, to bring the Cygnus and FSF
21923         versions into closer sync.
21924
21925 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
21926
21927         * configure.in:  Changed svr4 references to sysv4.
21928
21929 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
21930
21931         * configure: added -V for version number option.
21932
21933 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
21934
21935         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21936         renamed from DOC.configure to cfg-paper.texi.
21937
21938 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21939
21940         * configure, config.subr, config.sub: config.subr is now
21941         config.sub again.
21942
21943 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
21944
21945         * configure.texi: new file, in progress.
21946
21947         * Makefile.in: build info file and install the man page for
21948         configure.
21949
21950         * configure.man: new file, first cut.
21951
21952         * configure: find config.subr again now that configuration "none"
21953         has gone.  removed all traces of the -ansi option.  removed all
21954         traces of the -languages option.
21955
21956         * config.subr: resync from rms.
21957
21958 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21959
21960         * configure, config.sub, config.subr: merge config.sub into
21961         config.subr, call the result config.subr, remove config.sub, use
21962         config.subr.
21963
21964         * Makefile.in: revised install for dir.info.
21965
21966 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21967
21968         * configure.in: add decstation host makefile frag.
21969
21970         * Makefile.in: BISON now bison -y again.  also install-gcc on
21971         install.  clean-gdbm on clean.  infodir belongs in datadir.
21972         Make directories for info install.  Build dir.info here then
21973         install it.
21974
21975 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21976
21977         * Makefile.in: fix for bad directory tests.
21978
21979 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21980
21981         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
21982         regexp.  -srcdir relative was being handled incorrectly.
21983
21984         * Makefile.in: unwrapped some for loops so that parallel makes
21985         work again and so one can focus one's attention on a particular
21986         package.
21987
21988 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21989
21990         * configure: added PWD as a stand in for `pwd` (for speed). use
21991         elif wherever possible.  make -srcdir work without -objdir.
21992         -objdir= commented out.
21993
21994 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21995
21996         * configure: +options become --options.  -subdirs commented out.
21997         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
21998         Makefile now at top of generated Makefile.  Removed cvs log
21999         entries.  added -srcdir.  create .gdbinit only if there is one
22000         in ${srcdir}.
22001
22002         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
22003         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
22004         and mandir now keyed off datadir by default.
22005
22006 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22007
22008         * Freshly created ChangeLog.
22009
22010 \f
22011 Local Variables:
22012 mode: change-log
22013 left-margin: 8
22014 fill-column: 76
22015 version-control: never
22016 End: