ada: Add assertion for the implementation of storage models
[official-gcc.git] / ChangeLog
blob632cf0bebfbfc80035095875114752110e37dbee
1 2022-11-23  Marek Polacek  <polacek@redhat.com>
3         Revert:
4         2022-11-23  Marek Polacek  <polacek@redhat.com>
6         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
7         isl.
8         * Makefile.in: Regenerate.
9         * Makefile.tpl: Set PICFLAG.
10         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
11         check.
12         * configure: Regenerate.
14 2022-11-23  Marek Polacek  <polacek@redhat.com>
16         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
17         isl.
18         * Makefile.in: Regenerate.
19         * Makefile.tpl: Set PICFLAG.
20         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
21         check.
22         * configure: Regenerate.
24 2022-11-14  Martin Liska  <mliska@suse.cz>
26         Revert:
27         2022-11-09  Martin Liska  <mliska@suse.cz>
29         * doc/Makefile: New file.
30         * doc/_static/custom.css: New file.
31         * doc/baseconf.py: New file.
32         * doc/bsd.rst: New file.
33         * doc/contrib.rst: New file.
34         * doc/contribute.rst: New file.
35         * doc/cppdiropts.rst: New file.
36         * doc/cppenv.rst: New file.
37         * doc/cppopts.rst: New file.
38         * doc/cppwarnopts.rst: New file.
39         * doc/favicon.ico: New file.
40         * doc/funding.rst: New file.
41         * doc/gcc_sphinx.py: New file.
42         * doc/gnu.rst: New file.
43         * doc/gnu_free_documentation_license.rst: New file.
44         * doc/gpl-3.0.rst: New file.
45         * doc/indices-and-tables.rst: New file.
46         * doc/lgpl-2.1.rst: New file.
47         * doc/logo.pdf: New file.
48         * doc/logo.svg: New file.
49         * doc/md.rst: New file.
50         * doc/requirements.txt: New file.
52 2022-11-14  Martin Liska  <mliska@suse.cz>
54         Revert:
55         2022-11-09  Martin Liska  <mliska@suse.cz>
57         * doc/baseconf.py: Port to GCC sources.
59 2022-11-14  Martin Liska  <mliska@suse.cz>
61         Revert:
62         2022-11-14  Martin Liska  <mliska@suse.cz>
64         * configure: Regenerate.
65         * configure.ac: Support Sphinx based documentation.
67 2022-11-14  Martin Liska  <mliska@suse.cz>
69         Revert:
70         2022-11-09  Martin Liska  <mliska@suse.cz>
72         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
73         provide a default.
75 2022-11-14  Martin Liska  <mliska@suse.cz>
77         Revert:
78         2022-11-09  Martin Liska  <mliska@suse.cz>
80         * doc/bsd.rst:
81         Add trailing newline.
82         * doc/contrib.rst:
83         Add trailing newline.
84         * doc/contribute.rst:
85         Add trailing newline.
86         * doc/cppdiropts.rst:
87         Add trailing newline.
88         * doc/cppenv.rst:
89         Add trailing newline.
90         * doc/cppopts.rst:
91         Add trailing newline.
92         * doc/cppwarnopts.rst:
93         Add trailing newline.
94         * doc/funding.rst:
95         Add trailing newline.
96         * doc/gnu.rst:
97         Add trailing newline.
98         * doc/gnu_free_documentation_license.rst:
99         Add trailing newline.
100         * doc/gpl-3.0.rst:
101         Add trailing newline.
102         * doc/indices-and-tables.rst:
103         Add trailing newline.
104         * doc/lgpl-2.1.rst:
105         Add trailing newline.
106         * doc/md.rst:
107         Add trailing newline.
109 2022-11-14  Martin Liska  <mliska@suse.cz>
111         Revert:
112         2022-11-09  Martin Liska  <mliska@suse.cz>
114         * configure.ac: Use new install URL.
115         * configure: Regenerate.
117 2022-11-14  Martin Liska  <mliska@suse.cz>
119         Revert:
120         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
122         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
123         instead of just ``.''.
124         * doc/gcc_sphinx.py: Moved to...
125         * doc/modules/gcc_sphinx.py: ...here.
127 2022-11-14  Martin Liska  <mliska@suse.cz>
129         Revert:
130         2022-11-10  Martin Liska  <mliska@suse.cz>
132         * doc/baseconf.py: Modernize by using pathlib.
134 2022-11-14  Martin Liska  <mliska@suse.cz>
136         Revert:
137         2022-11-11  Martin Liska  <mliska@suse.cz>
139         * doc/Makefile: Disable -j auto.
141 2022-11-14  Martin Liska  <mliska@suse.cz>
143         Revert:
144         2022-11-11  Martin Liska  <mliska@suse.cz>
146         * doc/Makefile: Update comment.
148 2022-11-14  Martin Liska  <mliska@suse.cz>
150         Revert:
151         2022-11-11  Martin Liska  <mliska@suse.cz>
153         * doc/indices-and-tables.rst: Rename Indexes to Indices.
155 2022-11-14  Martin Liska  <mliska@suse.cz>
157         Revert:
158         2022-11-13  Martin Liska  <mliska@suse.cz>
160         PR web/107643
161         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
162         is set.
163         * doc/indices-and-tables.rst: Use include_todo tag.
165 2022-11-14  Martin Liska  <mliska@suse.cz>
167         Revert:
168         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
170         * doc/contrib.rst: Update Jeff Law's email address.
172 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
174         * doc/contrib.rst: Update Jeff Law's email address.
176 2022-11-13  Martin Liska  <mliska@suse.cz>
178         PR web/107643
179         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
180         is set.
181         * doc/indices-and-tables.rst: Use include_todo tag.
183 2022-11-11  Martin Liska  <mliska@suse.cz>
185         * doc/indices-and-tables.rst: Rename Indexes to Indices.
187 2022-11-11  Martin Liska  <mliska@suse.cz>
189         * doc/Makefile: Update comment.
191 2022-11-11  Martin Liska  <mliska@suse.cz>
193         * doc/Makefile: Disable -j auto.
195 2022-11-10  Martin Liska  <mliska@suse.cz>
197         * doc/baseconf.py: Modernize by using pathlib.
199 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
201         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
202         instead of just ``.''.
203         * doc/gcc_sphinx.py: Moved to...
204         * doc/modules/gcc_sphinx.py: ...here.
206 2022-11-09  Martin Liska  <mliska@suse.cz>
208         * configure.ac: Use new install URL.
209         * configure: Regenerate.
211 2022-11-09  Martin Liska  <mliska@suse.cz>
213         * doc/bsd.rst:
214         Add trailing newline.
215         * doc/contrib.rst:
216         Add trailing newline.
217         * doc/contribute.rst:
218         Add trailing newline.
219         * doc/cppdiropts.rst:
220         Add trailing newline.
221         * doc/cppenv.rst:
222         Add trailing newline.
223         * doc/cppopts.rst:
224         Add trailing newline.
225         * doc/cppwarnopts.rst:
226         Add trailing newline.
227         * doc/funding.rst:
228         Add trailing newline.
229         * doc/gnu.rst:
230         Add trailing newline.
231         * doc/gnu_free_documentation_license.rst:
232         Add trailing newline.
233         * doc/gpl-3.0.rst:
234         Add trailing newline.
235         * doc/indices-and-tables.rst:
236         Add trailing newline.
237         * doc/lgpl-2.1.rst:
238         Add trailing newline.
239         * doc/md.rst:
240         Add trailing newline.
242 2022-11-09  Martin Liska  <mliska@suse.cz>
244         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
245         provide a default.
247 2022-11-09  Martin Liska  <mliska@suse.cz>
249         * configure: Regenerate.
250         * configure.ac: Support Sphinx based documentation.
252 2022-11-09  Martin Liska  <mliska@suse.cz>
254         * doc/baseconf.py: Port to GCC sources.
256 2022-11-09  Martin Liska  <mliska@suse.cz>
258         * doc/Makefile: New file.
259         * doc/_static/custom.css: New file.
260         * doc/baseconf.py: New file.
261         * doc/bsd.rst: New file.
262         * doc/contrib.rst: New file.
263         * doc/contribute.rst: New file.
264         * doc/cppdiropts.rst: New file.
265         * doc/cppenv.rst: New file.
266         * doc/cppopts.rst: New file.
267         * doc/cppwarnopts.rst: New file.
268         * doc/favicon.ico: New file.
269         * doc/funding.rst: New file.
270         * doc/gcc_sphinx.py: New file.
271         * doc/gnu.rst: New file.
272         * doc/gnu_free_documentation_license.rst: New file.
273         * doc/gpl-3.0.rst: New file.
274         * doc/indices-and-tables.rst: New file.
275         * doc/lgpl-2.1.rst: New file.
276         * doc/logo.pdf: New file.
277         * doc/logo.svg: New file.
278         * doc/md.rst: New file.
279         * doc/requirements.txt: New file.
281 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
283         * Makefile.def: Remove module 'liboffloadmic'.
284         * Makefile.in: Regenerate.
285         * configure.ac: Remove 'liboffloadmic' handling.
286         * configure: Regenerate.
288 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
290         * MAINTAINERS: Update email address.
292 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
294         * configure.ac: Don't configure readline if --with-system-readline is
295         used.
296         * configure: Re-generate.
298 2022-10-12  Cui,Lili  <lili.cui@intel.com>
300         * MAINTAINERS (Write After Approval): Add myself.
302 2022-10-11  Olivier Hainque  <hainque@adacore.com>
304         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
305         and friends for rtp !large. Assume the linker has the required
306         abilities and set lt_cv_deplibs_check_method.
308 2022-09-30  Olivier Hainque  <hainque@adacore.com>
310         * configure.ac (*vxworks*): If enable_shared is not
311         set, set to "no" and add --disable-shared to target and
312         host_configargs.
313         * configure: Regenerate.
315 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
317         * MAINTAINERS: Update my email address and DCO entry.
319 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
321         * MAINTAINERS (Write After Approval): Add myself.
323 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
325         * MAINTAINERS (Write After Approval): Add myself.
327 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
329         * MAINTAINERS: Update my email address.
331 2022-09-07  Tom de Vries  <tdevries@suse.de>
333         * configure.ac: Set extra_host_libiberty_configure_flags and
334         extra_host_zlib_configure_flags in separate case statements.
335         * configure: Regenerate.
337 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
339         * MAINTAINERS: Update c-sky port maintainers' emails.
341 2022-08-31  Martin Liska  <mliska@suse.cz>
343         * configure: Regenerate.
344         * configure.ac: Delete hpux9 and hpux10.
346 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
348         * Makefile.def: Drop libelf module and gcc-configure dependency
349         on it.
350         * Makefile.in: Regenerate with 'autogen Makefile.def'.
351         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
352         LIBELFINC.
353         * configure: Regenrate.
354         * configure.ac (host_libs): Drop unused libelf.
356 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
358         * Makefile.in: Regenerate.
360 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
362         * MAINTAINERS: Add myself as AutoFDO maintainer.
364 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
365             Arnaud Charlet  <charlet@adacore.com>
367         * configure: Regenerate.
369 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
371         PR bootstrap/106472
372         * Makefile.def (dependencies): Make configure-target-libgo depend
373         upon all-target-libbacktrace.
375 2022-07-27  David Faust  <david.faust@oracle.com>
377         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
379 2022-07-27  Richard Biener  <rguenther@suse.de>
381         * MAINTAINERS (Roger Sayle): Update e-mail address.
383 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
385         * MAINTAINERS (Write After Approval): Add myself.
387 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
389         * MAINTAINERS: Add myself as Ada front end co-maintainer.
391 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
393         * .gitignore: Do not ignore config.h.
395 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
397         * MAINTAINERS: Add myself to Write After Approval.
399 2022-07-04  Martin Liska  <mliska@suse.cz>
401         * MAINTAINERS: fix sorting of names
403 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
405         * MAINTAINERS: add myself.
407 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
409         * MAINTAINERS: Add myself to write after approval and DCO.
411 2022-07-02  Tim Lange  <mail@tim-lange.me>
413         * MAINTAINERS: Add myself.
415 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
417         * MAINTAINERS (Write After Approval): Add myself.
419 2022-06-30  Cui,Lili  <lili.cui@intel.com>
421         Revert:
422         2022-06-30  Cui,Lili  <lili.cui@intel.com>
424         * MAINTAINERS (Write After Approval): Add myself.
426 2022-06-30  Cui,Lili  <lili.cui@intel.com>
428         * MAINTAINERS (Write After Approval): Add myself.
430 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
432         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
433         (EXTRA_GCC_FLAGS): Likewise.
434         * Makefile.in: Rebuilt.
436 2022-06-28  konglin1  <lingling.kong@intel.com>
438         * MAINTAINERS (Write After Approval): Add myself.
440 2022-06-27  Tom de Vries  <tdevries@suse.de>
442         * configure.ac: Build libiberty pic variant for gdbserver.
443         * configure: Regenerate.
445 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
447         * configure: Regenerate.
448         * configure.ac: Correct use of $host.
450 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
452         * MAINTAINERS: Remove tilegx and tilepro entries.
453         * configure.ac: Remove tilegx and tilepro stanzas.
454         * configure: Rebuilt.
456 2022-05-28  Bruce Korb  <bkorb@gnu.org>
458         * .gitignore: Ignore vim swap files
460 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
462         * MAINTAINERS: Add myself to write after approval.
464 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
466         * MAINTAINERS: Remove myself from DCO section.
468 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
470         * MAINTAINERS: Update my email address.
472 2022-05-09  Clément Chigot  <chigot@adacore.com>
474         * MAINTAINERS: Update my email address.
476 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
478         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
479         section.
481 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
483         * MAINTAINERS: Update my email address.
485 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
487         * MAINTAINERS: Update my email address.
489 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
491         * MAINTAINERS: (CPU Port Maintainers): Add myself and
492         Lulu as LoongArch port maintainer.
494 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
495             Lulu Cheng  <chenglulu@loongson.cn>
497         * configure.ac: Add LoongArch tuples.
498         * configure: Regenerate.
500 2022-03-28  Tom Tromey  <tromey@adacore.com>
502         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
503         * configure: Rebuild.
505 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
507         * MAINTAINERS: Change my information.
509 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
511         * MAINTAINERS: Add myself to DCO section.
513 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
515         * configure.ac: Fix incorrect option in comment.
516         * configure: Regenerate.
518 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
520         * Makefile.def (dependencies): Make configure-sim depend on
521         all-readline.
522         * Makefile.in: Regenerate.
524 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
526         * MAINTAINERS (Write After Approval): Update my e-mail address.
528 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
530         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
532 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
534         * MAINTAINERS: Update my email and add myself to the DCO list.
536 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
538         Revert:
539         2021-09-16  Andrew Pinski  <apinski@marvell.com>
541         PR bootstrap/67102
542         * Makefile.def: Have configure-target-libffi depend on
543         all-target-libstdc++-v3.
544         * Makefile.in: Regenerate.
546 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
548         PR other/104181
549         * build.log: Remove.
551 2022-01-20  Martin Liska  <mliska@suse.cz>
553         * MAINTAINERS: Adjust email address based on IRC request.
555 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
557         * MAINTAINERS: Update my email address.
559 2022-01-17  Martin Liska  <mliska@suse.cz>
561         * MAINTAINERS: Rename .c names to .cc.
563 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
565         * Makefile.am: Remove.
567 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
569         * Makefile.am: New file.
571 2022-01-11  Martin Liska  <mliska@suse.cz>
573         * MAINTAINERS: Sort 2 names.
575 2022-01-10  Martin Liska  <mliska@suse.cz>
577         * MAINTAINERS: Fix obvious issues with sorting.
579 2022-01-07  liuhongt  <hongtao.liu@intel.com>
581         * build.log: New file.
583 2022-01-05  Nathan Sidwell  <nathan@acm.org>
585         * MAINTAINERS: Add DCO entry.  Sort that list.
587 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
589         * MAINTAINERS: Change of email address in both DCO and
590         Write After Approval list.
592 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
594         * configure: Regenerate.
596 2021-12-21  Martin Liska  <mliska@suse.cz>
598         * config.sub: Change mode back to 755.
600 2021-12-17  Martin Liska  <mliska@suse.cz>
602         * config.sub: Sync from master.
604 2021-12-17  Martin Liska  <mliska@suse.cz>
606         Revert:
607         2021-12-16  Matthias Seidel  <mseidel@apache.org>
609         * config.sub: Fix typo.
611 2021-12-16  Matthias Seidel  <mseidel@apache.org>
613         * config.sub: Fix typo.
615 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
617         Revert:
618         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
620         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
621         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
622         * configure.ac: Include config/gcc-plugin.m4.
623         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
624         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
625         RANLIB if possible.
626         * Makefile.in: Regenerated.
627         * configure: Likewise.
629 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
631         * Makefile.tpl (BUILD_CFLAGS): New.
632         (CFLAGS): Append $(BUILD_CFLAGS).
633         (CXXFLAGS): Likewise.
634         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
635         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
636         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
637         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
638         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
639         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
640         (PGO-TRAINING-TARGETS): Likewise.
641         (PGO_BUILD_TRAINING): Likewise.
642         (all): Add '+' to the command line for recursive make.  Support
643         the PGO build.
644         * configure.ac: Add --enable-pgo-build[=lto].
645         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
646         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
647         * Makefile.in: Regenerated.
648         * configure: Likewise.
650 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
652         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
653         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
654         * configure.ac: Include config/gcc-plugin.m4.
655         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
656         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
657         RANLIB if possible.
658         * Makefile.in: Regenerated.
659         * configure: Likewise.
661 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
663         * MAINTAINERS: Add myself to write after approval.
665 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
667         * MAINTAINERS: Adding myself.
669 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
671         * configure: Regenerate.
672         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
673         $(CPP).
675 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
677         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
678         libatomic.
679         * Makefile.in: Regenerate.
680         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
681         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
682         target-libphobos-bootstrap.
683         (STAGE2_CONFIGURE_FLAGS): Likewise.
684         * configure: Regenerate.
685         * configure.ac: Add support for bootstrapping D front-end.
687 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
689         * MAINTAINERS: Add myself to DCO section and update email address.
691 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
693         * configure: Regenerate.
694         * configure.ac: Ensure that PIC (shared) defaults are set
695         correctly for Darwin.
697 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
699         * MAINTAINERS: Update my address.
701 2021-11-12  Alan Modra  <amodra@gmail.com>
703         * Makefile.def (configure-opcodes): Depend on configure-bfd.
704         * Makefile.in: Regenerate.
706 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
708         * MAINTAINERS: Clarify the policy WRT the Write After Approval
709         list.
711 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
713         * MAINTAINERS (Reviewers, arc): Remove my entry.
714         (Write After Approval): Add an entry for myself.
716 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
718         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
719         * Makefile.in: Regenerate.
720         * configure: Regenerate.
721         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
723 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
725         * MAINTAINERS: Fix up Maciej's entries.
727 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
729         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
730         maintainer.
732 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
734         PR other/102663
735         * Makefile.def: Handle install-dvi target.
736         * Makefile.tpl: Likewise.
737         * Makefile.in: Regenerate.
739 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
741         * MAINTAINERS: Add myself for write after approval.
743 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
745         * Makefile.def: Mark libcody, libdecnumber,
746         c++tools, libgcc, and libobjc as missing TAGS
747         targets.
748         * Makefile.in: Regenerate.
750 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
752         * MAINTAINERS: Add myself to DCO section and update email
753         address.
755 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
757         * MAINTAINERS: Add myself to DCO section.
759 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
761         * configure: Regenerate.
762         * configure.ac (skipdirs): Add the contents of target_configdirs if
763         we are not building gcc.
765 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
767         * Makefile.def: Back-port commits ba4d88ad892f and
768         755ba58ebef0 from binutils-gdb repository.
769         * Makefile.in: Regenerated.
771 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
773         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
775 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
777         * Makefile.def: Add a jit check target for the jit
778         language.
779         * Makefile.in: Regenerate.
781 2021-09-16  Andrew Pinski  <apinski@marvell.com>
783         PR bootstrap/67102
784         * Makefile.def: Have configure-target-libffi depend on
785         all-target-libstdc++-v3.
786         * Makefile.in: Regenerate.
788 2021-09-10  Petter Tomner  <tomner@kth.se>
790         * MAINTAINERS: Me added to DCO and write after approval
792 2021-09-01  YunQiang Su  <syq@debian.org>
794         * MAINTAINERS: Add myself for write after approval.
796 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
798         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
799         * Makefile.in: Regenerate.
801 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
803         * MAINTAINERS: Add myself for write after approval.
805 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
807         * Makefile.in: Regenerate.
808         * Makefile.tpl: Make the state of the configured host
809         shared flag available to makefile fragements.
811 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
813         * MAINTAINERS (Write After Approval): Add myself.
815 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
817         * .dir-locals.el (bug-reference-url-format): Use https.
819 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
821         * .dir-locals.el (c-mode): Change fill-column to 79.
823 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
825         * MAINTAINERS: Add myself to DCO section.
827 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
829         * configure: Regenerate.
830         * configure.ac: Adjust cases for which it is necessary to
831         include the Darwin host config fragment.
833 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
835         * MAINTAINERS: Add myself for write after approval and DCO.
837 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
839         * Makefile.def: Add dsymutil defs.
840         * Makefile.in: Regenerated.
841         * Makefile.tpl: Add dsymutil to flags.
842         * configure: Regenerated.
843         * configure.ac: Add dsymutil to target and build recipes.
845 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
847         * MAINTAINERS: Add myself for write after approval.
849 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
851         * MAINTAINERS (Write After Approval): Add myself.
853 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
855         * MAINTAINERS: Add myself for write after approval and DCO
857 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
859         * .gitignore: Add entry for cscope.out.
861 2021-06-22  liuhongt  <hongtao.liu@intel.com>
863         * MAINTAINERS: Remove my Write After Approval entry.
865 2021-06-21  liuhongt  <hongtao.liu@intel.com>
867         * MAINTAINERS: Add myself as maintainer of the i386 vector
868         extensions.
870 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
872         * MAINTAINERS (Write After Approval): Add myself.
874 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
876         * MAINTAINERS (Various Maintainers): Add Andrew and myself
877         as *vrp and ranger maintainers.
879 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
881         * MAINTAINERS: Adjust my entry in the DCO section so that it does
882         not trigger testsuite failures.
884 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
886         * MAINTAINERS: Add myself to DCO section with both email addresses.
888 2021-06-03  Jason Merrill  <jason@redhat.com>
890         * MAINTAINERS: Add DCO version number.
892 2021-06-02  Jason Merrill  <jason@redhat.com>
894         * MAINTAINERS: Add DCO section.
896 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
898         * MAINTAINERS (Write After Approval): Add myself.
900 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
902         * configure.ac: Add gnulib to configdirs for sim.
903         * configure: Regenerate.
905 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
907         * Makefile.def: Add configure-sim dependency on all-gnulib.
908         * Makefile.in: Regenerated.
910 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
912         * MAINTAINERS (Write After Approval): Add myself.
914 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
916         * MAINTAINERS (Write After Approval): Add myself.
918 2021-05-11  Martin Liska  <mliska@suse.cz>
920         * MAINTAINERS: Remove entries for removed
921         components (HSA, BRIG, libhsail-rt).
922         Move Pekka to Write After Approval.
924 2021-05-11  Martin Liska  <mliska@suse.cz>
926         * Makefile.def: Remove libhsail-rt.
927         * Makefile.in: Likewise.
928         * configure.ac: Likewise.
929         * configure: Regenerate.
930         * libhsail-rt/ChangeLog: Removed.
931         * libhsail-rt/Makefile.am: Removed.
932         * libhsail-rt/Makefile.in: Removed.
933         * libhsail-rt/README: Removed.
934         * libhsail-rt/aclocal.m4: Removed.
935         * libhsail-rt/configure: Removed.
936         * libhsail-rt/configure.ac: Removed.
937         * libhsail-rt/configure.tgt: Removed.
938         * libhsail-rt/include/internal/fibers.h: Removed.
939         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
940         * libhsail-rt/include/internal/phsa-rt.h: Removed.
941         * libhsail-rt/include/internal/workitems.h: Removed.
942         * libhsail-rt/rt/arithmetic.c: Removed.
943         * libhsail-rt/rt/atomics.c: Removed.
944         * libhsail-rt/rt/bitstring.c: Removed.
945         * libhsail-rt/rt/fbarrier.c: Removed.
946         * libhsail-rt/rt/fibers.c: Removed.
947         * libhsail-rt/rt/fp16.c: Removed.
948         * libhsail-rt/rt/misc.c: Removed.
949         * libhsail-rt/rt/multimedia.c: Removed.
950         * libhsail-rt/rt/queue.c: Removed.
951         * libhsail-rt/rt/sat_arithmetic.c: Removed.
952         * libhsail-rt/rt/segment.c: Removed.
953         * libhsail-rt/rt/workitems.c: Removed.
954         * libhsail-rt/target-config.h.in: Removed.
956 2021-05-04  Nick Clifton  <nickc@redhat.com>
958         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
959         * configure: Regenerate.
961 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
962             Tobias Burnus  <tobias@codesourcery.com>
964         * configure.ac (--enable-offload-defaulted): New.
965         * configure: Regenerate.
967 2021-04-23  David Faust  <david.faust@oracle.com>
969         * MAINTAINERS (Write After Approval): Add myself.
971 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
973         * MAINTAINERS (Write After Approval): Add myself.
975 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
977         * MAINTAINERS: Add myself as pru port maintainer.
979 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
981         * MAINTAINERS: Add myself as static analyzer maintainer.
983 2021-03-18  Jeff Law  <jlaw@tachyum.com>
985         * MAINTAINERS: Update primary entry.
987 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
989         * MAINTAINERS (Write After Approval): Add myself.
991 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
993         * Makefile.def: Remove all-sim dependency on configure-gdb.
994         * Makefile.in: Regenerated.
996 2021-03-11  Jeff Law  <law@redhat.com>
998         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1000 2021-03-11  Martin Liska  <mliska@suse.cz>
1002         * Makefile.tpl: The change was done Makefile.in which
1003         is generated file.
1005 2021-03-08  Jeff Law  <law@redhat.com>
1007         * MAINTAINERS: Update my email address
1009 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1011         * config.guess: Import latest upstream.
1012         * config.sub: Import latest upstream.
1014 2021-01-25  Martin Liska  <mliska@suse.cz>
1016         PR gcov-profile/98739
1017         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1018         for profiledbootstrap.
1020 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1022         * MAINTAINERS (Write After Approval): Add myself.
1024 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1026         * MAINTAINERS (Write After Approval): Update my e-mail address.
1028 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1030         * MAINTAINERS: Fix spacing.
1032 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1034         * MAINTAINERS (Write After Approval): Add myself
1036 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1038         * Makefile.def: Sync with binutils-gdb:
1039         (dependencies): all-ld depends on all-libctf.
1040         (host_modules): libctf is no longer no_install.
1041         No longer no_check.  Checking depends on all-ld.
1042         * Makefile.in: Regenerated.
1044 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1046         * libtool.m4: Match gnu* along other GNU systems.
1047         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1048         * libgo/configure: Re-generate.
1050 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1052         * MAINTAINERS: Update my email address.
1054 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1056         * MAINTAINERS (Write After Approval): Add myself.
1058 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1060         * Makefile.def
1061         * Makefile.in
1062         * Makefile.tpl
1063         * configure
1064         * configure.ac
1066 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1068         * Makefile.def: Add libcody.
1069         * configure.ac: Add libcody.
1070         * Makefile.in: Regenerated.
1071         * configure: Regenerated.
1073 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1075         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1077 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1079         PR target/97865
1080         * libtool.m4: Update handling of Darwin platform link flags
1081         for Darwin20.
1083 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1085         * .gitignore: Sync with binutils-gdb
1087 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1089         * MAINTAINERS: Add myself as arc port maintainer.
1091 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1093         PR d/87788
1094         * configure.ac: Don't disable D for *-*-darwin*.
1095         * configure: Regenerate.
1097 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1099         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1100         hppa64-*-hpux11*.
1102 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1104         * configure: Regenerate.
1105         * configure.ac: Add --bootstrap-hwasan option.
1107 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1109         * config.guess: Import latest upstream.
1110         * config.sub: Import latest upstream.
1112 2020-11-16  Martin Liska  <mliska@suse.cz>
1114         * .gitignore: Add cache as clangd uses it now.
1116 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1118         * MAINTAINERS (Write After Approval): add myself
1120 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1122         * MAINTAINERS (Write After Approval): Add myself.
1124 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1126         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1127         Remove FIXME comments.
1129 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1131         * MAINTAINERS: Update my email address.
1133 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1135         * MAINTAINERS (Write After Approval): Add myself.
1137 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1139         PR target/97302
1140         * configure.ac: Only set with_gmp to /usr/local
1141         if not building in tree.
1142         * configure: Regenerate.
1144 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1146         * MAINTAINERS (Write After Approval): Add myself.
1148 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1150         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1152 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1154         PR bootstrap/96612
1155         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1156         if not the same as ${host}.
1157         * configure: Regenerate.
1159 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1161         * MAINTAINERS (Write After Approval): Add myself.
1163 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1165         * MAINTAINERS: Update my email address.
1167 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1169         * MAINTAINERS (Write After Approval): Add myself.
1171 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1173         * MAINTAINERS (Write After Approval): Add myself.
1175 2020-06-12  Martin Liska  <mliska@suse.cz>
1177         * .gitignore: Add .clang-tidy.
1179 2020-06-08  Jason Merrill  <jason@redhat.com>
1181         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1182         * configure: Regenerate.
1184 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1186         * MAINTAINERS: Add myself as xtensa port maintainer.
1188 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1190         * configure.ac: Don't require --enable-host-shared when building
1191         for Mingw.
1192         * configure: Regenerate.
1194 2020-05-18  Jason Merrill  <jason@redhat.com>
1196         * configure.ac: Update bootstrap dialect to -std=c++11.
1198 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1200         * MAINTAINERS (Write After Approval): Add myself.
1202 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1204         PR target/92713
1205         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1206         (noconfigdirs): Add 'target-libstdc++-v3'.
1207         * configure: Regenerate.
1209 2020-04-21  Stephen Casner  <casner@acm.org>
1211         PR 25830
1212         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1213         * configure: Rebuild.
1215 2020-04-17  Martin Liska  <mliska@suse.cz>
1216             Jonathan Yong <10walls@gmail.com>
1218         PR gcov-profile/94570
1219         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1220         for CYGWIN.
1222 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1224         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1226 2020-04-09  Tom Tromey  <tom@tromey.com>
1228         * configure: Rebuild.
1229         * Makefile.in: Rebuild.
1230         * Makefile.def (gdbsupport, gdbserver): New host modules.
1231         (configure-gdb): Depend on all-gdbsupport.
1232         (all-gdb): Depend on all-gdbsupport, all-libctf.
1233         * configure.ac (host_tools): Add gdbserver.
1234         Conditionally build gdbserver and gdbsupport.
1236 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1238         * configure.ac: Build libgomp by default for amdgcn.
1239         * configure: Regenerate.
1241 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1243         * MAINTAINERS (Write After Approval): Add myself.
1245 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1247         * MAINTAINERS (Write After Approval) : Add myself.
1249 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1251         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1253 2020-02-14  Martin Sebor  <msebor@redhat.com>
1255         * doc/extend.texi (attribute alias): Mention type requirement.
1256         (attribute weak): Same.
1257         (attribute weakref): Correct invalid example.
1259 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1261         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1263 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1264             Jakub Jelinek  <jakub@redhat.com>
1266         * .gitattributes: Add *.md diff=md.
1268 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1270         The mentioned auto-generated file is no more part of the
1272         GCC sources, it's auto-generated in $(builddir) during build.
1274         PR target/92055
1275         * contrib/gcc_update (files_and_dependencies): Remove
1276         entry for gcc/config/avr/t-multilib.
1278 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1280         * MAINTAINERS: Update my email address.
1282 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1284         * README.MOVED_TO_GIT: Remove.
1286 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1288         * README.MOVED_TO_GIT: New file.
1290 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1292         * MAINTAINERS (Write After Approval): Add myself.
1294 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1296         * MAINTAINERS (write_after_approval): Add myself.
1298 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1300         * MAINTAINERS (write_after_approval): Add myself.
1302 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1304         * MAINTAINERS (write_after_approval): Add myself.
1306 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1308         * configure.ac: Factor out common cases for compare_exclusions.
1309         * configure: Regenerate.
1311 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1313         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1314         flag.
1316 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1318         * MAINTAINERS (Write After Approval): Add myself.
1320 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1322         PR middle-end/92463
1323         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1324         * configure: Regenerate
1326 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1328         * configure.ac: Use https for gcc.gnu.org.
1329         * configure: Regenerated.
1331 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1333         * MAINTAINERS (aarch64 port): Remove my name, move to...
1334         (Write After Approval): ...Here.
1336 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1338         * MAINTAINERS: Change my email address as maintainer.
1340 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1342         PR fortran/91828
1343         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1344         * configure: Regenerated.
1346 2019-10-21  Jason Merrill  <jason@redhat.com>
1348         * .gitattributes: Also check ChangeLog whitespace.
1350 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1352         * contrib/dg-extract-results.sh: Add support for KPASS.
1353         * contrib/dg-extract-results.py: Likewise.
1355 2019-10-17  Jason Merrill  <jason@redhat.com>
1357         * .gitattributes: Avoid {} in filename pattern.
1359 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1361         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1362         Approval section.
1364 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1366         * MAINTAINERS: Add myself to Write After Approval
1368 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1370         * MAINTAINERS: Add myself as an aarch64 maintainer.
1372 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1374         * MAINTAINERS: Add myself as aarch64 maintainer.
1376 2019-09-23  Carl Love  <cel@us.ibm.com>
1378         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1379         New define_insn.
1380         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1381         vsx_xxpermdi16_le_V16QI): Removed define_insn.
1383 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1385         * MAINTAINERS (Sam Tebbs): Update email address.
1387 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
1389         * MAINTAINERS: Update my email address.
1391 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
1393         * libtool.m4: Handle uclinuxfdpiceabi.
1395 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1397         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1398         Remove myself from Write After Approval section.
1400 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1402         * configure.ac: Support for bpf-*-* targets.
1403         * configure: Regenerate.
1405 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1407         * config.sub: Import upstream version 2019-06-30.
1408         * config.guess: Import upstream version 2019-07-24.
1410 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1412         * MAINTAINERS: Remove spu port maintainers.
1414 2019-08-28  Martin Liska  <mliska@suse.cz>
1416         * .gitignore: Add .clangd and compile_commands.json
1417         to .gitignore.
1419 2019-08-23  Michael Forney  <mforney@mforney.org>
1421         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1422         * Makefile.in: Regenerate.
1424 2019-08-19  Tom Tromey  <tom@tromey.com>
1426         * configure: Rebuild.
1427         * configure.ac: Add --with-static-standard-libraries.
1429 2019-08-16  Alexandre Oliva <oliva@gnu.org>
1431         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1433 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
1435         * MAINTAINERS (Write After Approval): Add myself.
1437 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1439         * MAINTAINERS (Write After Approval): Remove myself, already listed in
1440         RISC-V port maitainer.
1442 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1444         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1446 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1448         * MAINTAINERS (Write After Approval): Add myself.
1450 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
1452         * MAINTAINERS (Write After Approval): Add myself.
1454 2019-06-25  Martin Liska  <mliska@suse.cz>
1456         contrib/filter-clang-warnings.py: Transform from
1457         filter-rtags-warnings.py.
1459 2019-06-15  Tom Tromey  <tom@tromey.com>
1461         * configure.ac (host_libs): Add gnulib.
1462         * configure: Rebuild.
1463         * Makefile.def (host_modules, dependencies): Add gnulib.
1464         * Makefile.in: Rebuild.
1466 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1468         * MAINTAINERS (Write After Approval): Add myself.
1470 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1472         * configure: Regenerate.
1473         * configure.ac: Add PRU target.
1475 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1477         * MAINTAINERS (Write After Approval): Add myself.
1479 2019-06-11  Nick Clifton  <nickc@redhat.com>
1481         Import these changes from the binutils/gdb repository:
1483         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1485         * Makefile.def (dependencies): configure-libctf depends on all-bfd
1486         and all its deps.
1487         * Makefile.in: Regenerated.
1489         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1491         * Makefile.def (host_modules): Add libctf.
1492         * Makefile.def (dependencies): Likewise.
1493         libctf depends on zlib, libiberty, and bfd.
1494         * Makefile.in: Regenerated.
1495         * configure.ac (host_libs): Add libctf.
1496         * configure: Regenerated.
1498 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
1500         * MAINTAINERS (Write After Approval): Add myself.
1502 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
1504         * MAINTAINERS: Update my email address.
1506 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1508         * MAINTAINERS (Write After Approval): Add myself.
1510 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
1512         * MAINTAINERS (Write After Approval): Add myself.
1514 2019-05-07  Jim Wilson  <jimw@sifive.com>
1516         * MAINTAINERS: Remove myself as IA-64 maintainer.
1518 2019-05-04  Roland Illig  <roland.illig@gmx.de>
1520         * MAINTAINERS (Write After Approval): Add myself.
1522 2019-05-02  Richard Biener  <rguenther@suse.de>
1524         PR bootstrap/85574
1525         * Makefile.tpl (compare target): Also compare extra-compare
1526         files.
1527         * Makefile.in: Regenerate.
1529 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
1531         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1532         as modulo-scheduler maintainer.
1534 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
1536         * MAINTAINERS: Add myself as co-maintainer for Darwin.
1538 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
1540         * MAINTAINERS: Update my email address.
1542 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
1544         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1545         * configure: Regenerate.
1547 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1549         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1550         * configure: Regenerate.
1552 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1554         * configure.ac: Add target-zlib to target_libraries.
1555         * configure: Regenerate.
1557 2019-04-09  Martin Liska  <mliska@suse.cz>
1559         * Makefile.in: Regenerate.
1560         * Makefile.tpl: Pass GENERATOR_CFLAGS
1561         in all stages.
1563 2019-03-28  Martin Liska  <mliska@suse.cz>
1565         PR bootstrap/89829
1566         * Makefile.in: Revert r254150.
1567         * Makefile.tpl: Likewise.
1569 2019-03-28  Ben Elliston  <bje@gnu.org>
1571         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1572         related, and libdecnumber.
1574 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1576         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1577         (Write After Approval): Remove myself.
1579 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1581         * MAINTAINERS (Write After Approval): Add myself.
1583 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1585         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1586         (Write After Approval): Remove myself and Julian.
1588 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
1590         * MAINTAINERS (Write After Approval): Add myself.
1592 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1594         * MAINTAINERS (Write After Approval): Add myself.
1596 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1598         * ChangeLog: Replace space with tab.
1599         * MAINTAINERS: Delete 1 tab to keep alignment.
1601 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1603         * MAINTAINERS (Write After Approval): Add myself.
1605 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1607         * MAINTAINERS (Write After Approval): Add myself.
1609 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1610             Kwok Cheung Yeung  <kcy@codesourcery.com>
1611             Julian Brown  <julian@codesourcery.com>
1612             Tom de Vries  <tom@codesourcery.com>
1613             Jan Hubicka  <hubicka@ucw.cz>
1614             Martin Jambor  <mjambor@suse.cz>
1616         * configure.ac: Likewise.
1617         * configure: Regenerate.
1618         * contrib/config-list.mk: Add amdgcn-amdhsa.
1620 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1622         * MAINTAINERS (Write After Approval): Add myself.
1624 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1626         * MAINTAINERS (Write After Approval): Add myself.
1628 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1630         PR target/88535
1631         * config.guess: Import upstream version 2019-01-03.
1632         * config.sub: Import upstream version 2019-01-01.
1634 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1636         * MAINTAINERS (Write After Approval): Update my maintainer address.
1638 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
1640         * MAINTAINERS (Write After Approval): Add myself.
1642 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
1644         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1646 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1648         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1649         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1650         (GCC_TARGET_TOOL): Likewise.
1651         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1652         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1653         OTOOL, OTOOL_FOR_TARGET: New substitutions.
1654         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1655         * configure: Regenerate.
1656         * Makefile.in: Likewise.
1658 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
1660         * MAINTAINERS (Write After Approval): Add myself.
1662 2018-11-13  Martin Liska  <mliska@suse.cz>
1664         * gcc.target/i386/pr87930.c: Move to ...
1665         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
1667 2018-11-10  Stafford Horne  <shorne@gmail.com>
1669         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1670         (Write After Approval): Remove myself.
1672 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1674         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1675         Append $INCICONV to it.
1677 2018-11-04  Stafford Horne  <shorne@gmail.com>
1679         * MAINTAINERS (Write After Approval): Add myself.
1681 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1683         PR bootstrap/82856
1684         * multilib.am: New file.  From automake.
1686         Merge from binutils-gdb:
1687         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1689         * libtool.m4: Use AC_LANG_SOURCE.
1690         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1691         * ar-lib: New file.
1692         * test-driver: New file.
1693         * configure: Re-generate.
1695 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
1697         * MAINTAINERS (Write After Approval): Add myself.
1699 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1701         PR bootstrap/87788
1702         PR d/87799
1703         * configure: Rebuild.
1704         * configure.ac: Disable D on systems where it is known not to work.
1706 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1708         * Makefile.def (target_modules): Add libphobos.
1709         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1710         GDCFLAGS_FOR_TARGET.
1711         (dependencies): Make libphobos depend on libatomic, libbacktrace
1712         configure, and zlib configure.
1713         (language): Add language d.
1714         * Makefile.in: Rebuild.
1715         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1716         (HOST_EXPORTS): Add GDC.
1717         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1718         (BASE_TARGET_EXPORTS): Add GDC.
1719         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1720         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1721         (EXTRA_HOST_FLAGS): Add GDC.
1722         (STAGE1_FLAGS_TO_PASS): Add GDC.
1723         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1724         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1725         environment variables.
1726         * configure: Rebuild.
1727         * configure.ac: Add target-libphobos to target_libraries.  Set and
1728         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1730 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1732         * MAINTAINERS (Write After Approval): Add myself.
1734 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1736         * MAINTAINERS (Write After Approval): Remove myself.
1738 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1740         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1742 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
1744         * MAINTAINERS: Update my email address.
1746 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
1748         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1749         maintainer.
1751 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
1753         * MAINTAINERS (Write After Approval): Add self.
1755 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1757         * MAINTAINERS (write after approval): Add myself.
1759 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
1761         * MAINTAINERS: Update my email address.
1763 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
1765         * MAINTAINERS (write after approval): Add myself.
1767 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
1769         * MAINTAINERS: Add self to global reviewers list.
1771 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
1773         MAINTAINERS: Add c-sky port maintainers.
1775 2018-08-10  Martin Liska  <mliska@suse.cz>
1777         * MAINTAINERS: Revert change in previous commit and
1778         join lines.
1780 2018-08-10  Martin Liska  <mliska@suse.cz>
1782         * MAINTAINERS: Remove extra line.
1784 2018-08-06  Naveen H.S  <naveenh@marvell.com>
1786         * MAINTAINERS: Update my email address.
1788 2018-07-19  DJ Delorie  <dj@redhat.com>
1790         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1791         as maintainer.
1793 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
1795         * MAINTAINERS: Adjust email address for me and my colleague Robin
1796         Dapp.
1798 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1799             Sunil K Pandey  <sunil.k.pandey@intel.com>
1801         PR target/84413
1802         * config/i386/i386.c (m_CORE_AVX512): New.
1803         (m_CORE_AVX2): Likewise.
1804         (m_CORE_ALL): Add m_CORE_AVX2.
1805         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1806         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1807         and remove the rest of m_SKYLAKE_AVX512.
1809 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1811         * config.sub: Sync with upstream version 2018-07-03.
1813 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1815         * config.guess: Sync with upstream version 2018-06-26.
1816         * config.sub: Sync with upstream version 2018-07-02.
1818 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
1820         * libtool.m4: Sort output of 'find' to enable deterministic builds.
1821         * ltmain.sh: Likewise.
1823 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
1825         * contrib/config-list.mk: Remove powerpc-linux_paired.
1827 2018-06-29  Alexandre Oliva <oliva@adacore.com>
1829         * configure.ac: Introduce support for @unless/@endunless.
1830         * Makefile.tpl (dep-kind): Rewrite with cond; return
1831         postbootstrap in some cases.
1832         (make-postboot-dep, postboot-targets): New.
1833         (dependencies): Do not output postbootstrap dependencies at
1834         first.  Output non-target ones changed for configure to depend
1835         on stage_last @if gcc-bootstrap, and the original deps @unless
1836         gcc-bootstrap.
1837         * configure.in, Makefile.in: Rebuilt.
1839 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
1841         * MAINTAINERS (write after approval): Add myself.
1843 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1845         * MAINTAINERS (write after approval): Add myself.
1847 2018-06-19  Nick Clifton  <nickc@redhat.com>
1849         * zlib/configure.ac: Restore old behaviour of only enabling
1850         multilibs when a target subdirectory is defined.  This allows
1851         building with srcdir == builddir.
1852         * zlib/configure: Regenerate.
1854 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1856         * Makefile.def (fortran): Add check-target-libgomp-fortran.
1857         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1858         * Makefile.in: Regenerate.
1860 2018-06-16  Ben Elliston  <bje@gnu.org>
1862         * config.guess: Import latest version.
1863         * config.sub: Likewise.
1865 2018-06-08  Martin Liska  <mliska@suse.cz>
1867         * MAINTAINERS: Remove MPX-related entries.
1868         * Makefile.def: Remove libmpx support.
1869         * Makefile.in: Regenerate.
1870         * configure.ac: Remove removed files.
1871         * configure: Regenerate.
1872         * libmpx/ChangeLog: Remove.
1873         * libmpx/Makefile.am: Remove.
1874         * libmpx/Makefile.in: Remove.
1875         * libmpx/acinclude.m4: Remove.
1876         * libmpx/aclocal.m4: Remove.
1877         * libmpx/config.h.in: Remove.
1878         * libmpx/configure: Remove.
1879         * libmpx/configure.ac: Remove.
1880         * libmpx/configure.tgt: Remove.
1881         * libmpx/libmpx.spec.in: Remove.
1882         * libmpx/mpxrt/Makefile.am: Remove.
1883         * libmpx/mpxrt/Makefile.in: Remove.
1884         * libmpx/mpxrt/libmpx.map: Remove.
1885         * libmpx/mpxrt/libtool-version: Remove.
1886         * libmpx/mpxrt/mpxrt-utils.c: Remove.
1887         * libmpx/mpxrt/mpxrt-utils.h: Remove.
1888         * libmpx/mpxrt/mpxrt.c: Remove.
1889         * libmpx/mpxrt/mpxrt.h: Remove.
1890         * libmpx/mpxwrap/Makefile.am: Remove.
1891         * libmpx/mpxwrap/Makefile.in: Remove.
1892         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1893         * libmpx/mpxwrap/libtool-version: Remove.
1894         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1896 2018-06-04  Martin Liska  <mliska@suse.cz>
1898         * MAINTAINERS: Add myself as gcov maintainer.
1900 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
1902         * MAINTAINERS: Update my email address.
1904 2018-06-04  Tom de Vries  <tdevries@suse.de>
1906         * MAINTAINERS: Remove write-after-approval entries for component
1907         maintainers.
1909 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1911         * MAINTAINERS (write after approval): Add myself.
1913 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
1915         * MAINTAINERS: Update my email address.
1917 2018-06-01  Tom de Vries  <tdevries@suse.de>
1919         * MAINTAINERS: Update my email address.
1921 2018-05-22  Bin Cheng <bin.cheng@arm.com>
1923         * MAINTAINERS (loop-optimizer): Add myself.
1925 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
1927         * configure.ac: Added "nfp" target.
1928         * configure: Regenerate.
1930 2018-04-30  Richard Biener  <rguenther@suse.de>
1932         PR bootstrap/85571
1933         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1934         (STAGE3_TFLAGS): Likewise.
1935         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1936         (STAGEtrain_TFLAGS): Likewise.
1937         * Makefile.in: Regenerate.
1939 2018-04-26  Richard Biener  <rguenther@suse.de>
1941         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1942         (STAGE2_CFLAGS): Likewise.
1943         (STAGE2_TFLAGS): Likewise.
1944         (STAGE3_CFLAGS): Add -fchecking.
1945         (STAGE3_TFLAGS): Likewise.
1946         (STAGEtrain_CFLAGS): Filter out -fchecking.
1947         (STAGEtrain_TFLAGS): Likewise.
1948         * Makefile.in: Re-generate.
1950 2018-04-25  Catherine Moore <clm@codesourcery.com>
1952         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1954 2018-04-18  Paul Clarke  <pc@us.ibm.com>
1956         * MAINTAINERS (write after approval): Add myself.
1958 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
1960         * MAINTAINERS: Update my email address.
1962 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
1964         * MAINTAINERS: Remove redundant Write-After-Approval entry.
1966 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
1968         * MAINTAINERS: Update my email address and disambiguate myself
1969         a bit from Will Schmidt.
1971 2018-03-21  Nathan Sidwell  <nathan@acm.org>
1973         * MAINTAINERS: Move maintainers of now-removed picochip and score
1974         ports to write after approval.
1976 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
1978         * MAINTAINERS: Add entry for SVE maintainership.
1980 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
1982         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1983         * configure: Regenerate.
1985 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
1987         * MAINTAINERS (write after approval): Add myself.
1989 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
1991         * MAINTAINERS (write after approval): Add myself.
1993 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
1995         * MAINTAINERS (write after approval): Add myself.
1997 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
1999         Update copyright years.
2001 2018-01-03  Ben Elliston  <bje@gnu.org>
2003         * config.guess: Import latest version.
2004         * config.sub: Likewise.
2006 2017-12-12  Stafford Horne  <shorne@gmail.com>
2008         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2009         * configure: Regenerate.
2011 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2013         * MAINTAINERS (Write After Approval): Add myself.
2015 2017-11-28  Julia Koval  <julia.koval@intel.com>
2016             Sebastian Peryt  <sebastian.peryt@intel.com>
2018         * Makefile.def (target_modules): Remove libcilkrts.
2019         * Makefile.in: Ditto.
2020         * configure: Ditto.
2021         * configure.ac: Ditto.
2023 2017-11-28  Julia Koval  <julia.koval@intel.com>
2025         * MAINTAINERS (Write After Approval): Add myself.
2027 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2029         * MAINTAINERS (Write After Approval): Add myself.
2031 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2033         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2034         Use my SiFive email address.
2036 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2038         * MAINTAINERS (write after approval): Add myself.
2040 2017-10-27  Martin Liska  <mliska@suse.cz>
2042         * Makefile.tpl: Use proper name of folder as it was renamed
2043         during transition to 4 stages.
2044         * Makefile.in: Regenerate.
2046 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2048         * MAINTAINERS (write after approval): Add myself.
2050 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2052         * MAINTAINERS: Add a note that maintainership also includes web
2053         pages, docs, and testsuite related to that area.
2055 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2057         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2059 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2061         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2063 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2065         * MAINTAINERS: Remove myself as a vxworks maintainer.
2067 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2069         * MAINTAINERS: Remove email address of Jim Norris.
2071 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2073         * MAINTAINERS (Reviewers): Move myself from here...
2074         (CPU Port Maintainers): ... to here.
2076 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2078         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2080 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2082         * MAINTAINERS (write after approval): Add myself.
2084 2017-07-28  Tony Reix  <tony.reix@atos.net>
2086         * configure.ac (target-libffi): Don't disable for AIX.
2087         (go): Don't add to unsupported_languages on AIX.
2088         (target-libgo): Don't disable for AIX.
2089         * configure: Regenerate.
2091 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2093         * MAINTAINERS: Add myself.
2095 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2097         * MAINTAINERS: Update my email address.
2099 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2101         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2102         arm-specific auto-generated header files.
2104 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2106         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2107         * configure: Rebuilt.
2109 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2111         * MAINTAINERS: Readd myself for c6x.
2113 2017-06-28  Martin Liska  <mliska@suse.cz>
2115         PR bootstrap/81217
2116         * Makefile.def: Remove superfluous bootstrap_target from
2117         bootstrap_stage.
2118         * Makefile.in: Re-generate the file.
2120 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2122         * MAINTAINERS: Add myself to Write After Approval
2124 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2126         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2128 2017-06-19  Martin Liska  <mliska@suse.cz>
2130         * Makefile.def: Define 4 stages PGO bootstrap.
2131         * Makefile.tpl: Define FLAGS.
2132         * Makefile.in: Regenerate.
2134 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2136         * Makefile.def: Add check-gotools to go check targets.
2137         * Makefile.in: Rebuild.
2139 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2141         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2143 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2145         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2146         * configure: Regenerate.
2148 2017-05-31  Martin Liska  <mliska@suse.cz>
2150         * configure.ac: Add handling of stage2_werror_flags to
2151         action-if-given and to action-if-not-given.
2152         * configure: Regenerate.
2154 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2156         * MAINTAINERS: Add self to Write After Approval
2158 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2160         * MAINTAINERS: Update my email address, and remove myself as
2161         maintainer in some areas.
2163 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2165         * MAINTAINERS: Add self to Write After Approval
2167 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2169         * configure.ac: Add --enable-languages=default to mean default and
2170         make --enable-languages=all mean all supported languages.
2171         * configure: Regenerated.
2173 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2175         * config.gcc (powerpc*-*-*spe*): New.
2176         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2177         (powerpc-*-rtems*spe*): New.
2178         (powerpc*-*-linux*spe*): New.
2179         (powerpc-wrs-vxworksspe): New.
2180         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2181         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2182         * config.host (powerpc*-*-*spe*): New.
2184 2017-05-19  Martin Liska  <mliska@suse.cz>
2186         * configure.ac: Add --enable-werror-always just for
2187         bootstrap-debug (or none build config) and do not add it
2188         when we are on a release branch.
2189         * configure: Regenerated.
2191 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2193         * MAINTAINERS: Add self to Write After Approval
2195 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2197         * MAINTAINERS: Move myself to Write After Approval section.
2199 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2201         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2202         ACCH registers.
2203         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2204         available.
2205         (umulsidi3): Likewise.
2206         (mulsidi3_700): Disable this pattern when we have advanced mpy
2207         instructions.
2208         (umulsidi3_700): Likewise.
2209         (maddsidi4): New pattern.
2210         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2211         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2212         (mpydu_imm_arcv2hs): Likewise.
2213         * config/arc/predicates.md (accl_operand): New predicate.
2215 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2216             Andrew Burgess <andrew.burgess@embecosm.com>
2218         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2219         case.
2220         (ARC_AUTOFP_IRQ_P): Likewise.
2221         (ARC_AUTO_IRQ_P): Likewise.
2222         (rgf_banked_register_count): New variable.
2223         (parse_mrgf_banked_regs_option): New function.
2224         (arc_override_options): Handle rgf_banked_regs option.
2225         (arc_handle_interrupt_attribute): Add firq option.
2226         (arc_compute_function_type): Return fast irq type when required.
2227         (arc_must_save_register): Handle fast interrupts.
2228         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2229         (arc_return_address_regs): Update.
2230         * config/arc/arc.h (arc_return_address_regs): Update.
2231         (arc_function_type): Add fast interrupt type.
2232         (ARC_INTERRUPT_P): Update.
2233         (RC_FAST_INTERRUPT_P): Define.
2234         * config/arc/arc.md (simple_return): Update for fast interrupts.
2235         (p_return_i): Likewise.
2236         * config/arc/arc.opt (mrgf-banked-regs): New option.
2237         * doc/invoke.texi (mrgf-banked-regs): Document.
2239 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2241         * config/arc/arc.c (irq_ctrl_saved): New variable.
2242         (ARC_AUTOBLINK_IRQ_P): Define.
2243         (ARC_AUTOFP_IRQ_P): Likewise.
2244         (ARC_AUTO_IRQ_P): Likewise.
2245         (irq_range): New function.
2246         (arc_must_save_register): Likewise.
2247         (arc_must_save_return_addr): Likewise.
2248         (arc_dwarf_emit_irq_save_regs): Likewise.
2249         (arc_override_options): Handle deferred options.
2250         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2251         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2252         arc_must_save_return_addr.
2253         (arc_compute_frame_size): Handle automated save and restore of
2254         registers.
2255         (arc_expand_prologue): Likewise.
2256         (arc_expand_epilogue): Likewise.
2257         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2258         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2259         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2261 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2262         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2264         PR bootstrap/77661
2265         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2266         in-tree build MPC.
2267         * Makefile.in: Regenerate.
2269 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2271         * configure.ac: Enable LTO by default on darwin >= 9.
2272         * configure: Regenerate.
2274 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2276         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2277         and Andrew Waterman as the RISC-V maintainers.
2279 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2281         * MAINTAINERS: Add self to Write After Approval
2283 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2285         * config.guess: Import latest from upstream.
2287 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2289         * MAINTAINERS (Write After Approval): Remove entries that are
2290         already covered under Reviewers.
2292 2017-03-08  Mark Wielaard  <mark@klomp.org>
2294         PR demangler/70909
2295         PR demangler/67264
2296         * include/demangle.h: Add d_printing to struct demangle_component
2297         and pass struct demangle_component as non const.
2299 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2301         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2303 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2305         * Makefile.tpl: Remove HOST_ISLVER.
2306         (HOST_EXPORTS): Remove ISLVER.
2307         * Makefile.in: Regenerate.
2309 2017-02-13  Richard Biener  <rguenther@suse.de>
2311         * configure: Re-generate.
2313 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2315         * MAINTAINERS: Adjust bug reporting URL.
2317 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2319         * MAINTAINERS (Write After Approval): Remove redundant entry
2320         for Andrew Burgess.
2322 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2324         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2325         32-bit hppa*-*-hpux*.
2326         * configure: Regenerate.
2328 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2330         * configure.ac: Moved the white list of enabling BRIG FE to
2331         libhsail-rt/configure.tgt.
2332         * configure: Regenerated.
2333         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2335 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2336             Martin Jambor  <mjambor@suse.cz>
2338         * Makefile.def (target_modules): Added libhsail-rt.
2339         (languages): Added language brig.
2340         * Makefile.in: Regenerated.
2341         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2342         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2343         * configure: Regenerated.
2345 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2347         PR other/79046
2348         * configure: Regenerated.
2350 2017-01-04  Alan Modra  <amodra@gmail.com>
2352         * configure: Regenerate.
2354 2016-12-29  Ben Elliston  <bje@gnu.org>
2356         * config.sub: Import latest version.
2358 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2360         * MAINTAINERS (Write After Approval): Add myself.
2362 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2364         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2365         includes bootstrap-mpx.
2366         * configure: Regenerated.
2368 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2370         * MAINTAINERS (Write After Approval): Add myself.
2372 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
2374         * configure: Regenerate.
2376 2016-12-01  Matthias Klose  <doko@ubuntu.com>
2378         * configure.ac: Don't use pkg-config to check for bdw-gc.
2379         * configure: Regenerate.
2381 2016-11-30  Matthias Klose  <doko@ubuntu.com>
2383         * Makefile.def: Remove reference to boehm-gc target module.
2384         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2385         options and for the bdw-gc pkg-config module.
2386         * configure: Regenerate.
2387         * Makefile.in: Regenerate.
2389 2016-11-28  Nathan Sidwell  <nathan@acm.org>
2391         * MAINTAINERS (nvptx): Remove self.
2393 2016-11-25  Ben Elliston  <bje@gnu.org>
2395         * config.guess: Import latest version.
2396         * config.sub: Likewise.
2398 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
2400         * MAINTAINERS (Write After Approval): Add myself.
2402 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2404         * Makefile.def: Remove references to GCJ.
2405         * Makefile.tpl: Likewise.
2406         * Makefile.in: Regenerate.
2408 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2410         * config-ml.in: Remove references to GCJ.
2411         * configure.ac: Likewise.
2412         * configure: Regenerate.
2414 2016-11-01  Josh Conner  <joshconner@google.com>
2416         * MAINTAINERS (Write After Approval): Update email address,
2418 2016-10-27  Carl Love  <cel@us.ibm.com>
2420         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2421         Approval list to make it alphabetical.
2423 2016-10-27  Carl Love  <cel@us.ibm.com>
2425         * MAINTAINERS (Write After Approval): Add myself.
2427 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
2429         * MAINTAINERS (Reviewers): Add myself.
2430         (Write After Approval): Add myself.
2432 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
2433             Ulrich Weigand  <uweigand@de.ibm.com>
2435         * MAINTAINERS: Update email address.
2437 2016-10-10  Nathan Sidwell  <nathan@acm.org>
2439         * MAINTAINERS: Update email address.
2441 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
2443         * configure.ac: Add aarch64-*-freebsd*.
2444         * configure: Regenerate.
2446 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
2448         * MAINTAINERS: Update email address after it got reverted.
2450 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2452         * configure.ac (target_libraries): Readd target-boehm-gc.
2453         Restore --enable-objc-gc handling.
2454         * configure: Regenerate.
2456 2015-10-03  Jeff Law  <law@redhat.com>
2458         * MAINTAINERS: Move several inactive maintainers to the
2459         write-after-approval section.
2461 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
2463         * configure.ac: Add target-libffi to target_libraries.
2464         Readd libgcj target disablings, modified to only target-libffi.
2465         Readd target addition of go to unsupported languages.
2466         * configure: Regenerated.
2468 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
2470         * MAINTAINERS: Update email address.
2472 2016-09-30  Andrew Haley  <aph@redhat.com>
2474         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2475         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
2476         libgcj.
2478 2016-09-30  Andrew Haley  <aph@redhat.com>
2480         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2481         write-after approval after GCJ deletion.
2483 2016-09-30  Andrew Haley  <aph@redhat.com>
2485         * Makefile.def: Remove libjava.
2486         * Makefile.tpl: Likewise.
2487         * Makefile.in: Regenerate.
2488         * configure.ac: Likewise.
2489         * configure: Likewise.
2490         * gcc/java: Remove.
2491         * libjava: Likewise.
2493 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
2495         * MAINTAINERS (Reviewers): Add myself.
2497 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2499         * configure.ac: Disable "sim" directory for arc*-*-*.
2500         * configure: Regenerated.
2502 2016-09-23  Tamar Christina <tamar.christina@arm.com>
2504         * MAINTAINERS (Write After Approval): Add myself.
2506 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2508         * configure.ac: Check for the minimum in-tree MPFR version
2509         handled.
2510         * configure: Regenerate.
2512 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
2514         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2515         * configure: Regenerated.
2517 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
2519         * MAINTAINERS (Write After Approval): Add myself.
2521 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2523         * Makefile.def: Add autoprofiledbootstrap.
2524         * Makefile.tpl: Dito.
2525         * Makefile.in: Regenerate.
2527 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2529     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2530     * configure: Regenerate.
2532 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2534         * configure: Regenerate.
2535         * configure.ac: Remove support for avr-rtems.
2537 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2539         * MAINTAINERS (Write After Approval): Add myself.
2541 2016-06-16  Michael Collison  <michael.collison@arm.com>
2543         * MAINTAINERS (Write After Approval): Add myself.
2545 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2547         * MAINTAINERS (Write After Approval): Update e-mail address.
2549 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2551         * MAINTAINERS (Write After Approval): Add myself.
2553 2016-05-28  Alan Modra  <amodra@gmail.com>
2555         * Makefile.tpl (configure): Depend on m4 files included.
2556         * Makefile.in: Regenerate.
2558 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2560         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2561         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2563 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2565         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2566         special case builtin.
2567         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2568         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2569         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2570         for __builtin_vec_addec.
2572 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2574         * config.guess: Import version 2016-04-02 (newest).
2575         * config.sub: Import version 2016-05-10 (newest).
2577 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2579         * configure.ac: Add ARC support to libgloss.
2580         * configure: Regenerate
2582 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2584         * MAINTAINERS (Write After Approval): Add myself.
2586 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2588         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2589         * configure: Regenerated.
2590         * Makefile.def (gmp): Explicitly disable assembler.
2591         (mpfr): Adjust lib_path.
2592         (mpc): Likewise.
2593         * Makefile.in: Regenerated.
2595 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
2597         PR bootstrap/70704
2598         * configure.ac (--enable-stage1-checking): Add missing
2599         --enable-checking=.
2600         * configure: Regenerated.
2602 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2604         * config.guess: Revert r235676.
2605         * config.sub: Revert r235676.
2607 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2609         * config.guess: Remove SH5 support.
2610         * config.sub: Likewise.
2611         * configure: Likewise.
2612         * configure.ac: Likewise.
2614 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
2616         PR bootstrap/70704
2617         * configure.ac (--enable-stage1-checking): For --disable-checking or
2618         implicit --enable-checking, make sure extra flag matches in between
2619         stage1 and later checking.
2620         * configure: Regenerated.
2622 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2624         * .gitattributes: New file.
2626 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
2628         * MAINTAINERS (rs6000/powerpc port): Add myself.
2630 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
2632         PR bootstrap/70173
2633         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2634         and gotools directories.  Delete the stage_final file.
2635         * Makefile.in: Regenerate.
2637 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2639         * MAINTAINERS (Write After Approval): Add myself.
2641 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2643         * MAINTAINERS (Fortran maintainer): Remove myself.
2645 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
2647         * MAINTAINERS (Write After Approval): Add myself.
2649 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
2651         * MAINTAINERS (Write After Approval): Add myself.
2653 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2655         Sync with binutils-gdb:
2657         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2659         * configure.ac: Add mips and s390 to the gold target check.
2660         * configure: Regenerate.
2662 2016-03-01  DJ Delorie  <dj@redhat.com>
2664         * MAINTAINERS (mep): Remove myself as MeP maintainer.
2666 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
2668         * MAINTAINERS (libcpp): Add myself.
2669         (diagnostic messages): Likewise.
2671 2016-02-20  Tom de Vries  <tom@codesourcery.com>
2673         * MAINTAINERS: Fix whitespace.
2675 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
2677         * MAINTAINERS (Write After Approval): Add myself.
2679 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
2681         * config/isl.m4: Add comments about isl-0.16.
2682         * configure: Regenerate.
2684 2016-01-29  Martin Jambor  <mjambor@suse.cz>
2686         * MAINTAINERS (hsa maintainers): Add myself.
2688 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
2690         * MAINTAINERS: (Write After Approval): Add myself.
2692 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
2693             Sebastian Pop  <s.pop@samsung.com>
2695         * Makefile.in: Regenerate.
2696         * Makefile.tpl: Export ISLVER.
2697         * configure: Regenerate.
2698         * config/isl.m4: Detect isl-0.15.
2700 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
2702         PR bootstrap/69329
2703         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2704         * Makefile.in: Regenerate.
2706 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
2708         * configure.ac: Enable LTO for DJGPP
2709         * configure: Regenerate
2711 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2713         Sync with binutils-gdb:
2714         2015-10-21  Nick Clifton  <nickc@redhat.com>
2716         PR gas/19109
2717         * configure.ac: Note the 'none' is an acceptable argument to
2718         --enable-compressed-debug-sections.
2719         * configure: Regenerate.
2721 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2723         PR bootstrap/69134
2724         * Makefile.def (mpfr): Disable assembler.
2725         * Makefile.in: Regenerate.
2727 2016-01-01  Ben Elliston  <bje@gnu.org>
2729         * config.guess: Import version 2016-01-01.
2730         * config.sub: Likewise.
2732 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
2734         * MAINTAINERS (Write After Approval): Add myself.
2736 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
2738         * Makefile.in: Replace ISL with isl.
2739         * Makefile.tpl: Same.
2740         * config/isl.m4: Same.
2741         * configure.ac: Same.
2742         * contrib/download_prerequisites: Same.
2743         * configure: Regenerate.
2745 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
2747         * MAINTAINERS (Write After Approval): Add Myself.
2749 2015-12-17  Nathan Sidwell  <nathan@acm.org>
2751         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2752         * configure: Regenerate.
2754 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
2755             Sebastian Pop  <s.pop@samsung.com>
2757         * config/isl.m4 (ISL_CHECK_VERSION): Check for
2758         isl_ctx_get_max_operations.
2759         * configure: Regenerate.
2761 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
2763         * MAINTAINERS (Write After Approval): Add myself.
2765 2015-12-02  Ian Lance Taylor  <iant@google.com>
2767         PR go/66147
2768         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2769         * Makefile.in: Regenerate.
2771 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
2773         PR libffi/65726
2774         * Makefile.def (lang_env_dependencies): Make libffi depend
2775         on cxx.
2776         * Makefile.in: Regenerate.
2778 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
2780         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2781         symbols.
2783 2015-11-20  Tristan Gingold  <gingold@adacore.com>
2785         Sync with binutils-gdb:
2786         2015-11-20  Tristan Gingold  <gingold@adacore.com>
2788         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2789         * configure: Regenerate.
2791 2015-11-19  Martin Liska  <mliska@suse.cz>
2793         * .gitignore: Add .clang-format to ignored files.
2794         * Makefile.in: Add clang-format.
2795         * Makefile.tpl: Likewise.
2797 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
2799         * configure.ac: Enable libmpx by default.
2800         * configure: Regenerated.
2802 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
2804         * MAINTAINERS: Update email address.
2806 2015-10-23  Paulo Matos  <pmatos@linki.tools>
2808         * MAINTAINERS: Update email address.
2810 2015-10-23  Alan Hayward <alan.hayward@arm.com>
2812         * MAINTAINERS  (Write After Approval): Add myself.
2814 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2816         Sync with binutils-gdb:
2817         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2819         PR gas/19109
2820         * configure.ac: Add
2821         --enable-compressed-debug-sections={all,gas,gold,ld}.
2822         * configure: Regenerated.
2824 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
2826         * MAINTAINERS: Update list of Ada maintainers and email addresses.
2828 2015-10-09  Martin Liska  <mliska@suse.cz>
2830         * MAINTAINERS (Write After Approval): Add myself.
2832 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
2834         * MAINTAINERS (Write After Approval): Add myself.
2836 2015-10-02  Florian Weimer  <fweimer@redhat.com>
2838         * MAINTAINERS: Update email address.
2840 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
2842         * MAINTAINERS  (Write After Approval): Add myself.
2844 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
2846         * MAINTAINERS: Update email.
2848 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
2850         * MAINTAINERS: Update my email address.
2852 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
2854         * MAINTAINERS (ft32 port): Add myself.
2856 2015-08-28  David Sherwood  <david.sherwood@arm.com>
2858         * MAINTAINERS: Add myself.
2860 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
2862         * MAINTAINERS (Write After Approval): Add myself.
2864 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2866         PR libfortran/54572
2867         * Makefile.def: Make libgfortran depend on libbacktrace.
2868         * Makefile.in: Regenerate.
2870 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
2872         * MAINTAINERS (Write After Approval): Add myself.
2874 2015-08-12  Tom de Vries  <tom@codesourcery.com>
2876         PR other/67092
2877         * configure.ac: Remove --with_host_libstdcxx support.
2878         * configure: Regenerate.
2880 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
2881             Jakub Jelinek  <jakub@redhat.com>
2883         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2884         nvptx*-*-*.
2885         * configure: Regenerate.
2887 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2889         * Makefile.def (libiconv): Define bootstrap=true.
2890         Mark pdf/html/info as missing.
2891         (configure-gcc): Depend on all-libiconv.
2892         (all-gcc): Ditto.
2893         (configure-libcpp): Ditto.
2894         (all-libcpp): Ditto.
2895         (configure-intl): Ditto.
2896         (all-intl): Ditto.
2897         * Makefile.in: Regenerate.
2899 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
2901         * MAINTAINERS (loop ivopts): Add the entry and myself.
2903 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2905         * MAINTAINERS (nvptx): Add self.
2907 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
2909         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2910         128-bit vector modes.
2912 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
2914         * MAINTAINERS (Write After Approval): Add myself.
2916 2015-07-28  Ben Elliston  <bje@gnu.org>
2918         * config.sub, config.guess: Import from upstream.
2920 2015-07-24  Michael Darling  <darlingm@gmail.com>
2922         PR other/66259
2923         * config-ml.in: Reflects renaming of configure.in to configure.ac
2924         * configure: Likewise
2925         * configure.ac: Likewise
2927 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
2929         * MAINTAINERS: Update my email address.
2931 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2933         Sync with binutils-gdb:
2934         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
2936         * configure.ac (target_configdirs): Exclude target-zlib if
2937         target-libjava isn't built.
2938         * configure: Regenerated.
2940 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2942         Sync with binutils-gdb:
2943         2015-05-13  John David Anglin  <dave.anglin@bell.net>
2945         * configure.ac: Disable configuration of GDB for HPUX targets.
2946         * configure: Regenerate.
2948         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2950         * configure.ac: Add --with-system-zlib.
2951         * configure: Regenerated.
2953         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
2955         * configure.ac: Add FT32 support.
2956         * configure: Regenerate.
2958         2015-01-12  Anthony Green  <green@moxielogic.com>
2960         * configure.ac: Don't disable gprof for moxie.
2961         * configure: Rebuild.
2963 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2965         Sync with binutils-gdb:
2966         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
2968         PR ld/18355
2969         * Makefile.def: Add extra_configure_flags to host zlib.
2970         * configure.ac (extra_host_zlib_configure_flags): New.  Set
2971         to --enable-host-shared When bfd is to be built as shared
2972         library.  AC_SUBST.
2973         * Makefile.in: Regenerated.
2975 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
2977         Sync with src:
2978         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2979         * Makefile.def (dependencies): Add all-zlib to all-bfd.
2980         * Makefile.in: Regenerated.
2982 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2984         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2985         target.
2986         * configure: Regenerate.
2988 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
2990         * MAINTAINERS (Write After Approval): Add myself.
2992 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
2994         * MAINTAINERS (OS Port Maintainers): Add myself.
2995         (Various Maintainers): Remove myself from libffi testsuite.
2997 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
2999         * MAINTAINERS (gen* on machine desc): Add self.
3001 2015-06-02  Jason Merrill  <jason@redhat.com>
3003         PR bootstrap/66319
3004         * configure.ac: Use -std=gnu++98.
3006 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3008         * MAINTAINERS (Write After Approval): Add myself.
3010 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3012         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3013         * configure: Regenerate.
3015 2015-05-26  Jason Merrill  <jason@redhat.com>
3017         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3018         * configure: Regenerate.
3020 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3022         * configure.ac: FT32 target added.
3023         * configure: Regenerated.
3025 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3027         * MAINTAINERS (Write After Approval): Add myself.
3029 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3031         * MAINTAINERS (Write After Approval): Add myself.
3033 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3035         * configure.ac: Fix typo.
3036         * configure: Regenerate.
3038 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3040         * MAINTAINERS (Write After Approval): Add myself.
3042 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3044         * configure.ac: Match $host configured with triplets.
3045         * configure: Regenerate.
3047 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3049         * Makefile.tpl: Remove surplus whitespace throughout.
3050         * Makefile.in: Regenerate.
3052 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3054         * MAINTAINERS (Various Maintainers): Add myself as instruction
3055         combiner maintainer.
3057 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3059         PR bootstrap/62077
3060         * configure.ac (--enable-stage1-checking): Default to
3061         release,misc,gimple,rtlflag,tree,types if --disable-checking
3062         or --enable-checking is not specified and DEV-PHASE is not
3063         experimental.
3064         * configure: Regenerated.
3066 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3068         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3069         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3070         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3071         * Makefile.in: Regenerate.
3073 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3075         * MAINTAINERS: Update my email address.
3077 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3079         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3081 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3083         * MAINTAINERS: Add myself as an arm port reviewer.
3085 2015-03-25  Martin Liska  <mliska@suse.cz>
3086             Yury Gribov  <y.gribov@samsung.com>
3088         * Makefile.in: Fix ln source location for vimrc file.
3089         * Makefile.tpl: Likewise.
3091 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3093         PR bootstrap/25672
3094         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3095         cross-compiling.  Similarly for CXX_FOR_TARGET.
3096         * configure: Regenerate.
3098 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3100         * Makefile.def: Add libmpx.
3101         * configure.ac: Add libmpx.
3102         * Makefile.in: Regenerate.
3103         * configure: Regenerate.
3105 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3107         * MAINTAINERS (CPU Port Maintainers): Add myself
3108         i386 vector ISA extns mantainer.
3110 2015-03-13  Jeff Law  <law@redhat.com>
3112         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3113         maintainer.
3114         Remove Richard Henderson as a maintainer for the x86 port.
3116 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3118         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3120 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3122         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3123         pointer bounds checker and i386 MPX maintainer.
3125 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3127         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3129 2015-02-26  Martin Sebor  <msebor@redhat.com>
3131         * MAINTAINERS (Various Maintainers): Add self.
3133 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3135         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3136         Make sure it contains lto.
3137         * configure: Regenerate.
3139 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3141         * configure: Regenerate.
3143 2015-02-06  Diego Novillo  <dnovillo@google.com>
3145         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3146         middle-end, docstring): Remove myself.
3147         (Write After Approval): Add myself.
3149 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3151         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3152         (Write After Approval): Update address.
3154 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3156         PR jit/64780
3157         * configure.ac: Require the user to explicitly specify
3158         --enable-host-shared if the jit is enabled.
3159         * configure: Regenerate.
3161 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3163         * MAINTAINERS (Write After Approval): Add myself.
3165 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3167         * MAINTAINERS: Make whitespace consistent.
3169 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3171         * MAINTAINERS (Write After Approval): Add myself.
3173 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3175         * MAINTAINERS: (Write After Approval): Add myself.
3177 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3179         * MAINTAINERS: (Write After Approval): Add myself.
3181 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3183         * MAINTAINERS: (Write After Approval): Add myself.
3185 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3187         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3188         objective-c/c++ front end maintainer.
3190 2015-01-13  Marek Polacek  <polacek@redhat.com>
3192         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3194 2015-01-12  Jeff Law  <law@redhat.com>
3196         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3197         a very long time.
3199 2015-01-09  Ian Lance Taylor  <iant@google.com>
3201         * configure.ac (host_tools): Add gotools.
3202         * Makefile.def (host_modules): Add gotools.
3203         (dependencies): Add dependency of all-gotools on all-target-libgo.
3205 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3207         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3208         * configure: Regenerate.
3210 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3212         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3213         all-target-libgomp.
3214         * Makefile.in: Regenerate.
3216 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3218         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3220 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3222         * configure.ac: Add Visium support.
3223         * configure: Regenerate.
3225 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3227         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3228         * configure: Regenerate.
3230 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3232         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3233         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3234         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3235         (OBJCOPY_FOR_TARGET): New variable.
3236         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3237         * Makefile.in: Regenerate.
3238         * configure.ac: Check for already installed target objcopy.
3239         Also GCC_TARGET_TOOL on objcopy.
3240         * configure: Regenerate.
3242 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3244         * config.sub: Update from upstream, to 2015-01-01 version.
3245         * config.guess: Ditto.
3247 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3249         * MAINTAINERS (RTEMS Ports): Add myself.
3251 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3253         * MAINTAINERS (Write After Approval): Add myself.
3255 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3257         * MAINTAINERS (Write After Approval): Add myself.
3259 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3261         * configure.ac (--enable-as-accelerator-for): Don't set
3262         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3263         * configure: Regenerate.
3265 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3267         PR bootstrap/64023
3268         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3269         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3270         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3271         to CXX.
3272         * Makefile.in: Regenerated.
3274 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3275             Yury Gribov  <y.gribov@samsung.com>
3277         * .gitignore: Added .local.vimrc and .lvimrc.
3278         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3279         * Makefile.in: Regenerate.
3281 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3283         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3284         * configure: Regenerated.
3286 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3288         * MAINTAINERS (nvptx port): New entry.
3290 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3292         * configure: Regenerate.
3294 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3296         * configure.ac: Merge with Binutils.
3298 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3300         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3301         * Makefile.in: Regenerate.
3303 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3305         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3306         missing flex.
3307         * Makefile.in: Regenerated.
3309 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3311         * Makefile.in: Regenerate.
3313 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3315         PR bootstrap/63784
3316         * libtool.m4: Add $pic_flag with -shared.
3318 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3320         * MAINTAINERS (Write After Approval): Added myself.
3322 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3324         * MAINTAINERS (write-after-approval): Add myself.
3326 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3328         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3329         from 2 years ago.
3331 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3333         Revert:
3334         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3336         * MAINTAINERS (Write After Approval): Added myself as line map
3337         maintainer.
3339 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3341         Revert:
3342         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3344         * MAINTAINERS (Write After Approval): Added myself.
3346 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3348         * MAINTAINERS (Write After Approval): Added myself.
3350 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3352         * MAINTAINERS (Write After Approval): Added myself as line map
3353         maintainer.
3355 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3357         * MAINTAINERS (Various Maintainers): Added myself as line map
3358         maintainer.
3360 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3362         * move-if-change: Sync from upstream gnulib.
3364 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3366         * compile: Sync with upstream Automake.
3367         * depcomp: Ditto.
3368         * install-sh: Ditto.
3369         * missing: Ditto.
3370         * mkinstalldirs: Ditto.
3371         * ylwrap: Ditto.
3373 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3375         * config.sub: Update from upstream config repo.
3376         * config.guess: Ditto.
3378 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
3380         * Makefile.def: Add liboffloadmic to target_modules.  Make
3381         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3382         * Makefile.in: Regenerate.
3383         * configure: Regenerate.
3384         * configure.ac: Add liboffloadmic to target binaries.
3385         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3386         Add liboffloadmic to noconfig list when C++ is not supported.
3388 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3389             Thomas Schwinge  <thomas@codesourcery.com>
3390             Ilya Verbin  <ilya.verbin@intel.com>
3391             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3393         * configure: Regenerate.
3394         * configure.ac (--enable-as-accelerator-for)
3395         (--enable-offload-targets): New configure options.
3397 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3399         * Makefile.def: Make all-gcc depend on all-isl.
3400         * Makefile.in: Regenerate.
3402 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
3404         * ChangeLog.jit: New.
3405         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3407 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3409         PR target/63610
3410         * libtool.m4: Fix globbing of darwin versions.
3411         * configure: Regenerate.
3413 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3415         * Makefile.def: Remove CLooG.
3416         * Makefile.tpl: Ditto.
3417         * configure.ac: Ditto.
3418         * configure: Regenerate.
3419         * Makefile.in: Ditto.
3421 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
3423         * configure.ac: Handle nvptx-*-*.
3424         * configure: Regenerate.
3426 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
3428         * MAINTAINERS (Write After Approval): Add myself.
3430 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
3432         * Makefile.def (libcc1): Remove bootstrap=true;.
3433         * Makefile.in: Regenerated.
3435 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3437         * configure.ac: Update comment.
3438         * configure: Regenerate.
3440 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
3442         * MAINTAINERS (Write After Approval): Add myself.
3444 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
3446         * configure.ac (extra_host_libiberty_configure_flags): Add
3447         --enable-shared also for libcc1's benefit.
3448         * configure: Regenerate.
3450 2014-10-29  Tristan Gingold  <gingold@adacore.com>
3452         * MAINTAINERS: Change my email address.
3454 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
3455             Tom Tromey  <tromey@redhat.com>
3457         * Makefile.def: Add libcc1 to host_modules.
3458         * configure.ac (host_tools): Add libcc1.
3459         * Makefile.in, configure: Rebuild.
3461 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
3463         * configure.ac (build_configargs): Don't share config.cache between
3464         build subdirs.
3465         * configure: Regenerate.
3467 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3469         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3470         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3471         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3472         leon3v7 as leon3.
3473         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3474         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3475         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3476         * config/sparc/sparc.md (cpu): Add leon3v7.
3477         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3479 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3481         * MAINTAINERS (write-after-approval): Add myself.
3483 2014-10-23  Ian Lance Taylor  <iant@google.com>
3485         * configure.ac: Disable the Go frontend on systems where it is known
3486         to not work.
3487         * configure: Regenerate.
3489 2014-10-23  Richard Biener  <rguenther@suse.de>
3491         * Makefile.def: Add libcpp build module and dependencies.
3492         * configure.ac: Add libcpp build module.
3493         * Makefile.in: Regenerate.
3494         * configure: Likewise.
3496 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
3498         * MAINTAINERS (write-after-approval): Add myself.
3500 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
3502         * INSTALL/README: Do not mention CVS.
3504 2014-10-03  Jing Yu  <jingyu@google.com>
3506         * configure.ac: Add aarch64 to list of targets that support gold.
3507         * configure: Regenerate.
3509 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
3511         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
3513 2014-09-29  Catherine Moore  <clm@codesourcery.com>
3515         * MAINTAINERS:  Add myself as MIPS maintainer.
3517 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
3519         * MAINTAINERS: Move myself to MIPS maintainers.
3521 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3523         * MAINTAINERS: Put all email addresses between '<' and '>'.
3525 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3527         * MAINTAINERS: Move myself to reviewers (Fortran).
3529 2014-09-01  Andi Kleen  <ak@linux.intel.com>
3531         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3532         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
3533         * Makefile.in: Regenerate.
3535 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3537         * rtx-classes-status.txt: Delete
3539 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3541         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3543 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
3545         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3546         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3547         of checking for version number.
3548         * configure: Regenerated.
3549         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3551 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3553         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3554         is done; begin phase 6 (use extra rtx_def subclasses).
3556 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3558         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3559         done; begin phase 5 (additional rtx_def subclasses).
3561 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3563         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3565 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3567         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3568         SET_BB_HEADER are done.
3570 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3572         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3573         done.
3575 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3577         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3579 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3581         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3583 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3585         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3587 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3589         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3591 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3593         * rtx-classes-status.txt: Phase 3 (per-file commits within
3594         "config" subdirs) is done; begin phase 4 (removal of
3595         "scaffolding").
3597 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
3599         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3600         dir) is done; begin phase 3 (per-file commits within "config"
3601         subdirs).
3603 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
3605         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3606         phase 2 (per-file commits in main source dir).
3608 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
3610         * configure: Regenerated.
3612 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3614         * rtx-classes-status.txt (TODO): Add SET_BND_TO
3616 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3618         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3620 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3622         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3624 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3626         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3628 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3630         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3632 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
3634         * MAINTAINERS (Write After Approval): Add myself.
3636 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
3638         * MAINTAINERS: Remove myself
3640 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3642         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3644 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
3646         * MAINTAINERS (Write After Approval): Add myself.
3648 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3650         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3651         SET_BB_HEADER, SET_BB_FOOTER
3653 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3655         * rtx-classes-status.txt: New file
3657 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
3659         * configure.ac: Eliminate ClooG installation dependency.
3660         * configure: Regenerate.
3661         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3662         * Makefile.in: Regenerate.
3664 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
3666         * MAINTAINERS (Write After Approval): Add myself.
3668 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
3670         * MAINTAINERS (Write After Approval): Add myself.
3672 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
3674         * MAINTAINERS (Write After Approval): Add myself.
3676 2014-07-28  Anthony Green  <green@moxielogic.com>
3678         Import from savannah.gnu.org:
3679         * config.sub: Update to 2014-07-28 version.
3681 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
3683         * MAINTAINERS: Remove my MIPS maintainer entry.
3685 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
3687         PR target/47230
3688         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3689         * configure: Regenerate.
3691 2014-07-24  James Norris  <jnorris@codesourcery.com>
3693         * MAINTAINERS (Write After Approval): Add myself.
3695 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
3697         * configure.ac: Accept only CLooG 0.18.1.
3698         * configure: Regenerate.
3700 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
3702         * configure.ac: Don't accept isl 0.11.
3703         * configure: Regenerate.
3705 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3707         * MAINTAINERS (Write After Approval): Add myself.
3709 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3711         * configure.ac: Don't accept isl 0.10.
3712         * configure: Regenerate.
3714 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3716         Fix include path for in-tree cloog.
3717         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3718         * configure: Regenerate.
3720 2014-06-18  Richard Henderson  <rth@redhat.com>
3722         * .gitignore: Import gcc_update output.
3724 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
3726         * config-ml.in: Robustify ac_configure_args parsing.
3728         * configure.ac (--enable-linker-plugin-configure-flags)
3729         (--enable-linker-plugin-flags): New flags.
3730         (configdirs): Conditionally add libiberty-linker-plugin.
3731         * configure: Regenerate.
3732         * Makefile.def (host_modules): Add libiberty-linker-plugin.
3733         (host_modules) <lto-plugin>: Pay attention to
3734         @extra_linker_plugin_flags@ and
3735         @extra_linker_plugin_configure_flags@.
3736         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3737         * Makefile.in: Regenerate.
3739         * Makefile.tpl (configure-[+prefix+][+module+])
3740         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3741         "module_srcdir" instead of "module" for locating a module's srcdir.
3742         * Makefile.in: Regenerate.
3744 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
3746         * MAINTAINERS (Write After Approval): Add myself.
3748 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
3750         * MAINTAINERS: Update my email address.
3752 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3754         * MAINTAINERS (Write After Approval): Add myself.
3756 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3758         * MAINTAINERS (Write After Approval): Add myself.
3760 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
3762         PR libstdc++/61011
3763         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3764         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3765         * configure: Regenerate.
3767 2014-05-28  Pedro Alves  <palves@redhat.com>
3769         * MAINTAINERS (Write After Approval): Add myself.
3771 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3773         * MAINTAINERS: Update my affiliation/email.
3775 2014-05-19  Mike Stump  <mikestump@comcast.net>
3777         * MAINTAINERS: Add wide-int reviewers.
3779 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
3781         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3782         * configure: Regenerated.
3784 2014-05-15  Torvald Riegel  <triegel@redhat.com>
3786         * MAINTAINERS (libitm): Add myself as maintainer.
3788 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
3790         * MAINTAINERS (Write After Approval): Add myself.
3792 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
3794         * config.sub, config.guess: Import from upstream.
3796 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3798         * MAINTAINERS (Write After Approval): Put myself in correct order.
3800 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3802         * MAINTAINERS (Write After Approval): Add myself.
3804 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3806         * MAINTAINERS: Move myself from Reviewers to Write After Approval
3807         section.
3809 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3811         * MAINTAINERS (Write After Approval): Delete myself.
3813 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
3815         PR sanitizer/56781
3816         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3817         and -B* options with -Xcompiler.
3819 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
3821         PR bootstrap/60620
3822         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3823         * Makefile.in: Regenerate.
3825 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3827         * Makefile.def (dependencies): Make all-ld depend on all-binutils
3828         for WINDRES_FOR_TARGET in default-manifest.o rule.
3829         * Makefile.in: Regenerate.
3831 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
3833         * MAINTAINERS (Write After Approval): Add myself.
3835 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
3837         PR sanitizer/56781
3838         * Makefile.def: Set bootstrap=true; for host fixincludes.
3839         * configure.ac: Don't bootstrap host fixincludes unless
3840         --with-build-config=bootstrap-{a,ub}san.
3841         * Makefile.in: Regenerated.
3842         * configure: Regenerated.
3844 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
3846         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
3847         --enable-vtable-verify option parsing.  Don't add
3848         target-libsanitizer to bootstrap_target_libs unless
3849         --with-build-config=bootstrap-asan or
3850         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
3851         to bootstrap_target_libs unless --enable-vtable-verify.
3852         * configure: Regenerated.
3854 2014-03-10  Anatoly Sokolov <aesok@post.ru>
3856         * MAINTAINERS (Write After Approval): Add myself.
3858 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
3860         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3862 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
3864         PR bootstrap/58572
3865         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3866         -I for libstdc++-v3 includes if $(LEAN).
3867         * Makefile.in: Regenerated.
3869 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
3871         * MAINTAINERS: Update my email address.
3873 2014-02-24  Walter Lee  <walt@tilera.com>
3875         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3876         (tilegx-*-*): Change to tilegx*-*-*.
3877         * configure: Regenerate.
3879 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
3881         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3883 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3885         * MAINTAINERS (Write After Approval): Add myself.
3887 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3889         PR target/59788
3890         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3891         *solaris2*.
3893 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
3895         * MAINTAINERS: Update my email address.
3897 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
3899         * MAINTAINERS: Convert to UTF-8.
3900         Properly sort Xinliang David Li's entry.
3902 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
3903             Sandra Loosemore  <sandra@codesourcery.com>
3905         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3906         nios2 port maintainers.
3908 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
3910         * MAINTAINERS (Write After Approval): Add myself.
3912 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3914         * configure.ac: Add user-friendly check for native x86_64-linux
3915         multilibs.
3916         * configure: Regenerate.
3918 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
3920         * MAINTAINERS: Add myself as sh maintainer.
3922 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3924         * MAINTAINERS: Add self as SLSR maintainer.
3926 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
3928         * MAINTAINERS: Update my email address.
3930 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
3932         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3934 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
3936         * Makefile.in: Regenerate.
3938         * Makefile.tpl: Fix typo.
3939         * Makefile.in: Regenerate partially.
3941 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3943         * configure.ac: Added libcilkrts to noconfig list when C++ is not
3944         supported.
3945         * configure: Regenerated.
3947 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
3949         * MAINTAINERS (Write After Approval): Add myself.
3951 2013-10-30  Jason Merrill  <jason@redhat.com>
3953         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3954         --disable-build-format-warnings.
3956 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3958         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
3959         depend on libstdc++ and libgcc.
3960         * configure: Regenerate.
3961         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
3962         libcilkrts for POSIX and i*86, and x86_64 architectures.
3963         * Makefile.in: Added libcilkrts related fields to support building it.
3965 2013-10-26  Jeff Law  <law@redhat.com>
3967         * Makefile.def (target_modules): Remove libmudflap
3968         (languages): Remove check-target-libmudflap).
3969         * Makefile.in: Rebuilt.
3970         * Makefile.tpl (check-target-libmudflap-c++): Remove.
3971         * configure.ac (target_libraries): Remove target-libmudflap.
3972         Remove checks which disabled libmudflap on some systems.
3973         * configure: Rebuilt.
3974         * libmudflap: Directory removed.
3976 2013-10-21  Cong Hou  <congh@google.com>
3978         * MAINTAINERS (Write After Approval): Add myself.
3980 2013-10-16  Mike Stump  <mikestump@comcast.net>
3982         * .dir-locals.el: Add.
3984 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
3986         * configure.ac: Add --enable-host-shared
3987         * configure: Regenerate.
3989 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3991         Import from savannah.gnu.org:
3992         * config.guess: Update to 2013-06-10 version.
3993         * config.sub: Update to 2013-10-01 version.
3995 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
3997         Changes to build configuration to allow big endian ARC ELF toolchain
3998         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3999         * configure: Regenerate.
4001 2013-09-20  Alan Modra  <amodra@gmail.com>
4003         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4004         ppc host match.  Support little-endian powerpc linux hosts.
4006 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4008         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4009         maintainer.
4011 2013-09-12  DJ Delorie  <dj@redhat.com>
4013         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4014         maintainers.
4016 2013-09-03  Richard Biener  <rguenther@suse.de>
4018         * configure.ac: Also allow ISL 0.12.
4019         * configure: Regenerated.
4021 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4023         * MAINTAINERS (Write After Approval): Add myself.
4025 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4027         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4029 2013-08-26  Caroline Tice  <cmtice@google.com>
4031         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4032         "Various Reviewers" to libvtv "Various Maintainers".
4034 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4036         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4038 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4040         * MAINTAINERS: Update name, email.
4042 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4044         * MAINTAINERS (Write After Approval): Add myself.
4046 2013-08-12  Caroline Tice  <cmtice@google.com>
4048         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4049         address in the Write After Approval section.
4051 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4053         * MAINTAINERS (Write After Approval): Update email.
4055 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4057         * configure.ac: Adjust to check VTV_SUPPORTED.
4058         * configure: Regenerated.
4060 2013-08-02  Caroline Tice  <cmtice@google.com>
4062         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4063         on non-linux systems; add target-libvtv to noconfigdirs; add
4064         libsupc++/.libs to C++ library search paths.
4065         * configure: Regenerated.
4066         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4067         libstdc++ and libgcc.
4068         * Makefile.in: Regenerated.
4070 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4072         * MAINTAINERS (Write After Approval): Add myself.
4074 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4075             Shiva Chen  <shiva0217@gmail.com>
4077         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4078         nds32 port maintainers.
4080 2013-07-17  Tim Shen  <timshen91@gmail.com>
4082         * MAINTAINERS (Write After Approval): Add myself.
4084 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4086         * configure.ac: Sync from binutils.
4087         * configure: Regenerate.
4089 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4091         * MAINTAINERS (Write After Approval): Add myself.
4093 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4095         * MAINTAINERS (Write After Approval): Add myself.
4097 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4099         * MAINTAINERS (Write After Approval): Add myself.
4101 2013-04-30  Brooks Moses  <bmoses@google.com>
4103         * MAINTAINERS: Update my email; move myself from Fortran
4104         reviewer to Write After Approval.
4106 2013-04-16  Andreas Schwab  <schwab@suse.de>
4108         * configure.ac (aarch64-*-*): Don't disable java.
4109         * configure: Regenerate.
4111 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4113         * MAINTAINERS (Write After Approval): Add myself.
4115 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4117         * Makefile.def (target_modules): Don't install libffi.
4118         * Makefile.in: Regenerate.
4120 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4122         * MAINTAINERS (Write After Approval): Add myself.
4124 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4126         * MAINTAINERS (Write After Approval): Add myself.
4128 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4130         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4131         * configure: Regenerated.
4133 2013-02-05  Ian Lance Taylor  <iant@google.com>
4135         PR go/55969
4136         * configure.ac: Disable libgo on some systems where it does not
4137         work.
4139 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4141         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4142         Remove Geoff Keating as rs6000 port maintainer, at his request.
4144 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4146         * MAINTAINERS: Update my email.
4148 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4150         * configure: Re-generate.
4152 2013-01-15  Richard Biener  <rguenther@suse.de>
4154         PR other/55973
4155         * configure: Re-generate.
4157 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4159         * Makefile.def (install-target-libsanitizer): Depend on
4160         install-target-libstdc++-v3.
4161         * Makefile.in: Regenerate.
4163 2013-01-14  Richard Biener  <rguenther@suse.de>
4165         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4166         * configure: Re-generate
4168 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4170         * config.sub: Update from config repo.
4172 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4174         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4175         * Makefile.in: Regenerate.
4177 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4179         * MAINTAINERS (arc): Add new port maintainership for myself.
4181 2013-01-09  Jason Merrill  <jason@redhat.com>
4183         * .gitignore: Import from gdb repository.
4185 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4187         * Makefile.def (configure-gcc): Depend on all-gmp.
4188         (all-gcc): Remove dependency on all-gmp.
4189         * Makefile.in: Regenerated.
4191 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4193         * config.sub: Merge from config repo.
4194         * config.guess: Ditto.
4196 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4198         * Makefile.def: Merge from binutils.
4199         * Makefile.in: Ditto.
4201 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4203         * MAINTAINERS: Update my email.
4205 2012-12-29  Ben Elliston  <bje@gnu.org>
4207         * config.guess: Update to 2012-12-29 version.
4208         * config.sub: Likewise.
4210 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4212         * Makefile.def (install-target-libgfortran): Depend on
4213         install-target-libquadmath, install-target-libgcc.
4214         (install-target-libsanitizer): Depend on install-target-libgcc.
4215         (install-target-libjava): Depend on install-target-libgcc.
4216         (install-target-libitm): Depend on install-target-libgcc.
4217         (install-target-libobjc): Depend on install-target-libgcc.
4218         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4219         * Makefile.in: Regenerate.
4221 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4223         * Makefile.def (install-target-libgo): Depend on
4224         install-target-libatomic.
4225         * Makefile.in: Regenerate.
4227 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4229         PR go/55201
4230         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4231         * Makefile.in: Regenerate.
4233 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4235         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4236         * configure: Regenerate.
4238 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4240         * config.sub: Merge from config repo.
4242 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4244         * Makefile.def (target_modules): Add bootstrap=true and
4245         raw_cxx=true to libsanitizer.
4246         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4247         * Makefile.in: Regenerated.
4248         * configure: Likewise.
4250 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4252         * MAINTAINERS: Remove self as RTL optimization maintainer.
4254 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4256         * MAINTAINERS (Write After Approval): Add myself.
4258 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4260         * Makefile.def (target_modules): Remove bootstrap=true and
4261         raw_cxx=true from libsanitizer.
4262         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4263         * Makefile.in: Regenerated.
4264         * configure: Likewise.
4266 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4268         * Makefile.def (target_modules): Add bootstrap=true and
4269         raw_cxx=true to libsanitizer.
4270         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4271         * Makefile.in: Regenerated.
4272         * configure: Likewise.
4274 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4276         PR bootstrap/54279
4277         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4278         * configure: Regenerate.
4279         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4280         * Makefile.in: Regenerate.
4282 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4284         * configure.ac: Disable libsanitizer if we're not building C++.
4285         * configure: Regenerate.
4287 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4289         * MAINTAINERS (Write After Approval): Add myself.
4291 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4293         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4294         Kostya Serebryany (kcc@google.com) and
4295         Jakub Jelinek (jakub@redhat.com).
4296         Rename area for Dodji Seketeli (dodji@redhat.com).
4298 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4300         * MAINTAINERS: (asan.c, related): Add myself.
4302 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4304         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4305         * configure: Regenerate.
4307 2012-11-13  Richard Henderson  <rth@redhat.com>
4309         * configure.ac: Move libsanitizer logic to subdirectory.
4310         * configure: Regenerate.
4312 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4314         * configure.ac: Enable libsanitizer just on x86 linux for now.
4315         * configure: Re-generate.
4317 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4319         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4320         sections.
4321         * configure: Regenerate.
4323 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4325         * configure.ac: Add section for configdirs for libsanitizer.
4326         Disable for cris-*-* and mmix-*-*.
4327         * configure: Regenerate.
4329 2012-11-12  Wei Mi <wmi@google.com>
4331         * configure.ac: Add libsanitizer to target_libraries.
4332         * Makefile.def: Ditto.
4333         * configure: Regenerate.
4334         * Makefile.in: Regenerate.
4335         * libsanitizer: New directory for asan runtime.  Contains an empty
4336         tsan directory.
4338 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4340         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4341         against Mingw64 w32api.
4342         * configure: Regenerate.
4344 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4346         * configure: Regenerated.
4348 2012-11-03  Robert Mason  <rbmj@verizon.net>
4350         * configure.ac: add --disable-libstdcxx configure option
4351         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4353 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4355         * MAINTAINERS (Write After Approval): Add myself.
4357 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4359         * MAINTAINERS (Write After Approval): Add myself.
4361 2012-10-24  Sharad Singhai  <singhai@google.com>
4363         * MAINTAINERS (Write After Approval): Add myself.
4365 2012-10-24  Eric Christopher  <echristo@gmail.com>
4367         * MAINTAINERS: Update email address.
4369 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4371         PR bootstrap/54820
4372         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4373         * configure: Regenerate.
4375 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
4377         * MAINTAINERS (aarch64): Add Marcus and myself.
4379 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
4381         PR bootstrap/54820
4382         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4383         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4384         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4385         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4386         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4387         * Makefile.in: Regenerate.
4388         * configure.ac (have_static_libs): New variable and associated check.
4389         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4390         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4391         * configure: Regenerate.
4393 2012-10-10  Richard Biener  <rguenther@suse.de>
4395         * MAINTAINERS: Adjust for changed surname.
4397 2012-10-04  Lawrence Crowl  <crowl@google.com>
4399         * MAINTAINERS (Write After Approval): Add myself.
4401 2012-10-01  Cary Coutant  <ccoutant@google.com>
4403         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4405 2012-09-28  Ian Lance Taylor  <iant@google.com>
4407         * Makefile.def: Make all-target-libgo depend on
4408         all-target-libbacktrace.
4409         * Makefile.in: Rebuild.
4411 2012-09-26  Ian Lance Taylor  <iant@google.com>
4413         * Makefile.def: Make all-gcc depend on all-libbacktrace.
4414         * Makefile.in: Rebuild.
4416 2012-09-20  Walter Lee  <walt@tilera.com>
4418         * configure.ac: Add tilegx to list of targets that support gold.
4419         * configure: Regenerate.
4421 2012-09-20  Marek Polacek  <polacek@redhat.com>
4423         * MAINTAINERS (Write After Approval): Add myself.
4425 2012-09-19  Steve Ellcey  <sellcey@mips.com>
4427         * configure.ac: Add mips*-mti-elf* target.
4428         * configure: Regenerate.
4430 2012-09-17  Ian Lance Taylor  <iant@google.com>
4432         * MAINTAINERS (Various Maintainers): Add libbacktrace.
4433         * configure.ac (host_libs): Add libbacktrace.
4434         (target_libraries): Add libbacktrace.
4435         * Makefile.def (host_modules): Add libbacktrace.
4436         (target_modules): Likewise.
4437         * configure, Makefile.in: Rebuild.
4439 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
4441         PR target/38607
4442         Merge upstream change.
4443         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4445         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4446         Add libgomp*.o to compare_exclusions for AIX.
4447         * configure: Regenerate.
4449 2012-09-06  Diego Novillo  <dnovillo@google.com>
4451         * configure.ac: Bump minimum GMP version to 4.2.3.
4452         * configure: Re-generate.
4454 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
4456         PR target/54461
4457         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4458         target-libgloss if not configured --with-avrlibc=no.
4459         * configure: Regenerate.
4461 2012-09-04  Jason Merrill  <jason@redhat.com>
4463         * configure.ac: Fix --enable-languages=all.
4465 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
4467         * MAINTAINERS (Write After Approval): Add myself.
4469 2012-09-03  Richard Guenther  <rguenther@suse.de>
4471         PR bootstrap/54138
4472         * configure.ac: Re-organize ISL / CLOOG checks to allow
4473         disabling with either --without-isl or --without-cloog.
4474         * configure: Regenerated.
4476 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
4478         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4479         * configure: Regenerate.
4481 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
4483         * MAINTAINERS: Fix my email address.
4485 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4487         PR binutils/4970
4488         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4489         and opcodes.
4490         * Makefile.in: Regenerated.
4492 2012-08-26  Art Haas <ahaas@impactweather.com>
4494         * configure: Regenerate.
4496 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
4498         * INSTALL/README: Also refer to the online installation
4499         instructions.
4501 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4503         * MAINTAINERS (Write After Approval): Add myself.
4504         (Picochip port): Remove myself.
4506 2012-08-14   Diego Novillo  <dnovillo@google.com>
4508         Merge from cxx-conversion branch.
4510         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4511         POSTSTAGE1_CONFIGURE_FLAGS.
4512         * Makefile.in: Regenerate.
4513         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
4514         Force C++ when bootstrapping.
4515         * configure: Regenerate.
4517 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4519         * MAINTAINERS (Write After Approval): Add myself.
4521 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
4523         * README: Document use of ranges of years in copyright notices.
4525 2012-07-06  Richard Guenther  <rguenther@suse.de>
4527         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4528         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4529         --with-gmp=system.
4530         * Makefile.in: Regenerated.
4531         * configure: Likewise.
4533 2012-07-06  Richard Guenther  <rguenther@suse.de>
4535         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4536         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4537         supply V=1 as extra_make_flags.
4538         * configure: Regenerated.
4539         * Makefile.in: Likewise.
4541 2012-07-04  Tristan Gingold  <gingold@adacore.com>
4543         * configure: Regenerate.
4545 2012-07-03  Richard Guenther  <rguenther@suse.de>
4547         * Makfile.def (isl): Remove not necessary extra_exports and
4548         extra_make_flags.
4549         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4550         * Makefile.in: Regenerated.
4552 2012-07-03  Richard Guenther  <rguenther@suse.de>
4554         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4555         * configure.ac: If either the ISL or the CLooG check failed
4556         do not try to build in-tree versions.
4557         * Makefile.in: Regenerated.
4558         * configure: Regenerated.
4560 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4562         * configure: Regenerate.
4564 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4566         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4567         maintainer.
4569 2012-07-02  Richard Guenther  <rguenther@suse.de>
4571         * configure: Regenerated.
4573 2012-07-02  Richard Guenther  <rguenther@suse.de>
4574         Michael Matz  <matz@suse.de>
4575         Tobias Grosser <tobias@grosser.es>
4576         Sebastian Pop <sebpop@gmail.com>
4578         * Makefile.def: Add ISL host module, remove PPL host module.
4579         Adjust ClooG host module to use the proper ISL.
4580         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4581         * configure.ac: Include config/isl.m4.  Add ISL host library,
4582         remove PPL.  Remove PPL configury, add ISL configury, adjust
4583         ClooG configury.
4584         * Makefile.in: Regenerated.
4585         * configure: Likewise.
4587 2012-07-02  Richard Guenther  <rguenther@suse.de>
4589         Merge from graphite branch
4590         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4592         * configure: Regenerated.
4593         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4594         both cloog.org and legacy versions. The only supported version will
4595         be CLooG with the isl backend.
4597         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4599         * configure: Regenerated.
4600         * configure.ac: Require cloog isl 0.17.0
4602         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4604         * configure: Regenerated.
4605         * config/cloog.m4: Do not define CLOOG_ORG
4607 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4609         * configure.ac: Skip C if explicitly selected.
4610         * configure: Regenerate.
4612 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
4614         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4615         they contain -O2.
4616         * configure: Regenerate.
4618 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4620         PR debug/53740
4621         * df.h, df-problems.c, dce.c: Revert last patch.
4623 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
4625         * MAINTAINERS (Write After Approval): Update my email address.
4627 2012-06-21  Meador Inge  <meadori@codesourcery.com>
4629         * MAINTAINERS (Write After Approval): Add myself.
4631 2012-06-20  Jason Merrill  <jason@redhat.com>
4633         * Makefile.tpl (check-target-libgomp-c++): New.
4634         (check-target-libitm-c++): New.
4635         * Makefile.def (c++): Add them.
4636         * Makefile.in: Regenerate.
4638 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
4640         * MAINTAINERS (Write After Approval): Add myself.
4642 2012-05-16  Olivier Hainque  <hainque@adacore.com>
4644         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4645         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4646         (install-no-fixedincludes): Adjust accordingly.
4647         * Makefile.in: Regenerate.
4649 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4651         Merge upstream change
4652         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4654 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
4656         * MAINTAINERS (Write After Approval): Add myself.
4658 2012-05-09  Nick Clifton  <nickc@redhat.com>
4659             Paul Smith  <psmith@gnu.org>
4661         PR bootstrap/50461
4662         * configure.ac (mpfr-dir): When using in-tree MPFR sources
4663         allow for the fact that from release v3.1.0 of MPFR the source
4664         files were moved into a src sub-directory.
4665         * configure: Regenerate.
4667 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
4669         * configure.ac: Bump minimum MPFR version to 2.4.0.
4670         * configure: Regenerated.
4672 2012-05-01  Richard Henderson  <rth@redhat.com>
4674         * Makefile.def (libatomic): New target_module.
4675         * configure.ac (target_libraries): Add libatomic.
4676         (noconfigdirs): Check if libatomic is supported.
4677         * Makefile.in, configure: Rebuild.
4679 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
4681         * MAINTAINERS (Write After Approval): Add myself.
4683 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
4685         * config.sub: Update to 2012-04-18 version from official repo.
4687 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
4689         * MAINTAINERS (Write After Approval): Add myself.
4691 2012-04-11  Steve Ellcey  <sellcey@mips.com>
4693         * MAINTAINERS: Changed email address.
4695 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
4697         PR target/52737
4698         * contrib/gcc_update (files_and_dependencies):
4699         Remove gcc/config/avr/t-multilib from touch data.
4701 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4703         * MAINTAINERS (OS Port Maintainers): Remove irix.
4704         * configure.ac (enable_libgomp): Remove *-*-irix6*.
4705         (unsupported_languages): Remove mips-sgi-irix6.*.
4706         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4707         (with_stabs): Remove.
4708         * configure: Regenerate.
4710 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4712         * MAINTAINERS (OS Port Maintainers): Remove osf.
4713         * configure.ac (enable_libgomp): Remove *-*-osf*.
4714         (with_stabs): Remove alpha*-*-osf*.
4715         * configure: Regenerate.
4717 2012-03-05  Tristan Gingold  <gingold@adacore.com>
4719         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4720         * configure: Regenerate.
4722 2012-02-17  Walter Lee  <walt@tilera.com>
4724         * MAINTAINERS: (Write After Approval): Delete myself.
4726 2012-02-14  Walter Lee  <walt@tilera.com>
4728         * MAINTAINERS (tilegx port): Add myself.
4729         (tilepro port): Add myself.
4730         (Write After Approval): Add myself.
4732 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
4734         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4735         and Joseph Myers as docstring relicensing maintainers.
4737 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
4739         * MAINTAINERS (write-after-approval): Add myself.
4741 2012-02-08  Ira Rosen <irar@il.ibm.com>
4743         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4744         maintainer.
4746 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4748         * MAINTAINERS (Write After Approval): Move myself to
4749         maintain alphabetical order.
4751 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4753         * MAINTAINERS (Write After Approval): Add myself.
4755 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
4757         * MAINTAINERS (Write After Approval): Add myself.
4759 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4760             Jayant R Sonar <jayant.sonar@kpitcummins.com>
4762         * configure.ac (cr16-*-*): Remove nonconfigdirs.
4763         * configure: Regenerate.
4765 2012-01-23  Harshit Chopra  <harshit@google.com>
4767         * MAINTAINERS (Write After Approval): Add myself.
4769 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
4771         * configure.ac: Remove reference to mh-interix.
4772         * configure: Regenerate.
4774 2012-01-05  Richard Henderson  <rth@redhat.com>
4776         PR bootstrap/51072
4777         * configure.ac: Disable libitm if c++ is not enabled.
4778         * configure: Rebuild.
4780         * configure.ac: Fix regexp for same.
4781         * configure: Rebuild.
4783 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
4785         * MAINTAINERS (Write After Approval): Add myself.
4787 2012-01-02  Richard Guenther  <rguenther@suse.de>
4789         PR bootstrap/51686
4790         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4791         * Makefile.in: Regenerate.
4793 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
4795         * MAINTAINERS (Write After Approval): Add myself.
4797 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
4799         * configure: Regenerate.
4801 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
4803         * MAINTAINERS (picochip): Changed email address.
4805 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4807         * MAINTAINERS (write-after-approval): Add self.
4809 2011-11-29  DJ Delorie  <dj@redhat.com>
4811         * configure.ac (rl78-*-*) New case.
4812         * configure: Regenerate.
4813         * MAINTAINERS: Add myself as RL78 maintainer.
4815 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4817         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4819 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
4821         * libtool.m4: Additional FreeBSD 10 fixes.
4823 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
4825         * MAINTAINERS: Move myself from Write After Approval to CPU Port
4826         Maintainers section, as Epiphany maintainer.
4828 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
4830         PR target/49992
4831         * configure.ac: Remove ranlib special-casing for Darwin.
4832         * configure: Regenerate.
4834 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
4836         * MAINTAINERS (Reviewers): Keep the list sorted.
4838 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
4840         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4842 2011-11-09  Roland McGrath  <mcgrathr@google.com>
4844         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4845         * configure: Rebuild.
4846         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4847         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4848         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4849         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4850         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4851         Add READELF.
4852         * Makefile.in: Rebuild.
4854 2011-11-09  Jason Merrill  <jason@redhat.com>
4856         * Makefile.def (language=c++): Remove check-c++0x.
4857         * Makefile.in (check-gcc-c++): Regenerate.
4859 2011-11-08  Richard Henderson  <rth@redhat.com>
4861         * configure.ac: Test for libitm directory present first.
4863         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4865         * configure.ac: Test libitm/configure.tgt to disable libitm.
4866         * configure: Rebuild.
4868 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
4869             Richard Henderson  <rth@redhat.com>
4871         Merged from transactional-memory.
4873         * Makefile.def (lang_env_dependencies): libitm is c++.
4874         Add libitm target module.
4875         * configure.ac: Likewise.
4876         * config/mmap.m4: New file.
4877         * contrib/gcc_update: Add libitm to touch data.
4878         * Makefile.in, configure: Rebuild.
4880 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4882         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4883         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4884         * Makefile.in: Regenerate.
4886 2011-11-01  DJ Delorie  <dj@redhat.com>
4888         * config.sub: Update to version 2011-10-29 (added rl78)
4890 2011-10-27  Nick Clifton  <nickc@redhat.com>
4892         * config.sub: Import these changes from the config project:
4894         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
4895             Ben Elliston  <bje@gnu.org>
4897         * config.sub (epiphany): New.
4899         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
4900             Ben Elliston  <bje@gnu.org>
4902         * config.sub (hexagon, hexagon-*): New.
4904         2011-08-23  Roland McGrath  <mcgrathr@google.com>
4906         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4907         64eb to be64.
4909         2011-08-16  Roland McGrath  <mcgrathr@google.com>
4911         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4912         (nacl): Grok as alias for 32el-unknown-nacl.
4914 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
4916         * MAINTAINERS (Write After Approval): Add myself.
4918 2011-10-24  Teresa Johnson  <tejohnson@google.com>
4920         * MAINTAINERS (Write After Approval): Add myself.
4922 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
4924         * MAINTAINERS (sparc port): Remove myself.
4926 2011-09-14  Tom de Vries  <tom@codesourcery.com>
4928         * MAINTAINERS (Write After Approval): Add myself.
4930 2011-08-14  Yao Qi  <yao@codesourcery.com>
4932         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4933         * configure: Regenerate.
4935 2011-07-26  Ian Lance Taylor  <iant@google.com>
4937         * configure.ac: Set have_compiler based on whether gcc directory
4938         exists, rather than on whether gcc is in configdirs.
4939         * configure: Rebuild.
4941 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
4943         * MAINTAINERS (Global Reviewers): Add self.
4945 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
4947         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4948         link directories.
4949         * Makefile.in: Rebuild.
4951 2011-07-20  Ian Lance Taylor  <iant@google.com>
4953         PR bootstrap/49787
4954         * configure.ac: Move --enable-bootstrap handling earlier in file.
4955         If --enable-bootstrap and either --enable-build-with-cxx or
4956         --enable-build-poststage1-with-cxx, enable C++ automatically.
4957         * configure: Rebuild.
4959 2011-07-19  Ian Lance Taylor  <iant@google.com>
4961         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
4962         make C++ a boot_language.  Set and substitute
4963         POSTSTAGE1_CONFIGURE_FLAGS.
4964         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4965         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4966         * configure, Makefile.in: Rebuild.
4968 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
4970         * MAINTAINERS (Register Allocation): Move myself from reviewers to
4971         maintainers.
4973 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
4975         * MAINTAINERS (Global Reviewers): Add myself.
4977 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4979         * configure: Regenerate.
4981 2011-07-16  Jason Merrill  <jason@redhat.com>
4983         * Makefile.def (language=c++): Add check-c++0x and
4984         check-target-libmudflap-c++.
4985         * Makefile.tpl (check-target-libmudflap-c++): New.
4986         * Makefile.in: Regenerate.
4988 2011-07-16  Matthias Klose  <doko@ubuntu.com>
4990         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4991         * Makefile.def (target_modules/libjava): Pass
4992         $(EXTRA_CONFIGARGS_LIBJAVA).
4993         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4994         if not configured with --enable-static-libjava.
4995         * Makefile.in: Regenerate.
4996         * configure: Likewise.
4998 2011-07-15  Jason Merrill  <jason@redhat.com>
5000         * Makefile.in (check-c++): Move check-gcc-c++0x after
5001         check-target-libstdc++-v3.
5003 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5005         * MAINTAINERS (c6x port): New entry.
5007 2011-07-13  Jason Merrill  <jason@redhat.com>
5009         * Makefile.in (check-gcc-c++0x): New.
5010         (check-c++): Depend on it.
5012 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5014         PR target/39150
5015         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5016         x86_64-*-solaris2.1[0-9]*.
5017         * configure: Regenerate.
5019 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5021         * MAINTAINERS (RTL optimizers): Add self.
5023 2011-06-27  Gabriel Charette  <gchare@google.com>
5025         * MAINTAINERS (Write After Approval): Add myself.
5027 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5029         PR regression/47836
5030         PR bootstrap/23656
5031         PR other/47733
5032         PR bootstrap/49247
5033         PR c/48825
5034         * configure.ac (target_libraries): Remove target-libiberty.
5035         Remove case-statement setting skipdirs=target-libiberty for
5036         multiple targets.  Remove checking target_configdirs and
5037         removing target-libiberty but keeping target-libgcc if
5038         otherwise empty.
5039         * Makefile.def (target_modules): Don't add libiberty.
5040         (dependencies): Remove all traces of target-libiberty.
5041         * configure, Makefile.in: Regenerate.
5043 2011-06-13  Walter Lee <walt@tilera.com>
5045         * configure.ac (tilepro-*-*) New case.
5046         (tilegx-*-*): Likewise.
5047         * configure: Regenerate.
5049 2011-06-06  Jing Yu  <jingyu@google.com>
5051         * configure.ac: Skip target-libiberty for
5052         arm*-*-linux-androideabi.
5053         * configure: Regenerated.
5055 2011-06-06  Nick Clifton  <nickc@redhat.com>
5057         * config.sub: Sync from upstream.
5059 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5061         * MAINTAINERS (Write After Approval): Add myself.
5063 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5065         * MAINTAINERS: Update my email address.
5067 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5069         * MAINTAINERS (Write After Approval): Update my email address.
5071 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5073         * MAINTAINERS (Write After Approval): Add myself.
5075 2011-05-08  Doug Kwan  <dougkwan@google.com>
5077         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5078         * configure: Regenerated.
5079         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5080         value from configure.
5081         * Makefile.in: Regenerated.
5083 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5085         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5086         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5087         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5088         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5089         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5090         *-*-vxworks*): Disable newlib and libgloss in separate case
5091         statement.
5092         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5093         to separate case statement.
5094         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5095         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5096         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5097         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5098         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5099         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5100         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5101         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5102         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5103         i[[3456789]]86-*-rdos*, m32r-*-*,
5104         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5105         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5106         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5107         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5108         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5109         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5110         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5111         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5112         and libgloss in main case over targets.  Remove most empty cases
5113         in main case over targets.
5114         * configure: Regenerate.
5116 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5118         * MAINTAINERS (Write After Approval): Add myself.
5120 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5122         * configure.ac: Remove code setting special library locations for
5123         hppa*64*-*-hpux11*.  Remove code setting compiler for
5124         sparc-sun-solaris2*.
5125         * configure: Regenerate.
5127 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5129         * configure.ac: Separate libgloss_dir settings from general case
5130         over targets.
5131         * configure: Regenerate.
5133 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5135         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5136         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5137         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5138         cases in libgcj-disabling case statement.
5139         (hppa*64*-*-linux*): Set unsupported_languages instead of
5140         disabling target-zlib.
5141         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5142         to hppa*64*-*-hpux*.
5143         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5144         hppa*-*-hpux*.
5145         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5146         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5147         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5148         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5149         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5150         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5151         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5152         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5153         libgcj-disabling case statement.
5154         * configure: Regenerate.
5156 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5158         * configure.ac: Disable Java for targets not supporting libffi.
5159         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5160         Remove cases in Java-disabling statement.
5161         (*arm-wince-pe): Change to arm-wince-pe.
5162         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5163         cases in Java-disabling statement.
5164         (bfin-*-*): Don't disable Java again.
5165         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5166         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5167         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5168         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5169         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5170         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5171         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5172         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5173         Java-disabling statement.
5174         (mmix-*-*): Don't disable Java again.
5175         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5176         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5177         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5178         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5179         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5180         statement.
5181         * configure: Regenerate.
5183 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5185         * configure.ac: Separate cases disabling Java and Java libraries
5186         from general case over targets.
5187         * configure: Regenerate.
5189 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5191         * MAINTAINERS: Update my email address.
5193 2011-04-20  Easwaran Raman  <eraman@google.com>
5195         * MAINTAINERS (Write After Approval): Add myself.
5197 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5199         PR lto/48086
5200         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5201         * configure: Regenerate.
5203 2011-04-16  Jim Meyering  <meyering@redhat.com>
5205         * MAINTAINERS (Write After Approval): Add myself.
5207 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5209         * MAINTAINERS: Update my email address.
5211 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5213         * MAINTAINERS (Write After Approval): Add myself.
5215 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5217         * MAINTAINERS (Write After Approval): Add myself.
5219 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5221         * MAINTAINERS (Write After Approval): Add myself.
5223 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5225         * configure.ac (build_tools): Remove build-byacc.
5226         (host_libs): Remove mmalloc.
5227         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5228         autoconf automake libtool diff rcs fileutils shellutils time
5229         textutils wdiff find uudecode hello tar gzip indent recode release
5230         sed perl gawk findutils gettext zip.
5231         (libgcj): Remove target-qthreads.
5232         (target_tools): Remove target-examples target-gperf.
5233         (YACC): Don't handle building byacc.
5234         * configure: Regenerate.
5235         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5236         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5237         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5238         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5239         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5240         handle building components.
5241         * Makefile.in: Regenerate.
5243 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5245         * MAINTAINERS: Update my email address as Xtensa maintainer.
5247 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5249         * config.sub: Sync from upstream.
5251 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5253         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5254         (microblaze*): Don't disable libssp.
5255         * configure: Regenerate.
5257 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5259         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5260         moveifchange.
5261         * configure: Regenerate.
5262         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5263         * Makefile.in: Regenerate.
5265 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5267         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5268         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5269         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5270         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5271         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5272         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5273         md_exec_prefix cases.
5274         * configure: Regenerate.
5276 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5278         * configure.ac: Separate cases disabling target-libssp,
5279         target-libiberty, target-libstdc++-v3 and Fortran from general
5280         case over targets.
5281         * configure: Regenerate.
5283 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5285         * configure.ac (*-*-chorusos): Don't disable libgcj.
5286         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5287         Remove case.
5288         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5289         (arm-*-coff): Don't disable libgcj.
5290         (arm*-*-linux-gnueabi): Remove useless assignment.
5291         (arm-*-riscix*): Don't disable libgcj.
5292         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5293         configuration.
5294         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5295         (c54x*-*-*): Remove case.
5296         (tic54x-*-*): Don't disable GCC or GCC libraries.
5297         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5298         to *.
5299         (d10v-*-*): Don't disable GCC libraries.
5300         (d30v-*-*): Don't disable libgcj.
5301         (h8500-*-*): Don't disable GCC libraries.
5302         (i960-*-*): Don't disable libgcj.
5303         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5304         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5305         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5306         libgcj.
5307         (m68k-*-coff*): Remove case.
5308         (mmix-*-*): Don't disable libgloss on host.
5309         (mn10200-*-*, mn10300-*-*): Remove cases.
5310         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5311         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5312         Don't disable libgcj.
5313         (romp-*-*): Remove case.
5314         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5315         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5316         case.
5317         (v810-*-*): Don't disable GCC libraries.
5318         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5319         (ip2k-*-*): Don't disable GCC libraries.
5320         * configure: Regenerate.
5322 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5324         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5325         libffi on host.
5326         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5327         on host.
5328         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5329         * configure: Regenerate.
5331 2011-03-26  John Marino  <binutils@marino.st>
5333         * configure.ac: Add support for *-*-dragonfly*
5334         * configure: Regenerate.
5336 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5338         * configure.ac (native_only): Remove.
5339         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5340         send-pr uudecode guile gnuserv on host.
5341         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5342         send-pr rcs guile perl texinfo libtool on host.
5343         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5344         automake send-pr rcs guile perl texinfo libtool on host.
5345         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5346         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5347         (alpha*-dec-osf*): Don't disable fileutils on target.
5348         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5349         texinfo send-pr expect dejagnu on target.
5350         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5351         target-qthreads on target.
5352         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5353         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5354         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5355         x86_64-*-mingw*): Don't disable expect on target.
5356         (*-*-cygwin*): Don't disable target-gperf on target.
5357         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5358         gnuserv on target.
5359         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5360         target.
5361         * configure: Regenerate.
5363 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5365         * configure.ac (target_tools): Remove target-groff.
5366         (native_only): Remove target-groff.
5367         (hppa*64*-*-*): Don't disable byacc.
5368         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5369         setting.
5370         (*-*-kaos*): Don't skip target-librx and target-groff.
5371         (*-*-netware*): Don't skip target-libmudflap.
5372         (*-*-tpf*): Don't skip target-libmudflap.
5373         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5374         directories on the host.
5375         (ia64*-*-*vms*): Don't skip tix.
5376         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5377         host.
5378         * configure: Regenerate.
5380 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
5382         * configure.ac: Remove references to mt-mep, mt-netware,
5383         mt-wince.
5384         * Makefile.def: Add all-utils soft dependencies.
5385         * Makefile.tpl: Remove GDB_NLM_DEPS.
5386         * configure: Regenerate.
5387         * Makefile.in: Regenerate.
5389 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5391         * configure.ac: Do not include mh-x86omitfp.
5392         * configure: Regenerate.
5394 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5396         * configure.ac: Remove empty cases.
5397         * configure: Regenerate.
5399 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5401         * Makefile.def: Add dependency from termcap to gdb.
5402         * Makefile.in: Regenerate.
5404 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5406         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5407         * configure: Regenerate.
5408         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5409         * Makefile.tpl: Likewise.
5410         * Makefile.in: Regenerate.
5412 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5414         * configure.ac: Remove all mentions of tentative_cc.
5415         * configure: Regenerate.
5417 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5419         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5420         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5421         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5422         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5423         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5424         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5425         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5426         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5427         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5428         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5429         *-*-rhapsody*): Remove host cases.
5430         * configure: Regenerate.
5432 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5434         * configure.ac (ppc*-*-pe): Remove host case.
5435         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5436         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5437         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5438         cases.
5439         * configure: Regenerate.
5441 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5443         * config.sub: Update to version 2011-03-23.
5445 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5447         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5448         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5449         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5450         * configure: Regenerate.
5452 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5454         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
5455         to Write After Approval.
5456         * config-ml.in: Don't handle arc-*-elf*.
5457         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5458         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5459         handle GCC libraries.
5460         * configure: Regenerate.
5462 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5464         PR bootstrap/48120:
5465         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5466         Add -lstdc++ -lm to LIBS.
5467         * configure: Regenerate.
5469 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
5471         * config.guess: Update to version 2011-02-02
5472         * config.sub: Update to version 2011-02-24
5474 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
5476         PR lto/48086
5477         * configure.ac: Re-enable LTO on *-apple-darwin9.
5478         * configure: Regenerate.
5480 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
5482         PR lto/48086
5483         * configure.ac: Disable LTO on darwin due to an assembler change in
5484         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5485         under 256.
5486         * configure: Regenerate.
5488 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
5490         * MAINTAINERS: Update myself as score backend maintainer,
5491         update my e-mail address.
5493 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
5495         * MAINTAINERS: Update my e-mail address.
5497 2011-03-06  Joey Ye  <joey.ye@arm.com>
5499         * MAINTAINERS: Update my e-mail address.
5501 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5503         * configure.ac: Adjust test of with_ppl.
5504         * configure: Regenerated.
5506 2011-03-02  Kai Tietz  <ktietz@redhat.com>
5508         * MAINTAINERS: Adjust my e-mail address.
5510 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5512         * configure.ac: Add -lpwl to ppllibs.
5513         * configure: Regenerated.
5515 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5517         * config/cloog.m4: Add -lisl to clooglibs.
5518         * configure: Regenerated.
5520 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5522         * MAINTAINERS (CPU Port maintainers): Add self.
5524 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5526         * MAINTAINERS: Add myself as testsuite maintainer.
5528 2011-02-15  Mike Stump  <mikestump@comcast.net>
5530         * MAINTAINERS: Add myself as testsuite maintainer.
5532 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5534         Import from Libtool and gnulib:
5536         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
5538         Prepare for supporting FreeBSD 10.
5539         * config.rpath: Remove handling of freebsd1* which soon would
5540         match FreeBSD 10.0.
5542         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
5544         Remove support for FreeBSD 1.x.
5545         * libtool.m4 (_LT_LINKER_SHLIBS)
5546         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5547         soon would incorrectly match FreeBSD 10.0.
5549 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5551         PR binutils/12283
5552         * move-if-change: Import version from gnulib.
5554 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5556         PR lto/47225
5557         * Makefile.def (lto-plugin): Double dash for enable-shared.
5558         (configure-gcc): Depend on all-lto-plugin.
5559         * Makefile.in: Rebuilt.
5561 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5563         * configure.ac: Remove extra bracket.
5564         * configure: Regenerate.
5566 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5568         * MAINTAINERS: Add myself as libquadmath maintainer.
5570 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5572         * MAINTAINERS: Update my email address.
5574 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
5576         * MAINTAINERS (option handling): Add self.
5578 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5580         PR lto/47225
5581         * Makefile.def: Add dependency for install-gcc
5582         on install-lto-plugin.
5583         * Makfile.in: Regenerated
5585 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5587         * MAINTAINERS (CPU Port Maintainers): Add myself.
5589 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5591         PR libgcj/44341
5592         * configure.ac: Discard --with-* flags for host when configuring
5593         target libraries for cross build.
5594         * configure: Rebuilt.
5596 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5598         * MAINTAINERS (linear loop transforms): Removed.
5600 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5602         * configure.ac: If with_ppl is no, move setting with_cloog=no
5603         after CLOOG_REQUESTED check.
5604         * configure: Regenerated.
5606 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5608         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5609         CLooG has been requested.
5610         * configure: Regenerated.
5612 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5614         * configure: Regenerated.
5615         * configure.ac: Check for version 0.11 (or later revision) of PPL.
5617 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5619         * configure: Regenerated.
5620         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5622 2011-01-21  Andreas Schwab  <schwab@redhat.com>
5624         * configure.ac: Use AS_HELP_STRING throughout.
5625         * configure: Regenerate.
5627 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
5629         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5630         * configure: Regenerate.
5632 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5634         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5636 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
5638         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5639         for ia64-hpux.
5640         * configure: Regenerate.
5642 2011-01-07  Jan Hubicka  <jh@suse.cz>
5644         PR lto/47225
5645         * Makefile.in: Regenerate.
5646         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5647         configure.
5649 2011-01-07  Jan Hubicka  <jh@suse.cz>
5651         * Makefile.in: Regenerate.
5652         * Makefile.def (gcc host module) and soft dependency on lto-plugin
5653         and configure dependency on lto-plugin configure.
5654         (lto-plugin module): Remove dependency on GCC; add dependency on
5655         liniberty.
5657 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
5659         * MAINTAINERS (Write After Approval): Add myself.
5661 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
5663         * configure: Regenerate.
5665 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
5667         * configure.ac: (picochip): Disable libiberty.
5669 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
5671         * MAINTAINERS (Write After Approval): Add myself.
5673 2010-12-10  Ian Lance Taylor  <iant@google.com>
5675         PR bootstrap/46819
5676         * configure.ac: For --disable-libgcj clear libgcj_saved.
5677         * configure: Rebuild.
5679 2010-12-10  Tobias Burnus  <burnus@net-b.de>
5681         PR fortran/46540
5682         * configure.ac: Add --disable-libquadmath and
5683         --disable-libquadmath-support.
5684         * configure: Regenerate.
5686 2010-12-03  Ian Lance Taylor  <iant@google.com>
5688         * MAINTAINERS: Add myself as libgo maintainer.
5690 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
5692         PR libffi/46792
5693         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5694         * configure: Regenerate.
5696 2010-12-02  Ian Lance Taylor  <iant@google.com>
5698         * configure.ac: Always set default for poststage1_ldflags to
5699         -static-libstdc++ -static-libgcc.
5701 2010-11-29  Andreas Schwab  <schwab@redhat.com>
5703         * configure.ac: Move comment to remove extra space in last argument
5704         of GCC_TARGET_TOOL.
5706 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
5708         PR other/46026
5709         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5710         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5711         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5712         (BASE_FLAGS_TO_PASS): Use it.
5713         * configure: Rebuilt.
5714         * Makefile.in: Rebuilt.
5716 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
5718         PR binutils/12258
5719         * configure.ac: Correct comments for --enable-gold/--enable-ld.
5720         Properly check default linker.
5721         * configure: Regnerated.
5723 2010-11-23  Matthias Klose  <doko@ubuntu.com>
5725         * configure.ac: For --enable-gold, handle value `default' instead of
5726         `both*'.  New configure option --{en,dis}able-ld.
5727         * configure: Regenerate.
5729 2010-11-20  Ian Lance Taylor  <iant@google.com>
5731         * configure.ac: Only disable a language library if no language needs
5732         it.  Don't let --disable-libgcj uncondtionally disable libffi.
5733         * configure: Rebuild.
5735 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5737         * Makefile.in: Regenerate.
5739         PR other/46202
5740         * configure.ac: Fix just-built in-tree STRIP name to be
5741         binutils/strip-new.
5742         * configure: Regenerate.
5743         * Makefile.def (install-strip-gcc, install-strip-binutils)
5744         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5745         (install-strip-sid): Mirror dependencies on non-strip variants
5746         of these targets on the respective -strip prerequisites.
5747         * Makefile.tpl (install-strip, install-strip-host)
5748         (install-strip-target): New targets.
5749         (install-strip-[+module+], install-strip-target-[+module+]):
5750         New targets.
5751         * Makefile.in: Regenerate.
5753 2010-11-19  Ian Lance Taylor  <iant@google.com>
5754             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5756         * configure.ac: Add target-libgo to target_libraries.  Set
5757         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5758         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5759         (HOST_EXPORTS): Add GOC.
5760         (BASE_TARGET_EXPORTS): Add GOC.
5761         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5762         (GOCFLAGS_FOR_TARGET): New variable.
5763         (EXTRA_HOST_FLAGS): Add GOC.
5764         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5765         * Makefile.def (target_modules): Add libgo.
5766         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5767         (dependencies): Add dependency from configure-target-libgo to
5768         configure-target-libffi and all-target-libstdc++-v3.  Add
5769         dependencies from all-target-libgo to all-target-libffi.
5770         (languages): Add go.
5771         * configure: Rebuild.
5772         * Makefile.in: Rebuild.
5774 2010-11-19  Ian Lance Taylor  <iant@google.com>
5776         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5777         compiler/flag environment variables.
5779 2010-11-18  Ian Lance Taylor  <iant@google.com>
5781         * configure.ac: Check for lang_requires_boot_languages in
5782         config-lang.in files.
5783         * configure: Rebuild.
5785 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5786             Tobias Burnus  <burnus@net-b.de>
5788         PR fortran/32049
5789         * Makefile.def: Add libquadmath; build it with language=fortran.
5790         * configure.ac: Add libquadmath.
5791         * Makefile.tpl: Handle multiple libs in check-[+language+].
5792         * Makefile.in: Regenerate.
5793         * configure: Regenerate.
5795 2010-11-16  Tom Tromey  <tromey@redhat.com>
5797         * MAINTAINERS: Moved myself to reviewers section.
5799 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
5801         * MAINTAINERS: Moved myself to reviewers section.
5803 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5805         * MAINTAINERS (Various Maintainers): Add self for build machinery.
5806         (Write After Approval): Remove self.
5808 2010-11-15  Andreas Schwab  <schwab@redhat.com>
5810         * configure.ac: Fix spelling in option names.
5811         * configure: Regenerated.
5813 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
5815         PR bootstrap/39622
5816         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5817         * configure: Regenerated.
5819 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
5821         * MAINTAINERS: Update my email address.
5823 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5825         * configure: Regenerate.
5827 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5829         * configure: Regenerate.
5831 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5833         * configure: Regenerate.
5835 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5837         * configure: Regenerate.
5839 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5841         * configure.ac: Support official CLooG.org versions.
5842         * configure: Regenerate.
5843         * config/cloog.m4: New.
5845 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
5847         * MAINTAINERS (Write After Approval): Add myself.
5849 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
5851         * MAINTAINERS: Update my email address.
5853 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
5855         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5856         * configure: Regenerate.
5858 2010-11-03  Ian Lance Taylor  <iant@google.com>
5859             Dave Korn  <dave.korn.cygwin@gmail.com>
5861         PR lto/46273
5862         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
5863         and on other supported platforms whenever LTO is enabled.
5864         * configure: Rebuild.
5866 2010-11-02  Alan Modra  <amodra@gmail.com>
5868         PR binutils/12110
5869         * configure.ac: Error when source path contains spaces.
5870         * configure: Regenerate.
5872 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
5874         * MAINTAINERS: Update my email address.
5876 2010-10-20  Ian Lance Taylor  <iant@google.com>
5878         * Makefile.def (target_modules): Set lib_path to src/.libs for
5879         libstdc++-v3 module.
5880         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5881         * Makefile.in: Rebuild.
5883 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5885         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5886         (Write After Approval): Remove myself.
5888 2010-10-15  Tristan Gingold  <gingold@adacore.com>
5890         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5892 2010-10-14  Douglas Rupp  <rupp@gnat.com>
5894         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5896 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5898         * configure.ac (build_lto_plugin): New shell variable.
5899         (--enable-lto): Turn on by default for all non-ELF platforms that
5900         have had LTO support added so far.  Set build_lto_plugin appropriately
5901         for both ELF and non-ELF.
5902         (configdirs): Add lto-plugin or not based on build_lto_plugin.
5903         * configure: Regenerate.
5905 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5907         Sync from src:
5908         * configure.ac (v850 support): Remove target-libgloss from
5909         noconfigdirs.
5910         * configure: Regenerate.
5912 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5914         PR bootstrap/45326
5915         PR bootstrap/45174
5916         * configure.ac: Honor initial values of $build_configargs,
5917         $host_configargs, $target_configargs.  Mark the precious, so
5918         environment settings get recorded.
5919         * configure: Regenerate.
5921 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5923         PR bootstrap/45796
5924         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5925         Depend on all-build-libiberty.
5926         * Makefile.in: Regenerate.
5928 2010-09-30  Michael Eager  <eager@eagercon.com>
5930         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5931         * configure: Regenerate.
5933 2010-09-28  Michael Eager  <eager@eagercon.com>
5935         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5937 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5939         PR bootstrap/44621
5940         * configure.ac: Fix unportable shell quoting.
5941         * configure: Regenerate.
5943 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
5945         * configure.ac (enable-lto): Add Darwin to the list of supported lto
5946         targets and amend comment.
5947         * configure: Regenerate.
5949 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
5951         * MAINTAINERS (Write After Approval): Add myself.
5953 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
5955         * configure.ac: Enable LTO by default on Darwin.
5956         * configure: Regenerate.
5958 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5960         * MAINTAINERS (Write After Approval): Add myself.
5962 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
5964         * MAINTAINERS (Write After Approval): Add myself.
5966 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
5968         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5969         ports
5971 2010-07-28  David Yuste  <david.yuste@gmail.com>
5973         * MAINTAINERS (Write After Approval): Add myself.
5975 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
5977         * configure.ac: Support all v850 targets.
5978         * configure: Regenerate.
5980 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
5982         PR bootstrap/44455
5983         * configure.ac (extra_mpfr_configure_flags): Copy from
5984         extra_mpc_gmp_configure_flags.
5985         * configure: Re-generated.
5987 2010-07-22  Andi Kleen  <ak@linux.intel.com>
5989         * MAINTAINERS (Write After Approval): Add myself.
5991 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
5993         * MAINTAINERS (Write After Approval): Add myself.
5995 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
5997         * MAINTAINERS (Write After Approval): Add myself.
5999 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6001         PR target/44862
6002         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6003         Provide -B option to allow for link spec %s substitutions for
6004         libstdc++.a on darwin.
6005         * Makefile.in: Regenerate.
6007 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6009         * MAINTAINERS (Reviewers): Update my e-mail address
6011 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6013         * Makefile.def (configure-gcc): Depend on all-libelf.
6014         * Makefile.in: Rebuild.
6016 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6018         * MAINTAINERS (Write After Approval): Add myself in the right place.
6020 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6022         * MAINTAINERS (Write After Approval): Add myself.
6024 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6026         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6028 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6030         * config.sub: Update to version 2010-05-21.
6031         * config.guess: Update to version 2010-04-03.
6033 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6035         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6036         * configure: Regenerate.
6038 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6040         * MAINTAINERS (Write After Approval): Add myself.
6042 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6044         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6045         a platform that supports LTO.
6046         * configure: Regenerate.
6048 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6050         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6051         * configure: Regenerated.
6053 2010-04-27  Roland McGrath  <roland@redhat.com>
6054             H.J. Lu  <hongjiu.lu@intel.com>
6056         * configure.ac (--enable-gold): Support both, both/gold and
6057         both/bfd to add gold to configdirs without removing ld.
6058         * configure: Regenerated.
6060         * Makefile.def: Add install-gold dependency to install-ld.
6061         * Makefile.in: Regenerated.
6063 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6065         PR lto/42776
6066         * configure.ac (--enable-lto): Refactor handling so libelf tests
6067         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6068         and allow LTO to be explicitly enabled on non-ELF platforms that
6069         are known to support it inside else-clause.
6070         * configure: Regenerate.
6072 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6074         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6075         * configure: Regenerate.
6077 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6079         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6080         * configure: Regenerate.
6082 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6084         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6085         separately.
6086         * configure: Regenerate.
6088 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6090         * MAINTAINERS (Write After Approval): Add myself.
6092 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6094         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6095         * configure: Regenerate.
6097 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6099         * configure: Regenerate after change to elf.m4.
6101 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6103         * MAINTAINERS (Write After Approval): Add myself.
6105 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6107         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6108         * configure: Regenerated.
6110 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6112         * configure.ac: Print "buggy but acceptable" when CLooG
6113         revision is less than 9.
6114         * configure: Regenerated.
6116 2010-04-01  Diego Novillo  <dnovillo@google.com>
6118         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6120 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6122         PR bootstrap/43615
6123         PR bootstrap/43328
6125         Revert:
6127         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6129         * configure.ac: Do not pass --enable-multilib nor
6130         --disable-multilib in baseargs.  Accept explicitly passed
6131         --enable_multilib.
6132         * configure: Regenerate.
6134 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6136         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6138 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6140         * MAINTAINERS: Remove myself.
6142 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6144         PR bootstrap/43328
6145         * configure.ac: Do not pass --enable-multilib nor
6146         --disable-multilib in baseargs.  Accept explicitly passed
6147         --enable_multilib.
6148         * configure: Regenerate.
6150 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6152         * MAINTAINERS (spu port): Remove me.
6154 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6156         * configure.ac (tic6x-*-*): New case.
6157         * configure: Regenerate.
6159 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6161         * config.sub: Update to version 2010-03-22.
6162         * config.guess: Update to version 2009-12-30.
6164 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6166         PR ada/42554
6167         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6168         * configure: Regenerate.
6170 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6172         * MAINTAINERS: Update my email address.
6174 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6176         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6177         (ghassan.shobaki@amd.com): Removed.
6179 2010-03-17  Alan Modra  <amodra@gmail.com>
6181         * MAINTAINERS: Update my email address.
6183 2010-03-16  Diego Novillo  <dnovillo@google.com>
6185         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6186         Matthews.
6188 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6190         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6191         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6193 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6195         * MAINTAINERS: Update my email address.
6197 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6199         * MAINTAINERS: Update my email address.
6201 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6203         * MAINTAINERS: Update my email address.
6205 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6207         * MAINTAINERS: Update my email address.
6209 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6211         PR libstdc++/32499
6212         * configure.ac (RANLIB): Default to true.
6213         (STRIP): Likewise.
6214         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6215         * configure: Regenerate.
6217 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6219         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6220         (Write After Approval): Update my email address.
6222 2010-02-17  Nick Clifton  <nickc@redhat.com>
6224         PR 11238
6225         * Makefile.tpl (local-distclean): Also remove config.cache files in
6226         sub-directories as there may not be Makefiles present in the
6227         sub-directories.
6228         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6229         the config.cache files found by the find command.
6231         * Makefile.in: Regenerate.
6232         * configure.ac: Revert previous delta.
6233         * configure: Regenerate.
6235 2010-02-15  Nick Clifton  <nickc@redhat.com>
6237         PR 11238
6238         * configure.ac: Delete config.cache files in sub-directories when
6239         deleting Makefiles.
6240         * configure: Regenerate.
6242 2010-02-12  Ben Elliston  <bje@gnu.org>
6244         * MAINTAINERS: Update my email address.
6246 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6248         * MAINTAINERS (spu port): Update my email address.
6250 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6252         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6254 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6256         * configure.ac: Add "recommended" version checks for GMP/MPC.
6257         Update recommended GMP/MPFR/MPC versions.
6258         * configure: Regenerate.
6260 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6262         * MAINTAINERS: Move my Embecosm email address into the
6263         write-after-approval section.
6265 2010-01-26  Ian Lance Taylor  <iant@google.com>
6267         * MAINTAINERS: Add myself as Go frontend maintainer.
6269 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6271         PR libstdc++/36101, PR libstdc++/42813
6272         * configure.ac (bootstrap_target_libs): Make inclusion of
6273         target-libgomp conditional on libgomb being in target_configdirs.
6274         * configure: Regenerate.
6276 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6278         PR libstdc++/36101, PR libstdc++/42813
6279         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6280         * configure: Regenerate.
6282 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6284         PR libstdc++/36101, PR libstdc++/42813
6285         * configure.ac (target_configdirs): Substitute.
6286         * Makefile.def: Bootstrap target module libgomp.
6287         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6288         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6289         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6290         * configure, Makefile.in: Regenerate.
6292 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6294         * MAINTAINERS: Adjust my details.
6296 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6298         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6300 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6302         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6304 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6306         * MAINTAINERS (Write After Approval): Add myself.
6308 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6310         * MAINTAINERS (Write After Approval): Add myself.
6312 2010-01-11  Richard Guenther  <rguenther@suse.de>
6314         PR lto/41569
6315         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6316         * Makefile.in: Regenerated.
6318 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6320         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6321         * configure: Regenerate.
6323 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6324             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6326         PR bootstrap/42424
6327         * configure.ac: Include libtool m4 files.
6328         (_LT_CHECK_OBJDIR): Call it.
6329         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6330         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6332         * configure: Regenerate.
6334 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6336         PR bootstrap/41818
6337         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6338         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6339         * Makefile.in: Regenerate.
6341 2010-01-02  Richard Guenther  <rguenther@suse.de>
6343         PR lto/41529
6344         * configure.ac: Include config/elf.m4.  Disable LTO if not
6345         builting for an elf target.
6346         * configure: Regenerate.
6348 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6350         * MAINTAINERS: Change my email address.
6352 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6354         * config.sub, config.guess: Update from upstream sources.
6356 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6358         * MAINTAINERS (Write After Approval): Add myself.
6360 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6362         PR middle-end/30447
6363         PR middle-end/30789
6364         PR other/40302
6366         * configure.ac: Require MPC.
6367         * configure: Regenerate.
6369 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6371         PR target/38384
6372         PR bootstrap/40972
6373         * libtool.m4: Sync from git Libtool.
6374         * ltoptions.m4: Likewise.
6375         * ltversion.m4: Likewise.
6376         * lt~obsolete.m4: Likewise.
6377         * ltmain.sh: Likewise.
6379 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6381         * configure.ac: Update minimum MPC version to 0.8.
6382         * configure: Regenerate.
6384 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
6386         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6387         * configure: Regenerated.
6389 2009-11-21  Ian Lance Taylor  <iant@google.com>
6391         * configure.ac: Change default of poststage1_ldflags to be empty if
6392         poststage1_libs is set.  When poststage1_libs is empty, and
6393         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6394         * configure: Rebuild.
6396 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
6398         * MAINTAINERS (Write After Approval): Update my email address.
6400 2009-11-20  Ben Elliston  <bje@au.ibm.com>
6402         * config.guess: Update from upstream sources.
6404 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6406         * Makefile.def: Restore host and target settings for gmp.
6407         * Makefile.in: Rebuild.
6409 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6411         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
6412         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
6413         Fix portability of test of C++ as bootstrap language.  Add
6414         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6415         * configure: Rebuild.
6416         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6417         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
6418         in-tree building.
6419         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6420         (POSTSTAGE1_HOST_EXPORTS): Use it.
6421         (STAGE[+id+]_CXXFLAGS): New.
6422         (BASE_FLAGS_TO_PASS): Pass it down.
6423         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
6424         extra_exports.
6425         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6426         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6427         extra_exports.
6428         * Makefile.in: Rebuild.
6430 2009-11-17  Ben Elliston  <bje@au.ibm.com>
6432         * config.sub, config.guess: Update from upstream sources.
6434 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6436         * MAINTAINERS (Write After Approval): Add myself.
6438 2009-11-09  Jon Beniston  <jon@beniston.com>
6440         * MAINTAINERS (Write After Approval): Add myself.
6442 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
6444         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
6445         paths for *-w64-mingw* and x86_64-*mingw*.
6446         * configure: Regenerated.
6448 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
6450         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6452 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
6454         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6455         Phil Edwards to Write-After Approval.
6457 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
6459         * configure.ac: Disable target-winsup & co for
6460         x86_64-*-mingw* and *-w64-mingw* targets.
6461         * configure: Regenerated.
6463 2009-10-16  Nick Clifton  <nickc@redhat.com>
6465         * MAINTAINERS: Add myself as a maintainer for the RX port.
6467 2009-10-26  Johannes Singler  <singler@kit.edu>
6469         * MAINTAINERS (Write After Approval): Update my e-mail address.
6471 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6473         * configure.ac (CLooG test): Use = with test.
6474         * configure: Regenerate.
6476 2009-10-22  Richard Guenther  <rguenther@suse.de>
6478         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
6479         cloog if the ppl version check failed.  Move flags saving
6480         before setting in libelf check.
6481         * configure: Regenerate.
6483 2009-10-21  Richard Guenther  <rguenther@suse.de>
6485         * configure.ac: Adjust the ppl and cloog configure to work as
6486         documented.  Disable cloog if ppl was disabled.  Omit the version
6487         checks if they were disabled.
6488         * configure: Re-generate.
6490 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6492         * configure.ac: Add 'lto' to enable_languages, not
6493         new_enable_languages, and only if not already present.
6494         * configure: Regenerate.
6496 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
6498         * README: Refer to the various COPYING* files instead of just
6499         COPYING.
6500         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6502 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
6504         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6506 2009-10-07  Richard Guenther  <rguenther@suse.de>
6508         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6509         and Richard Guenther as reviewers.
6510         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6511         as reviewers.
6513 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
6515         * config.sub: Update from upstream sources.
6517 2009-10-06  Ian Lance Taylor  <iant@google.com>
6519         * Makefile.def: check-gold depends upon all-gas.
6520         * Makefile.in: Rebuild.
6522 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
6524         * MAINTAINERS (Write After Approval): Add myself.
6526 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
6528         * Makefile.def: all-lto-plugin depends on all-libiberty.
6529         set bootstrap=true for lto-plugin.
6530         Add lto-plugin.
6531         * Makefile.in: Regenerate.
6532         * configure.ac (host_libs): Add lto-plugin.
6533         * configure: Regenerate.
6535 2009-10-03  Diego Novillo  <dnovillo@google.com>
6537         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6538         (HOST_LIBELFLIBS): Define.
6539         (HOST_LIBELFINC): Define.
6540         * Makefile.in: Regenerate.
6541         * configure.ac: Add --enable-lto.
6542         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6543         If --enable-lto is used, add 'lto' to new_enable_languages.
6544         If --enable-lto is used and gold is enabled, add
6545         lto-plugin to configdirs.
6546         * configure: Regenerate.
6548 2009-10-03  Simon Baldwin  <simonb@google.com>
6550         * configure.ac: If --with-system-zlib, suppress local zlib and
6551         pass --with-system-zlib to subdir configure scripts.
6552         * configure: Regenerate.
6554 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6555             Paolo Bonzini  <bonzini@gnu.org>
6557         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6558         $(srcdir).
6559         * Makefile.in: Rebuilt.
6561 2009-09-26  Gary Funck  <gary@intrepid.com>
6563         * MAINTAINERS (Write After Approval): Add myself.
6565 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6567         * configure.ac: Update minimum MPC version to 0.7.
6568         * configure: Regenerate.
6570 2009-09-25  Nick Clifton  <nickc@redhat.com>
6572         * configure.ac: Pass any --cache-file=/dev/null option on to
6573         subconfigures.
6574         * configure: Regenerate.
6576 2009-09-23  Nick Clifton  <nickc@redhat.com>
6578         * config.sub, config.guess: Update from upstream sources.
6580 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6582         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6583         * Makefile.in: Rebuilt.
6585 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6587         PR bootstrap/32272
6588         * configure.ac: Error out if $srcdir isn't '.' but contains
6589         host-${host_noncanonical}.
6590         * configure: Regenerate.
6592 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6594         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6595         maintainer.
6597 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6599         * configure.ac: If bootstrapping a combined tree with
6600         --enable-gold, require c++ in stage1_languages.
6601         * configure: Regenerate.
6603         * configure.ac: Also add target_libs of stage1_languages to
6604         bootstrap_target_libs.
6605         * configure: Regenerate.
6607         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6608         with --enable-languages not containing c++.
6609         * configure: Regenerate.
6611 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
6613         * configure.ac: Disable java and boehm-gc for bfin-*-*.
6614         * configure: Regenerate.
6616 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6618         * MAINTAINERS (Write After Approval): Update my e-mail address,
6619         and move from from here...
6620         (Waiting for paperwork): To here.
6622 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
6624         * MAINTAINERS (Reviewers): Add self as driver reviewer.
6626 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6628         * configure.ac: Do not use $extrasub for replacing @if/@endif
6629         parts in Makefile; instead, use additional arguments to
6630         AC_CONFIG_COMMANDS to do the replacement manually, with several
6631         sed invocations, to avoid HP-UX sed command limits.
6632         * configure: Regenerate.
6634 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
6636         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6637         blank before -L.
6639 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
6641         * configure.ac (with-build-config): Document.  Handle without.
6642         Handle missing argument.
6643         * configure: Rebuilt.
6645 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
6647         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
6648         Default to bootstrap-debug only if compare-debug works.
6649         * configure: Rebuilt.
6650         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6651         * Makefile.in: Rebuilt.
6653 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6655         * MAINTAINERS (OS Port Maintainers): Update my email address.
6657 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
6659         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6660         * Makefile.in: Rebuilt.
6662 2009-09-01  Chris Demetriou  <cgd@google.com>
6664         * MAINTAINERS (Write After Approval): Add myself.
6666 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
6668         PR debug/30161
6669         * include/dwarf2.h (enum dwarf_tag): Added
6670         DW_TAG_GNU_template_template_param
6671         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6673 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6675         * Makefile.tpl (AWK): Fix typo.
6676         * Makefile.in: Regenerate.
6678 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6680         * configure.ac: Detect awk and sed.
6681         * Makefile.def (flags_to_pass): Add AWK and SED.
6682         * Makefile.tpl (AWK, SED): New.
6683         (BASE_FLAGS_TO_PASS): Add AWK and SED.
6684         * configure: Regenerate.
6685         * Makefile.in: Regenerate.
6687 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
6689         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6690         (collapseslashes): Likewise.
6692 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6694         * configure.ac (AC_PREREQ): Bump to 2.64.
6696 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6698         * configure.ac: Remove --with-datarootdir, --with-docdir,
6699         --with-pdfdir, --with-htmldir switches.
6700         * configure: Regenerate.
6702         * configure: Regenerate.
6704         * compile: Sync from Automake 1.11.
6705         * depcomp: Likewise.
6706         * install-sh: Likewise.
6707         * missing: Likewise.
6708         * mkinstalldirs: Likewise.
6709         * ylwrap: Likewise.
6711 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
6713         * ltmain.sh (func_normal_abspath): New function.
6714         (func_relative_path): Likewise.
6715         (func_mode_help): Document new -bindir option for link mode.
6716         (func_mode_link): Add new -bindir option, and use it to place
6717         output DLL if specified.
6719 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6721         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6722         (baseargs): Add --disable-option-checking.
6723         * configure: Regenerate.
6725         * Makefile.def (configure-target-libiberty): Depend on
6726         all-binutils and all-ld.
6727         (configure-target-newlib): Likewise.
6728         * Makefile.in: Regenerate.
6730 2009-08-17  Ben Elliston  <bje@au.ibm.com>
6732         * config.sub, config.guess: Update from upstream sources.
6734 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6736         Sync from src, merge:
6738         2009-07-02  Tristan Gingold  <gingold@adacore.com>
6740         * configure.ac: Do not exclude gas for i386-*-darwin.
6741         Add a case for x86_64-*-darwin.
6742         * configure: Regenerate.
6744 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
6746         * MAINTAINERS: Add my name to Write After Approval list.
6748 2009-08-06  Michael Eager  <eager@eagercon.com>
6750         * configure.ac: Add Microblaze target.
6751         * configure: Regenerate.
6753 2009-07-31  Christian Bruel  <christian.bruel@st.com>
6755         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6756         * configure: Regenerate.
6758 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
6760         * MAINTAINERS (Write After Approval): Update my e-mail address.
6762 2009-07-06  Ian Lance Taylor  <iant@google.com>
6764         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6765         * configure: Rebuild.
6767 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
6769         * MAINTAINERS: Move myself to the Graphite Reviewers.
6771 2009-06-30  Wei Guozhi  <carrot@google.com>
6773         * MAINTAINERS: Add my name to Write After Approval list.
6775 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
6777         PR bootstrap/40338
6778         * configure.ac (comparestring): Create new variable.
6779         * Makefile.tpl (comparestring): Use to skip some comparisions.
6780         * configure: Regenerate.
6781         * Makefile.in: Regenerate.
6783 2009-06-26  Doug Evans  <dje@sebabeach.org>
6785         * Makefile.def (host_modules): Add cgen.
6786         * Makefile.in: Regenerate.
6787         * configure.ac (host_tools): Add cgen.
6788         * configure: Regenerate.
6790 2009-06-23  DJ Delorie  <dj@redhat.com>
6792         * MAINTAINERS: Add myself as mep maintainer.
6794 2009-06-23  Ian Lance Taylor  <iant@google.com>
6796         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
6797         boot_languages.  Only bootstrap target libraries listed in
6798         target_libs for some boot language.  Add --with-stage1-ldflags,
6799         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
6800         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
6801         if not building with C++.
6802         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6803         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6804         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6805         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6806         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
6807         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6808         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6809         * configure, Makefile.in: Rebuild.
6811 2009-06-23  Li Feng  <nemokingdom@gmail.com>
6813         * MAINTAINERS: Added my name to write-after-approval list.
6815 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
6817         * configure.ac: Define is_elf for QNX Neutrino targets.
6818         * configure: Regenerate.
6820 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
6822         * MAINTAINERS: Added my name to the write-after-approval list
6824 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6826         * configure.ac: Detect MPC in default directory.
6827         * configure: Regenerate.
6829 2009-06-03  Jerome Guitton  <guitton@adacore.com>
6830             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6832         * Makefile.tpl (all): Avoid a trailing backslash.
6833         * Makefile.in: Regenerate.
6835 2009-06-03  Ben Elliston  <bje@au.ibm.com>
6837         * config.sub, config.guess: Update from upstream sources.
6839 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
6841         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6842         to noconfdirs.
6843         * configure: Regenerate.
6845 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
6847         * Makefile.tpl ([+compare-target+]): Compare all stage
6848         directories, rather than just gcc.
6849         * Makefile.in: Rebuilt.
6851 2009-06-01  Doug Kwan  <dougkwan@google.com>
6853         * configure.ac: Support gold for target arm*-*-*.
6854         * configure: Regenerate.
6856 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6858         * Makefile.def: Add MPC support and dependencies.
6859         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
6861         * Makefile.in, configure: Regenerate.
6863 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
6865         * Makefile.tpl (all): Avoid harmless warning in make all when
6866         gcc-bootstrap is enabled but stage_last does not exist.
6867         * Makefile.in: Rebuilt.
6869 2009-05-24  Nicolas Roche  <roche@adacore.com>
6871         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6872         * Makefile.in: Regenerate.
6874 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
6876         * MAINTAINERS: Update my e-mail address.
6878 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6880         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
6881         * configure:  Regenerate.
6883 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6885         PR other/40159
6886         * Makefile.tpl (all): Don't assume gcc-bootstrap and
6887         gcc-no-bootstrap are mutually exclusive.
6888         * Makefile.in: Rebuilt.
6890 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6892         PR other/40159
6893         * Makefile.tpl (all): Don't end with unconditional success.
6894         * Makefile.in: Rebuilt.
6896 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
6898         PR target/37137
6899         * Makefile.def (flags_to_pass): Remove redundant and incomplete
6900         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6901         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6902         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
6903         stage_configureflags, stage_cflags and stage_libcflags into
6904         explicit Makefile macros.
6905         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6906         GFORTRAN.
6907         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6908         CC.  Set CC_FOR_BUILD from CC.
6909         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6910         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6911         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6912         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
6913         and GFORTRAN.
6914         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6915         (_LIBCFLAGS): Renamed to _TFLAGS.
6916         (do-compare-debug, do-compare3-debug): Drop.
6917         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6918         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6919         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6920         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6921         (XGCC_FLAGS_FOR_TARGET): New.
6922         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6923         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6924         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6925         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
6926         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
6927         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
6928         TFLAGS.
6929         (BUILD_CONFIG): Include if requested.
6930         (all): Set TFLAGS on bootstrap.
6931         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6932         (all-stageid-prefixmodule): Likewise.
6933         (do-clean, distclean-stageid): Set TFLAGS.
6934         (restrap): Fix whitespace.
6935         * Makefile.in: Rebuilt.
6937 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
6939         * config.guess: Sync with src.
6941 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6943         * configure.ac ($with_ppl):  Default to no if not supplied.
6944         ($with_cloog):  Likewise.
6945         configure:  Regenerate.
6947 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
6949         * MAINTAINERS: Update my e-mail address.
6951 2009-04-27  Nick Clifton  <nickc@redhat.com>
6953         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6955 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6957         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6958         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6959         * Makefile.in: Regenerate.
6961 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6963         PR bootstrap/39739
6964         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6965         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6967         * configure, Makefile.in: Regenerate.
6969 2009-04-21  Taras Glek  <tglek@mozilla.com>
6971         * include/hashtab.h: Update GTY annotations to new syntax
6972         * include/splay-tree.h: Likewise
6974 2009-04-17  Ben Elliston  <bje@au.ibm.com>
6976         * config.sub, config.guess: Update from upstream sources.
6978 2009-04-15  Anthony Green  <green@moxielogic.com>
6980         * configure.ac: Add moxie support.
6981         * configure: Rebuilt.
6983 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
6985         * configure.ac: Change copyright header to refer to version
6986         3 of the GNU General Public License and to point readers at the
6987         COPYING3 file and the FSF's license web page.
6988         * Makefile.def: Likewise.
6989         * Makefile.tpl: Likewise.
6990         * Makefile.in: Regenerate.
6992 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
6994         * configure.ac: Restore match for darwin9 or later. Use double
6995         brackets since regeneration eats one pair.
6996         * configure: Regenerate.
6998 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7000         PR gas/10039
7001         * configure.ac: Require texinfo 4.7.
7002         * configure: Regenerated.
7004 2009-04-09  Nick Clifton  <nickc@redhat.com>
7006         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7007         the GCC Runtime Library Exception.
7009 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7011         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7012         * configure: Regenerate.
7014 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7016         * Makefil.def (languages): New entries.
7017         * Makefile.tpl (check-gcc-*): New generic target.
7018         * Makefile.in: Regenerate.
7020 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7022         * MAINTAINERS:  Update my email address.
7024 2009-03-18  Tom Tromey  <tromey@redhat.com>
7026         * configure: Rebuild.
7027         * configure.ac (host_libs): Add libiconv.
7028         * Makefile.in: Rebuild.
7029         * Makefile.def (host_modules): Add libiconv.
7030         (configure-gdb, all-gdb): Depend on libiconv.
7032 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7034         * configure.ac: Treat gdb as supported on x86_64-darwin.
7035         * configure: Regenerate.
7037 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7039         * configure.ac (--with-host-libstdcxx): New option.
7040         * configure: Regenerate.
7042 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7044         * MAINTAINERS:  Move myself into the write after approval list.
7046 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7048         * MAINTAINERS: Update e-mail address.
7050 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7052         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7054 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7056         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7058 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7060         Backport from git Libtool:
7062         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7063         Support GNU/kOpenSolaris.
7064         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7065         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7066         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7067         GNU/kOpenSolaris.
7069 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7071         * MAINTAINERS: Update e-mail address.
7073 2009-02-24  Michael Eager  <eager@eagercon.com>
7075         * MAINTAINERS (Write After Approval): Add self.
7077 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7079         * MAINTAINERS (Write After Approval): Add myself.
7081 2009-02-05  Andreas Schwab  <schwab@suse.de>
7083         * Makefile.tpl (stage_last): Define $r and $s before using
7084         $(RECURSE_FLAGS_TO_PASS).
7085         * Makefile.in: Regenerate
7087 2009-01-30  Ian Lance Taylor  <iant@google.com>
7089         * MAINTAINERS: Move myself to the Global Reviewers list.
7091 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7093         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7094         * configure: Regenerate.
7096 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7098         * MAINTAINERS: Make whitespace consistent.
7099         Remove Robert Millan from Write After Approval.
7101 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7103         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7104         (all-opcodes): Depend on all-libiberty.
7105         * Makefile.in: Regenerate.
7107 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7109         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7110         * configure: Regenerate.
7112 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7114         * MAINTAINERS (Write After Approval): Add myself.
7116 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7118         * MAINTAINERS: Add myself to reviewers (Fortran).
7120 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7122         PR tree-optimization/38515
7123         * configure.ac (cloog-polylib): Removed.
7124         (with_ppl, with_cloog): Test for "no".
7125         * configure: Regenerated.
7127 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7129         * MAINTAINERS: Moved myself to reviewers (Fortran).
7131 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7133         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7134         (Write After Approval): Remove myself.
7136 2009-01-03  Diego Novillo  <dnovillo@google.com>
7138         * MAINTAINERS: Remove myself from alias maintainership.
7140 2009-01-02  David Ayers  <ayers@fsfe.org>
7142         * MAINTAINERS: Update e-mail address.
7144 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7146         * MAINTAINERS: Make whitespace consistent.
7148 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7150         Backport from upstream Libtool:
7151         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7152         Add cache variables to tests that require the linker to work.
7153         For shlibpath_overrides_runpath, this also changes the semantics
7154         to let the result from the C compiler take precedence.
7156 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7158         * config.sub, config.guess: Update from upstream sources.
7160 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7162         * configure.ac (ppllibs): Add by default the lib flags.
7163         * configure: Regenerate.
7165 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7167         * MAINTAINERS:  Add myself to the write after approval list.
7169 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7171         * configure.ac: Add double brackets on darwin[912].
7172         * configure: Regenerate.
7174 2008-12-03  Daniel Kraft  <d@domob.eu>
7176         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7177         Approval to Reviewer section (for Fortran front-end).
7179 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7181         * configure.ac: Expand to darwin10 and later.
7182         * configure: Regenerate.
7184 2008-12-02  Andreas Schwab  <schwab@suse.de>
7186         * Makefile.def: configure-target-boehm-gc depends on
7187         all-target-libstdc++-v3.
7188         * Makefile.in: Regenerate.
7190 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7192         * MAINTAINERS:  Add myself as mingw maintainer.
7194 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7196         * config.sub, config.guess: Update from upstream sources.
7198 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7200         * README.SCO: Remove.
7202 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7204         * MAINTAINERS:  Add myself to the write after approval list.
7206 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7208         * MAINTAINERS:  Update my email address in WAA section.
7210 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7212         * MAINTAINERS: Update e-mail address.
7214 2008-11-27  Toon Moene  <toon@moene.org>
7216         * MAINTAINERS: Change e-mail address.
7218 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7220         * configure.ac: Build gdb for i?86-*-darwin*
7221         * configure: Regenerated.
7223 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7225         * MAINTAINERS: Added my full name.
7227 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7229         PR bootstrap/38014
7230         PR bootstrap/37923
7232         Revert:
7234         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7236         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7237         * Makefile.in: Regenerated.
7239         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7241         PR gdb/921
7242         PR gdb/1646
7243         PR gdb/2175
7244         PR gdb/2176
7246         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7247         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7248         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7249         (HOST_EXPORTS): Pass CPPFLAGS.
7250         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7251         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7252         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7253         * Makefile.in, configure: Regenerated.
7254         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7255         and CPPFLAGS_FOR_BUILD.
7257 2008-11-06  Jeff Law  <law@redhat.com>
7259         * MAINTAINERS: Add myself as middle end maintainer.
7261 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7263         * MAINTAINERS (Write after approval): Add myself.
7265 2008-11-05  Diego Novillo  <dnovillo@google.com>
7267         * MAINTAINERS (Global Reviewers): Add myself.
7268         (Non-Algorithmic Maintainers): Remove myself.
7270 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7272         * MAINTAINERS (Write after approval): Add myself.
7274 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7276         * MAINTAINERS (Write after approval): Add myself.
7278 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7280         * configure.ac (spu-*-*): Remove special case.
7281         * configure: Regenerate.
7283 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7285         * MAINTAINERS (Write after approval): Update my email address.
7287 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7289         * configure.ac [spu-*-*]: Do not set skipdirs.
7290         * configure: Re-generate.
7292 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7294         * MAINTAINERS (Various Maintainers): Add myself to reload.
7296 2008-10-25  Richard Guenther  <rguenther@suse.de>
7298         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7299         maintainer.  Remove myself as libgcc-math maintainer.
7300         (Non-Algorithmic Maintainers): Remove myself.
7302 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7304         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7305         * Makefile.in: Regenerated.
7307 2008-10-23  Cary Coutant  <ccoutant@google.com>
7309         * MAINTAINERS (Write after approval): Add myself.
7311 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7313         PR gdb/921
7314         PR gdb/1646
7315         PR gdb/2175
7316         PR gdb/2176
7318         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7319         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7320         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7321         (HOST_EXPORTS): Pass CPPFLAGS.
7322         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7323         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7324         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7325         * Makefile.in, configure: Regenerated.
7326         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7327         and CPPFLAGS_FOR_BUILD.
7329 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7331         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7332         Sebastian Pop.
7334 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7336         * MAINTAINERS (Write After Approval): Added myself.
7338 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7340         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7341         recommended version to 2.3.2.
7343         * configure: Regenerate.
7345 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7347         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7349 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7351         * MAINTAINERS (Write After Approval): Update e-mail address.
7353 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7355         * libtool.m4: Update to libtool 2.2.6.
7356         * lt~obsolete.m4: Update to libtool 2.2.6.
7357         * ltmain.sh: Update to libtool 2.2.6.
7358         * ltsugar.m4: Update to libtool 2.2.6.
7359         * ltversion.m4: Update to libtool 2.2.6.
7360         * ltoptions.m4: Update to libtool 2.2.6.
7361         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7363 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7365         * MAINTAINERS (Write After Approval): Add myself.
7367 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7369         * MAINTAINERS (Write After Approval): Update my name.
7371 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
7373         * MAINTAINERS: Add myself in "Write After Approval".
7375 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
7377         * MAINTAINERS: Add myself as ia64 maintainer.
7379 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
7381         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7382         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7383         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7384         and Michael Tiemann from Write After Approval since they do not
7385         actually have access.
7387 2008-09-05  Richard Guenther  <rguenther@suse.de>
7389         * configure.ac: Initialize clooglibs to -lcloog.
7390         * configure: Re-generate.
7392 2008-09-04  Le-Chun Wu  <lcwu@google.com>
7394         * MAINTAINERS (Write After Approval): Add myself.
7396 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
7398         * configure.ac (--with-cloog-polylib): New.
7399         (--disable-cloog-version-check): New.
7400         (--disable-ppl-version-check): New.
7401         * configure: Re-generate.
7403 2008-09-03  Richard Guenther  <rguenther@suse.de>
7405         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7406         cloog test.
7407         * configure: Re-generate.
7409 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
7411         Add picoChip port.
7412         * MAINTAINERS: Add picoChip maintainers.
7414 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
7415             Tobias Grosser  <grosser@fim.uni-passau.de>
7416             Jan Sjodin  <jan.sjodin@amd.com>
7417             Harsha Jagasia  <harsha.jagasia@amd.com>
7418             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7419             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
7420             Adrien Eliche  <aeliche@isty.uvsq.fr>
7422         Merge from graphite branch.
7423         * configure: Regenerate.
7424         * Makefile.in: Regenerate.
7425         * configure.ac (host_libs): Add ppl and cloog.
7426         Add checks for PPL and CLooG.
7427         * Makefile.def (ppl, cloog): Added modules and dependences.
7428         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7429         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7431 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7433         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7434         (GCC_SHLIB_SUBDIR): New.
7435         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7436         * configure: Regenerate.
7437         * Makefile.in: Regenerate.
7439 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7441         * MAINTAINERS: Consistently use tabs to separate columns.
7443 2008-08-29  Tristan Gingold  <gingold@adacore.com>
7445         * MAINTAINERS (Write after Approval): Add myself.
7447 2008-08-28  Tristan Gingold  <gingold@adacore.com>
7449         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7450         Enable bfd, binutils and opcodes.
7451         * configure: Regenerate.
7453 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7455         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
7457 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7459         * MAINTAINERS:  Use correct Umlaut for last name.
7461 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7463         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7465 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
7467         * MAINTAINERS: Update my email address.
7469 2008-08-16  Nicolas Roche  <roche@adacore.com>
7471         * Makefile.tpl: Add BOOT_ADAFLAGS.
7472         * Makefile.in: Regenerate.
7474 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
7476         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7477         * configure: Regenerate.
7479 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
7481         * configure.ac: Add makefile fragments for hpux.
7482         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7483         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7484         * configure: Regenerate.
7485         * Makefile.in: Regenerate.
7487 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
7489         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7491 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
7493         * MAINTAINERS (Write after Approval): Add myself.
7495 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
7497         * MAINTAINERS (Write After Approval):  Add myself.
7499 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
7501         * MAINTAINERS (Write After Approval):  Add myself.
7503 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7505         * MAINTAINERS: Update my email address.
7507 2008-06-25  Joey Ye  <joey.ye@intel.com>
7509         * MAINTAINERS (Write After Approval):  Add myself.
7511 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7513         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7514         * Makefile.in: Regenerate.
7515         * configure: Regenerate.
7517 2008-06-17  Daniel Kraft  <d@domob.eu>
7519         * MAINTAINERS (Write After Approval):  Add myself.
7521 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7523         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7524         "$@" is still intact with both Autoconf 2.59 and 2.62.
7525         * configure: Regenerate.
7527 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7529         * Makefile.tpl: Fix comment errors.
7530         * Makefile.in: Regenerate.
7532 2008-06-12  David S. Miller  <davem@davemloft.net>
7533             David Edelsohn  <edelsohn@gnu.org>
7535         * configure.ac: Add powerpc*-*-* to gold supported targets.
7536         * configure: Regenerate.
7538 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
7540         PR tree-optimization/36218
7541         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7542         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7543         (all prefix="build-"): Pass them to build-system sub-makes.
7544         * Makefile.in: Regenerate.
7546 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
7548         * MAINTAINERS (mt port): Remove.
7549         (sco5, unixware, sco udk): Remove.
7550         (Kean Johnston): Add to Write After Approval.
7552 2008-05-30  Julian Brown  <julian@codesourcery.com>
7554         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7555         of libobjc for ARM EABI Linux.
7556         * configure: Regenerate.
7558 2008-05-18  Xinliang David Li   <davidxl@google.com>
7560         * ChangeLog: Remove wrong ChangeLog entry.
7562 2008-05-17  Xinliang David Li   <davidxl@google.com>
7564         * MAINTAINERS (Write After Approval): Add myself.
7566 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7568         * MAINTAINERS (Write After Approval): Add myself.
7570 2008-05-14  Rafael Espíndola  <espindola@google.com>
7572         * config-ml.in: don't handle --enable-shared and --enable-static.
7574 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7576         * MAINTAINERS: Update my email address.
7578 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7580         * MAINTAINERS: Update my email address.
7582 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7584         * MAINTAINERS (Write After Approval): Add myself.
7586 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7588         * MAINTAINERS (Write After Approval): Add myself.
7590 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7592         * MAINTAINERS (crx): Add myself.
7594 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7596         Sync with src:
7597         2008-04-14  David S. Miller  <davem@davemloft.net>
7599         * configure.ac: Add sparc*-*-* to gold supported targets.
7600         * configure: Regenerate.
7602 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7604         PR bootstrap/35457
7605         * configure.ac: Include override.m4.
7606         * configure: Regenerate.
7608 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7610         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7611         * Makefile.in: Regenerate.
7613 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7615         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7616         as nonconfigurable directories list.
7617         * configure: Regenerate.
7619 2008-04-14  Ben Elliston  <bje@au.ibm.com>
7621         * config.sub, config.guess: Update from upstream sources.
7623 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7625         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7626         * Makefile.in: Regenerate.
7628 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
7630         * configure.ac: Do not build libssp for the AVR.
7631         * configure: Regenerate.
7633 2008-04-07  Ian Lance Taylor  <iant@google.com>
7635         * Makefile.def: check-gold depends upon all-binutils.
7636         * Makefile.in: Regenerate.
7638 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
7640         * MAINTAINERS (Write After Approval): Add myself.
7642 2008-04-04  Nick Clifton  <nickc@redhat.com>
7644         PR binutils/4334
7645         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7646         builds.
7647         * configure: Regenerate.
7649 2008-04-04  NightStrike  <NightStrike@gmail.com>
7651         PR other/35151
7652         * configure.ac: Combine rules for mingw32 and mingw64.
7653         * configure: Regenerate.
7655 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
7657         * MAINTAINERS (Write After Approval): Add myself.
7659 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
7661         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7662         * Makefile.in (.NOTPARALLEL): Ditto.
7664 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
7666         * MAINTAINERS (Write After Approval): Add myself.
7668 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
7670         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7671         * Makefile.in (.NOTPARALLEL): Regenerate.
7673 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
7675         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7676         * Makefile.in: Regenerate.
7678 2008-03-26  Jakub Staszak  <kuba@et.pl>
7680         * MAINTAINERS (Write After Approval): Add myself.
7682 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7684         * MAINTAINERS:  Update e-mail address.
7686 2008-03-20  Ian Lance Taylor  <iant@google.com>
7688         * configure.ac: Add support for --enable-gold.
7689         * Makefile.def: Add gold as a directory like ld.
7690         * configure, Makefile.in: Regenerate.
7692 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7694         * configure.ac: m4_include config/proginstall.m4.
7695         * configure: Regenerate.
7697         Backport from upstream Libtool:
7699         2007-10-12  Eric Blake  <ebb9@byu.net>
7701         Deal with Autoconf 2.62's semantic change in m4_append.
7702         * ltsugar.m4 (lt_append): Replace broken versions of
7703         m4_append.
7704         (lt_if_append_uniq): Don't require separator to be overquoted,
7705         and avoid broken m4_append.
7706         (lt_dict_add): Fix typo.
7707         * libtool.m4 (_LT_DECL): Don't overquote separator.
7709 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
7711         * config.rpath: Add AIX 6 support.
7713 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
7715         * Makefile.def (stageprofile).  Remove -fprofile-generate
7716         from stage_libcflags.
7717         * Makefile.in: Regenerate.
7719 2008-03-13  Ben Elliston  <bje@au.ibm.com>
7721         * config.sub, config.guess: Update from upstream sources.
7723 2008-03-06  Tom Tromey  <tromey@redhat.com>
7725         * MAINTAINERS: Update for treelang deletion.
7727 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
7729         * MAINTAINERS: Update my email address.
7731 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
7733         * MAINTAINERS (darwin port): Add myself as a maintainer.
7734         (objective-c/c++): Add myself as a maintainer.
7736 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
7738         * MAINTAINERS (Write After Approval): Update my email address.
7740 2008-02-25  Tomas Bily  <tbily@suse.cz>
7742         * MAINTAINERS (Write After Approval): Add myself.
7744 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
7746         * MAINTAINERS (OpenMP): Add myself.
7748 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
7750         PR bootstrap/32009
7751         PR bootstrap/32161
7753         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7754         * configure: Regenerate.
7756         * Makefile.def: Define stage_libcflags for all bootstrap stages.
7757         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7758         STAGE4_LIBCFLAGS): New.
7759         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7760         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7761         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7762         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7763         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7764         for target modules.  Don't export LIBCFLAGS.
7765         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7766         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7767         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7768         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7769         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7770         * Makefile.in: Regenerate.
7772 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7774         PR libgcj/33085
7775         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7776         Do not use -DDLL_EXPORT.  Backport from upstream.
7778 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7780         * MAINTAINERS (Write After Approval): Add myself.
7782 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
7784         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7785         * configure: Regenerate.
7787 2008-01-31  Marc Gauthier  <marc@tensilica.com>
7789         * configure.ac (xtensa*-*-*): Recognize processor variants.
7790         * configure: Regenerate.
7792 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7794         PR bootstrap/34922
7795         * configure.ac (PARSE_ARGS): Push suitable setting of
7796         ac_subdirs_all, for `./configure --help=recursive'.
7797         Handle `+' in generic toplevel directory disabling.
7798         * configure: Regenerate.
7800 2008-01-28  Nick Clifton  <nickc@redhat.com>
7802         * MAINTAINERS (xstormy16): Take over maintainership.
7804 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
7806         * MAINTAINERS (c4x port): Remove.
7808 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
7810         * libtool.m4: Backport AIX 6 support from ToT Libtool.
7812 2008-01-23  Ben Elliston  <bje@au.ibm.com>
7814         * config.sub, config.guess: Update from upstream sources.
7816 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
7818         * MAINTAINERS (Write After Approval): Add myself.
7820 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
7822         * MAINTAINERS: Update my email address.
7824 2008-01-09  Raksit Ashok  <raksit@google.com>
7826         * MAINTAINERS (Write After Approval): Add myself.
7828 2008-01-09  Raksit Ashok  <raksit@google.com>
7830         * MAINTAINERS (Write After Approval): Add myself.
7832 2008-01-08  Ben Elliston  <bje@au.ibm.com>
7834         * config.sub, config.guess: Update from upstream sources.
7836 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7838         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7839         Change recommended MPFR from 2.2.1 -> 2.3.0.
7840         * configure: Regenerate.
7842 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
7844         * MAINTAINERS: Update my email address.
7846 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
7848         * MAINTAINERS: Update my email address.
7850 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
7852         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7853         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7854         * Makefile.in: Regenerate.
7856 2007-12-10  Mark Heffernan  <meheff@google.com>
7858         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7859         misplaced entries.
7861 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7863         * configure.ac: Enable libjava for x86_64-*-darwin9.
7864         * configure: Regenerate.
7866 2007-12-07  Bill Maddox  <maddox@google.com>
7868         * MAINTAINERS (Write After Approval): Add myself.
7870 2007-12-05  Ben Elliston  <bje@au.ibm.com>
7872         * config.sub, config.guess: Update from upstream sources.
7874 2007-12-02  Matthias Klose  <doko@ubuntu.com>
7876         * config-ml.in: Remove 64bit configure tests.
7878 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7880         * config-ml.in: Robustify against white space in absolute file
7881         names.
7883         * config-ml.in (multi-clean): Substitute ${Makefile}.
7884         Remove superfluous ${Makefile} in list.
7886 2007-11-19  Thiemo Seufer  <ths@mips.com>
7888         * config-ml.in: Don't hardcode the Makefile name.
7890 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
7892         * MAINTAINERS (Write After Approval): Add myself.
7894 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
7896         * MAINTAINERS (Write After Approval): Add myself.
7898 2007-11-06  Doug Kwan  <dougkwan@google.com>
7900         * MAINTAINERS (Write After Approval): Add myself.
7902 2007-10-25  Ben Elliston  <bje@au.ibm.com>
7904         * MAINTAINERS (mercury): Remove entry.
7905         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7907 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
7909         * Makefile.def (dependencies): Make configure-gdb depend on
7910         all-intl.
7911         * Makefile.in: Regenerated.
7913 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
7915         * MAINTAINERS (Fortran maintainer): Remove myself.
7917 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
7919         * Makefile.def: To avoid problems running with parallel makes,
7920         build newlib before libgloss so that target specific header
7921         files are availble.
7922         * Makefile.in: Regenerate
7924 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
7926         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7927         * Makefile.in: Regenerate.
7929 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
7931         * MAINTAINERS (Register allocation reviewer): Add myself.
7933 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
7935         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7936         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7937         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
7938         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7939         * configure: Regenerate.
7941 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
7943         * MAINTAINERS (Register allocation reviewer): Add myself.
7945 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
7947         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7948         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7949         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7950         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7951         * configure.ac: Default them to host tools for $host = $build.
7952         Subst them.
7954         * configure: Regenerate.
7955         * Makefile.in: Regenerate.
7957 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
7959         * MAINTAINERS (Register allocation reviewer): Add myself.
7961 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
7963         * MAINTAINERS (Register allocation reviewer): Add myself.
7965 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
7967         * MAINTAINERS (Write After Approval): Fix typo.
7969 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
7971         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7972         * configure: Regenerate.
7974 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
7976         PR bootstrap/31906
7977         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
7978         they're already prefixed.
7980 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
7982         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7983         libstdc++.
7984         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7985         * configure: Regenerate.
7986         * Makefile.in: Regenerate.
7988 2007-09-17  Andreas Schwab  <schwab@suse.de>
7990         * configure.ac: Raise minimum makeinfo version to 4.6.
7991         * configure: Regenerate.
7993 2007-09-17  Johannes Singler  <singler@ira.uka.de>
7995         * MAINTAINERS (write-after-approval) add myself
7997 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
7999         * configure.ac: Correct makeinfo version check.
8000         * configure: Regenerate.
8002 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8004         * MAINTAINERS: Update my email address.
8006 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8008         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8009         to $skipdirs and only disable gprof for newlib.  Use the normal
8010         mips*-elf* handling in other respects.
8011         * configure: Regnerate.
8013 2007-09-12  David Daney  <ddaney@avtrex.com>
8015         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8016         enabling libgcj.
8017         * configure: Regenerate.
8019 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8021         PR other/32154
8022         * configure.ac: For libgloss targets, point the linker to the linker
8023         script, startup code and simulator library.
8024         * configure: Regenerate.
8026 2007-09-07  Andrew Haley  <aph@redhat.com>
8028         * configure.ac (noconfigdirs): Remove target-libffi and
8029         target-libjava.
8030         * configure: Regenerate.
8032 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8034         PR target/33281
8035         * configure.ac: Use config/mh-mingw on mingw.
8036         * configure: Regenerate.
8038 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8040         * MAINTAINERS (Write After Approval): Add myself.
8042 2007-09-05  Richard Guenther  <rguenther@suse.de>
8044         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8045         nor --disable-checking is provided also turn on yes and types
8046         checking for stage1.
8047         * configure: Re-generate.
8049 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8051         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8052         (Write After Approval): Remove myself.
8054 2007-08-29  Nick Clifton  <nickc@redhat.com>
8056         * config.sub, config.guess: Update from upstream sources.
8058 2007-08-22  Bud Davis  <jmdavis@link.com>
8060         * MAINTAINERS (Write After Approval): Added myself.
8061         * MAINTAINERS (Reviewers): Removed myself.
8063 2007-08-18  Paul Brook  <paul@codesourcery.com>
8064             Joseph Myers  <joseph@codesourcery.com>
8066         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8067         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8068         * Makefile.in: Regenerate.
8069         * configure.ac (--with-debug-prefix-map): New.
8070         * configure: Regenerate.
8072 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8073             Nigel Stephens  <nigel@mips.com>
8075         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8076         as target_makefile_frag.
8077         * configure: Regenerate.
8079 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8081         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8082         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8083         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8084         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8085         (do-compare, do-compare3, do-compare-debug): New.
8086         ([+compare-target+]): Use them.
8088 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8090         * MAINTAINERS (Write After Approval): Change my email address.
8092 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8093             Ben Elliston  <bje@au.ibm.com>
8095         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8096         --silent if $silent.
8097         * configure: Regenerate.
8099 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8101         * MAINTAINERS (Various Maintainers): Add myself as
8102         loop infrastructure maintainer.  Update my e-mail
8103         address.
8105 2007-07-31  Diego Novillo  <dnovillo@google.com>
8107         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8108         Adjust description.
8110 2007-07-26  Richard Guenther  <rguenther@suse.de>
8112         * configure.ac: Add types checking to stage1 checking flags.
8113         * configure: Regenerate.
8115 2007-07-17  Nick Clifton  <nickc@redhat.com>
8117         * COPYING3: New file.  Contains version 3 of the GNU General
8118         Public License.
8119         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8120         Lesser General Public License.
8122 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8124         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8126 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8128         * MAINTAINERS (S/390 co-maintainer): Add myself.
8129         (Write After Approval): Remove myself.
8131 2007-07-13  Dan Hipschman  <dsh@google.com>
8133         * MAINTAINERS (Write After Approval): Add myself.
8135 2007-07-11  Nick Clifton  <nickc@redhat.com>
8137         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8138         WINDRES export.
8139         * Makefile.in: Regenerate.
8141 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8143         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8144         maintainer.
8146 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8148         * lt~obsolete.m4: New. Import from 20070318 libtool.
8150 2007-07-03  Julian Brown  <julian@codesourcery.com>
8152         * MAINTAINERS (Write After Approval): Add myself.
8154 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8156         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8157         * configure: Regenerate.
8159 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8161         * configure.ac: Add some missing m4 quotation.
8162         * configure: Regenerate.
8164 2007-07-02  Simon Baldwin  <simonb@google.com>
8166         * MAINTAINERS (Write After Approval): Add myself.
8168 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8170         * configure: Regenerate.
8172 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8174         * Makefile.def: Add windmc tool to build.
8175         * Makefile.tpl: Likewise.
8176         * configure.ac: Likewise.
8177         * Makefile.in: Regenerate.
8178         * configure: Regenerate.
8180 2007-06-28  DJ Delorie  <dj@redhat.com>
8182         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8183         not building newlib.
8184         * configure: Regenerated.
8186 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8188         * MAINTAINERS (Write After Approval): Add myself.
8190 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8192         * MAINTAINERS (Write After Approval): Add myself.
8194 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8196         * MAINTAINERS (Write After Approval): Add myself.
8198 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8200         * MAINTAINERS (Write After Approval): Add myself.
8202 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8204         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8205         * Makefile.in: Regenerated.
8207 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8209         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8210         bfin*-*-uclinux* targets.
8211         * configure: Regenerate.
8213 2007-06-14  Ian Lance Taylor  <iant@google.com>
8215         * MAINTAINERS: Add myself as non-algorithmic global write
8216         maintainer.
8218 2007-06-14  Diego Novillo  <dnovillo@google.com>
8220         * MAINTAINERS: Add self as middle-end maintainer and
8221         non-algorithmic global write maintainer.
8223 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8225         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8226         Move all Fortran maintainers except Paul Brook into the
8227         Non-Autopoiesis section.
8229 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8231         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8232         (distclean-stage[+id+]): Possibly delete stage_last.
8233         * Makefile.in: Regenerate.
8235 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8237         * MAINTAINERS (Various Maintainer): Fix typo.
8239 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8241         * MAINTAINERS (Various Maintainer): Add myself as
8242         dataflow maintainer.
8244 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8246         * config.sub, config.guess: Update from upstream sources.
8248 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8250         * Makefile.tpl: Fix spelling error.
8251         * Makefile.in: Regenerate.
8253 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8255         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8256         lt_cv_sys_max_cmd_len.
8258 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8260         * MAINTAINERS (Various Maintainers): Add myself as
8261         auto-vectorizer maintainer.
8263 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8265         PR libjava/32098
8266         * libtool.m4: Revert previous change.
8267         * ltgcc.m4: Put it here.
8269 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8271         * MAINTAINERS (Various Maintainers): Add myself as
8272         auto-vectorizer maintainer.
8274 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8276         PR libjava/32098
8277         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8279 2007-05-30  Richard Guenther  <rguenther@suse.de>
8281         * MAINTAINERS (Various Maintainers): Add myself as
8282         auto-vectorizer maintainer.
8284 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8286         PR bootstrap/29382
8287         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8288         * configure: Rebuilt.
8290 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8292         * MAINTAINERS (Write After Approval): Removed my name.
8294 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8296         * MAINTAINERS (Write After Approval): Remove myself.
8298 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8300         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8302 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8304         * ltmain.sh: Update from ToT Libtool.
8305         * libtool.m4: Update from ToT Libtool.
8306         * ltsugar.m4: New. Update from ToT Libtool.
8307         * ltversion.m4: New. Update from ToT Libtool.
8308         * ltoptions.m4: New. Update from ToT Libtool.
8309         * ltconfig: Remove.
8310         * ltcf-c.sh: Remove.
8311         * ltcf-cxx.sh: Remove.
8312         * ltcf-gcj.sh: Remove.
8314 2007-05-22  Ollie Wild  <aaw@google.com>
8316         * MAINTAINERS (Write After Approval): Add myself.
8318 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8320         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8321         stage_cflags.
8322         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8323         Remove CFLAGS/LIBCFLAGS.
8324         (configure-stage[+id+]-[+prefix+][+module+],
8325         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8326         * Makefile.in: Regenerate.
8328 2007-05-15  Diego Novillo  <dnovillo@google.com>
8330         * MAINTAINERS: Update e-mail address.
8332 2007-05-15  Revital Eres  <eres@il.ibm.com>
8334         * MAINTAINERS (Write After Approval): Add myself.
8336 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8338         * MAINTAINERS (Write After Approval): Updated my address.
8340 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8342         * MAINTAINERS (Write After Approval): Add myself.
8344 2007-05-11  Silvius Rus  <rus@google.com>
8346         * MAINTAINERS (Write After Approval): Add myself.
8348 2007-04-23  Tom Tromey  <tromey@redhat.com>
8350         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8352 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8354         * MAINTAINERS (cpplib): Rename to ...
8355         (libcpp): ... this.  Add C/C++ front end maintainers.
8357 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8359         * config-ml.in: Pass ${ml_config_env} to configure calls.
8361 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8363         * MAINTAINERS (Write After Approval): Add myself.
8365 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8367         * MAINTAINERS (Write After Approval): Add myself.
8369 2007-03-31  Tobias Burnus  <burnus@net-b.de>
8371         * MAINTAINERS (fortran 95 front end): Add myself.
8373 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8375         * MAINTAINERS (Write After Approval): Add myself.
8377 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
8379         * MAINTAINERS (Modulo Scheduler): Add myself.
8381 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
8383         * MAINTAINERS (fortran 95 front end): Add myself.
8384         (c++ front end): whitespace fix.
8386 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
8388         * MAINTAINERS (Write After Approval): Add myself.
8390 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8392         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8393         of glob.  Quote arguments with single quotes too.
8394         * configure: Regenerate.
8396 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8398         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8399         * Makefile.in: Regenerate
8401 2007-03-07  Andreas Schwab  <schwab@suse.de>
8403         * configure: Regenerate.
8405 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
8407         * configure.ac: Add "--with-pdfdir" configure option,
8408         which defines pdfdir variable.
8409         * Makefile.def (target=fixincludes): Add install-pdf to
8410         missing targets.
8411         (recursive_targets): Add install-pdf target.
8412         (flags_to_pass): Add pdfdir.
8413         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8414         target.
8415         * configure: Regenerate
8416         * Makefile.in: Regenerate
8418 2007-02-28  Eric Christopher  <echristo@apple.com>
8420         Revert:
8421         2006-12-07  Mike Stump  <mrs@apple.com>
8423         * Makefile.def (dependencies): Add dependency for
8424         install-target-libssp and install-target-libgomp on
8425         install-gcc.
8426         * Makefile.in: Regenerate.
8428 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
8430         * configure: Regenerate.
8431         * configure.ac: Move statements after variable declarations.
8433 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
8435         * MAINTAINERS: Add myself as sh maintainer.
8437 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
8439         * configure.ac: Adjust for loop syntax.
8440         * configure: Regenerate.
8442 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8444         * configure: Rebuilt.
8446 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8448         * configure.ac: Drop multiple occurrences of --enable-languages,
8449         and fix its quoting.
8450         * configure: Rebuilt.
8452 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
8453             Nathan Sidwell  <nathan@codesourcery.com>
8454             Vladimir Prus  <vladimir@codesourcery.com>
8455             Joseph Myers  <joseph@codesourcery.com>
8457         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8458         * configure: Regenerate.
8460 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
8462         * ltconfig (freebsd*): Default to elf.
8464 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8466         * configure.ac (target_libraries): Move libgcc before libiberty.
8467         * configure: Regenerated.
8469 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8470             Paolo Bonzini  <bonzini@gnu.org>
8472         PR bootstrap/30753
8473         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
8474         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
8475         * configure: Regenerated.
8477 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8479         * MAINTAINERS (Language Front End Maintainers): Update my mail
8480         address.
8482 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8484         PR bootstrap/30748
8485         * configure.ac: Correct syntax for Solaris ksh.
8486         * configure: Regenerated.
8488 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8490         * configure.ac: Sync with src.
8491         * configure: Regenerate.
8493 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8495         * Makefile.in: Regenerate.
8497 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8499         * config.sub: Sync with src.
8501 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8503         * Makefile.tpl (build_alias, host_alias, target_alias): Use
8504         noncanonical equivalents.
8505         * configure.in: Rename to...
8506         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8507         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8508         target_noncanonical.  Use them.  Rewrite removal of configure
8509         arguments for autoconf 2.59.  Discard variable settings.  Force
8510         program_transform_name for native tools.
8512         * Makefile.in: Regenerated.
8513         * configure: Regenerated with autoconf 2.59.
8515 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
8517         * MAINTAINERS (Write After Approval): Add myself.
8519 2007-01-31  Andreas Schwab  <schwab@suse.de>
8521         * Makefile.tpl (LDFLAGS): Substitute it.
8522         * Makefile.in: Regenerate.
8524 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
8526         * MAINTAINERS (Write After Approval): Add myself.
8528 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
8530         * MAINTAINERS (spu port): Add myself.
8532 2007-01-23  Richard Guenther  <rguenther@suse.de>
8534         PR bootstrap/30541
8535         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8536         * Makefile.tpl (GNATBIND): Substitute it.
8537         (GNATMAKE): Likewise.
8538         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8539         of STAGE_PREFIX.
8540         * Makefile.in: Regenerate.
8541         * configure: Regenerate.
8543 2007-01-18  Mike Stump  <mrs@apple.com>
8545         * configure.in: Re-enable -Werror for gcc builds.
8547 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8549         * MAINTAINERS (Write After Approval): Add myself.
8551 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8553         * configure.in: Change == to = in test command.
8554         * configure: Regenerate.
8556 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8557             Nick Clifton  <nickc@redhat.com>
8558             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8560         * configure.in (build_configargs, host_configargs, target_configargs):
8561         Remove build/host/target parameters.
8562         (host_libs): Add gmp and mpfr.
8563         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8564         * Makefile.def (gmp, mpfr): New.
8565         (gcc): Remove target.
8566         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8567         target_os, target_vendor): New.
8568         (configure): Add host_alias/target_alias arguments; adjust invocations.
8569         * configure: Regenerate.
8570         * Makefile.in: Regenerate.
8572 2007-01-11  Matt Fago  <fago@earthlink.net>
8574         * configure.in: Try to link to functions only in mpfr 2.2.x
8575         to improve robustness of configure tests.
8576         * configure: Regenerate.
8578 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8580         * MAINTAINERS: Add myself as i386 maintainer.
8582 2007-01-08  Jan Hubicka  <jh@suse.cz>
8584         * MAINTAINERS: Add myself as i386 maintainer.
8586 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
8588         * configure.in: Add support for an x86_64-mingw* target.
8589         * configure: Regenerate.
8591 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8593         * Makefile.tpl (all-target): Correct @if conditional for target
8594         modules.
8595         * configure.in: Omit libiberty if building only target libgcc.
8596         * configure, Makefile.in: Regenerated.
8598 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8600         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8601         * configure: Regenerate.
8603 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8605         * Makefile.def (target_modules): Add libgcc.
8606         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8607         * Makefile.tpl (clean-target-libgcc): Delete.
8608         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8609         on gcc even for bootstrapped modules.  Rewrite handling of
8610         lang_env_dependencies to loop over target_modules.
8611         * configure.in (target_libraries): Add target-libgcc.
8612         * Makefile.in, configure: Regenerated.
8614 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8616         * configure.in: Reorganize recognition of languages.  Add
8617         --enable-stage1-languages.  Show supported languages for the chosen
8618         target rather than all recognized languages.
8619         * configure: Regenerate.
8621 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8623         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8624         * Makefile.in: Regenerate.
8626 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8628         * configure.in: Warn that MPFR 2.2.0 is buggy.
8629         * configure: Regenerate.
8631 2006-12-27  Ian Lance Taylor  <iant@google.com>
8633         * configure.in: When removing Makefiles to force a reconfigure, also
8634         remove prev-DIR*/Makefile.
8635         * configure: Regenerate.
8637 2006-12-22  Andreas Schwab  <schwab@suse.de>
8639         * configure: Regenerate with correct autoconf version.
8641 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
8643         * configure.in: add AC_SUBST for *_FOR_TARGET.
8644         * configure: Regenerate.
8646 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8648         * configure.in: Simplify logic for rejecting languages that cannot
8649         be built.  Separate the case when a language is unsupported,
8650         from the case when the user chooses not to build a language.
8652 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8654         * configure.in: Remove "$build" case for powerpc-*-darwin* since
8655         it only affects bootstrap and could be tested on "$host" as well.
8656         * configure: Regenerate.
8657         * config/mh-ppc-darwin: Add to the stage1 cflags here.
8659 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8661         PR bootstrap/29544
8662         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8663         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8664         move here comment from Makefile.tpl.
8665         * Makefile.tpl: Move some definitions higher in the file.
8666         (STAGE1_CHECKING): New.
8667         * configure.in: Add --enable-stage1-checking.
8668         * configure: Regenerate.
8669         * Makefile.in: Regenerate.
8671 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8673         * MAINTAINERS: Add myself as build system maintainer.
8675 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
8677         * MAINTAINERS (Write After Approval): Add myself.
8679 2006-12-13  Eric Christopher  <echristo@apple.com>
8681         * MAINTAINERS: Add myself as darwin maintainer.
8683 2006-12-11  Ian Lance Taylor  <ian@airs.com>
8685         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8687 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
8689         MAINTAINERS: Update my entry.
8691 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
8693         * configure.in:  Handle spu makefile frag.
8694         * Makefile.tpl (MAINT): Define
8695         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8696         * configure: Regenerate.
8697         * Makefile.in: Regenerate.
8699 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8701         * config.guess: Import latest version.
8702         * config.sub: Likewise.
8704 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8706         * configure.in (spu-*-*): Don't skip target-libiberty.
8707         * configure: Regenerate.
8709 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8711         PR bootstrap/30134
8712         * configure.in: Correct x86 darwin support for libjava to powerpc
8713         and i?86 only.
8714         * configure: Regenerate.
8716 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
8718         * configure.in: Add x86 darwin support for libjava.
8719         * configure: Regenerate.
8721 2006-12-07  Mike Stump  <mrs@apple.com>
8723         * Makefile.def (dependencies): Add dependency for
8724         install-target-libssp and install-target-libgomp on
8725         install-gcc.
8726         * Makefile.in: Regenerate.
8728 2006-12-04  Richard Guenther  <rguenther@suse.de>
8730         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8731         (Non-Algorithmic Maintainers): Move over non-algorithmic
8732         loop optimizer maintainers, add myself as a non-algorithmic
8733         middle-end maintainer.
8735 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
8737         * MAINTAINERS (Write After Approval): Add myself.
8739 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8741         * configure.in: Update error message for missing GMP/MPFR.
8743         * configure: Regenerate.
8745 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8747         * configure.in: Update MPFR version in error message.
8749         * configure: Regenerate.
8751 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8753         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8754         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8755         --with-gmp-lib): New flags.
8757         * configure: Regenerate.
8759 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
8761         * MAINTAINERS (Write After Approval): Change my email address.
8763 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8765         * MAINTAINERS (Write After Approval): Add myself.
8767 2006-11-22  Philipp Thomas  <pth@suse.de>
8769         * MAINTAINERS (i18n): Update e-mail address.
8771 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8773         * MAINTAINERS (spu port): Add myself as maintainer.
8774         (Write After Approval): Remove myself.
8776 2006-11-22  Ben Elliston  <bje@au.ibm.com>
8778         * configure.in (skipdirs): Don't build libssp for SPU.
8779         * configure: Regenerate.
8781 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8783         * MAINTAINERS (spu port): Add myself as maintainer.
8784         (libobjc): Update my email address.
8786 2006-11-21  Andrea Bona  <andrea.bona@st.com>
8788         * MAINTAINERS (Write After Approval): Add myself.
8790 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8792         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8793         * configure : Rebuilt.
8795 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8797         * MAINTAINERS (Write After Approval): Add myself.
8799 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
8801         * MAINTAINERS (Write After Approval): Add myself.
8803 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8805         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8806         libmpfr.a.
8807         * configure: Regenerate.
8809 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
8811         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8812         (unstage): Test for stage_last presence.
8814         PR bootstrap/29802
8815         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8816         STAGE_PREFIX.
8817         * Makefile.in: Regenerate.
8819 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
8821         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8822         maintainers.
8824 2006-11-14  Erven Rohou  <erven.rohou@st.com>
8826         * MAINTAINERS (Write After Approval): Add myself.
8828 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
8830         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8831         and stageN-package/Makefile.
8832         * Makefile.in: Regenerated.
8834 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
8836         * configure.in: Remove target-libgloss from noconfigdirs for
8837         bfin-*-*.
8838         * configure: Regenerated.
8840 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8842         * configure.in (have_gmp): Only error if the gcc directory exists.
8844         * configure: Regenerate.
8846 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8848         * configure.in: Robustify error message for missing GMP/MPFR.
8850         * configure: Regenerate.
8852 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
8854         * MAINTAINERS (Write After Approval): Add myself.
8856 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
8858         * MAINTAINERS: Change email address.
8860 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8862         * MAINTAINERS (Write After Approval): Add myself.
8864 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
8866         * MAINTAINERS (Write After Approval): Add myself.
8868 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
8870         * MAINTAINERS (Write After Approval): Move myself to
8871         Write After Approval section.
8873 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8875         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
8876         need_gmp anymore.
8877         * configure: Regenerate.
8879 2006-10-16  Tobias Burnus  <burnus@net-b.de>
8881         * MAINTAINERS (Write After Approval): Add myself.
8883 2006-10-16  Ben Elliston  <bje@au.ibm.com>
8885         * config.guess: Import latest version.
8886         * config.sub: Likewise.
8888 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
8890         * Makefile.def: Added pdf target handling.
8891         * Makefile.tpl: Added pdf target handling.
8892         * Makefile.in: Regenerated.
8894 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
8896         * MAINTAINERS: Add self as score port maintainer.
8898 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
8900         * MAINTAINERS (Write After Approval): Add myself.
8902 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
8904         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
8905         or newer.
8906         * configure: Regenerated.
8908 2006-09-27  Dave Brolley  <brolley@redhat.com>
8910         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8911         using $s instead of $r.
8912         * configure: Regenerated.
8914 2006-09-26  Thiemo Seufer  <ths@mips.com>
8916         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8917         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8918         * configure: Regenerate.
8920 2006-09-24  Graeme Peterson  <gridly@gmail.com>
8922         * MAINTAINERS (Write After Approval): Remove myself.
8924 2006-09-22  Chao-ying Fu  <fu@mips.com>
8926         * MAINTAINERS (Write After Approval): Add myself.
8928 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
8930         * MAINTAINERS: Add self as soft-fp maintainer.
8932 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
8934         * MAINTAINERS: Add myself as avr maintainer.
8935         Remove Marek Michalkiewicz as avr maintainer.
8937 2006-09-07  Roberto Costa  <roberto.costa@st.com>
8939         * MAINTAINERS (Write After Approval): Add myself.
8941 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
8943         * configure.in: Never build newlib for a Mingw host.
8944         Never build newlib as Mingw target library.
8945         Test the existence of winsup/cygwin for building a Cygwin newlib,
8946         rather than just winsup.
8947         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8948         building a Mingw target.
8949         * configure: Regenerate.
8951 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8953         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8955 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
8957         * config.guess: Import from src (was more updated).
8958         * config.sub: Likewise.
8960 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
8962         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8963         * configure: Regenerated.
8965 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
8967         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8968         for stages after the first.
8970 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
8972         * Makefile.def: Add dependencies for configure-opcodes
8973         on configure-intl and all-opcodes on all-intl.
8974         * Makefile.in: Regenerated.
8976 2006-07-13  Ben Elliston  <bje@au.ibm.com>
8978         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8980 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8982         Port to hosts whose 'sort' and 'tail' implementations
8983         treat operands with leading '+' as file names, as POSIX
8984         has required since 2001.  However, make sure the code still
8985         works on pre-POSIX hosts.
8986         * ltmain.sh: Don't assume "sort +2" is equivalent to
8987         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8989 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
8991         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8993 2006-07-04  Peter O'Gorman  <peter@pogma.com>
8995         * ltconfig: chmod 644 before ranlib during install.
8997 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8999         PR bootstrap/18058
9000         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9001         if the bootstrap compiler is a GCC version that supports it.
9002         * configure: Regenerate.
9004 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9006         * configure.in: Fix thinkos in previous check-in.
9007         * configure: Regenerate.
9009 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9011         PR other/27063
9012         * configure.in: Test subdir_requires and give an appropriate
9013         error message.
9014         * configure: Regenerate.
9016 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9018         * MAINTAINERS (Write After Approval): Add myself.
9020 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9022         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9024 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9026         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9028 2006-06-20  David Ayers  <d.ayers@inode.at>
9030         PR bootstrap/28072
9031         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9032         whether target-libjava is being configured instead of whether the
9033         java front end is enabled.
9034         * configure: Regenerate.
9036 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9038         PR target/27540
9039         * configure.in: Only enable libgomp on IRIX 6.
9040         * configure: Regenerate.
9042 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9044         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9045         too.
9046         * Makefile.in: Regenerate.
9048 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9050         * config-ml.in: Alter CCASFLAGS to include special
9051         multilib options the same as is done for CFLAGS.
9053 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9055         * configure.in: Don't enable libgomp on hpux10.
9056         * configure: Rebuilt.
9058 2006-06-12  David Ayers  <d.ayers@inode.at>
9060         PR bootstrap/27963
9061         PR target/19970
9062         * configure.in: Remove target-boehm-gc from noconfigdirs where
9063         ${libgcj} is specified.
9064         * configure: Regenerate.
9066 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9068         Sync from src:
9070         * configure.in: Sync.
9071         * configure: Regenerated.
9073         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9075         * Makefile.def: Added dependencies from sim and gdb on intl, and
9076         added configure dependencies to everything with an all dependency
9077         on intl.
9078         * Makefile.in: Regenerated.
9080 2006-06-06  David Ayers  <d.ayers@inode.at>
9082         PR libobjc/13946
9083         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9084         * Makefile.in: Regenerate.
9085         * configure.in: Add --enable-objc-gc at toplevel and have it
9086         enable boehm-gc for Objective-C.
9087         Remove target-boehm-gc from libgcj.
9088         Add target-boehm-gc to target_libraries.
9089         Add target-boehm-gc to noconfigdirs where ${libgcj}
9090         is specified.
9091         Assert that boehm-gc is supported when requested for Objective-C.
9092         Only build boehm-gc if needed either for Java or Objective-C.
9093         * configure: Regenerate.
9095 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9097         PR 27674
9098         * Makefile.tpl (configure-[+prefix+][+module+],
9099         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9100         Remove rule to unstage bootstrapped modules.
9101         (stage_current): New.
9102         * Makefile.in: Regenerate.
9104 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9106         * MAINTAINERS (Write After Approval): Update my e-mail address.
9108 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9110         * include/libiberty.h: Declare pex_run_in_environment.
9112 2006-05-31  Asher Langton  <langton2@llnl.gov>
9114         * MAINTAINERS (Write After Approval): Add myself.
9116 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9118         * Makefile.def (bfd, opcodes): Fix lib_path.
9119         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9120         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9121         * Makefile.in: Regenerate.
9123 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9125         * Makefile.in: Regenerate.
9127 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9129         * Makefile.def: Add install-html target. Add datarootdir
9130         docdir and htmldir to flags_to_pass.
9131         * Makefile.tpl: Add install-html target.
9132         * Makefile.in: Regenerate.
9133         * configure.in: Add --with-datarootdir, --with-docdir, and
9134         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9135         * configure: Regenerate.
9137 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9139         * configure.in: Enable gprof for cross builds.
9140         * configure: Regenerate.
9142 2006-05-22  Richard Guenther  <rguenther@suse.de>
9144         Revert
9145         2006-01-31  Richard Guenther  <rguenther@suse.de>
9146         Paolo Bonzini  <bonzini@gnu.org>
9148         * Makefile.def (target_modules): Add libgcc-math target module.
9149         * configure.in (target_libraries): Add libgcc-math target library.
9150         (--enable-libgcc-math): New configure switch.
9151         * Makefile.in: Re-generate.
9152         * configure: Re-generate.
9153         * libgcc-math: New toplevel directory.
9155 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9156             Andreas Tobler  <a.tobler@schweiz.ch>
9158         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9159         * configure: Rebuilt.
9161 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9163         * MAINTAINERS (Write After Approval): Add myself.
9165 2006-05-01  DJ Delorie  <dj@redhat.com>
9167         * configure.in: Restore CFLAGS if GMP isn't present.
9168         * configure: Regenerate.
9170 2006-05-01  Richard Guenther  <rguenther@suse.de>
9172         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9173         maintainer.
9175 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9177         * MAINTAINERS (Write After Approval): Add myself.
9179 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9181         * MAINTAINERS (Write After Approval): Add myself.
9183 2006-04-18  DJ Delorie  <dj@redhat.com>
9185         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9186         reference libgloss so that libssp can be built in a combined
9187         tree.
9188         * configure: Regenerate.
9190 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9192         * MAINTAINERS (Write After Approval): Add myself.
9194 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9196         * configure.in: Require makeinfo 4.4 or higher.
9197         * configure: Regenerate.
9199 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9201         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9202         Rearrange the entries of other libraries to have them in one place.
9204 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9206         * MAINTAINERS (Write After Approval): Remove myself.
9207         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9209 2006-03-14  Richard Guenther  <rguenther@suse.de>
9211         * configure: Regenerate with autoconf 2.13.
9213 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9215         * MAINTAINERS: Use my work address.
9217         * MAINTAINERS: Update my E-mail address.
9219 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9221         * configure.in: Handle --disable-<component> generically.
9222         * configure: Regenerate.
9224 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9226         PR libgcj/17311
9227         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9229 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9231         * MAINTAINERS (Write After Approval):  Remove myself.
9232         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9234 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9236         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9237         (TARGET_CONFIGDIRS): Remove.
9238         * configure.in: Remove AC_SUBST(target_configdirs).
9239         * Makefile.in, configure: Regenerated.
9241 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9243         * MAINTAINERS (Write After Approval):  Remove myself.
9244         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9246 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9248         PR bootstrap/25670
9250         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9252         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9253         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9254         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9255         BUILD_PREFIX, BUILD_PREFIX_1.
9256         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9258         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9259         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9261         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9262         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9263         of `cat stage_current`.  Always provide the `r' and `s' variables.
9264         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9265         a single shell execution.
9266         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9267         bootstrapped modules, make the stage1 module if the build was not
9268         started yet, else build the current stage.
9269         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9270         (all-build, all-host, all-target, [+make_target+]-host,
9271         [+make_target+]-target): Do not use \-continued lines.
9272         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9273         (current_stage, restrap, stage_last): New.
9275         * Makefile.in: Regenerate.
9276         * configure: Regenerate.
9278 2006-02-19  Bud Davis  <jmdavis@link.com>
9280         * MAINTAINERS (Write After Approval):  Remove myself.
9281         (Language Front End Maintainers):  Add myself as fortran 95
9282         maintainer and update e-mail address.
9284 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9286         * MAINTAINERS (Write After Approval):  Remove myself.
9287         (Language Front End Maintainers):  Add myself as fortran 95
9288         maintainer.
9290 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9292         * MAINTAINERS (Write After Approval): Add myself.
9294 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9296         * MAINTAINERS (Write After Approval):  Remove myself.
9297         (Language Front End Maintainers):  Add myself as
9298         fortran 95 maintainer.
9300 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9302         Sync from src:
9304         2005-12-27  Leif Ekblad  <leif@rdos.net>
9306         * configure.in: Add support for RDOS target.
9307         * configure: Regenerate.
9309 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9310             Andreas Schwab  <schwab@suse.de>
9312         * configure: Regenerate.
9314 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9316         * configure.in (enable_libgomp): Add AIX.
9317         * configure: Regenerate.
9319 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9321         * MAINTAINERS (Write After Approval): Add myself.
9323 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9325         * MAINTAINERS (Write After Approval): Add myself.
9327 2006-01-31  Richard Guenther  <rguenther@suse.de>
9328         Paolo Bonzini  <bonzini@gnu.org>
9330         * Makefile.def (target_modules): Add libgcc-math target module.
9331         * configure.in (target_libraries): Add libgcc-math target library.
9332         (--enable-libgcc-math): New configure switch.
9333         * Makefile.in: Re-generate.
9334         * configure: Re-generate.
9335         * libgcc-math: New toplevel directory.
9337 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9339         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9340         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9341         the assembler, linker and binutils.
9342         * configure: Regenerate.
9344 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9346         * MAINTAINERS (Write After Approval): Add myself.
9348 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9350         * configure: Regenerate.
9352 2006-01-18  Richard Henderson  <rth@redhat.com>
9353             Jakub Jelinek  <jakub@redhat.com>
9354             Diego Novillo  <dnovillo@redhat.com>
9356         * libgomp: New directory.
9357         * Makefile.def: Add target_module libgomp.
9358         * Makefile.in: Regenerate.
9359         * configure.in (target_libraries): Add target-libgomp.
9360         * configure: Regenerate.
9362 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9364         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9365         @ from continuation.
9366         * Makefile.in: Rebuilt.
9368 2006-01-04  Chris Lattner  <sabre@gnu.org>
9370         * MAINTAINERS (Write After Approval): Add myself.
9372 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
9374         PR bootstrap/24252
9376         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9377         * Makefile.tpl (OBJDUMP): New.
9378         (EXTRA_HOST_FLAGS): Add it.
9379         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9381         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9382         to use symbolic links between directories.  Avoid race conditions
9383         or make them harmless.
9384         * configure.in: Do not try to use symbolic links between directories.
9386         * Makefile.def (LEAN): Pass.
9387         * Makefile.tpl (LEAN): Define.
9388         (stage[+id+]-start): Accept that the previous directory does not
9389         exist, if the bootstrap is lean.
9390         (stage[+id+]-bubble): Invoke lean bootstrap commands after
9391         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
9392         configure substitution.
9393         ([+compare-target+]): Likewise.
9394         ([+bootstrap-target+]-lean): New.
9395         * configure.in: Remove lean bootstrap support from here.
9397         * Makefile.in: Regenerate.
9398         * configure: Regenerate.
9400 2006-01-04  Ben Elliston  <bje@au.ibm.com>
9402         * MAINTAINERS (libdecnumber): Add myself.
9404 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
9406         * libtool-ldflags: New script.
9408 2006-01-02  Andreas Schwab  <schwab@suse.de>
9410         * configure.in: When reconfiguring remove Makefile in
9411         all stage directories.
9412         * configure: Regenerate.
9414 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
9416         * MAINTAINERS: Update my email address.
9418 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
9420         Revert Ada-related part of the previous change.
9422         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9423         Do not pass.
9424         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9425         * Makefile.in: Regenerate.
9426         * configure.in: Do not include mt-ppc-aix target fragment.
9427         * configure: Regenerate.
9429 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
9431         * configure.in: Select appropriate fragments for PowerPC/AIX.
9432         * configure: Regenerate.
9434         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9435         BOOT_CFLAGS, BOOT_LDFLAGS.
9436         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9437         BOOT_CFLAGS, BOOT_LDFLAGS.
9438         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9439         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9440         (stage): Fail if we cannot complete the work.
9441         * Makefile.in: Regenerate.
9443 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9445         * configure.in: Replace ms1 with mt.
9446         * configure: Rebuilt.
9448 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
9450         * MAINTAINERS: Update my email address.
9452 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
9454         * Makefile.tpl (all, do-[+make_target+], do-check, install,
9455         install-host-nogcc): Don't invoke $(stage) at the end.
9456         * Makefile.in: Regenerate.
9458 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
9460         * configure.in: Flip the top-level bootstrap switch.
9461         * configure: Regenerate.
9463 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
9465         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9466         $(stage) and $(unstage).
9467         (EXTRA_TARGET_FLAGS): Correct double-quoting.
9468         (all): Remove stray semicolon.
9469         (local-distclean): Don't handle multilib.tmp and multilib.out.
9470         (install.all): Set $s for consistency.
9471         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9472         check_multilibs setting.  Always make the install directory.
9473         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9474         Correct @if/@endif.
9475         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9476         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9477         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9478         (multilib.out): Remove.
9479         * Makefile.in: Regenerated.
9481 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
9483         * MAINTAINERS (Write After Approval): Add myself.
9485 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9487         * MAINTAINERS: Add myself as mt maintainer.
9489         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
9491 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
9493         * MAINTAINERS: Change email address.
9495 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
9497         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9498         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9499         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
9500         Find in-tree tools if available.
9501         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9502         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9503         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9504         (COMPILER_*_FOR_TARGET): New.
9505         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9506         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9507         (CONFIGURED_*, USUAL_*): Remove.
9508         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9509         STRIP): Use autoconf substitutions.
9510         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9511         COMPILER_NM_FOR_TARGET): New.
9512         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9514         (all): Make all-host and all-target in parallel.
9515         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9516         that $$r and $$s are set before invoking a recursive make.
9517         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9518         ([+bootstrap-target+]): Inline most of the `all' target.
9520 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9522         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9523         from the gcc build directory.
9524         * Makefile.in: Regenerate.
9526 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9528         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
9529         depend on all-libdecnumber.
9530         * configure.in (host_libs): Include libdecnumber.
9531         * Makefile.in: Regenerate.
9532         * configure: Likewise.
9534 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9536         * libdecnumber: Import decNumber sources from the dfp-branch.
9538 2005-11-21  Kean Johnston  <jkj@sco.com>
9540         * config.sub, config.guess: Sync from upstream sources.
9542 2005-11-21  Ben Elliston  <bje@au.ibm.com>
9544         Import from Autoconf sources:
9546         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9547         * config/move-if-change: Don't output "$2 is unchanged";
9548         suggested by Ben Elliston.  Handle weird characters correctly.
9550 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9552         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9553         to match upstream libtool for darwin.
9555 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9557         * Makefile.def: Remove gdb dependencies for gdbtk.
9558         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9559         (configure-gdb, install-gdb): New rules.
9560         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9561         * Makefile.in, configure: Regenerated.
9563 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9565         * MAINTAINERS (Write After Approval): Add myself.
9567 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9569         * MAINTAINERS (Write After Approval): Add myself.
9571 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
9573         * MAINTAINERS (alias analysis): Add Daniel Berlin and
9574         Diego Novillo.
9576 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9578         PR bootstrap/24297
9579         * Makefile.tpl (do-[+make-target+], do-check, install,
9580         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9581         are set before recursing.
9582         * Makefile.in: Regenerate.
9584 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9586         PR bootstrap/18939
9587         * Makefile.def (gcc) <target>: Fix thinko.
9588         * Makefile.in: Regenerate.
9590 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9592         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9593         * configure: Regenerate.
9595 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
9597         * MAINTAINERS (Write After Approval): Add self.
9599 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9601         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9602         target-libffi, target-qthreads, target-libjava, and
9603         targetlibobjc.
9604         * configure: Regenerate.
9606 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9608         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9609         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9610         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9611         (USUAL_OBJDUMP_FOR_TARGET): New.
9612         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9613         * configure.in: Check for $OBJDUMP_FOR_TARGET.
9614         * configure, Makefile.in: Regenerated.
9616 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9618         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9619         before other host packages.
9621 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9623         * MAINTAINERS: Add self as sh libraries/configury maintainer.
9625 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9627         PR bootstrap/22340
9629         * configure.in (default_target): Remove.
9630         * Makefile.tpl (all): Do not use prerequisites as subroutines
9631         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9632         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9633         use prerequisites as subroutines.
9634         (check-host, check-target): New.
9635         (bootstrap configure & all targets): Do not use stage*-start
9636         if the directory layout is already ok.
9637         (non-bootstrap configure & all targets): Prepend a $(unstage).
9638         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
9639         (NOTPARALLEL): Remove.
9640         (unstage, stage variables): New variables.
9641         (unstage, stage targets): Simply expand to those variables.
9643         * configure: Regenerate.
9644         * Makefile.in: Regenerate.
9646 2005-10-04  James E Wilson  <wilson@specifix.com>
9648         * Makefile.def (lang_env_dependencies): Add libmudflap.
9649         * Makefile.in: Regenerate.
9651 2005-10-03  Andreas Schwab  <schwab@suse.de>
9653         Backport from libtool CVS:
9654         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
9656         * ltmain.sh: add support for installing into temporary
9657         staging area (e.g. 'make install DESTDIR=...')
9659 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9661         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9662         * configure: Regenerated.
9664 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
9666         * configure: Regenerate with the correct
9667         autoconf version.
9669 2005-09-30  Catherine Moore  <clm@cm00re.com>
9671         * configure.in (bfin-*-*): New.
9672         * configure: Regenerated.
9674 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
9676         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9677         (LIPO_FOR_TARGET): New.
9678         (CONFIGURED_LIPO_FOR_TARGET): New.
9679         (USUAL_LIPO_FOR_TARGET): New.
9680         (STRIP_FOR_TARGET): New.
9681         (CONFIGURED_STRIP_FOR_TARGET): New.
9682         (USUAL_STRIP_FOR_TARGET): New.
9683         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9684         STRIP_FOR_TARGET.
9685         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9686         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9687         * Makefile.in: Regenerate.
9688         * configure: Regenerate.
9690 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
9692         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9693         (rs6000-*-aix*): Same.
9694         * configure: Regenerate.
9696 2005-09-16  Tom Tromey  <tromey@redhat.com>
9698         * MAINTAINERS: Add self as java maintainer.
9700 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9702         * configure.in: Recognize f95 in the --enable-languages option,
9703         and substitute it for fortran, issuing a warning.
9704         * configure: Regenerate.
9706 2005-08-30  Phil Edwards  <phil@codesourcery.com>
9708         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
9709         * configure:  Regenerated.
9711 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
9713         * MAINTAINERS: Add self as ms1 maintainer.
9715 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
9717         * Makefile.def (libssp): Add to lang_env_dependencies.
9718         * Makefile.in: Regenerate.
9720 2005-08-18  Ian Lance Taylor  <ian@airs.com>
9722         * MAINTAINERS: Add myself as middle-end maintainer.
9724 2005-08-17  Christian Groessler  <chris@groessler.org>
9726         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9727         * Makefile.in: Regenerate.
9729 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
9731         * MAINTAINERS (write after approval): Added myself.
9733 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
9735         * MAINTAINERS (Write After Approval): Add myself.
9737 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
9739         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9740         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9741         Look for alternate names of the target cc and c++
9742         * configure: Regenerate.
9744 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
9746         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9747         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9748         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9749         tools; remove code to manually set them.
9750         (Target tools): Look in the environment for them.
9751         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9752         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9753         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9754         build directory.
9755         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9756         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9757         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9758         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9759         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9760         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9761         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9762         * configure: Regenerate.
9763         * Makefile.in: Regenerate.
9765 2005-07-28  Ben Elliston  <bje@au.ibm.com>
9767         * MAINTAINERS: Update for removed CPU targets.
9769 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
9771         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9772         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9773         * Makefile.in: Regenerated.
9775 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
9777         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9778         (CFLAGS_FOR_TARGET): Use it.
9779         (CXXFLAGS_FOR_TARGET): Likewise.
9780         * Makefile.in: Regenerated.
9781         * configure.in (--with-build-sysroot): New option.
9782         * configure: Regenerated.
9784 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
9786         * Makefile.tpl: Wrap install between unstage and stage
9787         * Makefile.in: Regenerate.
9789 2005-07-21  Eric Christopher  <echristo@apple.com>
9791         * MAINTAINERS: Update affiliation.
9793 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
9795         * MAINTAINERS: Add self as crx port maintainer.
9797 2005-07-20  DJ Delorie  <dj@redhat.com>
9799         * MAINTAINERS: Add self as m32c maintainer.
9801 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
9803         * all files: Update FSF address.
9805 2005-07-15  Eric Christopher  <echristo@redhat.com>
9807         * MAINTAINERS: Change affiliation.
9809 2005-07-14  Jim Blandy  <jimb@redhat.com>
9811         * configure.in: Add cases for Renesas m32c.
9812         * configure: Regenerated.
9814 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9816         * COPYING.LIB: Update from fsf.org.
9818 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9820         * COPYING, compile, config.guess,
9821         config.sub, install-sh, missing, mkinstalldirs,
9822         symlink-tree, ylwrap: Sync from upstream sources.
9823         * config-ml.in: Update FSF address.
9825 2005-07-13  Eric Christopher  <echristo@redhat.com>
9827         * configure.in: Add toplevel noconfigdir support for tpf.
9828         * configure: Regenerate.
9830 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
9832         PR ada/22340
9834         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9835         * Makefile.in: Regenerate.
9837 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
9839         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
9840         Brolley to write-after-approval.
9842 2005-07-07  Andreas Schwab  <schwab@suse.de>
9844         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9845         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9846         * Makefile.in: Regenerated.
9848 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
9850         * configure.in: Don't build sim or rda when targetting darwin.
9851         * configure: Regenerate.
9853 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
9855         * configure.in: Add --enable-libssp and --disable-libssp.
9856         * configure: Regenerate with autoconf-2.13.
9858 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
9860         * Makefile.def (target_modules): Add libssp.
9861         * configure.in (target_libraries): Add target-libssp.
9862         * configure: Rebuilt.
9863         * Makefile.in: Rebuilt.
9865 2005-07-01  Zack Weinberg  <zackw@panix.com>
9867         * MAINTAINERS: Change email address.  Resign from maintainership.
9869 2005-07-01  Richard Guenther  <rguenther@suse.de>
9871         * MAINTAINERS: Change my e-mail address and affiliation.
9873 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
9875         * Makefile.def (stagefeedback): Come after profile.
9876         Define profiledbootstrap target.
9877         * Makefile.tpl (profiledbootstrap): Remove.
9878         (stageprofile-end): Zap stagefeedback.
9879         (stagefeedback-start): Copy all .gcda files, not only GCC's.
9880         * Makefile.in: Regenerate.
9882 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
9884         * MAINTAINERS: Update my email address.
9886 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
9888         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
9889         In 'cpp' stanza, support '#line' as well as '# '.
9891 2005-06-08  Andreas Schwab  <schwab@suse.de>
9893         * MAINTAINERS: Move myself from 'Write After Approval' to
9894         'CPU Port Maintainers' section as m68k maintainer.
9896 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
9898         * configure.in (unsupported_languages): New macro.
9899         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
9900         non-ported target libraries in noconfigdirs.
9901         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9902         non-linux-gnu.  Remove libgcj_ex_libffi.
9903         <lang_frag loop>: Set add_this_lang=no if the language is in
9904         unsupported_languages.
9905         * configure: Regenerate.
9907 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
9909         * configure.in: Fix typo in handling of --with-mpfr-dir.
9910         * configure: Regenerate.
9912 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
9914         * MAINTAINERS: Update my email address.
9916 2005-06-02  Jim Blandy  <jimb@redhat.com>
9918         * config.sub: Add cases for the Renesas m32c.  (This patch has been
9919         accepted into the master sources.)
9921 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
9922             Michael Snyder  <msnyder@redhat.com>
9923             Stan Cox  <scox@redhat.com>
9925         * configure.in: Set noconfigdirs for ms1.
9927         * configure: Regenerate.
9929 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
9931         * MAINTAINERS (Write After Approval): Add self.
9933 2005-06-01  Josh Conner  <jconner@apple.com>
9935         * MAINTAINERS (Write After Approval): Add self.
9937 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
9939         * MAINTAINERS: Update my email address.
9941 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
9943         * MAINTAINERS (Write After Approval): Add self.
9945 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
9947         * MAINTAINERS (Write After Approval): Remove self.
9949 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
9951         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9952         (Dependencies): Consider target modules for bootstrap dependencies.
9953         Make target bootstrap modules depend on each stage's gcc.
9954         * Makefile.in: Regenerate.
9956 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
9958         * Makefile.def (configure-gcc): Depend on binutils having been built.
9959         (all-gcc): No need to do it here.
9960         * Makefile.in: Regenerate.
9962 2005-05-19  Paul Brook  <paul@codesourcery.com>
9964         * configure.in: Rewrite misleading error message when requested
9965         language cannot be built.
9966         * configure: Regenerate.
9968 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
9970         * ylwrap: Import from Automake 1.9.5.
9972 2005-05-13  David Ung  <davidu@mips.com>
9974         * MAINTAINERS (Write After Approval): Add self.
9976 2005-05-09  Mike Stump  <mrs@apple.com>
9978         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9979         lt_cv_sys_max_cmd_len for now.
9981 2005-05-09  Stan Cox  <scox@redhat.com>
9983         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9985 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
9987         * README.SCO: Update the URL.
9989 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
9991         * ltconfig: Define file_list_spec.  Pass file_list_spec and
9992         with_gnu_ld to libtool.
9993         * ltcf-c.sh (aix[45]): Define file_list_spec.
9994         * ltcf-cxx.sh (aix[45]): Same.
9995         * ltcf-gcj.sh (aix[45]): Same.
9996         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9997         exists, write list of input files to temporary file.
9999 2005-05-04  Mike Stump  <mrs@apple.com>
10001         * configure.in: Always pass --target to target configures as
10002         otherwise rebuilds that do --recheck will fail.
10003         * confiugure: Rebuilt.
10005 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10007         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10008         STAGE_HOST_EXPORTS.
10009         (configure, all): Add bootstrap support.
10010         (Host modules, target modules): Pass post-stage1 flags and exports.
10011         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10012         * Makefile.in: Regenerate.
10014 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10016         * configure: Regenerate.
10018 2005-04-27  Mike Stump  <mrs@apple.com>
10020         * MAINTAINERS: Add self as darwin maintainer.
10022 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10024         * config.sub: Update from master copy.
10026 2005-04-21  Mike Stump  <mrs@apple.com>
10028         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10029         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10031 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10033         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10034         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10035         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10036         "*-*-elf" and "*-*-linux*".
10037         * configure: Regenerate.
10039 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10041         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10043 2005-04-12  Mike Stump  <mrs@apple.com>
10045         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10047 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10049         * MAINTAINERS (Write After Approval): Add myself.
10051 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10053         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10055 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10057         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10058         (TARGET_CONFIGARGS): Include --with-target-subdir.
10059         (configure, all): New macros.  Use them throughout.
10060         * Makefile.in: Regenerate.
10062 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10064         * MAINTAINERS (Write After Approval): Add myself.
10066 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10068         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10070 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10072         * MAINTAINERS: Move John Carr to Write After Approval.
10074 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10076         * config/mh-mingw32: Delete.
10077         * configure.in: Don't use it.
10078         * configure: Regenerate.
10080 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10082         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10083         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10084         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10085         (HOST_LIB_PATH): Generate from Makefile.def.
10086         (TARGET_LIB_PATH): Likewise.
10087         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10088         * Makefile.in: Regenerate.
10089         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10090         (RPATH_ENVVAR): Include Darwin case.
10091         * configure: Regenerate.
10093 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10095         * MAINTAINERS (Various Maintainers): Remove self.
10096         (Write After Approval): Add self.
10098 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10100         * MAINTAINERS (Various Maintainers): Add self.
10102 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10104         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10105         * configure: Regenerate.
10107 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10109         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10110         gcc_version, and gcc_version_trigger from set of flags to pass.
10111         * Makefile.tpl: Remove definitions of above variables.
10112         (config.status): Remove dependency on $(gcc_version_trigger).
10113         * Makefile.in: Regenerate.
10114         * configure.in: Do not reference config/gcc-version.m4 nor
10115         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10116         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10117         * configure: Regenerate.
10119 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10120             Andrew Pinski  <pinskia@physics.uc.edu>
10122         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10123         * Makefile.in: Regenerate.
10125 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10127         * MAINTAINERS (Write After Approval): Add myself.
10129 2005-03-03  David Ayers  <d.ayers@inode.at>
10131         * MAINTAINERS (Write After Approval): Add myself.
10133 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10135         PR libgcj/20160
10136         * ltmain.sh: Avoid creating archives with components that have
10137         duplicate basenames.
10139 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10141         PR bootstrap/20250
10142         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10143         instead of check.
10144         * Makefile.in: Regenerate.
10146 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10148         * Makefile.in: Regenerate to fix conflict between the previous two
10149         patches.
10151 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10153         PR bootstrap/17383
10154         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10155         * Makefile.tpl (HOST_SUBDIR): New substitution.
10156         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10157         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10158         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10159         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10160         (Host modules, Bootstrapped modules): Use it.
10161         (Build modules, Target modules): Do not create symlink trees,
10162         always configure out-of-srcdir.
10163         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10164         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10165         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10166         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10168         * Makefile.in: Regenerate.
10169         * configure: Regenerate.
10171 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10173         Merged from libada-gnattools-branch:
10174         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10176         * gnattools: New directory.
10177         * Makefile.def: Add gnattools as a module, depending on target-libada.
10178         * Makefile.in: Regenerate.
10179         * configure.in: Include gnattools in host_tools; disable it if ada
10180         is disabled.
10181         * configure: Regenerate.
10183 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10185         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10186         treelang maintainer.
10187         (Write After Approval): Remove myself.
10189 2005-02-23  Paul Schlie  <schlie@comcast.net>
10191         * configure.in: Allow darwin targeted ports to build tk, itcl and
10192         libgui.
10193         * configure: Regenerate.
10195 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10197         PR libgcj/10353
10198         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10199         * configure: Regenerate.
10201 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10203         * MAINTAINERS (Write After Approval): Add myself.
10205 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10207         * MAINTAINERS: Update my e-mail address.
10209 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10211         * MAINTAINERS (Write After Approval): Add myself.
10213 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10215         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10216         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10217         target-libgloss when not *-*-elf and *-*-aout.
10218         * configure: Regenerate.
10220 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10222         * MAINTAINERS: Remove obsolete entries.
10224         * MAINTAINERS (Write After Approval): Add Michael Matz.
10226 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10228         * MAINTAINERS: Remove self as cpplib maintainer.
10230 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10232         * install-sh, config.sub: Import from upstream.
10234 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10236         PR bootstrap/18222
10237         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10238         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10239         * Makefile.in: Regenerate.
10241 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10243         * MAINTAINERS: Update my email address.
10245 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10246             Andreas Schwab  <schwab@suse.de>
10248         PR bootstrap/18033
10249         * config-ml.in: Eval option if surrounded by single quotes.
10251 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10253         Revert 2004-12-28 Makefile changes, a better fix will be
10254         applied to mainline and src after GCC 4.0 branches.
10256 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10258         PR bootstrap/17383
10260         * Makefile.def (target_modules): Remove stage parameter,
10261         it is always true now.
10262         * Makefile.tpl (configure-build-[+module+],
10263         configure-target-[+module+]): Always build symlink tree
10264         for the directory and for include.  BUILD_SUBDIR and
10265         TARGET_SUBDIR cannot be . anymore.
10266         * Makefile.in: Regenerate.
10268 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10270         Revert 2004-12-08 Makefile changes.
10272 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10274         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10275         cygwin, mingw.
10277 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10279         * configure.in (sh64-*-*): Reenable gprof.
10280         * configure: Regenerate.
10282 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10284         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10285         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10286         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10287         * Makefile.in: Regenerate.
10289 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10291         * MAINTAINERS: Update my email address.
10293 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10295         * Makefile.tpl: Generate normal dependencies if the LHS module is
10296         not bootstrapped.
10297         * Makefile.in: Regenerate.
10299 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10301         * configure.in: Include config/gxx-include-dir.m4.  Use
10302         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10303         * configure: Regenerate.
10305 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10307         * config.if: Delete.
10308         * configure.in: Set libstdcxx_incdir directly.
10309         * configure: Regenerate.
10311 2004-12-02  Eric Christopher  <echristo@redhat.com>
10313         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10314         * Makefile.in: Regenerate.
10316 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10318         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10319         * configure: Regenerate.
10321 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10323         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10324         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10325         * configure: Regenerate.
10327 2004-12-01  Eric Christopher  <echristo@redhat.com>
10329         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10330         of things to remove.
10332 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10334         * MAINTAINERS (Write After Approval): Update my e-mail address.
10336 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10338         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10339         from CVS libtool to always pass_all.
10341 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10343         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10344         (hppa*64*-*-*): Delete incorrect comment.
10345         * configure: Rebuilt.
10347 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10349         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10351 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10353         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10354         from CVS libtool to always pass_all.
10356 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10358         * install-sh, compile: Import from automake.
10360 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10362         * config.guess, config.sub:  Import from savannnah.
10364 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10366         * MAINTAINERS (Write After Approval): Add myself
10368 2004-11-12  Mike Stump  <mrs@apple.com>
10370         * Makefile.def: Add html support.
10371         * Makefile.tpl: Likewise.
10372         * Makefile.in: Regenerate.
10374 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
10376         PR 18423
10377         * configure.in: Remove all instances of build-fixincludes from
10378         noconfigdirs.
10379         (build_configargs): Supply --target to subdirectories.
10380         * configure: Regenerate.
10382         * Makefile.def: Make gcc install depend on fixincludes install.
10383         * Makefile.in: Regenerate.
10385 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
10387         * MAINTAINERS: Add myself as gcc testsuite maintainer.
10389 2004-11-11  Paul Brook  <paul@codesourcery.com>
10391         * MAINTAINERS: Add self as arm maintainer.  Update email address.
10393 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
10395         * configure.in (noconfigdirs) [mmix-*-*]: Disable
10396         target-libgfortran.
10397         * configure: Regenerate.
10399 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
10401         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10402         like CC.
10404 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
10406         * Makefile.def (host fixincludes): Specify missing targets.
10407         * Makefile.in: Regenerate.
10409 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
10411         * MAINTAINERS: Add myself
10413 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
10415         * MAINTAINERS (Write After Approval): Add myself.
10417 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
10419         * Makefile.def: Build fixincludes for the host, too.
10420         * Makefile.in: Regenerate.
10421         * configure.in (host_tools): Add fixincludes.
10422         * configure: Regenerate.
10424 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
10426         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10427         * configure: Regenerated.
10429 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
10431         PR other/17783
10432         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10433         * configure: Regenerated.
10435 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
10437         * README.SCO: Update per FSF instructions.
10439 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
10441         PR target/18151
10442         * configure.in (case ${target}): Do not build fixincludes for avr.
10443         * configure: Regenerated.
10445 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
10447         * configure.in (case ${target}): Do not build fixincludes
10448         on platforms where it is not used.
10449         * configure: Regenerated.
10451 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
10453         * configure.in: Use an absolute path to install-sh.
10454         * configure: Regenerated.
10456 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
10458         * MAINTAINERS (Write After Approval): Add myself.
10460 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
10462         * MAINTAINERS: Remove from Write After Approval those that are
10463         already maintainers.
10465 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
10467         * MAINTAINERS:  Update my email address.
10469 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
10471         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10472         * configure: Regenerate.
10474 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
10476         * MAINTAINERS:  Update my email address.
10478 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
10480         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
10481         entries belonging to this category.
10483 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
10485         * MAINTAINERS: Update my e-mail address.
10487 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
10489         Fix wrong conflict resolution in:
10491         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10493         * Makefile.in: Regenerate.
10494         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10495         in the recursive `make', instead of hardwiring `all'.
10496         (Autogenerated TARGET-* variables): New.
10498 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
10500         * configure.in: Enable target-libgloss for crx-*-*.
10501         * configure: Regenerate.
10503 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10505         * MAINTAINERS (Various Maintainers): Move the "windows,
10506         cygwin, mingw" maintainer to ...
10507         (OS Port Maintainers): ... here.
10509 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10511         * MAINTAINERS (Write After Approval): Remove those that are
10512         maintainers of some subsystem.
10514 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
10516         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10517         * ltcf-cxx.sh (tpf*): Likewise.
10518         * ltconfig (tpf*): Add TPF OS configuration support.
10520 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
10522         * MAINTAINERS: Change my email address to my new work account.
10524 2004-09-24  Michael Roth  <mroth@nessie.de>
10526         * configure.in (--without-headers): Add missing double quotes.
10527         * configure: Regenerate.
10529 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
10531         * ylwrap: Revert to previous version.
10533 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
10535         PR bootstrap/17369
10536         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10537         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10538         SET_GCC_LIB_PATH_CMD.
10539         (BASE_TARGET_EXPORTS): Likewise.
10540         * Makefile.in: Regenerated.
10542         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10543         * configure: Regenerated.
10545 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10547         * config.guess: New upstream version
10548         * compile, depcomp, install-sh, ylwrap: Likewise.
10550 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10552         * config/mh-x86omitfp: New host makefile fragment.  Add
10553         -fomit-frame-pointer to the default BOOT_CFLAGS.
10554         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10555         * configure: Regenerate.
10557 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10559         PR target/11572
10560         * configure.in (*-*-darwin*): Renable libobjc.
10561         * configure: Regenerate.
10563 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10565         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10567 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10569         * Makefile.def: Remove libbanshee.
10570         * Makefile.tpl: Ditto.
10571         * configure.in: Ditto.
10572         * Makefile.in: Regen.
10573         * configure: Ditto.
10575 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
10577         * ltmain.sh: Use $pic_object as $non_pic_object if
10578         $non_pic_object=none.
10580 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10582         * missing: Import latest version from master repository.
10584 2004-09-06  Nick Clifton  <nickc@redhat.com>
10586         * config.sub: Import latest version from master repository.
10587         * config.guess: Likewise.
10588         This includes these changes:
10590         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10592         * config.sub: Handle crisv32, alias etraxfs.
10593         * config.guess (crisv32:Linux:*:*): Handle.
10595         2004-08-13  Brad Smith  <brad@comstyle.com>
10597         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10598         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10600         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10602         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10603         assume the processor is a powerpc.  This is because coreutils
10604         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10605         in this case, due to a MacOS X bug that causes
10606         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10607         to return a negative number.
10608         Problem reported by Petter Reinholdtsen in:
10609         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10611         2004-07-19  Ben Elliston  <bje@gnu.org>
10613         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10615         2004-06-24  Ben Elliston  <bje@gnu.org>
10617         * config.guess: Update copyright years.
10618         * config.sub: Likewise.
10620         2004-06-22  Robert Millan  <robertmh@gnu.org>
10622         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10623         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10625         2004-06-22  Stanley F. Quayle <stan@stanq.com>
10627         * config.guess (*:*VMS:*:*): New entry. Replaces
10628         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10629         manufacturer.
10631         2004-06-22  Ben Elliston  <bje@gnu.org>
10633         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10634         * config.sub: Likewise.
10636         2004-06-22  Ben Elliston  <bje@gnu.org>
10638         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10639         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10641         2004-06-11  Ben Elliston  <bje@gnu.org>
10643         * config.guess (pegasos:OpenBSD:*:*): Remove.
10645         2004-06-11  Ben Elliston  <bje@gnu.org>
10647         From Wouter Verhelst <wouter@grep.be>:
10648         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10650         2004-06-11  Ben Elliston  <bje@gnu.org>
10652         * config.guess (luna88k:OpenBSD:*:*): New.
10654         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10656         * config.guess (m32r*:Linux:*:*): New case.
10657         * config.sub: Handle m32rle.
10659         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
10661         From Jens Petersen  <petersen@redhat.com>:
10662         * config.sub: Handle sparcv8.
10664         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
10666         From Tom Smith <smith@cag.lkg.hp.com>:
10667         * config.guess: Version suffixes are equally significant on Tru64
10668         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
10669         prefix of "P" (patched kernel).
10671         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
10673         * config.sub: Add support for National Semiconductor CRX target.
10675 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
10677         * MAINTAINERS (Various Maintainers): Remove myself as web page
10678         maintainer, add myself as maintainer of build status lists.
10680 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10682         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10683         *-*-netware, but add target-libmudflap.
10684         Consolidate *-*-netware targets (of which really only i?86 exists)
10685         into a single entry.
10686         * configure: Likewise.
10688 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
10690         * Makefile.tpl (sorry): Remove.
10691         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10692         (cleanstrap targets): Depend on distclean, not distclean-stage1.
10693         (do-clean): Clean per-stage directories too.
10694         (do-distclean): Run distclean-stage1 too.
10695         (.NOTPARALLEL): Enable during toplevel bootstrap.
10696         (stage[+id+]-bubble): Enable parallel execution during
10697         the recursive invocation.
10698         * Makefile.in: Regenerate.
10700         Fix previous checkin:
10702         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10703         include.
10704         * configure.in: Fix indentation.
10705         * configure: Regenerate.
10707 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
10709         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10710         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10711         * configure: regenerate
10712         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10713         -mdynamic-no-pic
10715 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10717         * Makefile.def (build_modules): Add fixincludes.
10718         (dependencies): Make gcc depend on fixincludes.
10719         * configure.in (build_tools): Add fixincludes.
10720         (build_configdirs): Always include build_libs.
10721         * Makefile.in: Regenerate.
10722         * configure: Regenerate.
10724 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
10726         * Makefile.def (bootstrap stages): Add 'lean' parameter.
10727         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10728         phony targets; do not generate timestamp files.
10729         (distclean-stageN): Remove references to their timestamp files.
10730         (restageN, touch-stageN): Remove.
10731         (stageN-bubble): Rewritten.
10732         (compare): Support lean bootstraps.
10733         * Makefile.in: Regenerate.
10735         * configure.in: Only warn when bootstrapping but
10736         build != host or build != target.  Support lean bootstraps.
10737         * configure: Regenerate.
10739 2004-08-26  Phil Edwards  <phil@codesourcery.com>
10741         * configure.in:  Give a better error message if GMP/MPFR are missing
10742         and a language needing them has been requested.
10743         * configure:  Regenerated.
10745 2004-08-25  Phil Edwards  <phil@codesourcery.com>
10747         * configure.in:  Print a list of available language front-ends if
10748         a requested one is missing.  Tidy stray tab characters.
10749         * configure:  Regenerated.
10751 2004-08-19  Michael Koch  <konqueror@gmx.de>
10753         * gcc/doc/install.texi: Update entry about automake for libjava.
10755 2004-08-17  Robert Millan  <robertmh@gnu.org>
10757         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10758         (instead of FreeBSD).
10759         * configure: Regenerate.
10761 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10763         * Makefile.in: Regenerate.
10764         * configure: Regenerate.
10766         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10767         stage_*_flags.
10768         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10769         for bootstrapped modules if toplevel bootstrap is going.
10770         (GCC bootstrap): Generate per-stage targets for all bootstrapped
10771         modules.  Adjust for changes in Makefile.def.  Enable several
10772         rules even in non-bootstrap mode, just to avoid peppering the
10773         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10774         (stage-[+prev+]-bubble): Remove.
10776         * Makefile.def (Dependencies): Depend on all-build-bison,
10777         all-build-flex, all-build-byacc, all-build-texinfo, rather
10778         than the host variations.
10779         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
10780         with BUILD_SUBDIR.
10781         (BISON): Update for recent Bisons.
10782         (YACC): Fix typo.
10783         (cross): Depend on all-build.
10784         (all): Do not depend on all-build.
10785         (prebootstrap): Remove.
10786         (dep-kind): Accept separate prefixes for MODULE and ON variables.
10787         (Prebootstrap dependencies): Add them to the per-stage targets
10788         and to all-prebootstrap.
10789         * configure.in (build_configdirs): Always enable build_tools.
10790         (BUILD_DIR_PREFIX): Remove.
10792         * Makefile.def (gcc): Add target variable.
10793         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10794         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10795         in the recursive `make', instead of hardwiring `all'.
10796         (Autogenerated TARGET-* variables): New.
10798 2004-08-13  Brian Booth  <bbooth@redhat.com>
10800         * MAINTAINERS: Remove myself from write-after-approval.
10802 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10804         * src-release: Stop distributing mmalloc with gdb (which doesn't
10805         use it).
10806         * Makefile.def: GDB doesn't depend on mmalloc anymore.
10807         * Makefile.in: Regenerate.
10809 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
10811         * configure.in (arm*-*-eabi*): New target.
10812         * configure: Regenerate.
10814 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
10816         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10817         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10818         (Dependencies): New section.
10819         * Makefile.tpl (Dependencies): Generate from Makefile.def.
10820         (configure-target-[+module+]): Depend on maybe-all-gcc
10821         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
10822         (toplevel profiledbootstrap): Fix dependencies.
10823         * Makefile.in: Regenerate.
10825 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
10827         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10828         target-libiberty to noconfigdirs.
10829         * configure: Regenerate.
10831 2004-08-03  Paul Brook  <paul@codesourcery.com>
10833         * configure.in: Check for MPFR as well as GMP.
10834         * configure: Regenerate.
10836 2004-08-01  Robert Millan  <robertmh@gnu.org>
10838         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10839         libmudflap for all GNU-based systems (with Glibc).
10840         * configure: Regenerate.
10842 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
10844         * Makefile.def (host-modules): Add gcc.
10845         * Makefile.in: Regenerate.
10846         * Makefile.tpl (sorry): New rule.
10847         (configure-host, all-host, [+make_target+]-host, do-check,
10848         install-host): Do not add gcc as a special case.
10849         (host modules): Add a small special-casing for gcc.  Export
10850         extra_make_flags through the environment.
10851         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10852         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10853         other recursive targets for gcc): Remove.
10855         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10856         (stage, unstage): New rules.
10857         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10858         distclean-stage[+id+]): Use stage_current.
10859         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10860         the stage*-start rules.
10862 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
10864         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10865         use -all_load flag.
10867 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
10869         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10870         * configure: Regenerate.
10872 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
10874         * maintainer-scripts/gcc_release: Revert yesterday's change.
10876 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
10878         * MAINTAINERS: Add myself to write-after-approval.
10880 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10882         * libf2c: Removed.
10883         * gcc/gccbug.in: Updated because of libf2c removal.
10884         * maintainer-scripts/gcc_release: Ditto.
10886 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
10888         * configure.in: Build libmudflap by default on FreeBSD.
10889         * configure: Regenerated.
10891 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
10893         * configure.in: Do not build libmudflap by default on non-GNU/Linux
10894         systems.
10895         * configure: Regenerated.
10897 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10899         PR target/16344
10900         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10901         feedback based compiler.
10902         * Makefile.in: Rebuilt.
10904 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
10906         * Makefile.def (host_modules): Set bootstrap=true for flex.
10907         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10908         * Makefile.in: Rebuilt.
10910 2004-07-07  Jan Hubicka  <jh@suse.cz>
10912         * MAINTAINERS: Add self as a profile feedback maintainer.
10914 2004-07-05  Phil Edwards  <phil@codesourcery.com>
10916         * configure.in:  Do not prepend $srcdir to /dev/null in
10917         makefile fragments.
10918         * configure:  Regenerate.
10920 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
10922         * Makefile.def (build_modules): Add bison, byacc, flex,
10923         m4, texinfo.
10924         (flags_to_pass): Add FLEX.
10925         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10926         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10927         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10928         DEFAULT_MAKEINFO): Remove.
10929         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10930         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10931         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10932         objdir or else use configured tool.
10933         (all-build): New.
10934         (all): Depend on it.
10935         (Build module dependencies): Add.
10936         * Makefile.in: Regenerate.
10937         * configure.in: Better support for multiple build modules,
10938         matching what is done for host/target modules.  Do not look
10939         for "plausible" locations of build tools if Canadian cross.
10940         Use autoconf's AC_PROG_CC to find a C compiler.  Define
10941         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
10942         * configure: Regenerate.
10944 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10946         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10947         * Makefile.in: Regenerate.
10949 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10951         * Makefile.tpl (configure-build-[+module+],
10952         configure-[+module+], configure-target-[+module+]): Pass
10953         [+extra_configure_args+].
10954         (all-build-[+module+], all-[+module+], check-[+module+],
10955         install-[+module+], [+make_target+]-[+module+],
10956         all-target-[+module+], check-target-[+module+],
10957         install-target-[+module+], [+make_target+]-target-[+module+]):
10958         Pass [+extra_make_args+].
10959         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10960         (GCC_HOST_EXPORTS): Remove.
10961         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10962         cross, check-gcc, check-gcc-c++, install-gcc,
10963         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10964         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10965         * Makefile.in: Regenerate.
10967 2004-06-21  Matthew Sachs  <msachs@apple.com>
10969         * MAINTAINERS: Added self to write-after-approval.
10971 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
10973         * configure.in: Check for srcdir/winsup rather than build directory
10974         winsup.
10975         * configure: Regenerate.
10977 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
10979         * configure.in: Don't build Cygwin native newlib if winsup
10980         directory is missing.  Emit warning instead.
10981         * configure: Regenerate.
10983 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
10985         * Makefile.tpl (touch-stage[+id+]): New.
10986         (restage[+prev+]): Depend on touch-stage[+id+].
10988         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10989         Use it throughout.
10991         * Makefile.def: Add profile and feedback bootstrap stages.
10992         Remove next field from bootstrap stages.
10993         * Makefile.tpl (LN, LN_S): Substitute.
10994         (stageN-start, stageN-end): Use double-colon rules, to
10995         provide a hook for additional setup commands.
10996         (distclean-stageN-gcc, restageN): Create dependencies from
10997         [+prev+], not from [+next+].
10998         (stageN-bubble): Add commands for successive stages from
10999         [+prev+], using double-colon rules.
11000         (all-stageN-gcc): Fix typo.
11001         (stagefeedback-start, profiledbootstrap): New.
11002         * Makefile.in: Regenerate.
11003         * configure.in: Call ACX_PROG_LN.
11004         * configure: Regenerate.
11006 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11008         * MAINTAINERS (Write After Approval): Add myself.
11010 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11012         * MAINTAINERS (Write After Approval): Add myself.
11014 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11016         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11017         without gcc.
11018         * configure: Regenerate.
11020 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11022         * Makefile.tpl: Fix typo.
11023         * Makefile.in: Regenerate.
11025 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11027         * configure.in: Remove new- prefix from toplevel
11028         bootstrap targets.
11029         * configure: Regenerate.
11031 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11033         * Makefile.tpl (all.normal): Rename to all.
11034         (all): Replace with a rule to pick the default
11035         target from configure.
11036         (all-gcc, configure-gcc): Use conditionals to
11037         do nothing when toplevel bootstrap is going on.
11038         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11039         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11040         * configure.in: Support --enable-bootstrap.
11042         * Makefile.def: Remove new- prefix from toplevel
11043         bootstrap targets.
11044         * Makefile.tpl: Likewise.
11046         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11047         target.
11049         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11050         $(RECURSE_FLAGS) to recursive invocation of make.
11052         * Makefile.in: Regenerate.
11053         * configure: Regenerate.
11055 2004-05-30  Andreas Jaeger  <aj@suse.de>
11056             Jim Wilson  <wilson@specifixinc.com>
11058         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11059         like CC.
11061 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11063         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11064         * configure: Regenerate.
11066 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11068         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11069         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11070         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11071         targets.
11072         * Makefile.in: Regenerate.
11074 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11076         * configure.in: Test the ability to symlink directories.
11077         * configure: Regenerate.
11079         * Makefile.def (bootstrap-stage): New definitions.
11080         * Makefile.tpl (configure-stage1-gcc,
11081         configure-stage2-gcc, configure-stage3-gcc,
11082         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11083         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11084         new-restage3, compare): Autogenerate, see Makefile.in
11085         entry for behavioral changes.
11086         (distclean-stage1, new-stage1-start, new-stage1-end,
11087         new-stage1-bubble, distclean-stage2, new-stage2-start,
11088         new-stage2-end, new-stage2-bubble, distclean-stage3,
11089         new-stage3-start, new-stage3-end): New autogenerated targets.
11090         (objext, prebootstrap, BOOT_CFLAGS,
11091         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11092         targets.
11094         * Makefile.in: Regenerate.
11095         (distclean-stage1, new-stage1-start, new-stage1-end,
11096         new-stage1-bubble, distclean-stage2, new-stage2-start,
11097         new-stage2-end, new-stage2-bubble, distclean-stage3,
11098         new-stage3-start, new-stage3-end): New targets.
11099         (all-stage1-gcc): Move prebootstrap dependency from here...
11100         (configure-stage1-gcc): ...to here.
11101         (new-bootstrap): Use bubble targets.
11102         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11103         Use per-stage distclean targets.
11104         (configure-stage1-gcc, configure-stage2-gcc,
11105         configure-stage3-gcc, all-stage1-gcc,
11106         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11107         Use new-stageN-start to prepare the tree.
11109 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11111         * Makefile.def (host_modules): add libcpp.
11112         * Makefile.tpl: Add dependencies on and for libcpp.
11113         * Makefile.in: Regenerate.
11114         * configure.in: Add libcpp host module.
11115         * configure: Regenerate.
11117 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11119         * Makefile.tpl: Whenever a recursive target is defined, wrap
11120         it in a special @if/@endif block, and prepare its maybe
11121         dependency in the @if/@endif block
11122         * configure.in: Instead of writing maybe dependencies, remove
11123         the @if/@endif statements, and remove the @if/@endif blocks
11124         that remain.
11125         * configure: Regenerate.
11126         * Makefile.in: Regenerate.
11128 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11130         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11132 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11134         PR bootstrap/15120
11135         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11136         * */configure: Rebuilt.
11138 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11140         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11141         of libf2c.
11142         * configure, Makefile.in: Regenerate.
11144 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11146         * MAINTAINERS (Write After Approval): Add myself.
11148 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11150         Merge from tree-ssa-20020619-branch.
11152         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11153         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11154         (HOST_GMPLIBS): Define.
11155         (HOST_GMPINC): Define.
11156         (TARGET_LIB_PATH): Add libmudflap.
11157         (GFORTRAN_FOR_TARGET): Define.
11158         (configure-build*): Export GFORTRAN.
11159         (configure-gcc): Export GMPLIBS and GMPINC.
11160         (all-gcc): Add maybe-all-libbanshee.
11161         (configure-target-libgfortran): Define.
11162         * Makefile.in: Regenerate.
11163         * configure.in (host_libs): Add libbanshee.
11164         (target_libraries): Add target-libmudflap and target-libgfortran.
11165         Add --with-libbanshee.
11166         Handle --disable-libmudflap.
11167         (*-*-freebsd*): Use with_gmp.
11168         Add $(libgcj) to noconfigdirs.
11169         * configure: Regenerate.
11170         * depcomp: New file.
11171         * MAINTAINERS: Add tree-ssa maintainers.
11173 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11175         * MAINTAINERS (Various Maintainers): Add myself.
11177 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11179         * MAINTAINERS (Write After Approval): Add myself.
11181 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11183         * MAINTAINERS (Write After Approval): Add myself.
11185 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11187         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11188         * configure: Regenerate.
11190 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11192         Revert:
11193         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11195         * Makefile.def (flags_to_pass): Remove *dir variables that
11196         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11197         as well as prefix and exec_prefix.
11198         * Makefile.in: Regenerate.
11200 2004-04-26  Robert Millan  <robertmh@gnu.org>
11202         Add patches from libtool CVS.
11203         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11204         * ltconfig: Likewise.
11205         * ltcf-c.sh: Likewise.
11206         * ltcf-cxx.sh: Likewise.
11207         * ltcf-gcj.sh: Likewise.
11209 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11211         * Makefile.def (host_modules): Mark with the bootstrap
11212         flag packages on which gcc depends.
11213         * Makefile.tpl (all-bootstrap): Use it.
11214         * Makefile.in: Regenerate.
11216 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11218         * Makefile.def (flags_to_pass): Remove *dir variables that
11219         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11220         as well as prefix and exec_prefix.
11221         * Makefile.in: Regenerate.
11223 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11225         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11226         * configure: Regenerate.
11227         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11228         * gcc/Makefile.tpl (compare): Use the result of the test.
11229         * gcc/Makefile.in: Regenerate.
11231 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11233         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11234         Always relocate gcc and prev-gcc to the original names, even
11235         if the build fails.
11236         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11237         New targets.
11239 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11241         * MAINTAINERS: Update my email address.
11243 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11245         * configure.in (mips*-*-irix5*): Enable ld.
11246         * configure: Regenerate.
11248 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11250         * configure: Regenerate.
11252 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11254         * Makefile.tpl (configure-[+module+], configure-gcc,
11255         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11256         Set and export LDFLAGS.
11257         * Makefile.in: Regenerate.
11259 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11261         * MAINTAINERS: Add myself to write-after-approval.
11263 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11265         PR bootstrap/14871
11266         * Makefile.tpl: If we don't have built-in-tree target tools,
11267         use the ones found by configure rather than hacking around with
11268         program_transform_name.
11269         * configure.in: Give Makefile.tpl the information necessary
11270         to do that.
11271         * Makefile.in: Regenerate.
11272         * configure: Regenerate.
11274 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11276         PR bootstrap/14760
11277         * configure.in: When computing baseargs, strip *all* copies of
11278         offending options.  Also, don't match/substitute the trailing space,
11279         so that this actually works when two similar options are separated by
11280         only one space.
11281         * configure: Regenerate.
11283 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11285         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11286         (rs6000-*-aix*): Same.
11287         * configure: Regenerate.
11289 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11291         * MAINTAINERS: Add myself to write-after-approval.
11293 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11295         * MAINTAINERS: Add myself to write-after-approval.
11297 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11299         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11300         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11301         * Makefile.in: Regenerate.
11303         * configure.in (top level bootstrap support): Rework --enable-werror
11304         to set @stage2_werror_flag@.
11305         * configure: Regenerate.
11306         * Makefile.tpl (top level bootstrap support): Pass
11307         @stage2_werror_flag@ down to configure in stages 2 and 3.
11308         * Makefile.in: Regenerate.
11310 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11312         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11313         for stages 2 and 3 as well as in make.  As a consequence, remove
11314         OUTPUT_OPTION (now detected by configure) from the flags passed down
11315         to make.
11316         * Makefile.in: Regenerate.
11318         * Makefile.tpl (new-bootstrap): Fix typo.
11319         * Makefile.in: Regenerate.
11321 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11323         * Makefile.tpl: Rearrange by moving recursive_targets rules
11324         into their proper sections.
11325         * Makefile.tpl (top level bootstrap support): Move disabling
11326         of coverage flags from 'make' to 'configure'; improve comments.
11327         * Makefile.in: Regenerate.
11329         * Makefile.tpl (experimental top level bootstrap) Move stage1
11330         language setting from all- target to configure- target; disable
11331         intermodule optimization in stage 1; prevent gratuitous rebuilds
11332         of stage 1.
11333         * Makefile.in: Regenerate.
11334         * configure.in: Comma-separate stage 1 language list for top
11335         level bootstrap.
11336         * configure: Regenerate.
11338         * Makefile.tpl: Clean up experimental top level bootstrap support:
11339         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11340         prev-gcc in configure- targets as well as all- targets.
11341         * Makefile.in: Regenerate.
11343 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11345         * compile: New file imported from automake.
11347 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11349         * configure.in: Remove symbolic link section.
11350         * configure: Regenerate.
11351         * Makefile.tpl (links): Remove.
11352         * Makefile.in: Regenerate.
11354 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11355             Nathanael Nerode  <neroden@gcc.gnu.org>
11357         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11358         Set with AC_CHECK_PROGS.
11359         * configure.in: Fix comment typo from last patch.
11360         * configure: Regenerate.
11362 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11364         * Makefile.tpl: Introduce experimental top level bootstrap support.
11365         * Makefile.in: Regenerate.
11366         * configure.in: Introduce support for top level bootstrap.
11367         * configure: Regenerate.
11369 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11370             Paolo Bonzini  <bonzini@gnu.org>
11372         PR bootstrap/14522
11373         * configure.in: Cope with shells that do not support unquoted ^
11374         * configure: Regenerate.
11376 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11377             Paolo Bonzini  <bonzini@gnu.org>
11379         PR bootstrap/14522
11380         * configure.in: Cope with shells that do not support nesting
11381         quotes inside quoted backquote substitutions.
11382         * configure: Regenerate.
11384 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
11386         PR bootstrap/14522
11387         * configure.in: Fix escaping of $.
11388         * configure: Regenerate.
11390 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11392         * configure: Regenerate, since I forgot to while committing Paolo's
11393         changes.
11395 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
11397         PR ada/14131
11398         Move language detection to the top level.
11399         * configure.in: Find default values for the tools as
11400         soon as possible.  Disable ada if GNAT is not found.
11401         Emit error message about missing languages.  Expand
11402         --enable-languages=all for the gcc subdirectory.
11404 2004-03-10  Ben Elliston  <bje@gnu.org>
11406         * MAINTAINERS: Update my email address.
11408 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
11410         * ltconfig: Disable building static libraries if building shared
11411         libraries on AIX 5L.
11413 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
11415         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11416         and disable libgcj.
11417         * configure: Regenerated.
11419 2004-03-01  Brian Booth  <bbooth@redhat.com>
11421         * MAINTAINERS: Add myself to write-after-approval.
11423 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
11425         * MAINTAINERS: Add myself to write-after-approval.
11427 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11429         PR bootstrap/7087
11430         * Makefile.tpl: Guard XFOO sed statements better.
11431         * Makefile.tpl: Add dependency for configure-target-libada.
11432         * Makefile.in: Regenerate (incidentally fixes broken
11433         commit when libada-branch was merged).
11435 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
11437         * MAINTAINERS: Add myself to write-after-approval.
11439 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
11441         * MAINTAINERS: Add Nicola Pero and myself as libobjc
11442         maintainers.
11444 2004-02-20  Andrew Cagney  <cagney@redhat.com>
11446         * config.guess: Update from version 2003-10-16 to 2004-02-16.
11447         * config.sub: Update from version 2003-11-03 to 2004-02-16.
11449 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11451         PR bootstrap/11932
11452         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11454 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
11456         * MAINTAINERS: Added myself to write-after-approval.
11458 2004-02-14  Michael Koch  <konqueror@gmx.de>
11460         * MAINTAINERS: Added myself to write-after-approval.
11462 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
11464         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
11465         some OS port maintainers to OS port maintainers section.
11467 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
11469         * MAINTAINERS: Add self.
11471 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11473         * MAINTAINERS: Alphabetize.
11475 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
11477         * MAINTAINERS: Remove myself.
11479 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
11481         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11482         (rs6000-*-aix*): Same.
11483         * configure: Regenerate.
11485 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
11487         * configure.in (host): Add in missing $noconfigdirs to defines.
11488         * configure: Regenerate.
11490 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
11491             Nathanael Nerode  <neroden@gcc.gnu.org>
11493         PR ada/6637, PR ada/5911
11494         Merge with libada-branch:
11495         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11496         with appropriate dependencies. Add --enable-libada configure switch.
11497         * configure, Makefile.in: Regenerate.
11499 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
11501         * MAINTAINERS: Add myself to write-after-approval.
11503 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11505         * configure.in: Don't pass --with-stabs on IRIX 5 either.
11506         * configure: Regenerate.
11508 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
11510         Merge from upstream:
11512         * ltmain.in: When setting IFS to '~', be careful about user
11513         arguments that contain '~'.
11515         2004-02-04  Peter O'Gorman  <peter@pogma.com>
11517         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11518         Also test $base_compile against $CC with escaped arguments. Bug
11519         reported by Geoff Keating <geoffk@apple.com>.
11521 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
11523         * MAINTAINERS: Remove i960 port.
11525 2004-01-23  DJ Delorie  <dj@redhat.com>
11527         * Makefile.def (target_modules) [libiberty]: Don't stage.
11528         * Makefile.in: Rebuilt.
11530 2004-01-20  Caroline Tice  <ctice@apple.com>
11532         * MAINTAINERS: Add myself to write-after-approval.
11534 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
11536         * MAINTAINERS: Update my email address.
11538 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
11540         * MAINTAINERS: Add myself to write-after-approval.
11542 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11544         * MAINTAINERS: Remove entries without email address.
11546 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11548         * MAINTAINERS: Add myself to write-after-approval.
11550 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11552         * MAINTAINERS: Update my email address.
11554 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11556         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11557         * Makefile.tpl (configure-target-[+module+]): Support stage.
11558         * Makefile.in: Rebuilt.
11560 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11562         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11564 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11566         * MAINTAINERS: Add myself as a MIPS maintainer.
11568 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11570         * configure.in: Use ./config.cache, not config.cache.
11571         * configure: Regenerate.
11572         * Makefile.tpl: Special-casing not needed for GCC any more.
11573         * Makefile.in: Regenerate.
11575         * configure.in: Don't share a cache file for host dirs.
11576         * configure: Regenerate.
11578         * config-ml.in: Don't mess with the cache file.
11580 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11582         * MAINTAINERS: Move myself from 'Write After Approval' to
11583         'CPU Port Maintainers' section as SPARC maintainer.
11585 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11587         * Makefile.tpl: Make GCC use a separate config.cache.
11588         * Makefile.in: Regenerate.
11590         PR bootstrap/11932, PR bootstrap/11933
11591         (I don't know if it will fix either of them, but it relates
11592         to them.)
11593         * configure.in: Don't use shared config.cache for target
11594         directories.
11595         * configure: Regenerate.
11597 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11599         * MAINTAINERS: Add myself to 'Write After Approval' section.
11601 2003-12-31  Roger Sayle  <roger@eyesopen.com>
11603         * configure.in (ia64*-*-hpux*): Disable building java libraries.
11604         * configure: Regenerated.
11606 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11608         * MAINTAINERS: Remove the mn10200 maintainer.
11610 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
11612         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11613         * configure: Regenerated.
11615 2003-12-16  Jan Hubicka  <jh@suse.cz>
11617         * MAINTAINERS: Add myself as callgraph maintainer.
11619 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11621         * configure.in (raw_libstdcxx_flags): Remove the leading space.
11622         * configure: Regenerate.
11624 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11626         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11627         'Write After Approval' section. Update email.
11629 2003-12-01  James Lemke  <jim@wasabisystems.com>
11631         * MAINTAINERS (Write After Approval): Add myself.
11633 2003-11-20  Matt Thomas  <matt@3am-software.com>
11635         * MAINTAINERS: Add myself as a vax port maintainer.
11637 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
11639         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11640         (configure-build-[+module+], configure-[+module+]): Likewise.
11641         (configure-target-[+module+], configure-gcc, config.status): Likewise.
11642         * Makefile.in: Regenerate.
11644 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11646         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11647         shared/dylibed libraries.
11648         * ltmain.sh: Likewise.
11649         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11650         * ltcf-cxx.sh: Likewise.
11651         * ltcf-gcj.sh: Likewise.
11652         * ltconfig: Likewise.
11654 2003-11-17  Stan Cox  <scox@redhat.com>
11656         * MAINTAINERS: Add myself as iq2000 port maintainer.
11658 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11660         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11661         * Makefile.in: Regenerate.
11663 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
11665         * config.sub: Update to 2003-11-03 version.
11667 2003-10-20  Phil Edwards  <phil@codesourcery.com>
11669         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
11670         * configure:  Regenerate.
11672 2003-10-20  Nicolas Pitre  <nico@cam.org>
11674         * MAINTAINERS: Add myself to 'Write After Approval' section.
11676 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
11678         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11680 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11682         * MAINTAINERS: Update my email address.
11684 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11686         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11688 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
11690         * MAINTAINERS: Add myself to 'Write After Approval' section.
11692 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
11694         * config.guess: Update to 2003-10-16 version.
11695         * config.sub: Update to 2003-10-16 version.
11697 2003-10-15  David Daney  <ddaney@avtrex.com>
11699         * MAINTAINERS: Added myself to 'Write After Approval' section.
11701 2003-10-15  Falk Hueffner  <falk@debian.org>
11703         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11704         'Write After Approval' section. Update email.
11706 2003-10-14  Roger Sayle  <roger@eyesopen.com>
11708         * MAINTAINERS: Move myself from 'Write After Approval' to
11709         'Various Maintainers' section as middle-end maintainer.
11711 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11713         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11714         HOST_FLAGS_TO_PASS.
11715         * Makefile.in: Regenerate.
11717 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
11719         * config.guess: Update to 2003-10-07 version.
11720         * config.sub: Update to 2003-10-07 version.
11722 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11724         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11725         * ltconfig (irix5*, irix6*): Don't override version_type.
11727 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
11729         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11730         * configure: Rebuilt
11731         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11732         * Makefile.in: Rebuilt
11734 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11736         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11738 2003-09-30  Carlo Wood  <carlo@alinoe.com>
11740         * MAINTAINERS (Write After Approval): Add myself.
11742 2003-09-29  Paul Koning  <ni1d@arrl.net>
11744         * MAINTAINERS: Move myself from "Write After Approval"
11745         to CPU platform maintainers for pdp11 platform.
11747 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
11749         * MAINTAINERS: Move myself from 'Write After Approval' to
11750         'Various Maintainers' section as libffi testsuite maintainer.
11752 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
11754         * configure.in: Pass a computed --program-transform-name
11755         to subconfigures.
11756         * configure: Regenerated.
11758 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11760         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11761         * Makefile.in: Regenerate.
11763         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11764         * Makefile.in: Regenerate.
11766 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
11768         * MAINTAINERS: Move myself from 'Write After Approval'
11769         to 'Various Maintainers' (objective-c) section.
11771 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
11773         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11774         quoting.
11775         * configure: Regenerated.
11777 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
11779         * MAINTAINERS (Write After Approval): Add myself to write after
11780         approval list.
11782 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
11784         * MAINTAINERS (Write After Approval): Add myself.
11786 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
11788         * MAINTAINERS: Update my e-mail address.
11790 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
11792         * libtool.m4 (LD): Correct powerpc64 host match.
11794 2003-09-06  James E Wilson  <wilson@tuliptree.org>
11796         * MAINTAINTERS: Update my affiliation and email address.
11798 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11800         * MAINTAINERS (Write After Approval): Add myself.
11802 2003-09-04  DJ Delorie  <dj@redhat.com>
11804         * configure: Regenerate.
11806 2003-09-04  Robert Millan  <robertmh@gnu.org>
11808         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11810 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11812         * configure.in: Ensure arguments to sed are properly spaced.
11813         * configure: Regenerate.
11815 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
11817         * MAINTAINERS: Update my e-mail address.
11819 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
11821         * MAINTAINERS (Write After Approval): Add myself.
11823 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
11825         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11826         * configure: Regenerated.
11828 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11830         * MAINTAINERS: Update my email address.
11832 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
11834         * configure.in:  Use newline instead of semicolon when assuming
11835         shell arguments in a for loop.
11836         * configure:  Regenerated.
11838 2003-08-22  Jason Eckhardt  <jle@rice.edu>
11840         * MAINTAINERS: Resurrect the i860 maintainer.
11842 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
11844         PR 8180
11845         * configure.in: When testing with_libs and with_headers, treat
11846         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
11847         * configure: Regenerate.
11849         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11850         make, shell, etc.
11851         (baseargs): Likewise.
11852         * configure: Regenerate.
11854 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
11856         * MAINTAINERS (Write After Approval): Add myself.
11858 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
11860         * configure.in: Disable libgcj for darwin not on powerpc.
11861         * configure: Rebuild.
11863 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
11865         * config-ml.in, symlink-tree: Add license.
11867 2003-08-03  Richard Stallman  <rms@gnu.org>
11868             Eben Moglen  <moglen@columbia.edu>
11870         * README.SCO: New file.
11872 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
11874         * Makefile.tpl (check, check-c++): Express dependencies using
11875         dependencies rather than commands.
11876         * Makefile.in: Regenerate.
11878 2003-08-01  Andrew Cagney  <cagney@redhat.com>
11880         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11881         * configure: Ditto.
11883 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
11885         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11886         * Makefile.in: Update.
11888 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
11890         * configure.in: Enable libgcj for darwin.
11891         * configure: Rebuild.
11893 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
11895         * config-ml.in:  Use ac_configure_args directly instead of
11896         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
11897         actually seen.
11899 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11901         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11902         creating target and build subdirs to build all parent dirs as needed.
11903         * Makefile.in: Rebuild.
11904         * configure.in: Don't build dirs explicitly here.
11905         * configure: Rebuild.
11907 2003-07-26  Paul Brook  <paul@nowt.org>
11909         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11911 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
11913         * Makefile.tpl (all-make): Depend on intl.
11914         * Makefile.in: Rebuilt.
11916 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
11918         * install-sh:  Update to newer upstream versions (associated with
11919         aclocal 1.7).
11920         * mkinstalldirs:  Likewise.
11921         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
11923 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
11925         * MAINTAINERS: Move self from Bug database only accounts
11926         to write-after-approval.
11928 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
11930         * config.if: Remove unused libc_interface determination.
11932 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11934         * MAINTAINERS: Move self from write-after-approval to
11935         build machinery (*.in).
11937 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11939         PR bootstrap/11273
11940         PR bootstrap/11408
11941         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
11942         unused INSTALL_PROGRAM_ARGS.
11943         * configure.in: Use AC_PROG_INSTALL.
11944         * Makefile.in: Regenerate.
11945         * configure: Regenerate.
11947 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
11949         * MAINTAINERS: Alphabetize.
11951 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
11953         * configure: Rebuilt.
11954         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11955         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11956         newlib nor libgloss.
11957         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
11958         * configure.in (am33_2.0-*-linux*): Added.
11960 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
11962         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11963         * configure: Regenerate.
11965 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
11967         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11968         * Makefile.in: Regenerate.
11970 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11972         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11973         * Makefile.in: Regenerate.
11975 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
11977         * Makefile.tpl: Replace PWD with PWD_COMMAND.
11978         * Makefile.in: Regenerated.
11980         * config-ml.in: Replace PWD with PWD_COMMAND.
11982 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11984         * intl: New directory; see intl/ChangeLog for details.
11985         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11986         * Makefile.tpl: all-gcc depends on maybe-all-intl.
11987         * Makefile.in: Regenerate.
11989 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11991         * configure.in: Clean up config-lang.in handling.  Delete
11992         useless assignment to "subdirs".
11993         * configure: Regenerate.
11995 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11997         * configure.in: Rename 'target_libs' to 'target_libraries'.
11998         Remove useless reference to 'target_libs'.
11999         * configure: Regenerate.
12001 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12003         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12004         * Makefile.in: Regenerate.
12006 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12008         * Makefile.def: Introduce flags_to_pass.
12009         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12010         * Makefile.in: Regenerate.
12012 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12014         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12015         and target-libgloss.
12016         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12017         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12018         * configure: Regenerate.
12020 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12022         * configure.in: Update testsuite_flags to new location.
12023         * configure. Regenerate.
12025 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12027         * Makefile.tpl: Remove BUILD_CC stuff.
12028         * Makefile.in: Regenerate.
12030 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12032         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12034 2003-06-16  Graeme Peterson  <gp@qnx.com>
12036         * MAINTAINERS (Write After Approval): Add myself.
12038 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12040         * config.guess: Update to 2003-06-12 version.
12041         * config.sub: Update to 2003-06-13 version.
12043 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12045         * config.guess: Update to 2003-06-06 version.
12046         * config.sub: Update to 2003-06-06 version.
12048 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12050         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12051         * configure. Regenerate.
12053 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12055         * configure.in: Disable serial configure by default.
12056         * configure: Regenerate.
12057         * Makefile.tpl: Abolish .NOTPARALLEL.
12058         * Makefile.in: Regenerate.
12060         * Makefile.tpl: Replace {build,host,target}_canonical by
12061         {build,host,target}.
12062         * Makefile.in: Regenerate.
12064         * Makefile.tpl: Fix stupid pasto.
12065         * Makefile.in: Regenerate.
12067 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12069         * Makefile.tpl: Remove bogus conditional.
12070         * Makefile.in: Regenerate.
12072 2003-06-05  Jan Hubicka  <jh@suse.cz>
12074         * Makefile.tpl (profiledbootstrap): New target.
12075         * Makefile.in (profiledbootstrap): New target.
12077 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12079         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12080         Pinski. Remove user names from other bugzilla-only maintainers.
12082 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12084         * Makefile.tpl: Make 'recursive targets' using autogen rather
12085         than shell loop.  Remove duplicate 'clean' targets and false
12086         comments.
12087         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12088         Add systematic method of specifying missing targets in subdirs.
12089         Add copyright boilerplate.
12090         * Makefile.in: Regenerate.
12091         * configure.in: Add 'recursive targets' to maybe list.
12092         * configure: Regenerate.
12094         * MAINTAINERS: "GNATS only" -> "Bug database only".
12096         * Makefile.tpl: Rename [+target+] to [+make_target+].
12097         * Makefile.def: Rename 'target' to 'make_target'.
12099 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12101         * MAINTAINERS: Add self as options handling maintainer.
12103 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12105         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12106         been too long since I touched those ports.
12108 2003-05-28  DJ Delorie  <dj@redhat.com>
12110         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12111         * Makefile.in: Regenerate.
12113 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12115         * configure.in: Use curly braces in the definition of tooldir.
12116         * configure: Regenerate.
12118 2003-05-21  DJ Delorie  <dj@redhat.com>
12120         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12121         newlib or libgloss.
12122         * Makefile.in: Regenerate.
12124 2003-05-21  DJ Delorie  <dj@redhat.com>
12126         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12127         * Makefile.in: Regenerate.
12129 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12131         * MAINTAINERS: Update my e-mail address.
12133 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12135         * configure.in: Switch more things to use maybe dependencies.
12136         * Makefile.tpl: Switch more things to use maybe dependencies.
12137         Factor out common code from autogen IF statements.
12138         * configure: Regenerate.
12139         * Makefile.in: Regenerate.
12141 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12143         * configure.in: Accept i[3456789]86 for machine type.
12144         * configure: Regenerate.
12146 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12148         * configure.in: Switch more things to use maybe dependencies.
12149         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12150         * configure: Regenerate.
12151         * Makefile.tpl: Switch more things to use maybe dependencies.
12152         * Makefile.in: Regenerate.
12154 2003-05-16  Andreas Schwab  <schwab@suse.de>
12156         * Makefile.tpl (install-opcodes): Define.
12157         * Makefile.in: Rebuild.
12159 2003-05-13  Andreas Jaeger  <aj@suse.de>
12161         * config.guess: Update to 2003-05-09 version.
12162         * config.sub: Update to 2003-05-09 version.
12164 2003-05-13  Michael Eager  <eager@mvista.com>
12166         * configure.in: Correct sed script so that options in quotes are not
12167         deleted.
12168         * configure: Rebuild.
12170 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12172         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12173         and $$s/newlib/libc/sys/cygwin32 include paths.
12174         * configure: Ditto.
12176 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12178         * MAINTAINERS: Update my email addresses.
12180 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12182         * config-ml.in: Propagate INSTALL variables.
12184 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12186         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12188 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12190         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12191         * Makefile.in: Regenerate.
12193 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12195         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12197 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12199         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12201 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12203         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12204         * Makefile.in: Regenerated.
12206 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12208         * MAINTAINERS (Write After Approval): Upgrade myself from
12209         GNATS only to write-after-approval. Update my mail address.
12211 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12213         (OS Port Maintainers: freebsd): Add myself.
12215 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12217         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12219 2003-04-22  Kean Johnston  <jkj@sco.com>
12221         * MAINTAINERS (SCO ports): Added myself.
12223 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12225         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12227 2003-04-19  Kean Johnston  <jkj@sco.com>
12229         * MAINTAINERS (Write After Approval): Add myself.
12231 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12233         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12234         * Makefile.in: Regenerate.
12236 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12238         * configure.in (powerpc64*-*-linux*): Remove.
12239         * configure: Rebuilt.
12241 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12243         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12244         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12245         and restrap.
12246         * Makefile.in:  Regenerate.
12248 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12250         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12251         * configure: Regenerated.
12253 2003-04-15  DJ Delorie  <dj@redhat.com>
12255         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12257 2003-04-13  Nick Clifton  <nickc@redhat.com>
12259         * config-ml.in: Remove support for --disable-aix removing
12260         call-aix multilibs.
12262 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12264         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12265         * */configure: Rebuilt.
12267 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12269         * MAINTAINERS: Add my email address.
12271 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12273         * MAINTAINERS (Write After Approval): Add myself.
12275 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12277         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12278         * Makefile.in: Regenerate.
12280 2003-03-14  Michael Chastain  <mec@shout.net>
12282         * Makefile.in: Regenerate with correct Makefile.def.
12284 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12286         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12287         Make macro.
12288         * Makefile.in: Regenerate.
12289         * configure.in: Clean up gxx_include_dir logic.
12290         * configure: Regenerate.
12292 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12294         * MAINTAINERS (Write After Approval): Add myself.
12296 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12298         * MAINTAINERS: Update my mail address.
12300 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12302         * configure.in (gxx_include_dir): Fix typo.
12303         * configure: Regenerated.
12305 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12307         * Makefile.tpl: Reindent.
12308         * Makefile.in: Regenerate.
12309         * configure.in: Reindent.  Don't set unused variables.
12310         * configure: Regenerate.
12312 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12314         * configure.in: Include $(build_tooldir)/sys-include in
12315         FLAGS_FOR_TARGET.
12316         * configure: Regenerated.
12318 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12320         * Makefile.tpl: Always pass down RANLIB.
12321         * Makefile.in: Regenerate.
12323         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12324         * Makefile.in: Regenerate.
12325         * configure.in: Remove unused logic relating to --enable-shared
12326         and --enable-threads.  Remove bogus comments.  Remove redundant
12327         noconfigdirs.
12328         * configure: Regenerate.
12330         * configure.in: Replace ${libstdcxx_version} by its value.
12331         Remove reference to mh-dgux.
12332         * configure: Regenerate.
12334 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12336         * MAINTAINERS (Write After Approval): Add myself.
12338 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12340         * Makefile.tpl: Rearrange.
12341         * Makefile.in: Regenerate.
12343 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12345         * configure.in: Add support for kaOS as cross build target system.
12346         * configure: Regenerated.
12348 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12350         * MAINTAINERS (Write after approval): Add myself.
12352 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12354         * MAINTAINERS: Update my email address.
12356 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12358         * MAINTAINERS: Add self to blanket write privs. section.
12360 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12362         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12363         configure-target-* as some target builds may require additional
12364         flags for preprocessor tests.
12365         * Makefile.in: Regenerated.
12367 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12369         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12370         * ltconfig: Handle it.
12371         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12372         auto-detecting it.
12374         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12375         it is used as argument to $CC.
12376         * ltcf-gcj.sh: Likewise.
12378         * configure.in: Introduce --enable-maintainer-mode.
12379         * configure: Rebuilt.
12380         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12381         for maintainer mode.
12382         * Makefile.in: Rebuilt.
12384 2003-02-18  Jason Merrill  <jason@redhat.com>
12386         * Makefile.tpl (check-c++): Allow parallelism.
12388 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12390         * MAINTAINERS: Remove John Carr (who never actually had access to
12391         gcc.gnu.org).
12393 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12395         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12396         don't configure target-libobjc.
12397         * configure: Regenerate.
12399 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12401         * Makefile.tpl (RANLIB): Define.
12402         * Makefile.in: Regenerate.
12404 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
12406         * MAINTAINERS: Update my email.
12408 2003-02-06  Keith R Seitz  <keiths@redhat.com>
12410         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12411         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12412         * Makefile.in: Regenerated.
12413         * configure.in: Remove all traces of snavigator, db, and grep.
12414         * configure: Regenerated.
12416 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12418         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12419         After Approval.
12421 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12423         * MAINTAINERS (Write after approval): Add myself.
12425 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
12427         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12428         * Makefile.in: Regenerated.
12430 2003-01-30  Roger Sayle  <roger@eyesopen.com>
12432         * config.guess: Updated to 2003-01-30's version.
12433         * config.sub: Updated to 2003-01-28's version.
12435 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
12437         * config.if: If gcc_version is already set, just use it.  Don't set
12438         gcc_version_trigger if it's already set, otherwise set it to
12439         gcc/version.c, but only if the file exists.  If it is not set and
12440         gcc/version.c does not exist, try to extract the version number from
12441         $CC.
12443 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
12445         * MAINTAINERS: Add myself to write-after-approval list.
12447 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
12449         * configure.in:  Revert 24Jan change.
12450         * configure:  Regenerate.
12452 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12454         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
12455         entry of HJ Lu.
12457 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12459         * configure.in: Revert previous change.
12460         * configure: Regenerate.
12462 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12464         * configure.in: Make rda native-only.
12465         * configure: Regenerate.
12467 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12469         * MAINTAINERS: Move myself from GNATS-only-accounts to
12470         write-after-approval.
12472 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12474         * configure.in: Add missing \.
12475         * configure: Rebuilt.
12477 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
12479         * configure.in (baseargs): Avoid using \| in sed regular
12480         expressions.
12481         * configure: Rebuilt.
12483 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
12485         * configure.in (baseargs): Remove all supported forms of
12486         --cache-file, --srcdir, --host, --build and --target options
12487         from argument lists.
12488         * configure: Rebuilt.
12490 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
12492         * MAINTAINERS: Add myself to write-after-approval list.
12494 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
12496         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12497         * configure: Rebuilt.
12499 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12501         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12502         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12503         * Makefile.in: Regenerate.
12504         * configure: Regenerate.
12506 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12508         * configure.in: Remove Makefile in build, host and target modules
12509         unless configure was run with --no-recursion.
12510         * configure: Rebuilt.
12512 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12514         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12515         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12516         * Makefile.in: Regenerate.
12518 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
12520         * config.guess: Update to 2003-01-03 version.
12521         * config.sub: Update to 2003-01-03 version.
12523 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12525         * configure: Regenerate with proper autoconf 2.13.
12527 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12529         * configure.in: Add AC_PREREQ for consistency.
12530         * configure: Regenerate.
12532 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
12534         * configure.in (GDB_TK): Add tcl directories conditional on
12535         gdb/gdbtk directory being present.
12536         * configure: Regenerate.
12538 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
12540         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
12541         used by gcc if LD is not defined and we are not doing a Canadian Cross.
12542         * configure: Rebuilt.
12544 2002-12-31  Tom Tromey  <tromey@redhat.com>
12546         * Makefile.in: Rebuilt.
12547         * Makefile.def (target_modules) [libffi]: Allow installation.
12549 2002-12-31  Andreas Schwab  <schwab@suse.de>
12551         * configure.in: Fix use of $program_transform_name.
12552         * configure: Regenerated.
12554 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12556         * configure.in (baseargs): Don't remove first configure argument.
12557         * configure: Regenerated.
12559 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12561         * Makefile.tpl (local-distclean): Don't remove...
12562         (multilib.ts): ... this.  Moved into...
12563         (multilib.out): ... this.  Don't use sub-make.
12564         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12565         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12566         (configure-build-[+module+], configure-[+module+],
12567         configure-target-[+module+], configure-gcc): ... these.  Test
12568         for Makefile existence.  Drop config.status from dependencies.
12569         * Makefile.in: Rebuilt.
12570         * configure.in: Move gcc-version-trigger to the end of
12571         ac_configure_args.  Add comments to maybedep.tmp and
12572         serdep.tmp.  Introduce --disable-serial-configure.  Remove
12573         nonopt from baseargs, matching and removing corresponding
12574         whitespace while at it.
12575         * configure: Rebuilt.
12577 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12579         * configure.in (host_configargs): Replace reference to
12580         no-longer-defined buildopts with --build=${build_alias}.
12581         * configure: Rebuilt.
12583         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12584         program_transform_name to standard idiom.
12585         (AUTOGEN, AUTOCONF): Define.
12586         (Makefile.in): Use $(AUTOGEN).
12587         (Makefile): Depend on config.status, and use autoconf-style rule to
12588         build it.  Move original commands to...
12589         (config.status): ... this new target.
12590         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12591         $(AUTOCONF).
12592         * Makefile.in: Rebuilt.
12594 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12596         * Makefile.tpl: Fix dramatic bustage due to change in
12597         program_transform_name.
12598         * Makefile.in: Regenerate.
12600         * configure.in: Remove unnecessary PATH setting.
12601         * configure: Regnerate.
12603         * configure.in: Don't default to unprefixed tools unless
12604         the native tools will work.
12605         * configure: Regenerate.
12607         * configure.in: Convert to autoconf script.  Blow away lots
12608         of now-redundant Makefile fragments.
12609         * configure: Generate using Autoconf.
12610         * Makefile.tpl: Rewrite to reflect autoconfiscation.
12611         * Makefile.in: Regenerate.
12613 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12615         * configure: Fix stupid bug where RANLIB was mistakenly included.
12617         * configure.in: Rename (buildargs, hostargs, targargs) to
12618         (build_configargs, host_configargs, target_configargs).
12620         * configure.in: Move logic out of sed statement.
12622         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12623         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12625 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
12627         * config.sub: Import from master repository
12628         * config.guess: Ditto
12630 2002-12-24  Andreas Schwab  <schwab@suse.de>
12632         * Makefile.tpl (multilib.out): Fix missing space.
12633         * Makefile.in: Regenerate.
12635 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12637         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
12638         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
12639         * Makefile.in: Regenerate.
12640         * configure.in: Remove unnecessary leftovers.
12642 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
12644         * configure.in (extra_ranlibflags_for_target): New variable.
12645         (*-*-darwin): Add -c to ranlib commands.
12646         * configure (tooldir): Handle extra_ranlibflags_for_target.
12648 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12650         * Makefile.tpl: Revert HJL's change.
12651         * Makefile.in: Regenerated.
12652         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12653         always.
12655 2002-12-19  Andreas Schwab  <schwab@suse.de>
12657         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12658         * Makefile.in: Regenerate.
12660 2002-12-18  H.J. Lu  <hjl@gnu.org>
12662         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12663         * Makefile.in: Regenerated.
12665         * configure.in (build_prefix): New. Substitute.
12667 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12669         * Makefile.tpl: Don't let real targets depend on phony targets.
12670         * Makefile.in: Regenerate.
12672         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12673         * Makefile.in: Regenerate.
12675 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
12677         * config.sub: Import from master repository
12678         * config.guess: Ditto
12680 2002-12-16  Jason Merrill  <jason@redhat.com>
12682         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12683         previous 'make bootstrap'.
12684         * Makefile.in: Regenerate.
12686 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
12688         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12690 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12692         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12693         * Makefile.in: Regenerate.
12695 2002-12-13  Jason Merrill  <jason@redhat.com>
12697         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
12698         library tests.
12699         (check-c++): Just depend on it and check-target-libstdc++-v3.
12700         * Makefile.in: Regenerate.
12702 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12704         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12705         * Makefile.in: Rebuilt.
12707 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12709         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12711 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12713         * configure: Fix bug put in by gremlins.
12715         * Makefile.tpl: Substitute more autoconfily.
12716         * configure: Substitute more autoconfily.
12717         * Makefile.in: Regenerate.
12719 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
12721         * config.sub: Import from master repository
12722         * config.guess: Ditto
12723         * MAINTAINERS: Added Svein Seldal under write after approval
12725 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
12727         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12728         * Makefile.in (all-sim): Ditto.
12730 2002-12-06  DJ Delorie  <dj@redhat.com>
12732         * Makefile.tpl: Change configure dependencies to not have real
12733         targets depend on phony targets.
12735 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
12737         * configure.in: Revert unintentional change.
12739         * Makefile.tpl: Change dependency for */multilib.out so that
12740         it works when gcc isn't in the tree.
12742         * configure.in: Substitute more.
12743         * configure: Run subconfigures from the Makefile.
12744         * Makefile.tpl: Run subconfigures from the Makefile; add a few
12745         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
12747 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12749         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12751 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12753         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12754         and corresponding dependencies.
12755         * Makefile.in: Regenerate.
12757         * configure.in (host_tools): Order binutils, gas and ld for
12758         convenience in running the testsuites.
12760         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12761         * Makefile.in: Regenerate.
12762         * configure.in: Introduce rules to serialize subconfigure runs.
12764         * configure.in: Introduce BASE_CC_FOR_TARGET.
12765         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
12766         Realize configure-build-* targets.  Realize configure-target-* targets.
12767         * Makefile.in: Regenerate.
12769 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12771         * configure: Move gcc_version_trigger stuff from here...
12772         * configure.in: ...to here.
12774         * configure.in: Separate subconfigure options added by this file from
12775         options given by the user.  Add machinery to put args for host
12776         subconfigures into the Makefile.
12778         * Makefile.tpl: Remove 'vault' targets.
12779         * Makefile.tpl: Reorder and comment dependencies.
12780         * Makefile.in: Regenerate.
12782 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12783         * configure.in: Fix my broken commit of previous patch. (sigh)
12785 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12787         * configure.in: Move host-specific darwin noconfigdirs into
12788         the host-specific section.
12790 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12792         * configure.in: Move host-specific darwin noconfigdirs into
12793         the host-specific section.
12795 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12797         * configure: Remove skip-this-dir support.
12798         * Makefile.tpl: Remove skip-this-dir support.
12800         * Makefile.tpl: Remove leftover support for non-autoconfiscated
12801         subdirectories.
12802         * Makefile.in: Regenerate.
12804         * Makefile.tpl: Strip out useless setting of 'dir'.
12805         * Makefile.in: Regenerate.
12807 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12809         * configure.in: Fix deeply stupid bug.
12811         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12812         shell code in CXX_FOR_TARGET
12813         * Makefile.def: Introduce raw_cxx.
12814         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12815         RAW_CXX_FOR_TARGET.
12816         * Makefile.in: Regenerate.
12818 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
12820         * Makefile.tpl: Remove unnecessary ifs.
12821         * Makefile.in: Regenerate.
12823         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
12824         dependencies.  Maybe-ize build-libiberty.  Create dummy install
12825         targets for 'no_install' modules.
12826         * configure: Move GDB_TK substitution to configure.in.  Move
12827         build_modules stuff to configure.in.
12828         * configure.in: Implement soft dependency machinery.  Maybe-ize
12829         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
12830         * Makefile.in: Regenerate.
12832 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12834         * Makefile.tpl: Make all-target, install-target behave similarly
12835         to all, install (only hitting configured targets).  Eliminate
12836         unused macro defintions.
12838         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12839         build != host.
12841         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12843         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12845         * configure.in: Produce lists of subdir targets we're actually
12846         configuring.  Remove references to "dosrel".
12847         * Makefile.tpl: Let configure set which subdir targets are hit.
12848         Remove install-cross; clean up install; remove ALL.  Remove
12849         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
12850         Autogenerate host module targets.  Remove empty dependency lines
12851         and redundant dependency; rearrange slightly.
12852         * Makefile.def: Add host-side libtermcap, utils.
12854         * Makefile.in: Regenerate.
12856 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12858         * ltconfig (osf[345]): Append $major to soname_spec.
12859         Reflect this in library_names_spec.
12860         * ltmain.sh (osf): Prefix $major with . for use as extension.
12862 2002-11-19  Andreas Jaeger  <aj@suse.de>
12864         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12865         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12866         and sparc64 GNU/Linux systems.
12868 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
12870         * MAINTAINERS: Update email.
12872 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12874         * MAINTAINERS: Complete James Dennett's entry.
12876 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
12878         * MAINTAINERS (Write After Approval): Add myself.
12880 2002-11-13  Bruce Korb  <bkorb@gnu.org>
12882         * Makefile.tpl: syntactic cleanup
12884 2002-11-13  Stuart Hastings  <stuart@apple.com>
12886         * MAINTAINERS: Add myself to write-after-approval list.
12888 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12890         * Makefile.def: Add list of recursive targets to autogenerate.
12891         Add build_modules.
12892         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
12893         targets.  Autogenerate *-build-* targets.
12894         * Makefile.in: Regenerate.
12896 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12898         * configure: More autoconf-style substitutions.
12899         * Makefile.tpl: More autoconf-style substitutions.
12900         * Makefile.in: Regenerate.
12902 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12904         * configure: Substitute more variables in a more autoconf-friendly
12905         way.  Simplify slightly.
12906         * Makefile.tpl: Make more variables substitutable in an
12907         autoconf-friendly way.
12908         * Makefile.in: Regenerate.
12910 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
12912         * MAINTAINERS (Write After Approval): Add myself.
12914 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12916         * configure.in (v810*): Remove special setting of tools.
12918         * configure: Add support for extra required flags for ar or nm.
12919         * configure.in (aix4.3+): Use above support for target-specific
12920         issues, rather than using config/mt-aix43.
12922 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12924         * configure: Remove 'removing', which doesn't work.  Replace $subdir
12925         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
12926         with $srcdir.  Reformat indentation.  Substitute some variables
12927         formerly hard-coded in the Makefile for build=host.
12928         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12929         * Makefile.def: Autogenerate more.
12930         * Makefile.in: Regenerate.
12932 2002-11-04  Adam Nemet  <anemet@lnxw.com>
12934         * MAINTAINERS (Write After Approval): Add myself.
12936 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
12938         * Makefile.def (host_modules): Add rda.
12939         * Makefile.in: Regenerate.
12940         * configure.in (target_tool): Add target-rda to list.
12942 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12944         * MAINTAINERS: Remove "co-maintainer" note for web pages.
12946 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
12948         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
12949         and restrap targets to this rule.
12950         * Makefile.in:  Regenerate.
12952 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12954         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12955         GNATS only accounts.
12957 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
12959         * configure.in (i[3456]86-*-linux*): Add check to disable
12960         ${libgcj} for glibc1.
12962 2002-10-24  Denis Chertykov  <denisc@overta.ru>
12964         * MAINTAINERS: Add myself as ip2k port maintainer.
12966 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
12968         * configure.in: Add tic4x target.
12970 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12972         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12973         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12974         * Makefile.in: Regenerate.
12976         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12977         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12978         * Makefile.in: Regenerate.
12980 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
12982         * MAINTAINERS: Add myself as web pages co-maintainer.
12984 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12986         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12987         * Makefile.in: Regenerate.
12989 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
12991         * MAINTAINERS: Add myself and Nathan Sidwell
12992         <nathan@codesourcery.com> as VxWorks maintainers.
12994 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12996         * Makefile.def: Remove order dependency comments.
12997         * Makefile.tpl: Add explicit install-install dependencies.
12998         * Makefile.in: Regenerate.
13000         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13001         * Makefile.in: Regenerate.
13003         * Makefile.tpl: Add configure-target (for src-release in src)
13004         * Makefile.in: Regenerate.
13006 2002-09-30  Nick Clifton  <nickc@redhat.com>
13008         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13010 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13012         * configure.in (s390*-*-linux*): Enable libgcj.
13014 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13016         * configure: Revert accidentally applied changes.
13018         * Makefile.tpl: Make more autoconf-friendly.
13019         * Makefile.in: Regenerate.
13020         * configure: Make substitution more autoconf-like.
13022 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13024         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13025         single entry to handle all these.
13026         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13027         libjava on arm-*-elf.
13029 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13031         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13032         things that depend on them.
13034 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13036         * Makefile.tpl: Make subsituted variables more autoconfy.
13037         * Makefile.in: Regenerate.
13038         * configure: Make seds more autoconfy.
13040 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13042         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13043         * Makefile.in: Regenerate.
13044         * configure.in: Rewrite sed statements to look autoconfy.
13046         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13047         all-target-foo on configure-target-foo.
13048         * Makefile.def: Ditto.
13049         * Makefile.in: Rebuild.
13051 2002-09-25  Andrew Haley  <aph@redhat.com>
13053         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13055 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13057         * Makefile.def: New file.
13058         * Makefile.tpl: New file.
13059         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13060         * contrib/gcc_update: Note that Makefile.in is a generated file.
13062         * configure.in: Minor rearrangement.  Simplify tests.
13064 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13066         * configure.in (with_headers): Skip copy if value is "yes".
13067         (with_libs): Likewise.
13069 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13071         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13072         * configure.in (sh*-*-pe*): Ditto.
13073         * configure.in (mips*-*-pe*): Ditto.
13074         * configure.in (*arm-wince-pe): Ditto.
13076         * configure.in: Rearrange.
13078 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13080         * MAINTAINERS: Update my email address.
13082 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13084         * MAINTAINERS: (Write After Approval): Add myself.
13086 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13088         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13090 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13092         * MAINTAINERS: Change my mailing address.
13094 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13096         * MAINTAINERS (Write After Approval): Remove myself.
13097         (Various Maintainers: c++ runtime libs): Add myself.
13099 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13101         * MAINTAINERS (Write After Approval): Remove myself.
13102         (Various Maintainers: c++ runtime libs): Add myself.
13104 2002-08-15  Eric Christopher  <echristo@redhat.com>
13106         * config.sub: Import from master repository.
13107         * config.guess: Ditto.
13109 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13111         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13112         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13113         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13115 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13117         * MAINTAINERS: Add self to rs6000 vector extensions.
13119 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13121         * libiberty/configure: Reverted unintended yesterday's check in.
13123 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13125         * boehm-gc/configure, libf2c/configure: Rebuilt.
13126         * libffi/configure, libiberty/configure: Ditto.
13127         * libjava/configure, libobjc/configure: Ditto.
13128         * libstdc++-v3/configure, zlib/configure: Ditto.
13129         Merged from binutils:
13130         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13131         From Steve Ellcey <sje@cup.hp.com>:
13132         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13133         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13134         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13135         IA64.
13136         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13137         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13138         soname_spec, sys_lib_search_path_spec): Ditto.
13140 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13142         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13144 2002-08-04  H.J. Lu  (hjl@gnu.org)
13146         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13148 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13150         * MAINTAINERS (Write After Approval): Add myself.
13152 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13154         * configure.in: Move generic linux case to end.  Copy generic
13155         linux noconfigdirs to mips*-*-linux* entry and new
13156         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13158 2002-07-19  Michael Matz  <matz@suse.de>
13160         * MAINTAINERS: Add myself as ra* maintainer.
13162 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13164         * config.guess: Update to 2002-07-09 version.
13165         * config.sub: Update to 2002-07-03 version.
13167 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13169         * MAINTAINERS: Fix typo in a maintainer email address.
13171 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13173         * configure.in: Remove two redundant tests.
13175 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13177         * configure.in (mips*-*-irix6*o32): Enable stabs.
13179 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13181         * configure.in: Don't build grez.
13182         * Makefile.in: Ditto.
13184         * Makefile.in: Remove references to bsp, cygmon, libstub.
13185         * configure.in: Ditto.
13187         * configure.in: Remove leftover reference to gdbtest.
13189 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13191         * configure.in (gxx_include_dir):  Change to match versioned
13192         C++ headers if --enable-version-specific-runtime-libs is used.
13194 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13196         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13198 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13200         * configure.in: Make --without-x work.
13202 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13204         * configure.in: Rearrange target Makefile fragment collection.
13206         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13207         cvs[src].
13208         * configure.in: Ditto.
13210 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13212         * MAINTAINERS (Write After Approval): Update my e-mail address.
13214 2002-06-24  Ben Elliston  <bje@redhat.com>
13216         * configure.in (host_tools): Remove cgen.
13218         * Makefile.in (all-cgen): Remove; runs from its source directory.
13219         (check-cgen, install-cgen, clean-cgen): Likewise.
13220         (all-opcodes): Do not depend on all-cgen.
13221         (all-sim): Likewise.
13223 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13225         * Makefile.in: Eliminate 'apache' targets.
13226         * configure.in: Eliminate 'apache' targets.
13228         * configure.in: Eliminate redundant tests.  Reorganize.
13230         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13232         * config-ml.in: Eliminate references to Cygnus configure.
13234         * Makefile.in: Eliminate references to building emacs.
13236 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13238         * MAINTAINERS: Update my email address.
13240 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13242         * config.if (libstdcxx_incdir): Version C++ headers.
13243         (cxx_incdir): Remove.
13245 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13247         * MAINTAINERS (Write After Approval): Add self.
13249 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13251         * configure.in: Add support for ip2k.
13253 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13255         * configure.in: Fix AIX configury bug.
13257 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13259         * MAINTAINERS (Write After Approval): Add self.
13261 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13263         * configure.in: replace ${topsrcdir} with ${srcdir}
13265         * configure.in: Move definition of libstdcxx_flags
13266         right above usage, rather than waaay earlier.
13268         * configure.in: Pull definition of is_cross_compiler earlier.
13270         * configure.in: Rearrange a little.
13272         * configure.in: Remove references to librx.
13273         * Makefile.in: Remove references to librx.
13275 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13277         * config.sub: Add support for avr target.
13278         Import from master sources, rev 1.255
13280 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13282         * configure, .cvsignore:  Revert previous change...
13283         * Makefile:  ...delete.
13285 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13287         * configure.in: Eliminate ${gasdir} variable.
13289 2002-06-18  Dave Brolley  <brolley@redhat.com>
13291         * configure.in: Add support for frv.
13292         * config.sub: Add support for frv.
13294 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13296         * configure:  Remove garbage from previous commit.
13298 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13300         * configure:  For in-source builds, make a subdir and re-exec there.
13301         * Makefile:  New file.  Pass targets through to build directory.
13302         * .cvsignore:  No longer ignore "Makefile".
13304 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13306         * MAINTAINERS (Write After Approval): Add self.
13308 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13310         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13312 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13314         * configure.in (vax-*-netbsd*): Re-enable gas.
13316 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13318         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13319         BUILD_PREFIX_1, to correct nomenclature.
13320         * configure: Likewise.
13322         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13323         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13325 2002-05-31  Olaf Hering  <olh@suse.de>
13327         * config-ml.in: Propogate DESTDIR also.
13329 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13331         * configure.in (vax-*-netbsd*): Don't build gas for this
13332         platform.
13334 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13336         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13337         and libgcj for AVR.
13339 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13341         * MAINTAINERS (Write After Approval): Add myself.
13343 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13345         * config.guess: Update to 2002-05-22 version.
13346         * config.sub: Likewise.
13348 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13350         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13351         * config-ml.in: Likewise.
13352         * configure: Likewise.
13353         * configure.in: Likewise.
13355 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13357         * MAINTAINERS: Update my email address.
13359 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13361         * configure.in: Simplify makefile fragment collection.
13363         * configure.in: Remove code to build emacs.
13365         * configure.in : Remove --srcdir argument from targargs and buildargs
13366         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13368         * configure: Move some logic to configure.in.
13369         * configure.in: Move some logic from configure.
13371 2002-05-11  Tom Tromey  <tromey@redhat.com>
13373         * MAINTAINERS: Reflect libgcj reality.
13375 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
13377         * Makefile.in: Honour DESTDIR.
13379 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
13381         * config.guess: Import 2002-03-20 version.
13382         * config.sub: Import 2002-04-26 version.
13384 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13386         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13388 2002-05-07  Tim Josling  <tej@melbpc.org.au>
13390         * MAINTAINERS: Add self.
13392 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
13394         * ltmain.sh: Detect and handle object name conflicts
13395         while piecewise linking a static library.
13397 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
13399         * configure.in (noconfigdirs): Don't disable libgcj on
13400         sparc64-*-solaris* and sparcv9-*-solaris*.
13402 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
13404         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13406 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
13408         * configure.in (FLAGS_FOR_TARGET): Do not add
13409         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13410         on i[3456]86-*-linux*.
13412 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
13414         * configure.in (noconfigdirs): Replace [ ] with test.
13416         * configure.in (noconfigdirs): Do not add target-newlib if
13417         target == i[3456]86-*-linux*, and host == target.
13419 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
13421         * configure.in: delete reference to absent file
13423         * configure.in: replace '[' with 'test'
13425         * configure.in: Eliminate references to gash.
13426         * Makefile.in: Eliminate references to gash.
13428         * configure.in: remove useless references to 'pic' makefile fragments.
13430         * configure.in: (*-*-windows*) Finish removing.
13432         * configure.in: Eliminate redundant test for libgui.
13434 2002-04-29  Roger Sayle  <roger@eyesopen.com>
13436         * MAINTAINERS: Add self and realphabetize.  Update entries
13437         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
13438         entry for a29k port maintainer.
13440 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
13442         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13443         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13445 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
13447         * configure.in: remove references to dead files
13449 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
13451         * MAINTAINERS: Add information about purpose of this file.
13453 2002-04-18  Tom Tromey  <tromey@redhat.com>
13455         * configure.in: Disallow configuring libgcj when it is already
13456         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
13457         Solaris 2.8 by default.  For PR libgcj/6158.
13459 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13461         * configure.in:  Move default CC setting out of config/mh-* fragments
13462         directly into here.
13464 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13466         * configure.in: don't even try to configure or make a subdirectory
13467         if there's no configure script for it.
13469 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
13471         * MAINTAINERS: Remove chill maintainers.
13472         * Makefile.in (CHILLFLAGS): Remove.
13473         (CHILL_LIB): Remove.
13474         (TARGET_CONFIGDIRS): Remove libchill.
13475         (CHILL_FOR_TARGET): Remove.
13476         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13477         CHILL_LIB.
13478         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13479         (CHECK_TARGET_MODULES): Likewise.
13480         (INSTALL_TARGET_MODULES): Likewise.
13481         (CLEAN_TARGET_MODULES): Likewise.
13482         (configure-target-libchill): Remove.
13483         (all-target-libchill): Remove.
13484         * configure.in (target_libs): Remove target-libchill.
13485         Do not compute CHILL_FOR_TARGET.
13486         * libchill: Remove directory.
13488 2002-04-11  DJ Delorie  <dj@redhat.com>
13490         * Makefile.in, configure.in: Sync with binutils, entries
13491         follow...
13493 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
13495         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
13496         (do-tar, do-bz2): New rules.
13497         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
13498         (gdb-tar): New rule.
13499         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
13500         (insight_dejagnu.tar): New rule.
13501         (insight.tar): New rule.
13502         (gdb+dejagnu.tar): New rule.
13503         (gdb.tar): New rule.
13505 2002-02-01  Mo DeJong  <supermo@bayarea.net>
13507         * Makefile.in: Add all-tix to deps for all-snavigator
13508         so that tix is built when building snavigator.
13510 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
13512         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13513         ld and gdb are not supported.
13515 2002-01-07  Mark Salter  <msalter@redhat.com>
13517         * configure.in: Remove target-bsp and target-cygmon from arm builds.
13518         Allow target-libgloss to be built for arm, strongarm, and xscale.
13520 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
13522         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13523         options for i[3456]86-pc-linux* native builds.
13525 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
13527         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13528         files from .po files for a distribution.
13530 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
13532         * configure.in: Enable libstdc++-v3 for h8300 targets.
13534 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
13536         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13537         version from bfd/.
13539 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
13541         * Makefile.in (VER): When present, extract the version number from
13542         the file version.in.
13544 2001-05-24  Tom Rix  <trix@redhat.com>
13546         * configure.in : enable ld for aix
13548 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13550         * config.guess: Add linux target for S/390.
13552 2000-11-07  Philip Blundell  <pb@futuretv.com>
13554         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13556 2000-11-03  Philip Blundell  <pb@futuretv.com>
13558         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13559         files.
13561 2001-01-15  Ben Elliston  <bje@redhat.com>
13563         * configure.in (host_tools): Add sid.
13564         Always configure cgen.
13566 2000-11-24  Nick Clifton  <nickc@redhat.com>
13568         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13570 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13572         * Makefile.in (ALL_MODULES): Add all-cgen.
13573         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13574         (all-cgen): New target.
13575         (all-opcodes,all-sim): Depend on all-cgen.
13576         * configure.in (host_tools): Add cgen.
13577         Only configure cgen if --enable-cgen-maint.
13579 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13581         * configure.in: Add *-*-freebsd* configurations.
13583 2002-04-08  Tom Tromey  <tromey@redhat.com>
13585         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13586         Fixes PR libgcj/6068.
13588 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
13590         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13592 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13594         * configure.in (alpha*-dec-osf*): Enable libgcj.
13596 2003-03-27  Matthew Gingell  <gingell@gnat.com>
13598         * MAINTAINERS (Write After Approval): Add myself.
13600 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13602         Fix for: PR bootstrap/3591, target/5676
13603         * configure.in (mcore-pe): Disable the configuration of
13604         libstdc++-v3 since exceptions are not supported.
13606 2002-03-20  Anthony Green  <green@redhat.com>
13608         * configure.in: Enable libgcj for xscale-elf target.
13610 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13612         * MAINTAINERS:  Update my email address.
13614 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13616         * ltmain.sh (relink_command): Fix typo in previous change.
13618 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13620         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13621         (relink_command): Added --tag flags.
13622         (mode=install): If relinking fails; error out.
13624 2002-03-12  Richard Henderson  <rth@redhat.com>
13626         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
13627         .NOTPARALLEL tag.
13628         (do-check): Rename from check.
13629         (check): Allow parallel check.
13631 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
13633         * MAINTAINERS: Add myself as maintainer for xtensa port.
13634         Fix alphabetical order in CPU port maintainer list.
13635         Remove myself from Write After Approval list.
13637 2002-03-11  Richard Henderson  <rth@redhat.com>
13639         * Makefile.in (.NOTPARALLEL): Add fake tag.
13641 2002-03-07  H.J. Lu  (hjl@gnu.org)
13643         * configure.in: Enable gprof for mips*-*-linux*.
13645 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13647         * MAINTAINERS (Write After Approval): Add myself.
13649 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13651         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13652         libjava.
13653         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13655 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
13657         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13658         because its Makefile is there; test for the executable instead.
13660 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13662         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13663         libstdc++-v3 and libjava.
13665 2002-02-11  Adam Megacz  <adam@xwt.org>
13667         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13668         boehm-gc
13670 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
13672         * config.guess: Updated to 2002-01-30's version.
13673         * config.sub: Updated to 2002-02-01's version.
13674         Contribute sh64-elf.
13675         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
13676         * configure.in: Added sh64-*-*.
13678 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
13680         * MAINTAINERS: Belatedly add myself to write after approval list.
13682 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
13684         * MAINTAINERS: Put self in as maintainer for x86-64 port.
13685         Remove self as Write After Approval.
13687 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
13689         * MAINTAINERS: Put self in as maintainer for contrib/regression
13690         directory.
13692 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
13694         * MAINTAINERS:  Update my email address.
13696 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
13698         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
13699         target-libiberty, and target-libgloss.  Skip Java-related
13700         libraries if not supported for NetBSD on target CPU.
13702 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
13704         * install-sh: Use _inst.$$_ for temp file name.
13706 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
13708         * MAINTAINERS (Write After Approval): Move my contact info
13709         from here...
13710         (OS Port Maintainers): ...to here (netbsd).
13712 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
13714         * MAINTAINERS (Write After Approval): Add myself.
13716 2002-01-17  H.J. Lu  <hjl@gnu.org>
13718         * Makefile.in (all-fastjar): Also depend on all-libiberty.
13719         (all-target-fastjar): Also depend on all-target-libiberty.
13721 2002-01-16  H.J. Lu  (hjl@gnu.org)
13723         * config.guess: Import from master sources, rev 1.225.
13724         * config.sub: Import from master sources, rev 1.238.
13726 2002-01-16  Kazu Hirata  <kazu@hxi.com>
13728         * MAINTAINERS (Write After Approval): Remove myself.
13730 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
13732         * MAINTAINERS (Write After Approval): Add myself.
13734 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13736         * MAINTAINERS: Add self as docs co-maintainer.
13738 2001-12-11  Matthias Klose  <doko@debian.org>
13740         * MAINTAINERS (Write After Approval): Add myself.
13742 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
13744         * MAINTAINERS: Update my email address.
13746 2001-12-07  Turly O'Connor  <turly@apple.com>
13747         * MAINTAINERS (Write After Approval): Add myself.
13748         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13749         (rs6000_initialize_trampoline): Call __trampoline_setup for
13750         ABI_DARWIN too.
13751         * darwin-tramp.asm: New file, implements __trampoline_setup.
13752         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13754 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
13756         * MAINTAINERS (Write After Approval): Add myself.
13758 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
13760         * configure, configure.in: Use temp file for long sed commands.
13762 2001-12-03  Laurent Guerby  <guerby@acm.org>
13764         * config.sub: Update to version 1.232 on subversion.
13766 2001-12-03  Ben Elliston  <bje@redhat.com>
13768         * MAINTAINERS: Update mail address for config.* patches.
13770 2001-11-27  DJ Delorie  <dj@redhat.com>
13771             Zack Weinberg  <zack@codesourcery.com>
13773         When build != host, create libiberty for the build machine.
13775         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13776         CONFIG_ARGUMENTS.
13777         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13778         New variables.
13779         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13780         and rules.
13781         (all.normal): Depend on ALL_BUILD_MODULES.
13782         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13783         (all-build-libiberty): Depend on configure-build-libiberty.
13785         * configure: Calculate and substitute proper value for
13786         ALL_BUILD_MODULES.
13787         * configure.in: Create the build subdirectory.
13788         Calculate and substitute TARGET_CONFIGARGS (formerly
13789         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13791 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
13793         * MAINTAINERS (write-after-approval): Add self.
13795 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13797         * MAINTAINERS (GNATS only accounts): Remove self.
13799 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
13801         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13802         libf2c.
13804 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13806         * MAINTAINERS (Write After Approval): Add self.
13808 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13810         * MAINTAINERS: mips and s390 are also CPU ports.
13812 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13814         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13816 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
13818         * MAINTAINERS: Alphabetize.
13820 2001-11-09  Kazu Hirata  <kazu@hxi.com>
13822         * MAINTAINERS (Various maintainers: h8 port): Add myself.
13824 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13826         * MAINTAINERS (Various maintainers: hppa port): Added myself.
13828 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
13830         * configure.in (--enable-languages): Be more permissive about
13831         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
13833 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
13835         * config.sub: Import from master sources, rev. 1.230.
13836         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13838 2001-11-07  Laurent Guerby  <guerby@acm.org>
13840         * MAINTAINERS (Write After Approval): Add self.
13842 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
13844         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13846 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
13848         * config.sub: Import from master sources, rev 1.226.
13849         * config.guess: Import from master sources, rev 1.216.
13851 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
13853         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13854         * MAINTAINERS: Add self as maintainer of MMIX port.
13855         Remove old after-approval entry.
13857 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13859         * ChangeLog, configure: Fix spelling errors.
13861 2001-10-20  Brendan Kehoe  <brendan@zen.org>
13863         * MAINTAINERS: Tweak my address.
13865 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
13867         * MAINTAINERS: Update my email address.
13869 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
13871         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13872         * MAINTAINERS: Add self as maintainer of CRIS port.
13874 2001-10-10  Geert Bosch  <bosch@gnat.com>
13876         * MAINTAINERS (Various maintainers: Ada front end):
13877         Added Robert Dewar.
13879 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
13881         * MAINTAINERS (Write After Approval): Added self
13883 2001-10-02  Geert Bosch  <bosch@gnat.com>
13885         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13887 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
13889         * configure: Handle temporary files securely using mkdir.
13891 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
13893         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13895 2001-09-26  Will Cohen  <wcohen@redhat.com>
13897         * configure.in (*-*-linux*): Disable configuration of target-newlib
13898         and target-libgloss.
13900 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
13902         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13903         RANLIB.
13905 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
13907         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13908         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13909         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13910         avoid quotes nesting problems.
13911         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13912         (DO_X): Export only variables that are set.
13914 2001-09-19  Ben Elliston  <bje@redhat.com>
13916         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13917         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13918         semantics.  Use the shell built-in "type" command instead.
13920 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
13922         Merged from gcc-3_0-branch:
13923         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
13924         * ltcf-c.sh: Use $objext, not $ac_objext.
13925         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
13926         * ltcf-cxx.sh: Add support for GNU.
13927         2001-07-22  Timothy Wall  <twall@redhat.com>
13928         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
13929         default settings if using GNU tools with that configuration.
13930         * ltcf-cxx.sh: Ditto.
13931         * ltcf-gcj.sh: Ditto.
13932         2001-07-21  Michael Chastain  <chastain@redhat.com>
13933         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13934         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
13935         * ltmain.sh: Mark as gcc-local.
13937 2001-08-30  Eric Christopher  <echristo@redhat.com>
13938             Jason Eckhardt  <jle@redhat.com>
13940         * config.guess: Merge from master sources.
13941         * config.sub: Merge from master sources, add support for mipsisa32.
13943 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
13944         * config.sub: Merge from master sources, rev 1.219.
13945         * MAINTAINERS: Add self as contact for stormy16 port.
13947 2001-08-14  Zack Weinberg  <zackw@panix.com>
13949         * config.sub: Merge from master sources, rev 1.218.
13950         * config.guess: Merge from master sources, rev 1.209.
13952 2001-08-11  Graham Stott  <grahams@redhat.com>
13954         * Makefile.in (check-c++): Add missing semicolon.
13956 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
13958         * MAINTAINERS (Various maitainers: predict.def): Added myself.
13960 2001-07-30  Eric Christopher  <echristo@redhat.com>
13962         * MAINTAINERS (Various maintainers: mips port): Added myself.
13964 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
13966         * configure.in (sh-*-linux*): New.
13968 2001-07-27  Richard Henderson  <rth@redhat.com>
13970         * .cvsignore: Add LAST_UPDATED.
13972 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
13974         * MAINTAINERS (Various maintainers: s390 port): Added myself.
13976 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
13978         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
13980 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
13982         * MAINTAINERS (Write After Approval): Added myself.
13984 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13986         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13987         and libgcj on m68hc11/m68hc12.
13989 2001-06-27  H.J. Lu  (hjl@gnu.org)
13991         * Makefile (CFLAGS_FOR_BUILD): New.
13992         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13994 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13996         * README: Remove version number.
13998 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14000         * INSTALL/README: Update wrt. to the installation instructions now
14001         residing in gcc/doc/install.texi.
14003 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14005         * README: Replace with a cut-down and updated version of gcc/README.
14007 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14009         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14010         multilibs to be disabled.
14012 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14014         * MAINTAINERS (Write After Approval): Add myself.
14016 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14018         * config.guess: Import CVS version 1.195.
14019         * config.sub: Import CVS version 1.212.
14021 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14023         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14024         gcc/xgcc is built, use -print-prog-name to find out the program
14025         name to use.
14027 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14029         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14030         appear to also be in the master copy.
14031         * config.sub:  Import CVS version 1.211.
14033 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14035         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14036         with_gcc]: Use `gcc -shared' to build a shared library.
14038 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14040         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14041         archives.
14043 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14045         * MAINTAINERS (Write After Approval): Add myself.
14047 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14049         * configure.in (libstdcxx_flags): Do not try to execute
14050         libstdc++-v3/testsuite_flags until it exists.
14052 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14054         * MAINTAINERS: Update my email address.
14056 2001-05-31  Graham Stott  <grahams@redhat.com>
14058         * MAINTAINERS (Write After Approval): Add myself.
14060 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14062         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14063         libraries when using g++ with native linker.
14065 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14067         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14069 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14071         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14072         [aix4*|aix5*]: Prepend blank.
14074 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14076         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14077         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14078         of subdir/configure scripts to use the new libtool.m4.
14080 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14082         * MAINTAINERS (Write After Approval): Add myself.
14084 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14086         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14088 2001-05-11  Ben Elliston  <bje@redhat.com>
14090         * Makefile.in (all-sid): New target.
14091         (check-sid, clean-sid, install-sid): Likewise.
14093 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14095         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14097 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14099         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14100         libgcj.
14102 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14104         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14105         gcc/xgcc is built, use -print-prog-name to find out the program
14106         name to use.
14108 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14110         * configure.in (noconfigdirs): Don't reset it from scratch in the
14111         target case; only append to it.
14113         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14114         sparc-*-solaris2.8]: Disable ${libgcj}.
14116 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14118         * configure.in (libgcj_saved): Copy from $libgcj.
14119         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14120         --disable-libgcj.
14122 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14124         * MAINTAINERS: Remove self as MIPS maintainer and
14125         C front end maintainer.
14127 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14129         * configure.in: Move *-chorusos target case to the proper switch.
14130         Disable libgcj.
14132 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14134         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14135         1.641.2.228.
14137 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14139         * Makefile.in (STAGE1_CFLAGS): Pass down.
14141 2001-04-13  Alan Modra  <amodra@one.net.au>
14143         * config.guess: Add hppa64-linux support.  Note for next import that
14144         this is already in the master file.
14145         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14147 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14149         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14150         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14152 2001-04-11  Stan Shebs  <shebs@apple.com>
14154         * MAINTAINERS: Add self as Darwin port maintainer.
14156 2001-04-11  Alan Modra  <amodra@one.net.au>
14158         * MAINTAINERS: Update my email address.
14160 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14162         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14163         recent versions of FreeBSD (release 3 or later).
14164         * ltconfig: On FreeBSD, -lc must not be provided when building
14165         a shared library or else the standard -pthread gcc option is
14166         rendered worthless to later users of the built library.
14168 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14170         * MAINTAINERS: Add self and RTH as C front end maintainers.
14172 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14174         * config.sub: Make sure to match an already-canonicalized
14175         machine name (eg. mn10300-unknown-elf).
14177 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14179         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14180         New macros.
14181         (bootstrap, cross): Use RECURSE_FLAGS.
14182         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14184 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14186         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14188 2001-03-22  Colin Howell  <chowell@redhat.com>
14190         * Makefile.in (DO_X): Do not backslash single-quotes in
14191         backquotes (two places).
14193 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14195         Re-installed:
14196         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14197         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14198         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14199         * ltcf-cxx.sh: Likewise.
14200         * ltcf-gcj.sh: Likewise.
14202 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14204         * MAINTAINERS: Add myself as "documentation co-maintainer".
14206 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14208         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14209         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14211 2001-03-19  Tom Tromey  <tromey@redhat.com>
14213         * config-ml.in: Handle GCJ and GCJFLAGS.
14215 2001-03-21  Michael Chastain  <chastain@redhat.com>
14217         * Makefile.in: all-m4 depends on all-texinfo.
14219 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14221         * MAINTAINERS: Add myself to write after approval list.
14223 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14225         * Makefile.in (DO_X): Quote nested quotes.
14227 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14229         * MAINTAINERS: Add myself to write after approval list.
14231 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14233         * Makefile.in (DO_X): Use double quotes for quoting
14234         "RANLIB=$${RANLIB}".
14236 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14238         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14240 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14242         * configure.in: Only use `lang_requires' for languages athat are
14243         actually enabled.
14245 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14247         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14249 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14251         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14253 2001-03-07  Tom Tromey  <tromey@redhat.com>
14255         * configure.in: Allow config-lang.in to set `lang_requires' to list
14256         of other required languages.
14258 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14260         * Makefile.in: Remove RANLIB definition. Use RANLIB
14261         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14262         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14264 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14265             Alexandre Oliva  <aoliva@redhat.com>
14267         * Makefile.in (check-c++): Use tabs, not spaces.
14269 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14271         * MAINTAINERS: add myself to Write After Approval list.
14273 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14275         * Makefile.in (check-c++): New rule.
14277         * configure.in (target_libs): Remove libg++.
14278         (noconfigdirs): Remove libg++.
14279         (noconfigdirs): Same.
14280         (noconfigdirs): Same.
14281         (noconfigdirs): Same.
14283         * config-ml.in: Remove libg++ references.
14285         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14286         (ALL_TARGET_MODULES): Same.
14287         (configure-target-libg++): Remove.
14288         (all-target-libg++): Remove.
14289         (configure-target-libio): Remove.
14290         (all-target-libio): Remove.
14291         (check-target-libio): Remove.
14292         (.PHONY): Remove.
14293         (libg++.tar.bz2): Remove.
14294         (all-target-cygmon): Remove libio.
14295         (all-target-libstdc++): Remove.
14296         (configure-target-libstdc++): Remove.
14297         (TARGET_LIB_PATH): Remove libstdc++.
14298         (ALL_GCC_CXX): Remove libstdc++.
14299         (all-target-gperf): Correct.
14301 2001-02-16  Nick Clifton  <nickc@redhat.com>
14303         * configure.in (noconfigdirs): Allow configuration of texinfo
14304         for Cygwin hosts.
14306 2001-02-15  Anthony Green  <green@redhat.com>
14308         * configure: Introduce GCJ_FOR_TARGET.
14309         * configure.in: Ditto.
14310         * Makefile.in: Ditto.
14312 2001-02-13  Andreas Schwab  <schwab@suse.de>
14314         * MAINTAINERS: Update mail address.
14316 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14318         * config.guess: Add linux target for S/390.
14319         * config.sub: Likewise.
14321 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14323         * configure.in: for *-chorusos, don't config target-newlib and
14324         target-libgloss.
14326 2001-02-06  Ben Elliston  <bje@redhat.com>
14328         * configure: Output host type to stdout, not stderr.
14330 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14332         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14333         * ltcf-cxx.sh: Likewise.
14335         * config.if: Assume enable_libstdcxx_v3 is defined.
14337 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14339         Remove V2 C++ library.
14340         * configure.in: Remove --enable-libstdcxx_v3 support.
14342 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14344         * include/demangle.h: Add prototype for java_demangle_v3.
14346 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14348         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14350 2001-01-27  Richard Henderson  <rth@redhat.com>
14352         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14354 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14356         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14357         Don't unset, it's non-portable and no longer necessary, set to empty
14358         instead.
14360 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14362         * ltconfig: Shell portability fix for the tagname validity check.
14364 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14366         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14367         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14369 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14371         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14373 2001-01-26  Tom Tromey  <tromey@redhat.com>
14375         * configure.in: Allow libgcj to be built on Sparc Solaris.
14377 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
14379         * ltcf-c.sh: Add aix5 case.
14380         * ltcf-cxx.sh: Likewise.
14381         * ltconfig: Likewise.
14383 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
14385         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14386         keep at least one of build_libtool_libs or build_old_libs set to
14387         yes.
14389         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14390         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14392 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
14394         * configure.in: Enable libgcj on several additional platforms.
14396 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
14398         * configure.in: Enable libgcj for linux targets.
14400 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14402         * MAINTAINERS (Write After Approval): Add myself.
14404 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14406         * MAINTAINERS: Add myself as vax port maintainer.
14408 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
14410         * MAINTAINERS: Add myself as Mercury front-end maintainer.
14412 2001-01-09  Mike Stump  <mrs@wrs.com>
14414         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14415         failures of subdirectories.
14417 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14419         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14420         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14421         * ltcf-cxx.sh: Likewise.
14422         * ltcf-gcj.sh: Likewise.
14423         * ltconfig.sh: Fix typo.
14425 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14427         * configure: handle DOS-style absolute paths.
14429 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14431         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14433 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
14435         * MAINTAINERS: Add myself as avr port co-maintainer.
14437 2000-12-28  Ben Elliston  <bje@redhat.com>
14439         * MAINTAINERS: Add myself under ``Write After Approval''.
14441 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
14443         * texinfo: Remove directory from GCC.
14445 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14447         * COPYING: Update to current
14448         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14449         to 19yy as example year in copyright notice).
14451 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
14453         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14454         (libstdcxx_incdir): Pass down.
14455         * config.if: Remove expired bits for cxx_interface, add stub.
14456         (libstdcxx_incdir): Add variable for g++ include directory.
14457         * configure.in (gxx_include_dir): Use it.
14459 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
14461         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
14462         with old-email address from ``Write After Approval''.
14464 2000-12-15  Andreas Jaeger  <aj@suse.de>
14466         * configure.in: Handle lang_dirs.
14468 2000-12-14  Tom Tromey  <tromey@redhat.com>
14470         * MAINTAINERS: Removed brads.
14472         * MAINTAINERS: Added gcj developers.
14474 2000-12-13  Anthony Green  <green@redhat.com>
14476         * configure.in: Disable libgcj for any target not specifically
14477         listed.  Disable libgcj for x86 and Alpha Linux until compatible
14478         with g++ abi.
14480 2000-12-13  Mike Stump  <mrs@wrs.com>
14482         * Makefile.in (local-distclean): Also remove fastjar.
14484 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
14486         * contrib/gcc_update: Add fastjar --touch entries.
14488 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
14490         * configure.in: Disable language-specific target libraries for
14491         languages that aren't enabled.
14493 2000-12-10  Anthony Green  <green@redhat.com>
14495         * configure.in: Define libgcj.  Disable libgcj target libraries for
14496         most targets.
14498 2000-12-10  Neil Booth  <neilb@earthling.net>
14500         * MAINTAINERS: Update mail address, remove from WAA list.
14502 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14504         * libjava: Imported from /cvs/java.
14505         * libffi: Likewise.
14506         * Boehm-gc: Likewise.
14508 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14510         * configure.in (target_libs): Revert 2000-12-08 patch.
14511         (noconfigdirs): Added target-libjava.
14513 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14515         * djunpack.bat: removed.
14517 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14519         * Makefile.in: handle DOS-style absolute paths.
14520         * config-ml.in: likewise.
14521         * symlink-tree: likewise.
14523 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14525         * fastjar: Imported.
14527 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14529         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14530         libjava.
14531         * configure.in (target_libs): Removed `target-libjava'.
14533 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14535         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14536         (ALL_MODULES): Added fastjar.
14537         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14538         (all-target-libjava): all-fastjar replaces all-zip.
14539         (all-fastjar): Added.
14540         (configure-target-fastjar, all-target-fastjar): Likewise.
14541         * configure.in (host_tools): Added fastjar.
14543 2000-12-07  Mike Stump  <mrs@wrs.com>
14545         * Makefile.in (local-distclean): Remove leftover built files.
14547 2000-11-24  Nick Clifton  <nickc@redhat.com>
14549         * configure.in (xscale-elf): Add target.
14550         (xscale-coff): Add target.
14552 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14554         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14555         recent versions of FreeBSD (release 3 or later).
14556         * ltconfig: On FreeBSD, -lc must not be provided when building
14557         a shared library or else the standard -pthread gcc option is
14558         rendered worthless to later users of the built library.
14560 2000-11-16  Fred Fish  <fnf@be.com>
14562         * configure.in (enable_libstdcxx_v3): Fix typo,
14563         libstd++ -> libstdc++.
14565 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14567         * MAINTAINERS: Add self to Write After Approval list.
14569 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14571         * MAINTAINERS: Update my email address.  Add myself to global write
14572         privs list.
14574 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14576         * Makefile.in: Merge with src and libgcj.
14577         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14578         configure-target-<library> when their configure scripts need the C
14579         or C++ library to have already been built to work properly.
14580         (do_proto_toplev): Set them to an empty string.
14582         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14583         (REALLY_SET_LIB_PATH): Use them.
14585 2000-11-17  Stan Shebs  <shebs@apple.com>
14587         * MAINTAINERS: Add self to Write After Approval list.
14589 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14591         * configure: Provide the original toplevel configure arguments
14592         (including $0) to subprocesses in the environment rather than
14593         through gcc/configargs.h.
14595 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14597         * MAINTAINERS: Remove references to cccp. Change C9X reference to
14598         C99.  Alphabetise "Write After Approval" list.
14600 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
14602         * configure: Turn on libstdc++ V3 by default.
14604         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14605         if we've got GCC.
14607 2000-11-11  Philip Blundell  <philb@gnu.org>
14609         * MAINTAINERS: Add self to Write After Approval list.
14611 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
14613         * ltcf-c.sh (aix4): Improve shared library configuration; require
14614         exporting symbols.
14615         * ltcf-cxx.sh (aix4): Define.
14616         * ltconfig (aix4): Define library and soname specs appropriate for
14617         AIX.  Define command to create export symbols list.
14619 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14621         * config.sub: Add support for Sun Chorus
14623 2000-10-31  Nick Clifton  <nickc@redhat.com>
14625         * MAINTAINERS: Rename <name>@cygnus.com addresses to
14626         <name>@redhat.com.  Also installed new email address for Clint
14627         Popetz.
14629 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
14631         * etc: Remove directory from GCC.
14633 2000-10-16  Michael Meissner  <meissner@redhat.com>
14635         * configure (gcc/configargs.h): Only create if there is a build GCC
14636         directory created.
14638 2000-10-16  Matthias Klose  <doko@debian.org>
14640         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14641         when configured for libstdc++-v3.
14643 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
14645         * configure: Save configure arguments to gcc/configargs.h.
14647 2000-10-04  Philipp Thomas  <pthomas@suse.de>
14649         * config.guess: Import CVS version 1.157.
14650         * config.sub: Import CVS version 1.181.
14652 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
14654         * Makefile.in (bootstrap): avoid recursion if subdir missing
14655         (cross): ditto
14656         (do-proto-toplev): ditto
14658 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
14660         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14661         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14663         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14664         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
14665         all affected `configure' scripts.
14667 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
14669         * MAINTAINERS: Add self as cpplib co-maintainer.
14671 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
14673         * MAINTAINERS: Add self to Write After Approval list.
14675 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14677         * INSTALL/README: egcs -> GCC update.
14679 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14681         * MAINTAINERS: Add myself to Write After Approval list.
14683 2000-09-15  Kazu Hirata  <kazu@hxi.com>
14685         * MAINTAINERS: Add myself to Write After Approval list.
14687 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
14689         * configure.in: Do not build byacc for hppa64.  Provide paths to the
14690         X11 libraries for hppa64.
14692 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14694         * MAINTAINERS: Add myself as 68hc11 port maintainer.
14696 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
14698         * Makefile.in (all-zlib): Added dummy target.
14700         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14701         ltcf-gcj.sh: Updated from libtool multi-language branch.
14703 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
14705         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14706         (bootstrap*): Depend on all-bootstrap.
14708 2000-09-05  Philipp Thomas  <pthomas@suse.de>
14710         * config.guess: Import CVS version 1.156.
14711         * config.sub: Import CVS version 1.179.
14713 2000-09-02  Anthony Green  <green@cygnus.com>
14715         * Makefile.in (all-gcc): Depend on all-zlib.
14716         (CLEAN_MODULES): Add clean-zlib.
14717         (ALL_MODULES): Add all-zlib.
14718         * configure.in (host_libs): Add zlib.
14720 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
14722         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14723         crosses, but add gcc/include to the header search path for them.
14725 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
14727         * MAINTAINERS: Add self to Write After Approval list.
14729 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14731         * config.guess: Import CVS version 1.152.
14732         * config.sub: Import CVS version 1.177.
14734 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
14736         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14737         $targargs to tell whether newlib is going to be built.
14739         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14740         $$r/TARGET_SUBDIR/libio for _G_config.h.
14742 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
14744         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14746 2000-08-22  DJ Delorie  <dj@redhat.com>
14748         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14750 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
14752         * config-ml.in (CC, CXX): Avoid trailing whitespace.
14753         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14754         sub-configures.
14756 2000-08-21  DJ Delorie  <dj@redhat.com>
14758         * MAINTAINERS: Add self as a libiberty maintainer
14760 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
14762         * configure.in (libstdcxx_flags): Use
14763         libstdc++-v3/src/libstdc++.INC.
14765 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
14767         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14769 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14771         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14773         * configure: Make enable_threads and enable_shared defaults
14774         explicit.  Substitute enable_threads into generated Makefiles.
14775         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14776         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14778 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
14780         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14782 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
14784         * config-ml.in (CC): Remove bogus duplicate quotation mark from
14785         previous delta.
14787 2000-08-11  Jason Merrill  <jason@redhat.com>
14789         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14790         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14791         (FLAGS_FOR_TARGET): Not here.
14792         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14794 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
14796         * config-ml.in (CC, CXX): Don't introduce a leading space.
14798 2000-08-07  DJ Delorie  <dj@delorie.com>
14800         * MAINTAINERS: Add self as a DJGPP maintainer
14802 2000-08-07  DJ Delorie  <dj@redhat.com>
14804         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14805         "if we're also building gcc, and it's a gcc that will run on the
14806         build machine, we want to use its includes instead of the system's
14807         default includes".
14809 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14811         * MAINTAINERS: Add self to Write After Approval list.
14813 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
14815         * configure.in (libstdcxx_flags): Don't use `"'.
14817         * config-ml.in: Adjust multilib search paths to the
14818         appropriate multilib tree.
14820 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
14822         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14823         commas in $LANGUAGES.
14825 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
14827         * configure.in: Re-enable all references to libg++ and librx.
14829 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
14831         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14832         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
14833         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14834         * ltcf-cxx.sh (need_lc): Set based on postdeps.
14836         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14838 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
14840         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14841         CXX_FOR_TARGET for sed.
14843 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
14845         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14846         Do not override if already set in the environment or in configure.
14847         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14848         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14850 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
14852         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14853         the libtool CVS tree multi-language branch.
14854         * ltconfig, ltmain.sh: Updated.
14856 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
14858         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14859         (clean-target): Depend on it.
14861         * Makefile.in (FLAGS_FOR_TARGET): New macro.
14862         (GCC_FOR_TARGET): Use it.
14863         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14864         * configure.in: ... here.
14865         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
14866         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14868 2000-07-24  Eric Christopher  <echristo@cygnus.com>
14870         * MAINTAINERS: Add self to Write After Approval list.
14872 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
14874         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14875         (configure-target-libchill, configure-target-libobjc): Likewise.
14877         * configure.in: Use the same cache file for all target libs.
14878         * config-ml.in: But different cache files per multilib variant.
14880 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14882         * configure (topsrcdir): Don't use dirname.
14884 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
14886         * MAINTAINERS: Add self to Write After Approval list.
14888 2000-07-20  Jason Merrill  <jason@redhat.com>
14890         * configure.in: Remove all references to libg++ and librx.
14892         * configure, configure.in, Makefile.in: Unify gcc and binutils.
14894 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
14896         * config.sub: Update to subversions version 2000-07-06.
14898 2000-07-12  Andrew Haley  <aph@cygnus.com>
14900         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14901         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14903 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
14905         * symlink-tree:  Check number of arguments.
14907 2000-07-05  Jim Wilson  <wilson@cygnus.com>
14909         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14910         search path for a g++ extracted from the build tree.  This
14911         will allow link tests run by configure scripts in
14912         subdirectories to succeed.
14914 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
14916         * ltconfig: Add support for mips-dde-sysv4.2MP
14918 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14920         * MAINTAINERS: Add myself as loop discovery maintainer.
14922 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
14924         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14925         `os2'. Force ac_cv_exeext to be ".exe" in that case.
14927 2000-06-19  Timothy Wall  <twall@cygnus.com>
14929         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14930         * config.sub: Add tic54x target.
14932 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14934         * MAINTAINERS: Add self as Fortran maintainer,
14935         remove Craig Burley.
14937 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14939         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14940         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
14942 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
14944         * MAINTAINERS: Add self as i18n maintainer
14946 20000-05-21  H.J. Lu  (hjl@gnu.org)
14948         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14949         directory are used if they exist. Make sure
14950         $(build_tooldir)/include is searched for header files,
14951         $(build_tooldir)/lib/ for library files.
14952         (GCC_FOR_TARGET): Likewise.
14953         (CXX_FOR_TARGET): Likewise.
14955 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
14957         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14959 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
14961         * Makefile.in (configure-target-libiberty): Depend on
14962         configure-target-newlib.
14964 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
14966         * configure.in, Makefile.in: Merge all libffi-related
14967         configury stuff from the libgcj tree.
14969 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14971         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14972         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14974 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14976         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14977         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
14978         current version information.  Add to proto-toplev directory.
14979         (gdb-taz): Build do-djunpack.
14981 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
14983         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14985 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14987         * MAINTAINERS: Add self to Write After Approval list.
14989 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14991         * ltmain.sh: Preserve in relink_command any environment
14992         variables that may affect the linker behavior.
14994 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
14996         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14998 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15000         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15002 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15004         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15005         with the version name.
15007 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15009         * MAINTAINERS: Add self as bb-reorder maintainer.
15011 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15013         * config.if: Tweak.
15015 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15017         * djunpack.bat: New file.
15019 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15021         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15022         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15023         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15024         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15026 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15028         * config.sub (case $basic_machine): Change default for "ibm-*"
15029         to "openedition".
15031 2000-04-13  Andreas Jaeger  <aj@suse.de>
15033         * MAINTAINERS: Added myself.
15035 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15037         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15038         (do-md5sum): New target.
15039         (MD5PROG): Define.
15040         (PACKAGE): Default to TOOL.
15041         (VER): Default to a shell script.
15042         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15043         md5 checksum generation.
15044         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15045         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15046         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15047         insight.tar.bz2): Use gdb-taz to create archive.
15049 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15051         * configure (warn_cflags): Delete.
15053 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15055         * MAINTAINERS: Added myself.
15057 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15058             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15060         * configure.in (enable_libstdcxx_v3): Add.
15061         (target_libs): Add bits here to switch between libstdc++-v2 and
15062         libstdc++-v3.
15063         * config.if: And this file too.
15064         * Makefile.in: Add libstdc++-v3 targets.
15066 2000-04-05  Michael Meissner  <meissner@redhat.com>
15068         * config.sub (d30v): Add d30v as a basic machine type.
15070 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15072         * configure.in: -linux-gnu*, not -linux-gnu.
15074 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15076         * MAINTAINERS: Add self in write-after-approval section.
15078 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15080         * MAINTAINERS: Add self as ia64 port maintainer.
15082 2000-03-08  Neil Booth  <NeilB@earthling.net>
15084         * MAINTAINERS: Add self in write-after-approval section.
15086 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15088         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15089         (do-tar-bz2): Replace TOOL with PACKAGE.
15090         (gdb.tar.bz2): Remove GDBTK from GDB package.
15091         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15092         dejagnu.tar.bz2): New packages.
15094 2000-02-27  Andreas Jaeger  <aj@suse.de>
15096         * configure.in: Add entry for mips*-*-linux*, move catch all
15097         *-*-*linux* entry below this one.
15099 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15101         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15103 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15105         * config.sub: Support an OS of "wince".
15107 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15109         * config.guess, config.sub: Updated to match config's 2000-02-15
15110         version.
15112 2000-02-23  Linas Vepstas  <linas@linas.org>
15114         * config.sub: Add support for Linux/IBM 370.
15115         * configure.in: Likewise.
15117 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15119         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15121 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15123         * config.guess: Guess "cygwin" rather than "cygwin32".
15125 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15127         * configure (gcc_version): When setting, narrow search to
15128         lines containing `version_string'.
15130 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15132         * config.sub: Add support for avr target.
15134 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15136         * MAINTAINERS: Add maintainers for MCore port.
15138 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15140         * config.sub: Add mmix-knuth-mmixware.
15142 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15144         * MAINTAINERS: Pair cccp with cpplib maintainership.
15146 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15148         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15149         structure stuff to -L library search.
15150         (CXX_FOR_TARGET): Ditto.
15151         (CROSS_CHECK_MODULES): Fix spelling mistake.
15153 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15155         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15156         the C++ compiler.
15158 2000-01-12  Richard Henderson  <rth@cygnus.com>
15160         * configure.in: Don't build some bits for beos.
15162 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15164         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15165         as include files.
15167 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15169         * Add self as cpplib maintainer, as requested by Jason
15170         Merrill.  Correct my e-mail address.
15172 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15174         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15175         not mh-aix43.
15177 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15179         * MAINTAINERS: Add myself to "write after approval" list.
15181 1999-12-14  Richard Henderson  <rth@cygnus.com>
15183         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15184         * config.sub: Accept alphaev[78], alphaev8.
15186 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15188         * config.guess, config.sub: Update from autoconf.
15190 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15192         * MAINTAINERS:  update my playtime e-address.
15194 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15196         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15197         necessary libraries are missing.
15199 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15201         * MAINTAINERS: Add new 'write after approval' maintainer.
15203 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15205         * MAINTAINERS: Add new Java maintainer.
15207 1999-10-25  Andreas Schwab  <schwab@suse.de>
15209         * configure: Fix quoting inside arguments of eval.
15211 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15213         * config-ml.in: Allow suppression of some ARM multilibs.
15215 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15217         * config.guess: Add OS/390 match pattern.
15218         * config.sub: Add mvs, openedition targets.
15219         * configure.in (i370-ibm-opened*): New.
15221 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15223         * config.sub: Add support for configuring for pj.
15225 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15227         * config.sub (maybe_os): Add support for configuring for fr30.
15229 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15231         * configure.in: Do not configure or build ld for AIX
15232         platforms.  ld is known to be broken on these platforms.
15234 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15236         * config-ml.in: Pass compiler flag corresponding to multidirs to
15237         subdir configures.
15239 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15241         * Makefile.in (LDFLAGS): Define.
15243 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15245         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15246         noconfigdirs.
15247         (*-*-cygwin*): Likewise.
15249 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15251         * mkdep: New file.
15252         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15253         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15255         From Eli Zaretskii <eliz@is.elta.co.il>:
15256         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15257         long file name when using DJGPP on MS-DOS.
15259 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15261         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15263 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15265         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15266         dependency as this causes "make check" to globally "make all"
15268 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15270         * configure.in (target_libs): Added target-zlib.
15271         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15272         (CONFIGURE_TARGET_MODULES): Likewise.
15273         (CHECK_TARGET_MODULES): Likewise.
15274         (INSTALL_TARGET_MODULES): Likewise.
15275         (CLEAN_TARGET_MODULES): Likewise.
15276         (configure-target-zlib): New target.
15277         (all-target-zlib): Likewise.
15278         (all-target-libjava): Depend on all-target-zlib.
15279         (configure-target-libjava): Depend on configure-target-zlib.
15281         * Makefile.in (configure-target-libjava): Depend on
15282         configure-target-newlib.
15283         (configure-target-boehm-gc): New target.
15284         (configure-target-qthreads): New target.
15286         * configure.in (target_libs): Added target-qthreads.
15287         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15288         (CONFIGURE_TARGET_MODULES): Likewise.
15289         (CHECK_TARGET_MODULES): Likewise.
15290         (INSTALL_TARGET_MODULES): Likewise.
15291         (CLEAN_TARGET_MODULES): Likewise.
15292         (all-target-qthreads): New target.
15293         (configure-target-libjava): Depend on configure-target-qthreads.
15294         (all-target-libjava): Depend on all-target-qthreads.
15296         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15297         (CONFIGURE_TARGET_MODULES): Likewise.
15298         (CHECK_TARGET_MODULES): Likewise.
15299         (INSTALL_TARGET_MODULES): Likewise.
15300         (CLEAN_TARGET_MODULES): Likewise.
15301         (all-target-libjava): New target.
15302         (all-target-boehm-gc): Likewise.
15303         * configure.in (target_libs): Added libjava, boehm-gc.
15305 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15307         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15308         configure.bat in SUPPORT_FILES.
15309         (gas+binutils.tar.bz2): Likewise.
15311         * makeall.bat: Remove; obsolete.
15313 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15315         From Mark Elbrecht:
15316         * configure.bat: Remove; obsolete.
15318 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15320         * configure: Add -W -Wall to the default CFLAGS when compiling with
15321         gcc.
15323 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15325         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15327 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15329         * configure.in: Build ld on IRIX6.
15331 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15333         * Makefile.in: Change distribution targets to use bzip2 instead of
15334         gzip.
15335         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15336         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15338 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15340         * config.sub: Add mcore target.
15342 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15344         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15346 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15348         * config.guess (dummy): Changed to $dummy.
15350 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15352         * config.sub: Tidied up case statements.
15354 1999-05-22  Ben Elliston  <bje@cygnus.com>
15356         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15357         <jiro@din.or.jp>.
15359         * config.guess: Merge with FSF version. Future changes will be
15360         more accurately recorded in this ChangeLog.
15361         * config.sub: Likewise.
15363 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15365         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15367 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15369         * ltmain.sh: [mode link] Always use CC given by ltconfig.
15371 1999-04-23  Tom Tromey  <tromey@cygnus.com>
15373         * ltconfig, ltmain.sh: Update to libtool 1.2f.
15375 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
15377         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15378         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15379         Bad merge removed these two changes.
15381 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
15382                           Martin Heller (Ing.-Buero_Heller@t-online.de)
15384         * config.guess (interix Alpha): Add.
15386 1999-04-11  Richard Henderson  <rth@cygnus.com>
15388         * configure.in (i?86-*-beos*): Do config gperf; don't config
15389         gdb, newlib, or libgloss.
15391 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
15393         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15394         link a trivial program with -mabi=64.  If it fails, remove mabi=64
15395         from multidirs.
15397 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
15399         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15401 1999-04-08  Nick Clifton  <nickc@cygnus.com>
15403         * config.sub: Add support for mcore targets.
15405 1999-04-07  Michael Meissner  <meissner@cygnus.com>
15407         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15408         not mt-ospace, in order to shut up assembler warning about using
15409         symbols that are named the same as registers.
15411 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
15413         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15414         dependency list for all-target-cygmon.
15416 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
15418         * config-ml.in: Check $host, not $target, for selective multilibs.
15419         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15420         thumb interworking, and underscore prefix multilibs.
15422 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
15424         * missing: Update to version from current automake.
15426 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
15428         * configure (gxx_include_dir): Removed.
15430         * configure.in (gxx_include_dir): Handle it.
15431         * Makefile.in: Likewise.
15433 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
15435         * config.sub (mips64vr4111,mips64vr4111el) Add.
15437 1999-03-21  Ben Elliston  <bje@cygnus.com>
15439         * config.guess: Correct typo for detecting ELF on FreeBSD.
15441 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
15443         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15444         config/mh-djgpp.
15446 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
15448         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15449         all-target-newlib to dependency list for all-target-bsp.
15451 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15453         * config.sub: Add i386-uwin support.
15454         * config.guess: Likewise.
15456 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15458         * configure.in: cleanup, add mh-*pic handling for arm, special
15459         case powerpc*-*-aix*
15461 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
15463         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15464         can be built.
15466 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
15468         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15469         targets.
15471 1999-03-02  Nick Clifton  <nickc@cygnus.com>
15473         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15475 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
15477         * config.sub: Check for "cygwin*" rather than "cygwin32*"
15479 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15481         * config.sub: Fix typo in arm recognition.
15483 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
15485         * configure.in (noconfigdirs): Changed target_configdirs to
15486         include target-bsp only for m68k-*-elf* and m68k-*-coff*
15487         rather than m68k-*-* since it is not known to work on
15488         m68k-aout. Ditto for arm-*-*oabi.
15490 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
15492         * configure.in (*-*-windows*): Remove, no longer used.
15494 1999-02-19  Ben Elliston <bje@cygnus.com>
15496         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15497         Smart and improved by Andrew Cagney.
15499 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
15501         * config.guess: Recognize openbsd-*-hppa.
15503 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15505         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15506         only if it is not empty.
15508 1999-02-17  Nick Clifton  <nickc@cygnus.com>
15510         Patch from: Scott Bambrough <scottb@corelcomputer.com>
15512         * config.guess: Modified to recognize uname's armv* syntax.
15514         * config.sub: Modified to recognize uname's armv* syntax.
15516 1999-02-17  Mark Salter  <msalter@cygnus.com>
15518         * configure.in: Added target-bsp for sparclite.
15520 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
15522         * config.sub: Recognize alphapca5[67] and up to alphaev8.
15524 1999-02-08  Nick Clifton  <nickc@cygnus.com>
15526         * configure.in: Add support for strongarm port.
15527         * config.sub: Add support for strongarm target.
15529 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15531         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15532         the old name config/mh-cygwin32.
15533         Enable texinfo.
15535 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
15537         * configure.in: Do build ld for ix86 Solaris.
15539 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
15541         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
15542         $AR_FOR_TARGET.  Likewise for RANLIB.
15544 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15546         * config.sub (oabi):  Recognize.
15547         * configure.in (arm-*-oabi):  Handle.
15549 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15551         * config.guess: Improve detection of i686 on UnixWare 7.
15553 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15555         * config.guess: Add support for i386-pc-interix.
15556         * config.sub: Likewise.
15557         * configure.in: Likewise.
15559 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15561         * Makefile.in: Remove unneeded all-target-libio from
15562         from all-target-winsup target since it is now unneeded.
15563         Add all-target-libtermcap in its place since it is now
15564         needed.
15566 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15568         * configure.in: makefile stub for cygwin target is probably
15569         unnecessary.  Remove it for now.
15571 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15573         * configure.in: libtermcap.a should be built when cygwin is the
15574         target as well as the host.
15575         * config.guess: Allow mixed case in cygwin uname output.
15576         * Makefile.in: Add libtermcap target.
15578 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15580         * config.sub: Clean up handling of hppa2.0.
15582 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15584         * config.guess: Use C code to identify more HP machines.
15586 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15588         * config.sub: Handle hppa2.0.
15590 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15592         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15593         cygmon for all sparclite targets, regardless of object format.
15595 1998-12-15  Mark Salter  <msalter@cygnus.com>
15597         * configure.in: Added target-bsp for several target architectures.
15599         * Makefile.in: Added rules for bsp.
15601 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15603         * config.guess: Improve detection of hppa2.0 processors.
15605 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15607         * config.guess: Recognize FreeBSD using ELF automatically.
15609 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15611         * configure (skip-this-dir): Add handling for new shell script, which
15612         might be created by a sub-directory's configure to indicate, this particular
15613         directory is "unwanted".
15614         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15616 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15618         * ltconfig: import from libtool, after changing libtool to
15619         account for the cygwin name change.
15621 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15623         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15624         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15626 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
15628         * configure.in: Add libtermcap to list of cygwin dependencies.
15630 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
15632         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15633         they include winsup/include when it's a cygwin target.
15635 1998-11-12  Tom Tromey  <tromey@cygnus.com>
15637         * configure.in (host_tools): Added zip.
15638         * Makefile.in (all-target-libjava): Depend on all-zip.
15639         (all-zip): New target.
15640         (ALL_MODULES): Added all-zip.
15641         (NATIVE_CHECK_MODULES): Added check-zip.
15642         (INSTALL_MODULES): Added install-zip.
15643         (CLEAN_MODULES): Added clean-zip.
15645 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
15647         * Makefile.in: lose "32" from comment about cygwin.
15649 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
15651         * configure.in: Use -Os to build target libraries for the fr30.
15653 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
15655         * config.sub: Add fr30.
15657 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
15659         * configure.in: drop "32" from config/mh-cygwin32.  Check
15660         cygwin* instead of cygwin32*.
15661         * config.sub: Check cygwin* instead of cygwin32*.
15663 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
15665         * config.guess: Match any version of Unixware7.
15667 1998-10-20  Syd Polk  <spolk@cygnus.com>
15669         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15670         if desired.
15672 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
15674         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15675         these if the appropriate directories and files to not exist.
15677 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
15679         * Makefile.in (DEVO_SUPPORT): Add config.if.
15681 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15683         * configure: Add pattern to replace "build_tooldir"'s
15684         definition in the generated Makefile with "tooldir"'s
15685         actual value.
15687 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
15689         * config.sub: Bring back lost sparcv9.
15691         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15693 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
15695         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15696         CC_FOR_TARGET and friends.
15698 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
15700         * Makefile.in (build_tooldir): New variable, same as tooldir.
15701         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15702         -B$(build_tooldir)/bin/.
15703         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15705 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15707         * README: Remove installation instructions and refer to the
15708         INSTALL directory instead.
15710 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
15712         * config.sub: Add support for i[34567]86-pc-udk.
15713         * configure.in: Likewise.
15715 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
15717         * Makefile.in: add bzip2 package building bits for user
15718         tools module
15719         * configure.in: ditto
15721 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
15723         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15724         (ALL_TARGET_MODULES): Add all-target-libobjc.
15725         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15726         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15727         (all-target-libchill): Add dependencies.
15728         * configure.in (target_libs): Add libchill.
15730 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
15732         * configure.in (target_subdir): Remove duplicate line.
15734 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
15736         * Makefile.in (all-automake): fix dependencies.
15738 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
15740         * configure.in: Minor cleanups for building in the $(target_alias)
15741         subdir.
15743 1998-09-22  Jim Wilson  <wilson@cygnus.com>
15745         * Makefile.in (bootstrap): Set r and s before make all.  Use
15746         BASE_FLAGS_TO_PASS in make all.
15747         (cross): Likewise.
15749 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
15751         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15753 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
15755         * config.sub: Fix typo in last change.
15757 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15759         * config.sub: Add support for C4x target.
15760         * configure.in: Likewise.
15762 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
15764         * config.sub: Recognize sparcv9 just like sparc64.
15766 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
15768         * config.guess: Match "Pent II" or "PentII" for OpenServer.
15770 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
15772         * config.guess: Correctly identify Pentium II sco boxes.
15774         * config.guess: Fix "tr" code.  From Weiwen Liu.
15776 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
15778         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15779         stabs.
15781 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
15783         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15784         (ALL_TARGET_MODULES): Add all-target-libchill.
15785         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15786         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15787         (all-target-libchill): Add dependencies.
15788         * configure.in (target_libs): Add libchill.
15790 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15792         * config.guess: Avoid assumptions about "tr" behaves when
15793         LANG is set to something other than English.
15795 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
15797         * configure (gxx_include_dir): Changed to
15798         '${prefix}/include/g++'-${libstdcxx_interface}.
15800         * config.if: New to determine the interfaces.
15802 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
15804         * config.guess: Detect and handle MPE/IX.
15805         * config.sub: Deal with MPE/IX.
15807 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
15809         * configure.in: Use mh-aix43.
15811 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
15813         * configure: Fix --without/--disable cases for gxx-include-dir.
15815 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
15817         * mdata-sh:  Imported.  Needed for automake support.
15819 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
15821         * Makefile.in (taz): Try "chmod -R og=u ." before
15822         "chmod og=u `find . -print`".
15824 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
15826         * configure.in: Add arm-elf and thumb-elf support.
15828 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
15830         * Makefile.in: Undo previous patch.
15832 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
15834         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15835         to here ...
15836         (install-no-fixedincludes): and here
15837         (INSTALL_MODULES): ... from here.
15839 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15841         * config.sub: Merge with FSF.
15843         * config.guess: Merge with FSF.
15845 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
15847         * configure (extraconfigdirs): New variable.
15848         (SUBDIRS): Add extraconfigdirs and recurse on them too.
15849         * Makefile.in (all): Move higher in file.
15850         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15851         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15852         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15853         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15854         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15856 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
15858         * Makefile.in (all-target-libjava): Depend on all-gcc and
15859         all-target-newlib.
15860         (configure-target-libjava): Depend on $(ALL_GCC).
15862 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
15864         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15865         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15867 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
15869         * INSTALL/README: Fix typo.
15871 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15873         * ylwrap: Change absolute path checks to check for DOS style path
15874         names.
15876         * ylwrap: Don't use a full path name if the source file is in the
15877         same directory.  From hjl@lucon.org (H.J. Lu).
15879         * config-ml.in: Default to being verbose, to match Feb 18 change to
15880         configure.
15882 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
15884         Brought over from egcs:
15886         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15888         * configure.in (target_subdir): Set to ${target_alias} instead
15889         of "libraries".
15891         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15893         * configure.in (target_subdir): Set to libraries if enable_multilib.
15895 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
15897         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15898         multilibs, force reconfiguration the first time we create
15899         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15901 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
15903         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15904         avoid confusion with --no-recursion.
15906 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
15908         * configure.in: Win32 hosts shouldn't use install -x
15909         * install-sh: remove -x option, and special .exe-handling
15910         hack.
15912 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
15914         * config.guess: Recognize i586-pc-beos.
15915         * configure.in: Don't build some bits for beos.
15917 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15919         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15920         CFLAGS default to -O2.
15922         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15923         when using GNU ld.
15925 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
15927         * ltmain.sh: Correct install when using a different shell.
15929 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15931         * ltconfig, ltmain.sh: Update to libtool 1.2b.
15933 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
15935         * makefile.vms: Update to build binutils/makefile.vms.  Add install
15936         target.
15938 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
15940         * ltconfig: Update to correct AIX handling.
15942 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15944         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15946         * configure.in (target_subdir): Set to ${target_alias} instead
15947         of "libraries".
15949 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
15951         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15952         (Makefile): Depend on $(gcc_version_trigger).
15954         * configure (gcc_version): Change default initializer to empty
15955         string.
15956         (gcc_version_trigger): New variable; pass this variable down
15957         to subdir configures to enable them checking gcc's version
15958         themselves. Emit make macros for both gcc_version vars.
15959         (topsrcdir): Initialize reliably.
15960         (recursion line): Remove --with-gcc-version=${gcc_version}.
15962 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15964         * configure (enable_version_specific_runtime_libs): Implement new flag
15965         --enable-version-specific-runtime-libs which installs C++ runtime stuff
15966         in $(libsubdir); emit definition in each generated Makefile.
15967         (gxx_include_dir): Initialize depending on
15968         $enable_version_specific_runtime_libs.
15970 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15972         * configure (gcc_version): Initialize properly depending on
15973         how and where configure is started.
15974         (recursion line): Pass a --with-gcc-version=${gcc_version}
15975         to configures in subdirs.
15977 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
15979         * configure.in (noconfigdirs): Add configure pattern for mips tx39
15980         cygmon
15982 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
15984         * configure.in: Add cygmon and libstub support for mn10200.
15986 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
15988         * configure (gcc_version): Add new variable describing the
15989         particular gcc version we're building.
15990         * Makefile.in (libsubdir): Add new macro for the directory
15991         in which the compiler finds executables, libraries, etc.
15992         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15993         and libsubdir.
15995 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15997         * Makefile.in (local-clean): Remove *.log.
15998         (warning.log): Built with warn_summary from build.log.
15999         (mail-report.log): Run test_summary.
16000         (mail-report-with-warnings.log): Run test_summary including
16001         warning.log in the report.
16003 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16005         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16007 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16009         * Makefile.in (grep): Grep no longer depends on libiberty.
16011 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16013         * Makefile.in: all-snavigator needs all-libgui.
16015 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16017         * configure.in: Add cygmon and libstub support for mn10300.
16019 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16021         * missing: Update to version from automake 1.3.
16023         * ltmain.sh: On installation, don't get confused if the same name
16024         appears more than once in the list of library names.
16026 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16028         * config.sub: Accept m68060 and m5200 as CPU names.
16030 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16032         * configure: Use && rather than using -a in test, because odd
16033         strings can confuse test.
16034         * configure.in: Likewise.
16036 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16038         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16040 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16042         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16043         bootstrap4-lean): New targets.
16045 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16047         * mpw-* Delete.  Not used.
16049 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16051         * COPYING.LIB: Update FSF address.
16053 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16055         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16057         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16058         GAS_SUPPORT_DIRS.
16060 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16062         * ltconfig, ltmain.sh: Avoid producing a version number if
16063         -version-info was not used.
16065 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16067         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16068         building with newlib.
16070 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16072         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16073         Solaris `make' causes it to continue to next definition.
16075 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16077         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16078         the right GUI libraries and files are installed along with GDB.
16080 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16082         * configure.in: Change alpha to alpha* in several places.
16084 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16086         * config.sub: Recognize sparc86x.
16088 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16090         * configure.in (--enable-target-optspace): Remove debug echo.
16092 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16094         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16096 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16098         * ltconfig: Update cygwin32 support.
16100         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16101         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16102         (GDB_SUPPORT_DIRS): Likewise.
16104 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16106         * configure.in (target_makefile_frag): If --enable-target-optspace,
16107         use -Os to compile target libraries rather than -O2.  Default to
16108         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16109         not used.
16110         * configure.in (target_cflags): Ditto for d30v.
16112 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16114         * Makefile.in (all-bfd): Depend on all-intl.
16115         (all-binutils): Likewise.
16116         (all-gas): Likewise.
16117         (all-gprof): Likewise.
16118         (all-ld): Likewise.
16120 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16122         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16124 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16126         * Makefile.in (all-bfd): Depend upon all-libiberty.
16128         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16130 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16132         * Makefile.in: Add libstub.
16134         * configure.in: Ditto. Build libstub for targets that have cygmon
16135         support.
16137 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16139         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16141 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16143         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16144         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16146 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16148         * configure: Define DEFAULT_M4 by searching PATH.
16149         * Makfile.in: Use DEFAULT_M4.
16151 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16153         * ltconfig: Add cygwin32 support.
16155         * Makefile.in, configure.in: Add libtool as a native only directory
16156         to configure and build.
16158 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16160         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16162 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16164         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16166 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16168         * Makefile.in: add ash make rules
16169         * configure.in: add ash to native_only and host_tools lists
16171 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16173         * Makefile.in (all-gettext, all-intl): New targets.
16174         (ALL_MODULES): Added all-gettext, all-intl.
16175         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16176         (INSTALL_MODULES): Added install-gettext, install-intl.
16177         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16179         * configure.in (host_tools): Added gettext.
16180         (native_only): Likewise.
16181         (noconfigdirs) [various cases]: Likewise.
16182         (host_libs): Added intl.
16184 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16186         * configure: Do not disable building gdbtk for cygwin32 hosts.
16188 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16190         * configure.in: Add thumb-coff target.
16191         * config.sub: Add thumb-coff target.
16193 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16195         * Makefile.in: Revert yesterday's change.
16196         (all-target-winsup):  all-target-librx stays out of here.
16198 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16200         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16201         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16202         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16203         Remove references to librx and libg++.
16205 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16207         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16208         recursive makes
16210 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16212         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16213         for newlib directory.
16214         (CXX_FOR_TARGET): Likewise.
16216 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16218         * ltconfig: Update after libtool/ltconfig.in change for
16219         hpux11.
16221 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16223         * ltconfig, ltmain.sh: Update to libtool 1.2.
16225 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16227         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16228         (install-gcc-cross): Instead, override LANGUAGES here.
16230 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16232         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16233         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16235 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16237         * configure.in: Add Thumb-pe target.
16239 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16241         * Makefile.in - changed sn targets to snavigator
16242         * configure.in - changed sn targets to snavigator
16244 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16246         * config-ml.in: After building symlink tree call make distclean
16247         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16248         to be the case for libiberty.
16250 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16252         * configure: When making link, also check the current
16253         directory. The configure scripts may create one.
16255 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16257         * config.sub: Accept alphapca56 and alphaev6 properly.
16259 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16261         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16263 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16265         * config.sub (sco5): Fix typo.
16267 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16269         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16270         install-itcl.
16271         (install-itcl): Remove dependency on install-tcl.
16273 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16275         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16277 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16279         * configure.in: Don't build libgui for a cygwin32 target when not on
16280         a cygwin32 host.
16282 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16284         * configure (redirect): Set to null, so default behavior of
16285         configure is now --verbose.
16287 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16289         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16290         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16292 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16294         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16295         this change to sync Makefile.in with its ChangeLog entries.
16297 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16299         * ltmain.sh (mkdir): Check that the directory doesn't exist
16300         before we exit with error, so that we don't get races during
16301         parallel builds.
16303 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16305         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16307 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16309         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16310         PICFLAG_FOR_TARGET.
16311         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16313         * configure: Emit a definition for the new macro enable_shared
16314         into each Makefile.
16316 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16318         * configure.in (host_tools, native_only): Add libtool.
16320 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16322         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16323         Fix typo in ming config comment.
16325 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16327         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16329 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16331         * config.sub: Add tic30 cases, and map c30 to tic30.
16333 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16335         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16336         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16337         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16338         (CLEAN_TARGET_MODULES): Similarly
16339         (all-target-libf2c): Add dependences.
16340         * configure.in (target_libs): Add libf2c.
16342 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16344         * configure.in: Remove expect from noconfigdirs when target
16345         is cygwin32.  OK to build expect and dejagnu with Canadian
16346         Cross.
16348 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16350         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16351         host.
16353         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16354         and mingw32.
16356 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16358         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16359         here as it is not defined in the toplevel Makefile.
16361 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16363         * configure (package_makefile_rules_frag): New variable, which names
16364         a file with generic rules, ...
16365         Change comment to mention we now have FIVE parts.
16366         * configure: Undo last change.
16368 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16370         * config.guess: More accurate determination of HP processor types.
16371         * config.sub: More accurate determination of HP processor types.
16373 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16375         * configure (package_makefile_frag): Move inserting the
16376         ${package_makefile_frag} to where it should be according
16377         to the comment.
16379 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
16381         * config.guess: Add support for Linux/ARM.
16383 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
16385         * .cvsignore: Remove *-info and *-install since they match
16386         release-info and mpw-install, which we don't want to just ignore.
16388 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
16390         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16392 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
16394         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16395         local_prefix to sub-make invocations.
16397 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
16399         * configure.in: Check makefile fragments in the source
16400         directory.
16402 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16404         * configure.in: Check whether host and target makefile
16405         fragments exist before adding them to *_makefile_frag.
16407 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
16409         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16411 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
16413         * configure.in: Make sure we only replace RPATH_ENVVAR on
16414         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16415         regexp to sed.
16417         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16418         to sub-makes.
16420 1998-01-13  Lee Iverson   (leei@ai.sri.com)
16422         * config-ml.in (multi-do): LDFLAGS must include multilib
16423         designator.
16425 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
16427         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16429 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
16431         * config.sub: Add mingw32 support.
16432         * configure.in: Likewise.
16434 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16436         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16438 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
16440         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16441         * configure (gxx_include_dir): Provide a definition for subdirs
16442         which do not use autoconf.
16444 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
16446         * config.guess: Sync with egcs.  Picks up new alpha support,
16447         BeOS & some additional linux support.
16449 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
16451         * config.guess: HP 9000/803 is a PA1.1 machine.
16453 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
16455         * configure.in: It's alpha*-...
16457 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16459         * configure.in (host_makefile_frag, target_makefile_frag):
16460         Handle multiple config files.
16461         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16462         alpha-*-*.
16464 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
16466         * mkdep: New file.
16468 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
16470         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16472 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16474         * Makefile.in: Add libgui directory.
16475         (GDB_TK): Add all-libgui.
16476         * configure.in: Add libgui directory.
16477         * configure: Add all-libgui to GDB_TK.
16479 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
16481         * config-ml.in (multidirs): Add m32r to multilib list.
16483 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
16485         * Makefile.in (all-target-gperf): Change dependency to
16486         all-target-libstdc++.
16488 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
16490         * config.guess: Add BeOS support.
16492 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16494         Source directory cvs renamed to cvssrc:
16495         * configure.in (host_tools): Change cvs to cvssrc.
16496         (native_only): Likewise.
16497         (noconfigdirs) [various cases]: Likewise.
16498         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16499         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16500         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16501         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16502         (all-cvssrc): Rename target from all-cvs.
16504 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16506         * configure (gxx_include_dir): Fix thinko.
16508 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
16510         * Makefile.in (INSTALL_TARGET_CROSS): Define.
16511         (install-cross, install-gcc-cross): New targets.
16513 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
16515         * configure.in (noconfigdirs): Add support for Thumb target.
16517         * config.sub (maybe_os): Add support for Thumb target.
16519 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
16521         * Makefile.in: Add rules for cygmon.
16523         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16525 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
16527         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16528         * configure (gxx_include_dir): Provide a definition for subdirs
16529         which do not use autoconf.
16531 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
16533         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16534         11/18/97 build
16536 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
16538         * From Franz Sirl.
16539         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16540         found on RedHat Linux systems.
16542 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
16544         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16545         guesses.
16547 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16549         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16551 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16553         * ltmain.sh: If mkdir fails, check whether the directory was created
16554         anyhow by some other process.
16556 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16558         * configure.in (d30v-*-*): Configure all directories.
16560 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16562         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16563         for the D30V.
16565 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16567         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16569 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16571         * include/libiberty.h: Add extern "C" { so it can be used with C++
16572         progrms.
16573         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
16574         programs.
16576 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16578         * configure.in (d30v-*-*): Configure GCC now.
16580 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16582         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16583         is no longer needed.
16585 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16587         * Makefile.in: check-target-libio depends on all-target-libstdc++.
16589 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16591         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16592         targets using "$@" to provide support for similar but not identical
16593         targets without having to duplicate code.
16595 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16597         * makefile.vms: Fix to work with DEC C.
16599 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16601         * config.sub: Add mips-tx39-elf to marketing names.
16603 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16605         * ltmain.sh: Handle symlinks in generated script.
16607 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16609         * configure: Handle autoconf style directory options: --bindir,
16610         --datadir, --includedir, --infodir, --libdir, --libexecdir,
16611         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16612         --sysconfdir.
16613         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16614         (sharedstatedir, localstatedir, oldincludedir): New variables.
16615         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16616         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16617         sbindir, sharedstatedir, and sysconfdir.
16619 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16621         * Makefile.in (bootstrap-lean): New target.
16623 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16625         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16626         sn, and gnuserv from noconfigdirs.
16628 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
16630         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16632 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
16634         * Makefile.in (cross): New target.
16636 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
16637                           Jeff Law         <law@cygnus.com>
16639         * Makefile.in (bootstrap2, bootstrap3): New targets.
16640         (all-bootstrap): Remove outdated and confusing target.
16641         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16643 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16645         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16646         windows.  Consistent with gdb/configure.
16648 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
16650         * configure.in: Name Linux target fragment.
16652         * configure: Rewrite so that project Makefile fragment is inserted
16653         first and appears last in the resulting Makefile.
16655 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16657         * Makefile.in (install-itcl): Install tcl first.
16659 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
16661         * configure.in: remove bison from noconfigdirs for Cygwin32 host
16663 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16665         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16667         * configure.in (skipdirs): Add target-librx for Linux.
16668         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16670 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
16672         * Makefile.in (bootstrap): New target.
16674 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
16676         * config.sub: Accept 'amigados' for backward compatibility.
16678 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
16680         * config.guess: Merge with FSF.
16682 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
16684         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16686 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
16688         * config.sub: Add "marketing-names" patch.
16690 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
16692         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16694 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
16696         * config.sub: Handle v850-elf.
16698 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
16700         * .cvsignore (*-install): Remove.
16702 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
16704         * ltconfig: Set CONFIG_SHELL in libtool.
16705         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16707 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16709         * configure.in (target_subdir): Set to libraries if enable_multilib.
16711 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
16713         * config.guess: Update from gcc directory.
16715 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16717         * Makefile.in (all-sim): Depends on all-readline.
16719 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
16721         * Makefile.in (BISON, YACC): Use $$s.
16722         (all-bison): Depend on all-texinfo.
16724 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
16726         * Makefile.in (BISON): Add -L flag.
16727         (YACC): Likewise.
16729 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16731         * configure.in (noconfigdirs): Add support for v850e target.
16733         * config.sub (maybe_os): Add support for v850e target.
16735 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16737         * configure.in (noconfigdirs): Add support for v850ea target.
16739         * config.sub (maybe_os): Add support for v850ea target.
16741 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
16743         * config.sub: Add mipstx39.  Delete r3900.
16745 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16747         * Makefile.in (all-autoconf): Depends on all-texinfo.
16749 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
16751         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16752         eabi targets.
16754 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
16756         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16758         * configure: When handling a Canadian Cross, handle YACC as well as
16759         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
16760         * Makefile.in (all-bison): Depend upon all-texinfo.
16762 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
16764         * Makefile.in (BISON): bison, not byacc or bison -y.
16765         (YACC): bison -y or byacc or yacc.
16766         (various): Add *-bison as appropriate.
16767         (taz): No need to mess with BISON anymore.
16769 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
16771         * configure: If OSTYPE matches *win32*, try to find a good value for
16772         CONFIG_SHELL.
16774 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
16776         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16777         configure.in if it is present.
16779 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
16781         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16783 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
16785         * config.sub: Recognize `arc' cpu.
16786         * configure.in: Likewise.
16787         * config-ml.in: Likewise.
16789 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
16791         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16793 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
16795         * configure: Changed sed delimiter from ':' to '|' when
16796         attempting to substitute ${config_shell} for SHELL. On
16797         NT ${config_shell} may contain a ':' in it.
16799 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
16801         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16803 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
16805         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16807 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16809         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16811         * ylwrap: If the program is a relative path, force it to be
16812         absolute.
16814 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16816         * configure (tooldir): Set BISON to `bison -y' and not just bison.
16818 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16820         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16821         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16822         for libraries.
16824 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
16826         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16827         separated by spaces.
16829 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
16831         * ylwrap: New file.
16832         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16834         * ltmain.sh: Handle /bin/sh at start of install program.
16836         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16838         * ltconfig, ltmain.sh: New files, from libtool 1.0.
16839         * missing: New file, from automake 1.2.
16841 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
16843         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
16844         check-tk to CHECK_X11_MODULES.
16846 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16848         * config.sub: Merge with FSF.
16850 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16852         * config.guess: Merge with FSF.
16854 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16856         * configure: Treat msdosdjgpp like go32.
16857         * configure.in: Likewise.  Don't remove gprof for go32.
16859         * configure: Change Makefile.tem2 to Makefile.tm2.
16861 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
16863         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16865 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16867         * install-sh (chmodcmd): Set to null if the DST directory already
16868         exists.  Same as Nov 11th change.
16870 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
16872         * configure (GDB_TK): Needs itcl and tix.
16874 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
16876         * config.guess: Update from FSF.
16878 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
16880         * Makefile.in (GDB_TK): Depend on itcl and tix.
16882 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16884         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16885         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16886         (INSTALL_SCRIPT): New variable.
16887         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16888         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16889         to -x.
16890         * install-sh: Add support for -x option.
16892 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
16894         * configure.in, Makefile.in: Treat tix like itcl.
16896 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
16898         * Makefile.in (WINDRES): New variable.
16899         (WINDRES_FOR_TARGET): New variable.
16900         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16901         (EXTRA_HOST_FLAGS): Add WINDRES.
16902         (EXTRA_TARGET_FLAGS): Add WINDRES.
16903         (EXTRA_GCC_FLAGS): Add WINDRES.
16904         ($(DO_X)): Pass down WINDRES.
16905         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16906         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16907         DLLTOOL_FOR_TARGET.
16909 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
16911         * configure.in: configure sim before gdb for win32-x-ppc
16913 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16915         Move gperf into the toplevel, from libg++.
16916         * configure.in (target_tools): Add target-gperf.
16917         (native_only): Add target-gperf.
16918         * Makefile.in (all-target-gperf): New target, depend on
16919         all-target-libg++.
16920         (configure-target-gperf): Empty rule.
16921         (ALL_TARGET_MODULES): Add all-target-gperf.
16922         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16923         (CHECK_TARGET_MODULES): Add check-target-gperf.
16924         (INSTALL_TARGET_MODULES): Add install-target-gperf.
16925         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16927 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
16929         * config.sub (mn10200): Recognize new basic machine.
16931 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16933         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16934         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16936 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16938         * configure.in: If we're building mips-sgi-irix6* native, turn on
16939         ENABLE_MULTILIB and set TARGET_SUBDIR.
16941 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
16943         * Makefile.in (all-sn): Depend on all-grep.
16945 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
16947         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16949         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16950         Makefile.  From Jeff Makey <jeff@cts.com>.
16951         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16953         * Makefile.in (DISTBISONFILES): Remove.
16954         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
16955         $(DEFAULT_YACC).
16957         * configure.in: Build itl, db, sn, etc., when building for native
16958         cygwin32.
16960         * Makefile.in (LD): New variable.
16961         (EXTRA_HOST_FLAGS): Pass down LD.
16962         ($(DO_X)): Likewise.
16964 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
16966         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16968 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
16970         * configure.in (targargs): Strip out any supplied --build argument
16971         before adding our own. Always add --build.
16973 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
16975         * configure.in (targargs): Pass --build if we're doing
16976         a cross-compile.
16978 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
16980         * configure: Use '|' instead of ":" as the separator in
16981         sed. Otherwise sed chokes on NT path names with drive
16982         designators. Also look for "?:*" as the leading characters in an
16983         absolute pathname.
16985 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
16987         * config.sub: Support for r3900.
16989 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16991         * configure.in: Use install-sh, not install.sh.
16993 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16995         * Makefile.in (taz): Improve check for BISON so it doesn't try to
16996         apply it twice.
16998 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17000         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17001         install-binutils.
17003 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17005         * Makefile.in: Add automake targets.
17006         * configure.in (host_tools): Add automake.
17008 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17010         * configure: Default CXX to c++, not gcc.
17011         * Makefile.in (CXX): Set to c++, not gcc.
17012         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17014 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17016         * install-sh: try appending a .exe if source file doesn't
17017         exist
17019 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17021         * configure.in: Turn on multilib by default.
17022         (cross_only): Remove target-libiberty.
17024         * Makefile.in (all-gcc): Don't depend on libiberty.
17026 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17028         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17030 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17032         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17033         (DISTBISONFILES): Add ld/Makefile.in
17035 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17037         * configure.in: if target is cygwin32 but host isn't cygwin32,
17038         don't configure gdb tcl tk expect, not just gdb.
17040 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17042         * configure.in: Added gnuserv everywhere sn appears.
17044         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17045         (CROSS_CHECK_MODULES): Added check-gnuserv.
17046         (INSTALL_MODULES): Added install-gnuserv.
17047         (CLEAN_MODULES): Added clean-gnuserv.
17048         (all-gnuserv): New target.
17050 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17052         * config.guess: Fixes for MIPS OpenBSD systems.
17054 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17056         * Makefile.in (INSTALL_XFORM): Remove.
17057         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17059         * mkinstalldirs: New file, copied from automake.
17060         * Makefile.in (installdirs): Rename from install-dirs.  Use
17061         mkinstalldirs.  Change all users.
17062         (DEVO_SUPPORT): Add mkinstalldirs.
17064 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17066         * install-sh: Rename from install.sh.
17067         * Makefile.in (INSTALL): Change install.sh to install-sh.
17068         (DEVO_SUPPORT): Likewise.
17070         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17071         Graichen <graichen@rzpd.de>.
17073 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17075         * config.guess: Recognize OpenBSD systems correctly.
17077 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17079         * README, Makefile.in (ETC_SUPPORT): Remove references to
17080         cfg-paper*, configure.{texi,man,info*}._
17082 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17084         * Makefile.in (all.normal): Ensure that gcc is built after all
17085         the x11 - ie gdb - targets.
17087 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17089         * makefile.vms: Don't run conf-a-gas.
17091 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17093         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17095 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17097         * configure.in: Remove noconfigdirs case since gdb also
17098         configures and builds for tic80-coff.
17100 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17102         * configure: Set cache_file to config.cache.
17103         * Makefile.in (local-distclean): Remove config.cache.
17105 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17107         * COPYING: Update FSF address.
17109 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17111         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17112         noconfigdirs.
17114 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17116         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17117         MAKEDIRS, is empty.
17119 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17121         * config.sub: Tweak mn10300 entry.
17123 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17125         * configure.in (host_tools): Put sim before gdb, so gdb's
17126         configure.tgt can determine if the simulator was configured.
17128 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17130         * config.sub: Move BeOS $os case to be with other Cygnus
17131         local cases.
17133 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17135         * config.sub: Remove misplaced comment that broke Linux.
17137 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17139         * config.sub: Add BeOS support.
17141 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17143         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17145 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17147         * configure.in (noconfigdirs): Remove tcl and tk from
17148         noconfigdirs for cygwin32 builds.
17150 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17152         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17154 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17156         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17157         make-all.com, use makefile.vms instead.
17159 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17161         * config.sub: Accept -lnews*.
17163 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17165         * configure.in (noconfigdirs): Disable target-newlib,
17166         target-examples and target-libiberty for d30v.
17168 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17170         * configure.in (noconfigdirs): Enable ld for d30v.
17172 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17174         * configure.in (tic80-*-*): Build compiler.
17176 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17178         * configure.in (d30v-*): Remove sim directory from list of
17179         unsupported d30v directories
17181 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17183         * config.sub, configure.in: Add d30v target cpu.
17185 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17187         * makefile.vms: New file.
17188         * make-all.com: Remove.
17190 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17192         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17194 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17196         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17198 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17200         * Makefile.in (ALL_MODULES): Added all-db.
17201         (CROSS_CHECK_MODULES): Addec check-db.
17202         (INSTALL_MODULES): Added install-db.
17203         (CLEAN_MODULES): Added clean-db.
17205 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17207         * config.guess: Merge with latest FSF sources.
17209 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17211         * Makefile.in (ALL_MODULES): Added all-itcl.
17212         (CROSS_CHECK_MODULES): Added check-itcl.
17213         (INSTALL_MODULES): Added install-itcl.
17214         (CLEAN_MODULES): Added clean-itcl.
17216 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17218         * configure.in: build gdb for mn10200
17220 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17222         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17224 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17226         * configure.in (tic80-*-*): Turn off most targets right now.
17228 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17230         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17231         rather than the makeinfo program.
17232         (do-info): Depend upon all-texinfo.
17234 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17236         * configure.in: Remove uses of config/mh-linux.
17238         * config.sub, config.guess: Merge with latest FSF sources.
17240 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17242         * config.sub (case $basic_machine): Add tic80 entries.
17244 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17246         * config.sub, config.guess: Merge with latest FSF sources.
17248 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17250         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17251         * mpw-config.in: Test for NewFolderRecursive.
17252         * mpw-install: Use symbolic name for startup filename.
17253         * mpw-README: Add various additional details.
17255 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17257         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17259 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17261         * configure.in: Do build gcc and the target libraries for
17262         the mn10200.
17264 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17266         * configure.in: don't avoid building gdb for mn10300 any more
17267         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17268         instead of single-quoting it.
17270 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17272         * configure.in: Don't use --with-stabs on IRIX 6.
17274 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17276         * configure.in (m32r): Build gdb, libg++ now.
17278 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17280         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17281         directories from noconfigdirs.
17283 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17285         * config.sub (basic_machine): added mips16 configuration
17287 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17289         * config.sub: Handle d10v-unknown.
17291 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17293         * config.sub: Handle v850-unknown.
17295 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17297         * Makefile.in: add findutils
17298         * configure.in: add findutils to list of host_tools
17300 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17302         * config.sub: Handle mn10200 and mn10300.
17304 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17306         * configure.in (d10v-*): Do not build librx.
17308 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17310         * configure.in (mn10300): Build everything except gdb & libgloss.
17312 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17314         * config.guess:  Patch for Dansk Data Elektronik servers,
17315         from Niels Skou Olsen <nso@dde.dk>.
17317         For ncr, use /bin/uname rather than uname, since GNU uname does not
17318         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17320         Patch for MIPS R4000 running System V,
17321         from Eric S. Raymond <esr@snark.thyrsus.com>.
17323         Fix thinko for nextstep.
17325         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17327         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17328         * config.guess: Guess mips-dec-mach_bsd4.3.
17330         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17331         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17332         release numbers.
17333         * config.guess (mips-mips-riscos*):  Emit just enough of the
17334         release number.
17336         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17337         * config.guess (sparc-auspex-sunos*):  Added.
17338         (f300-fujitsu-*): Added.
17340         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17341         * config.guess:  Recognize a Tadpole as a sparc.
17343 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17345         * config.guess: Don't assume that NextStep version is either 2 or
17346         3.  NextStep 4 (aka OpenStep 4) has come out now.
17348 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17350         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17351         From Rik Faith <faith@cs.unc.edu>.
17353 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17355         * config.sub: Contributions from bug-gnu-utils to:
17356         Support plain "hppa" (no version given) architecture, reported by
17357         OpenStep.
17358         OpenBSD like NetBSD.
17359         LynxOs is not a hardware supplier.
17361         * config.guess: Contributions from bug-gnu-utils to add support for:
17362         OpenBSD like NetBSD.
17363         Stratus systems.
17364         More Pyramid systems.
17365         i[n>4]86 Intel chips.
17366         M680[n>4]0 Motorola chips.
17367         Use unknown instead of lynx for hardware manufacturer.
17369 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17371         * install.sh (chmodcmd): Set to null if the DST directory already
17372         exists.
17374 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17376         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17377         not use mt-ppc target Makefile fragment any more.
17379 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17381         * configure.in (*-*-windows):  Exclude everything but those dirs
17382         needed to build windows.
17384 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
17386         * Makefile.in (all-target-winsup): Depend on all-target-librx.
17388 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17390         * configure.in:  Exclude mmalloc from i386-windows.
17392 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17394         * Undo my previous change.
17396 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
17398         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17399         unconditionally.
17400         (MAKEOVERRIDES): Define (revert this part of October 18 change).
17402 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17404         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
17405         host to add it's own flags.
17407 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
17409         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17411 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
17413         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17414         (CXX_FOR_TARGET): Likewise.
17415         (GCC_FOR_TARGET): Define.
17416         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17417         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17418         CC_FOR_TARGET was specified on the command line.
17419         (MAKEOVERRIDES): Don't define.
17421 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
17423         * configure.in (m32r): Fix spelling of libg++ libs.
17425 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
17427         * config.sub (-apple*): Remove, now redundant.
17429 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
17431         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17433         * configure: Rework yesterday's sed script patch.
17435         * config.sub: Merge with FSF.
17437 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
17439         * config.guess:  Merge from FSF.
17441         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
17442         * config.guess: Use pc instead of unknown, for pc clone systems.
17443         Change linux to linux-gnu.
17445         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17446         * config.guess: Avoid non-portable tr syntax.
17448 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
17450         * test-build.mk (HOLES): Add "xargs" for gdb.
17452         * configure: Avoid hpux10.20 sed bug.
17454 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
17456         * configure.in:  Add support for windows host
17457         (that is a build done under the Microsoft build environment).
17459 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
17461         * Makefile.in: Replace all uses of srcroot with s, to shrink
17462         command line lengths.
17464         Patches from Geoffrey Noer <noer@cygnus.com>:
17465         * configure.in: If configuring for newlib, pass --with-newlib to
17466         subdirectories.
17467         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17468         -Bnewlib/ and -Lwinsup to gcc.
17469         (CXX_FOR_TARGET): Likewise.
17471 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17473         * Makefile.in (ETC_SUPPORT): Add configure.
17475 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
17477         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17478         host configuration file.
17480 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
17482         * configure.in: Break mn10x00 support into separate
17483         mn10200 and mn10300 configurations.
17484         * config.sub: Likewise.
17486 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
17488         * configure.in: Add lots of stuff to noconfigdirs for
17489         the mn10x00 targets.
17491         * config.sub, configure.in: Add mn10x00 support.
17493 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
17495         * make-all.com: Call conf-a-gas, not config-a-gas.
17497 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
17499         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17500         targets.
17502 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
17504         * mpw-README: Add much more detail for native PowerMac.
17505         * mpw-install: New file.
17506         * mpw-configure: Add --norecursion and --help options.
17507         * mpw-config.in: Translate readme and install files when
17508         copying to objdir.
17509         * mpw-build.in: Don't always depend on byacc and flex.
17510         (install-only-top): New action.
17512 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
17514         * configure.in:  You can now configure GDB for the v850.
17516 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
17518         * configure.in (noconfigdirs): Don't configure any C++ dirs
17519         if targeting D10V.
17521 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17523         * config.sub: Recognize mips64vr5000.
17525 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
17527         * configure.in: Use a single line for host_tools and native_only.
17529 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
17531         * config.sub, configure.in: Add entries for m32r.
17533 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
17535         * Makefile.in (inet-install): Don't run install-gzip.
17537 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
17539         * configure.in:  Don't config lots of things for *-*-windows*.
17541 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
17543         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17544         (host_libs, host_tools): Copy from configure.in.
17545         * mpw-configure: Don't complain about directories not found.
17547 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17549         * configure.in (i[345]86): Recognize i686 for pentium pro.
17550         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17551         file.
17553         * config.guess (i[345]86): Ditto.
17555 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17557         * configure.in (noconfigdirs): Removed gdb for D10V.
17559 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17561         * configure.in: Remove ld, target-libio, target-libg++, and
17562         target-libstdc++ from noconfigdirs.
17564 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17566         * configure: Fix three locations where shell scripts were
17567         being run directly rather than with config_shell.
17569 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17571         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17572         * config.sub (basic_machine): Recognize v850.
17574 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17576         * mpw-configure: Handle multiple enable/disable options and
17577         pass them down recursively, handle -c and -s flags appropriately
17578         depending on choice of compiler, add escape mechanism for
17579         quoted arguments to gC.
17581 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17583         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17584         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17585         so that -mrelocatable-lib and -mno-eabi are used.
17587         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17588         not support --print-multi-lib, don't abort.
17590 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17592         * make-all.com: Run config-a-gas.
17593         * setup.com: Don't copy subdirectory files around.
17595 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17597         * configure.in (*-*-ose): Remove exclusion of libgloss for this
17598         target, it now compiles correctly.
17600 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17602         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17604 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17606         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17608 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17610         * configure.in (native_only): Add prms.
17612 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17614         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17615         (BINUTILS_SUPPORT_DIRS): Likewise.
17617 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17619         * configure.in (d10v-*-*): Don't configure ld or gdb until the
17620         d10v support is added.
17622 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17624         * configure.in (d10v-*-*): New target.
17626 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
17628         * config.guess (HP 9000/811): Recognize this as a PA1.1
17629         machine.
17631 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
17633         * Makefile.in (do-tar-gz): New target, split out from tail end of
17634         taz target.  Run each command separately, don't use pipes.
17635         (taz): Use it.
17637 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
17639         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17640         * mpw-build.in: No builds should depend on building byacc or flex,
17641         they are assumed to be installed already.
17643 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17645         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17646         variable that CC_FOR_TARGET needs.
17648 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17650         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17651         options have changed since the last time the subdirectory was
17652         configured, and if it has, reconfigure.
17653         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17654         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17656 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
17658         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17659         CLEAN_MODULES): Add bash.
17660         (all-bash): New target.
17662 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
17664         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17666 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17668         * config.sub (basic_machine): Recognize d10v as a valid processor.
17670 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
17672         * mpw-configure: Add support for --bindir.
17673         * mpw-build.in: Use a GCC-specific build script for GCC actions.
17675 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
17677         * configure.in: add bash, time, gawk to list of hosttools and things
17678         to only build for native toolchains
17680 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17682         * Makefile.in (docdir): Remove.
17684 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17686         * Makefile.in (datadir): Set to $(prefix)/share.
17688 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
17690         * configure.in: build diff and patch for cygwin32-hosted
17691         toolchains.
17693 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
17695         * config.sub: Accept -rtems*.
17697 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
17699         * configure.in: enable dosrel for cygwin32-hosted builds,
17700                 remove diff from the list of things not buildable
17701                 via Canadian Cross
17703 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
17705         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17706         don't get ". ".
17708 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
17710         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17712 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
17714         * Makefile.in (taz): Handle case where tex3patch didn't even get
17715         checked out.  Also, if it was found, put the symlink in a new util
17716         subdirectory.
17718 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17720         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17722 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
17724         * config.sub: Recognize -openvms.
17725         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17726         * make-all.com, setup.com: New files.
17728 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17730         * Makefile.in (taz): tex3patch moved to texinfo/util.
17732 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
17734         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17735         * configure.in: remove make from disable-if-Can-Cross list
17736                 enable gdb if ${host} and ${target} are cygwin32
17738 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
17740         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
17741         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17743 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17745         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
17746         distinguish sysv/svr4/bsd variants.
17747         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17749 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
17751         * configure.in: Added copyright notice.
17752         * move-if-change: Added copyright notice.
17754 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17756         * configure.in (powerpcle-*-solaris*): Until we get shared
17757         libraries working, don't build gdb, sim, make, tcl, tk, or
17758         expect.
17760 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
17762         * config.guess:  Merge with FSF:
17764         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17765         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17767         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17768         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17770         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
17771         * config.guess:  Combine two OSF1 rules.
17772         Also recognize field test versions.  From mjr@zk3.dec.com.
17773         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
17774         because GNU uname does not support -p.  From pmr@pajato.com.
17776 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
17778         * Makefile.in (MAKEDIRS): Removed $(tooldir).
17780 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
17782         * mpw-README: Document GCCIncludes.
17784 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
17786         * configure.in (alpha-*-linux*): Set enable_shared to yes.
17788 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17790         * mpw-configure: Handle --enable-FOO and --disable-FOO.
17792 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
17794         * configure.in (*-*-cygwin32): Configure make.
17796 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
17798         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17800 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
17802         * Makefile.in (all-inet): Depend on all-perl.
17804         * Makefile.in (inet-install): New target.
17806         * Makefile.in (all-inet): Depend on all-tcl.
17807         (all-inet): Depend on all-send-pr.
17809 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17811         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17812         temporarily.
17814 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
17816         * configure.in: Don't configure --with-gnu-ld on AIX.
17818 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17820         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17822 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
17824         * Makefile.in (ALL_MODULES): Added all-inet.
17825         (CROSS_CHECK_MODULES): Added check-inet.
17826         (INSTALL_MODULES): Added install-inet.
17827         (CLEAN_MODULES): Added clean-inet.
17828         (all-indent): New target.
17830         * configure.in (host_tools): Added inet.
17831         (native_only): Added inet.
17832         (noconfigdirs): Added inet.
17834 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
17836         * configure.in: Don't configure libgloss if we are not configuring
17837         newlib.
17839 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
17841         * configure.in: Don't configure libgloss for unsupported
17842         architectures.
17844 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17846         * Makefile.in (CLEAN_MODULES): Add clean-apache.
17848 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
17850         * Makefile.in (ALL_MODULES): Include all-apache.
17851         (CROSS_CHECK_MODULES): Include check-apache.
17852         (INSTALL_MODULES): Include install-apache.
17853         (all-apache): New target.
17855         * configure.in: Added apache everywhere perl is seen.
17857 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17859         * Makefile.in: Add support for clean-{module} and
17860         clean-target-{module} rules.
17862 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
17864         * configure.in (*-*-ose) do not build libgloss.
17866 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17868         * config.guess (prep*:SunOS:5.*:*): Turn into
17869         powerpele-unknown-solaris2.
17871 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
17873         * configure.in: Permit --enable-shared to specify a list of
17874         directories.
17876 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17878         * configure.in (host==solaris): Pass only the first word of $CC
17879         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17881 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17883         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17885 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
17887         * Makefile.in (ALL_MODULES): Include all-perl.
17888         (CROSS_CHECK_MODULES): Include check-perl.
17889         (INSTALL_MODULES): Include install-perl.
17890         (ALL_X11_MODULES): Include all-guile.
17891         (CHECK_X11_MODULES): Include check-guile.
17892         (INSTALL_X11_MODULES): Include install-guile.
17893         (all-perl): New target.
17894         (all-guile): New target.
17896         * configure.in (host_tools): Include perl and guile.
17897         (native_only): Include perl and guile.
17898         (noconfigdirs): Don't build guile and perl; no ports have been
17899         done.
17901 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
17903         * configure (--enable-*): Handle quoted option lists such as
17904         --enable-sim-cflags='-g0 -O' better.
17906 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17908         * Makefile.in ({,inst}all-target): New rule so we can make and
17909         install all of the target directories easily.
17911 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17913         * configure.in: Add missing global flag in sed substitution when
17914         deleting `target-' from ${configdirs}.
17916 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
17918         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17919         option.
17921         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17922         config/mh-necv4.
17924         * install.sh: Correct misspelling of transformbasename.
17926         * config.guess: Recognize mips-*-sysv*.
17928 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
17930         * config.sub: Recognize mon960.
17932 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
17934         * configure: Restore Canadian Cross handling of BISON and LEX,
17935         removed in Feb 20 change.
17937 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
17939         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17940         Mention make install.  Remove the old copyright date as well the
17941         clumsy and rather pointless copyright on the README file.
17943 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17945         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17946         Makefile after running symlink-tree, then run `make distclean' to
17947         avoid clobbering any generated files in srcdir.
17949 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
17951         * configure.in (m68k-*-netbsd*): Build everything now.
17953 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17955         * Makefile.in (taz): Fix quoting.
17957 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
17959         * configure.in (sparclet-*-*): Build everything now.
17961 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17963         * configure.in (m68k-*-linux*): New host.
17965 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
17967         * configure: Check for bison before byacc.
17969 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
17971         * Makefile.in configure:  Change the way LEX and BISON/YACC are
17972         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
17973         searching PATH.  These are used as fallbacks by Makefile.in if
17974         flex/bison/byacc aren't in objdir.
17976 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
17978         * Makefile.in: Make everything which depends upon all-bfd also
17979         depend upon all-opcodes, in case --with-commonbfdlib is used.
17981 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17983         * configure.in (host *-*-cygwin32): Don't build gdb if we are
17984         building NT native compilers on Unix.
17986 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
17988         * configure.in: Don't get CC from the host Makefile fragment if we
17989         can find gcc in PATH, or if this is a Canadian Cross.  Move the
17990         Solaris test for /usr/ucb/cc to the post target script, just after
17991         the compiler sanity test.
17993 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
17995         * config.sub: Merge with FSF.
17997 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
17999         * Makefile.in (RPATH_ENVVAR): New variable.
18000         (REALLY_SET_LIB_PATH): Use it.
18001         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18003 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18005         * config.sub, configure.in: Recognize sparclet cpu.
18007 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18009         * config.guess:  Support m68k-cbm-sysv4.
18011 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18013         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18014         m68k-unknown-linuxaout from linker help string.  Put quotes around
18015         $ld_help_string.
18017 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18019         * config.guess (powerpc-harris-powerunix): Add guess for port
18020         to new target.
18022 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18024         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18026 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18028         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18029         $(REALLY_SET_LIB_PATH) in Makefile.
18030         * Makefile.in (SET_LIB_PATH): New variable.
18031         (REALLY_SET_LIB_PATH): New variable.
18032         ($(DO_X)): Use $(SET_LIB_PATH).
18033         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18034         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18035         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18036         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18037         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18038         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18039         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18040         (install-dosrel): Likewise.
18041         (all-opcodes): Depend upon all-libiberty.
18043 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18045         * config.guess (*:CYGWIN*): New
18047 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18049         * Makefile.in (all-target-winsup): All all-target-libiberty.
18051 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18053         * configure.in (noconfigdirs): Add missing # in front of comment.
18055 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18057         * configure.in: add second pass to things added to noconfigdirs
18058         so *-gm-magic can exclude libgloss properly.
18060 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18062         * mpw-configure (extralibs_name, rez_name): Set correctly
18063         for MWC68K compiler.
18065         * mpw-README: Add more info on the necessary build tools.
18067 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18069         * configure.in, config.sub: Recognize cygwin32.
18071 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18073         * config.guess, config.sub: Recognize A/UX.
18075 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18077         * config.sub: Merge with gcc/config.sub.
18079 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18081         * mpw-build.in (do-binutils): Add build of stamps.
18083 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18085         * config.sub: Add recognition for mips64vr4100*-* targets.
18087 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18089         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18090         Add creation of gconfigargs with `--enable-shared' turned on.
18091         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18092         ($(host)-stamp-stage3-configured): Likewise.
18093         (HOLES): Add chatr and ldd.
18094         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18096 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18098         * configure: Pass --nfp to recursive configures.
18100 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18102         * Makefile.in (DLLTOOL): New.
18103         (DLLTOOL_FOR_TARGET): New.
18104         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18105         (EXTRA_TARGET_FLAGS): Ditto.
18106         (EXTRA_GCC_FLAGS): Ditto.
18107         (CONFIGURE_TARGET_MODULES): Ditto.
18108         (DO_X): Ditto.
18109         * configure: Add DLLTOOL.
18111 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18113         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18114         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18115         mh-sco, since old workarounds no longer needed, and don't
18116         build ld, since libraries have weak symbols in COFF.
18118 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18120         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18122 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18124         * configure.in: Make sure that ${CC} can be used to compile an
18125         executable.
18127 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18129         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18130         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18131         nothing depending on whether gdbtk is being built.
18133 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18135         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18137 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18139         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18140         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18142 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18144         * config-ml.in: Add support for
18145         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18146         Simplify setting of multidirs from --disable-foo.
18148 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18150         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18151         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18152         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18153         non-empty, pass them on to the  GCC make.
18154         (all-bootstrap): New rule that is like all-gcc, except it executes
18155         the GCC bootstrap rule instead of the GCC all rule.
18157 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18159         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18161 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18163         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18164         DG/UX support.
18166 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18168         * config.sub (i*86*) Change [345] to [3456]
18170 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18172         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18173         --with-gnu-ld=no.
18175 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18177         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18178         AIX multilibs get built.
18180 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18182         * configure.in (i386-win32): Don't build expect if we're not
18183         building the tcl subdir.
18185 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18187         * Makefile.in: (configure-target-examples, all-target-examples):
18188         New targets, configure and build example programs.
18190 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18192         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18193         use it as input to sedit the generated MPW makefile.
18194         * mpw-README: Add a suggestion about Gestalt.h.
18196 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18198         * config.sub: Accept *-*-ieee*.
18200 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18202         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18203         Ronald F. Guilmette <rfg@monkeys.com>.
18205 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18207         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18208         for powerpc-pe native.
18209         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18210         (target==powerpc-pe): duplicate i386-win32 entry.
18212 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18214         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18215         of vxworks, not just vxworks5.1.
18217 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18219         * mpw-configure: Add support for exec-prefix.
18221 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18223         * config.guess: Recognize HP model 816 machines as having
18224         a PA1.1 processor.
18226 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18228         * configure: Ignore new autoconf configure options.
18230 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18232         * config.guess:  Recognize Pentium under SCO.
18233         From Robert Lipe <robertl@arnet.com>.
18235 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18237         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18239 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18241         * configure.in: Don't configure gas for alpha-dec-osf*.
18243 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18245         * configure.in: Default to --with-stabs for some targets for which
18246         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18247         i[345]86*-*-unixware*.
18249 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18251         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18252         rather than basing it on the target.  Simplify handling of options
18253         controlling which directories to configure.  Remove extraneous
18254         slash in multi-clean target.
18256 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18258         * config-ml.in: Prefix more variables with ml_ so they don't collide
18259         with configure's.
18261 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18263         * configure: Don't turn -v into --v.
18265 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18267         * configure.in (targargs): Fix typo.
18269         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18271 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18273         * configure.in: Strip --host and --target options from
18274         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18275         --with-cross-host option when building with a cross-compiler.
18276         * configure: Canonicalize the arguments put into config.status by
18277         always using `=' for an option with an argument.  Pass a presumed
18278         --host or --target explicitly.
18280 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18282         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18283         into general OS recognition case.
18285 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18287         * configure.in (target_configdirs): add target-winsup only
18288         for win32 target systems.
18290 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18292         * Makefile.in (all-target-libgloss): Depend upon
18293         configure-target-newlib, since when libgloss is built it looks to
18294         see if the newlib directory exists.
18296 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18298         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18299         cfg-ml-*.in.
18301 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18303         * configure: Handle LD and LD_FOR_TARGET when configuring a
18304         Canadian Cross.
18306 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18308         * configure.in (target_libs): add target-winsup.
18309         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18310         (target==ppcle-pe): remove ld from $noconfigdirs.
18312 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18314         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18315         Preserve relative path names in $srcdir.  Build symlink tree if
18316         configuring cross target dir and srcdir=. (= no VPATH support).
18317         (configure-target-libg++): Depend on configure-target-librx.
18318         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18319         * config-ml.in: New file.
18320         * symlink-tree: New file.
18321         * configure: Ensure srcdir="." if that's what it is.
18323 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18325         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18326         includes and FLEX_SKELETON setting.
18327         * mpw-configure (--with-gnu-ld): New option, controls whether
18328         to use PPCLink or ld with PowerMac GCC.
18329         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18330         * mpw-config.in: Configure grez if targeting Mac.
18332         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18333         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18334         just macos.
18335         * configure.in: Configure grez resource compiler if targeting Mac.
18336         * Makefile.in (all-grez, install-grez): New targets.
18338 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18340         * configure: CXX defaults to gcc, not g++.  If we find
18341         gcc in the path, set CC to gcc -O2.
18343 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18345         * configure: Default ${build} correctly.  Avoid picking up extra
18346         spaces when reading CC and CXX from Makefile.  When doing a
18347         Canadian Cross, use plausible default values for numerous
18348         variables.
18349         * configure.in: When doing a Canadian Cross, don't try to
18350         configure tools whose configure script can't handle it.
18352 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18354         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18356 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18358         * configure:  Remove dubious bug reporting address.
18360 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18362         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18363         configure script, run that instead of this directory's configure.
18364         In either case, print a message that we're configuring the sub-dir.
18366 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18368         * configure.in: Before checking for the existence of various files,
18369         use sed to filter out "target-".
18371 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18373         * Makefile.in (DO_X): Split rule to decrease command line length
18374         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
18375         (Philippe De Muyter).
18377 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18379         * Makefile.in (all-patch): depend on all-libiberty.
18381 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
18383         * configure.in: If the only directory in target_configdirs which
18384         actually exists is libiberty, then set target_configdirs to empty,
18385         to avoid trying to build a target libiberty in a gas or gdb
18386         distribution.
18388 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
18390         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18391         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18392         systems.
18394 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18396         * configure.in (copy_dirs): Use sys-include instead of include
18397         for --with-headers option.
18399 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
18401         * Makefile.in, configure.in: Make winsup builds work with
18402         new scheme.
18404 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
18406         * configure.in: Build the linker on AIX.
18408 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18410         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
18411         where needed.
18413 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
18415         * Makefile.in (all-gcc): Fix typo.
18417 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18419         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
18421 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18423         * configure.in:  Rename libFOO to target-libFOO, and xiberty
18424         to target-xiberty, to provide more flexibility.
18425         (target_subdir):  Define.  Create if cross.
18426         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18427         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
18428         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18429         check-libFOO -> check-target-libFOO, etc.
18430         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18431         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18432         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18433         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
18434         allow ALL_GCC="" to only configure.
18435         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
18436         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
18437         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
18439 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
18441         * Makefile.in (taz): Build "info" in etc explicitly.
18443 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
18445         * configure.in:  Make sure that CC is undefined (as opposed to
18446         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
18447         problem with autoconf trying to configure on a host without GCC.
18449 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18451         * mpw-configure: Set host alias from choice of host compiler,
18452         only use generic MPW Makefile sed if present, edit a file
18453         named "hacked_Makefile.in" instead of "Makefile.in" if present.
18454         * mpw-README: Add problem notes about CW6 and CW7.
18456 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
18458         * Makefile.in (taz): Use ";" instead of ";;".
18460 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18462         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
18463         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18464         DISTDOCDIRS.
18465         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
18466         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
18468 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18470         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
18471         and gnats, because they are now subsumed by DISTSTUFFDIRS.
18472         Move bfd to DISTSTUFFDIRS.
18474 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18476         * Makefile.in (X11_LIB): Removed.
18477         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18479         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18481 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18483         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18484         names.
18486 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18488         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18490 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
18492         * configure.in (i[345]86-*-win32): Always build newlib.
18493         Don't configure cvs, autoconf or texinfo.
18494         * Makefile.in (LD_FOR_TARGET): New.
18495         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18496         Pass down LD_FOR_TARGET.
18498 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18500         * winsup: New directory.
18501         * Makefile.in: Build winsup.
18502         * configure.in: Winsup is configured when target is win32.
18503         Can only build win32 target GDB when native.
18505 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18507         * config.guess: Recognize HP model 819 machines as having
18508         a PA 1.1 processor.
18510 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18512         * configure: Fix sed loop which substitutes for CC and CXX to
18513         avoid bug found in various sed implementations.
18515 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18517         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18518         simulator.  Use standard powerpc-*-eabi*.
18520 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18522         * configure.in: Stop putting gas and binutils in noconfigdirs for
18523         powerpc-*-aix* and rs6000-*-*.
18525 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
18527         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18528         -mcall-aixdesc libraries.
18530 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
18532         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18534         * config.sub (arm | armel | armeb): Fix shell syntax.
18536 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18538         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18539         -msoft-float and -mcpu=common support.
18540         (powerpc*-*-eabisim*): Add support for building -mcall-aix
18541         libraries.
18543 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18545         * configure.in: Allow configuration and build of emacs19 for the alpha.
18547 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18549         * configure.in (CC): Get ^CC, not just any old CC, from
18550         ${host_makefile_frag}.
18552 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18554         * configure.in (CC): Try to get CC from
18555         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18557 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18559         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18560         only if it exists in $(srcdir).
18562 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18564         * configure: If CC and CXX are not set in the environment, set
18565         them, based on either an existing Makefile or on searching for gcc
18566         in PATH.  Substitute for CC and CXX in Makefile.
18567         * configure.in: Remove libm from target_libs.  Separate
18568         target_configdirs from configdirs.  If CC is not set in
18569         environment, try to get it from a host Makefile fragment.  Rewrite
18570         changes of configdirs to use skipdirs instead.  A few minor
18571         tweaks.  Take directories out of target_configdirs as they are
18572         taken out of configdirs.  Remove existing Makefile files from
18573         subdirectories.  Substitute for TARGET_CONFIGDIRS and
18574         CONFIG_ARGUMENTS in Makefile.
18575         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18576         by configure.in.
18577         (CONFIG_ARGUMENTS): Likewise.
18578         (CONFIGURE_TARGET_MODULES): New variable.
18579         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18580         ($(CONFIGURE_TARGET_MODULES)): New target.
18581         (configure-libg++, configure-libio): New targets.
18582         (all-libg++): Depend upon configure-libg++.
18583         (all-libio): Depend upon configure-libio.
18584         (configure-libgloss, all-libgloss): New targets.
18585         (configure-libstdc++): New target.
18586         (all-libstdc++): Depend upon configure-libstdc++.
18587         (configure-librx, all-librx): New targets.
18588         (configure-newlib): New target.
18589         (all-newlib): Depend upon configure-newlib
18590         (configure-xiberty): New target.
18591         (all-xiberty): Depend upon configure-xiberty.
18593 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18595         * configure.in (host i[345]86-*-win32):  Expand the
18596         noconfigdirs again.
18598 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18600         * mpw-configure: Fix sed command file name.
18602 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18604         * configure.in (host i[345]86-*-win32): Reduce the
18605         noconfigdirs again.
18607 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18609         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18610         or powerpc*-*-pe*, since they are not yet supported.
18612 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18614         Add PowerMac support and many other enhancements.
18615         * mpw-configure: New option --cc to select compiler to use,
18616         paste options set according to --cc into the generated
18617         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18618         if mpw-make.sed is present.
18619         * mpw-config.in: Don't test for gC1, test for mpw-touch,
18620         add forward includes for PowerPC include files.
18621         * mpw-build.in: Build using Makefile.PPC if present.
18622         (do-byacc, etc): Remove separate version resource builds.
18623         (do-gas): Build "stamps" before "all".
18624         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18625         * mpw-README: Update to reflect --cc option, PowerMac support,
18626         and recently-reported compatibility problems.
18628 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
18630         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18631         embedded m68k systems (-aout, -coff, -elf, -vxworks).
18632         (--with-multilib-top): Pass to recursive invocations.
18634 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
18636         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18637         v810-*-*.
18639 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18641         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18642         gdb, ld and opcodes on v810-*-*.
18644 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18646         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18647         (local-maintainer-clean): New target.
18648         (maintainer-clean): New target.
18649         (realclean): Just depend upon maintainer-clean.
18651 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18653         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18655 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
18657         * configure.in: Build ld in mips*-*-bsd* case.
18659 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
18661         * config.sub: Accept -lites* OS.  From Ian Dall.
18663 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
18665         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18666         targets.
18668 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18670         * configure.in: treat i386-win32 canadian cross the same as
18671         i386-go32 canadian cross.
18673 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18675         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18676         running under the simulator to build a reduced set of libraries.
18677         (powerpc-*-eabiaix): Add fine grained multilib support added to
18678         other powerpc targets yesterday.
18680 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18682         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18683         -disable-softfloat, -disable-relocatable, -disable-aix, and
18684         -disable-sysv to control which multilib libraries get built.
18686 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18688         * configure: Add Makefile.tem to list of files to remove in trap
18689         handler.
18691 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18693         * config.guess (*Linux*):  Add missing "exit"s.
18694         Also, need specific check for alpha-unknown-linux (uses COFF).
18696 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18698         * config.guess:  Merge with FSF:
18700         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
18701         * config.guess (AIX4): More robust release numbering discovery.
18703         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
18704         * config.guess (i386-sequent-ptx): Properly get version number.
18706         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
18707         * config.guess (mips:*:4*:UMIPS): New case.
18709 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18711         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18712         (i386-win32 host): Likewise.  Don't build readline.
18714 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
18716         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
18717         SUPPORT_FILES to submakes.
18719 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
18721         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18722         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18723         mpw-configure.
18725 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
18727         * configure.in (appdirs): Use =, not ==, in test expression when
18728         trying to build the text to print in the warning message for
18729         Solaris users.
18731 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
18733         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18735 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18737         * config.guess: Recognize lynx-2.3.
18739 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
18741         * config.sub (z8ksim): Deleted
18742         (z8k-*-coff): New, this is the one true name of the target.
18744 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
18746         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18748 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
18750         * config.guess (*:Linux:*:*): First try asking the linker what the
18751         default object file format is (elf, aout, or coff).  Then if this
18752         fails, try previous methods.
18754 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18756         * configure.in: Don't build newlib for *-*-vxworks5.1.
18758 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18760         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18761         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18763 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
18765         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18767 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
18769         * cfg-ml-com.in: New file.
18770         * cfg-ml-pos.in: New file.
18772 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18774         * COPYING.NEWLIB: Add HP free copyright to list.
18776 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18778         * config.sub: Recognize -eabi* for the system, not just -eabi.
18780 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18782         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18783         * config.sub, configure.in (win32): New target and host.
18785 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18787         * configure.in: Add i386-pe configuration.
18789 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
18791         * mpw-build.in (install): Install GDB after LD.
18793 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
18795         * mpw-config.in (elf/mips.h): Always forward-include, needed
18796         for GDB to build.
18798 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18800         * testsuite: New directory for customer acceptance and whole tool
18801         chain tests.
18803 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18805         * configure: If per-host line isn't found, but AC_OUTPUT is found
18806         and a configure script exists, run it instead.
18808 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18810         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
18812 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18814         * configure: Set build_{cpu,vendor,os,alias} to host values when
18815         --build isn't specified.
18817 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18819         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18820         (FLAGS_TO_PASS): Pass them.
18821         (EXTRA_TARGET_FLAGS): Ditto.
18823 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18825         * Makefile.in (all-libg++): Depend on all-libstdc++.
18827 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18829         * configure.in (noconfigdirs): Enable all packages for
18830         i386-unknown-netbsd.
18832 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
18834         * configure.in (noconfigdirs): Don't configure tk for i386-go32
18835         hosted builds (DOS builds)
18837 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18839         Changes for ARM based on patches from Richard Earnshaw:
18840         * config.sub: Handle armeb and armel.
18841         * configure.in: Omit arm linker only for riscix.
18843 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18845         * config.guess:  Update from FSF.
18847 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
18849         * config.sub: Recognize powerpcle as the little endian variant of
18850         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
18851         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
18852         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
18853         temporarily.
18855 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
18857         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18859 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
18861         * config.sub: Accept -lites* as a basic system type.
18863 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
18865         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18866         installed, and if so return linuxoldld as the system name.
18868 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
18870         * config.guess: Add hppa1.1-hp-lites support.
18872 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18874         * configure.in: Don't build newlib for m68k-vxworks5.1.
18876 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18878         * configure.in (mips-sgi-irix6): Use mh-irix5.
18880 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
18882         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18884 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18886         * test-build.mk: Enable building of shared libraries on IRIX 5 and
18887         OSF/1.  Fix compiler flags.
18888         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
18890 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
18892         * configure.in: Recognize --with-newlib.
18893         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18895 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18897         * Makefile.in: move {all,check,install}-gdb from *_MODULES
18898         to *_X11_MODULES due to gdbtk needing X include files et al.
18900 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
18902         Merge in support for Mac MPW as a host.
18903         (Old change descriptions retained for informational value.)
18905         * mpw-config.in: Add generic include forwards for cpu-specific
18906         include files in aout and elf directories.
18908         * mpw-configure: Added copyright.
18909         * mpw-config.in: Check for presence of required build tools.
18910         (target_libs): Add newlib.
18911         (target_tools): Add examples.
18912         (Read Me): Generate as "Read Me for MPW" instead.
18913         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18914         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18915         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18917         * mpw-configure: Remove subdir-specific makefile hackery,
18918         delete mk.tmp after using it.
18920         * mpw-build.in (all): Display start and end times.
18922         * mpw-configure (host_canonical): Set.
18923         (target_cpu): Always add to makefiles.
18924         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18925         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18926         (mpw-mh-mpw): Look for in srcdir and srcroot.
18927         Use sed instead of mpw-edit-prefix to edit prefix definitions.
18929         * mpw-build.in: (install-only): New target.
18931         * mpw-configure (host_alias, target_alias): Rename from hostalias
18932         and targetalias, add into generated Makefile.
18933         (mk.tmp): If present, add into generated Makefile.
18934         * mpw-build.in (all-gas): Build config.h first before gas proper.
18936         * mpw-configure (config.status): Write only if changed.
18937         * mpw-config.in (readline): Configure it (not built, just used for
18938         definitions).
18940         * mpw-config.in (elf/mips.h): Add a forward include.
18942         * mpw-config.in: Forward-include most .h files in include into
18943         extra-include.
18944         (readline): Don't build.
18945         mpw-build.in (install): Install GDB.
18947         * mpw-configure (prefix, mpw_prefix): Handle it.
18948         * mpw-config.in (mmalloc, readline): Don't configure.
18949         * mpw-build.in (thisscript): Rename to ThisScript.
18950         Use mpw-build instead of BuildProgram everywhere.
18951         (mmalloc, readline): Don't build.
18952         * mpw-README: New file, basic documentation about the MPW port.
18954         * mpw-config.in: Use forward-include to create include files.
18956         * mpw-configure: Add more things to the top of each configured
18957         Makefile, including contents of config/mpw-mh-mpw.
18958         * mpw-config.in (extra-include): Create this directory and fill it
18959         with Posix-like include files when configuring.
18961         * config.sub (apple, mac, mpw): Add various aliases.
18963         * mpw-build.in: New file, top-level build script fragment for MPW.
18964         * mpw-configure: New file, configure script for MPW.
18965         * mpw-config.in: New file, config fragment for MPW.
18967 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18969         * configure.in (host_libs): Remove glob, since it is gone from the
18970         sources.
18972 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18974         * Makefile.in: define empty GDB_NLM_DEPS var.
18976         * configure.in(target_makefile_frag): use config/mt-netware
18977         for netware targets.
18979 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18981         * config.sub: Merge in recent FSF changes.  Remove linux special
18982         cases.
18984 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18986         Revert this change:
18988         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18990                 * build-all.mk: Use CC=cc -Xs on Solaris.
18992 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18994         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
18995         stop using it.
18996         * Makefile.in: Nuke all references to glob subdirectory.
18998 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19000         * configure.in: Fix --enable-shared logic in per-host.
19002 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19004         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19006 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19008         * configure.in (noconfigdirs): Don't build gas on AIX, for
19009         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19011 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19013         * configure: Fix --cache-file to work if the file argument is a
19014         relative path.
19016 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19018         * configure: If the --cache-file is used, pass it down to
19019         configure in subdirectories.
19021 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19023         * config.sub: add vxworks29k configuration.
19025 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19027         * Makefile.in (taz): Do "diststuff" part quietly.
19029 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19031         * config.sub: Mini-merge with gcc/config.sub.
19033 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19035         * config.guess (IRIX): Sed - to _.
19037 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19039         * Makefile.in (source-vault, binary-vault): New targets.
19041 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19043         * config.sub: Recognize -eabi as a basic system type.
19045 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19047         * configure.in (enable_shared stuff): Fix typo.
19049 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19051         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19053 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19055         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19057 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19059         * configure.in (rs6000-*-*): Don't build gas.
19061 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19063         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19064         reduce command line length.
19065         (AS_FOR_TARGET): Check for as.new, not Makefile.
19066         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19068 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19070         * config.guess:  Merge from FSF.
19072 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19074         * configure: Don't use $ when handling program_suffix.
19076 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19078         * configure.in:  Configure tk for hppa/hpux.
19080 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19082         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19084 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19086         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19087         to LIBCXXFLAGS.  Tests are better run without it.
19089 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19091         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19093 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19095         * configure.in (*-*-netware*): Don't configure xiberty.
19097 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19099         * configure.in:  Remove tk from native_only list.
19101 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19103         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19104         for special NCD build.
19106 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19108         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19109         makeall.bat, they're only useful for binutils snapshots.
19110         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19111         makeall.bat to specified SUPPORT_FILES.
19113 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19115         * build-all.mk: Add Ericsson targets to sun4 and solaris
19116         hosts.  Add  BNR's sun4 target to solaris host, so their
19117         build-from-source will be tested in-house first.
19119 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19121         * Makefile.in (LIBCFLAGS): New variable.
19122         (CFLAGS_FOR_TARGET): Ditto.
19123         (LIBCFLAGS_FOR_TARGET): Ditto.
19124         (LIBCXXFLAGS): Ditto.
19125         (CXXFLAGS_FOR_TARGET): Ditto.
19126         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19127         (BASE_FLAGS_TO_PASS): Pass them.
19128         (EXTRA_TARGET_FLAGS): Ditto.
19130         * configure.in: Support --enable-shared.
19132 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19134         * configure.in (target_libs):  Include libstdc++ again.
19135         * config.guess:  Update from FSF (for FreeBSD).
19137 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19139         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19140         makeall.bat.
19141         (DISTDOCDIRS): Add `etc'.
19142         (ETC_SUPPORT_PFX): New variable.
19143         (taz): Include anything from etc starting with a word in
19144         ETC_SUPPORT_PFX.
19146 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19148         * config.sub: Update for recent FSF changes.  Remove obsolete
19149         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19150         spacing changes.
19152 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19154         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19156         * config.guess:  Merge with FSF.
19157         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19159 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19161         * configure: Since the "trap 0" handler will override the exit
19162         status on many systems, only use it for "exit 1", and make it set
19163         a non-zero exit status; reset it before "exit 0".  Also, check
19164         exit status of config.sub, and error out if it failed.
19166 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19168         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19169         and install libgloss.
19171 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19173         * Makefile.in (all-binutils): Depend upon all-byacc.
19175         * configure.in: Don't build emacs on Irix 5.
19177 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19179         * configure.in (*-*-netware*): Add libio.
19181 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19183         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19184         (CHECK_TARGET_MODULES): Ditto.
19185         (INSTALL_TARGET_MODULES): Ditto.
19186         (TARGET_LIBS): Ditto.
19187         (all-libstdc++): Note dependencies.
19189 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19191         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19193 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19195         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19196         -fexternal-templates.
19198         * configure.in (target_libs): Add libstdc++.
19199         (noconfigdirs): Add libstdc++ as appropriate.
19201 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19203         * config.guess:  Update from FSF.
19205 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19207         * configure: Use ${config_shell} when running ${configsub}.
19209 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19211         * config.sub: No longer recognize h8300h.
19213 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19215         * config.sub: Remove extraneous differences between config.sub and
19216         gcc/config.sub.
19218 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19220         * Makefile.in (DISTSTUFFDIRS): Add gas.
19222 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19224         * COPYING.NEWLIB: New file.
19226 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19228         * config.guess (HP-UX):  Patch from Harlan Stenn
19229         <harlan@landmark.com> to also emit release level.
19231 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19233         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19235 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19237         * config.sub:  Merge nextstep cleanup from FSF.
19239 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19241         * configure.in (arm-*-*): Don't configure ld for this target.
19243 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19245         * configure.in (*-*-netware): don't configure libg++, libio,
19246         librx, or newlib.
19248 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19250         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19251         configure ld--it works, but it doesn't support shared libraries.
19253 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19255         * config.guess (*-unknown-freebsd*):  Get rid of possible
19256         trailing "(Release)" in version string.
19257         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19259 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19261         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19262         Fix type: *-next-neststep -> *-next-nextstep.
19264         * config.guess:  Merge from FSF:
19266         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19268         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19270         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19272         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19273         instead of UNIX_SV for UnixWare 1.0).
19275 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19277         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19278         to make gdb/nlm/* build after the compiler and linker.
19280 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19282         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19283         not just i[34]86.
19284         (m68k-atari-sysv4):  Relocate to match FSF version.
19286         * config.guess:  More merges from the FSF:
19288         Add a space before function call or macro invocation.
19290         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19292         * config.guess: Add trap cmd to remove dummy.c and dummy when
19293         interrupted.
19295         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19297         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19298         (dummy): Redirect stderr from compilation of dummy.c.
19300         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19302         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19304 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19306         * configure: Accept and ignore --cache*, for compatibility with
19307         new autoconf.
19309 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19311         * config.guess:  Merge from FSF:
19313         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19315         * config.guess (Pyramid*:OSx*:*:*): New case.
19316         (PATH): Add /.attbin at end for finding uname.
19317         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19319         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19321         * config.guess (M88*:DolphinOS:*:*): New case.
19323         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19325         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19326         to select whether to use ELF or COFF.
19328         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19330         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19332         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19334         * config.guess: Guess the OS version for HPUX.
19336         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19338         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19340 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19342         * configure.in: Recognize --with-headers, --with-libs, and
19343         --without-newlib.
19344         * Makefile.in (all-xiberty): Depend upon all-ld.
19346 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19348         * configure.in: Change i[34]86 to i[345]86.
19350 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19352         * configure (version): A few more tweaks to help message.
19354 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19356         * Makefile.in:  Remove (for now) librx as a host library,
19357         now that we're building it for target.
19359 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19361         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19362         (Karl Berry).
19364 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19366         * configure.in:  Also configure librx.
19368 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19370         * Makefile.in:  Update various rules to reflect that librx
19371         is now needed for libg++.
19373 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19375         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19377 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
19379         * configure.in: Configure the examples directory.
19381 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19383         * configure: Simplify Jun 2 1994 change.
19385 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19387         * change CC to /usr/latest/bin/gcc for lynx host builds, since
19388         /bin/gcc isn't good enough to build gcc.
19390 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
19392         * Makefile.in (GDB_SUPPORT_FILES): Remove
19393         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
19394         (gdb.tar.gz): Add new rule to use standard distribution building
19395         mechanism.
19397 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19399         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
19400         Bill Cox <bill@cygnus.com>.
19402 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19404         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
19406 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
19408         * configure:  Search current dir first in .gdbinit.
19410 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19412         * config.sub:  Recognize freebsd (merged from gcc config.sub).
19414 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19416         * config.sub:  Refer to NeXT's operating system as nextstep.
19418         * config.sub (case $basic_machine):  Re-order the cases, to match
19419         the order in the FSF version (which is mostly alphabethical).
19420         Merge in some additions and changes from the FSF.
19422 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
19424         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19425         * config.sub: Recognize cxux7.
19426         * configure.in: Use mh-cxux for m88k-harris-cxux*.
19428 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19430         * config.sub:  Fix typo powerpc -> powerpc-*.
19432 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
19434         * Makefile.in: `all-emacs19' depends on `all-byacc'.
19436         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19437         parallel with all-emacs and install-emacs).  Top-level command
19438         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19440 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19442         * test-build.mk ($(host)-stamp-stage2-installed): Remove
19443         $(relbindir)/make before doing ``make install'', and use
19444         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
19445         installing over running make binary.
19446         ($(host)-stamp-stage3-installed): Likewise.
19448 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19450         * config.guess: Recognize Mach.
19452 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19454         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19455         see whether --exec-prefix was used.
19457 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19459         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
19461 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19463         * Makefile.in: Add all-librx target similar to all-libproc.
19465 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
19467         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
19468         with post 1.2 uname bogosity.
19470 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19472         * configure: Remove temporary files on receipt of a signal.
19474 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
19476         * configure: If there is a package_makefile_frag, remove
19477         ${subdir}/Makefile.tem after copying it in.
19479 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19481         * build_all.mk: support rs6000 lynx identifies itself as
19482         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
19483         since /bin/gcc is too feeble to compile a modern gcc.
19485 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19487         * brought devo/test-build.mk update-to-date with progressive/
19488         test-build.mk. Add lynx targets and hppa flag info.
19490 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19492         * configure.in:  Use mh-ncrsvr43.  Patch from
19493         Tom McConnell <tmcconne@sedona.intel.com>.
19495 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19497         * config.guess (i386-unknown-bsdi):  No longer need to
19498         check #if defined(__bsdi__) && defined(__i386__).
19500 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19502         * configure: Set program_transform_nameoption correctly.
19504 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19506         * brought build-all.mk update-to-date with progressive build-all.mk,
19507         added new targets and hppa info.
19509 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19511         * configure: If config.guess result is a prefix of the user
19512         specified target, assume a native build and use the user specified
19513         target as the host alias.  Remove SunOS patch suffix removal hack.
19514         * configure.in: Remove SunOS patch suffix removal hack.
19516         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19517         in NATIVE_CHECK_MODULES.
19519 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
19521         * Makefile.in: Rename HOST_ONLY to NATIVE.
19522         * configure: Delete SunOs patch suffix from host_canonical
19523         and build_canonical variables that are prepended to Makefiles.
19524         * configure.in: Add comments for easier maintenance.
19526 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19528         * Makefile.in: Add all-libproc target similar to all-gui.
19530 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
19532         * Makefile.in (CHECK_MODULES): split into
19533         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19535 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
19537         * config.guess (i386-unknown-bsdi): New system to guess.
19539 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19541         * Makefile.in: Add all-gui target (but not yet build by "all").
19543 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19545         * config.sub: Move deletion of patch suffix from here...
19546         * configure.in: To here, at Ian's suggestion.  The top-
19547         level scripts might need to know of a patch level.
19549 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19551         * config.sub: Strip off patch suffix so rtl is recognized
19552         as a sunos4.1.3 machine, even though it's been patched.
19554 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19556         * Makefile.in (INSTALL_LAST): Delete.
19557         (INSTALL_DOSREL): New.
19559 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19561         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19562         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19563         whether we pass down --with-gnu-ld anyhow.
19565 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19567         * Makefile.in (INSTALL_LAST): Change operation so it works
19568         on more flavors of make.
19569         * configure.in (go32): Don't build libg++ or libio.
19571 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19573         * Makefile.in (Move HOST_PREFIX_1 and friends up so
19574         they can be overriden by templates.
19576 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19578         * configure.in (target==go32): Don't build gdb.
19579         * dosrel: New directory.
19581 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19583         * configure.in (host==go32): Configure dosrel too.
19584         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19585         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19586         be set by incoming names or templates.
19587         (INSTALL_LAST): New rule.
19589 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19591         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19593 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19595         * configure.in (appdirs): New variable.  Currently empty, but will
19596         be used in gas distribution.  If nonempty, lists a set of
19597         directories at least one of which must get configured, or top
19598         level configuration is considered to have failed.
19599         (rs6000-*-lynxos*): Use new file name.
19601 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19603         Eliminate XTRAFLAGS.
19604         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19605         newlib include files using -idirafter, and also use -nostdinc.
19606         (CXX_FOR_TARGET): Likewise.
19607         (XTRAFLAGS): Removed.
19608         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19609         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19610         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19611         ($(DO_X)): Don't pass down XTRAFLAGS.
19613 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19615         * configure.in (mips*-dec-bsd*): New target; do build linker.
19616         (mips*-*-bsd*): New target; don't build linker.
19618 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19620         * configure.in: support rs6000-*-lynxos* configuration.
19621         support sunos4 as a cross target.
19623         * config.sub: look for lynx*, not lynx since the OS version may
19624         legitimately be part of the name.
19626 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19628         * configure.in (i[34]86-*-sco*): Move to be with other i386
19629         targets.
19630         (romp-*-*): New target.  Skip various binary utilities.
19631         (vax-*-*): New target.  Don't build newlib.
19632         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
19634 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19636         * configure.in: Only set host_makefile_frag if config
19637         directory exists.
19639 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19641         * install.sh: If $dstdir exists, don't check whether each
19642         component does.
19644 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19646         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19648 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
19650         * configure.in (*-*-lynxos*): Don't configure newlib for either
19651         native or cross Lynx.
19653 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
19655         * config.sub (sparc64-elf): Fix os.
19656         (z8k): Remove duplicate.
19658 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19660         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19661         gcc/stmp-fixproto, to try to prevent fixproto from being run.
19663 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
19665         * configure: Make file links cleanly even if Lynx fails on
19666         an NFS symlink (at least fail cleanly).
19668 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19670         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19671         -XNh2000.
19673 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19675         * configure: Unknown options are fatal again.
19677 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
19679         * configure: Ignore --x-includes and --x-libraries, for Autoconf
19680         compatibility.
19682 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
19684         * build-all.mk: Add `clean' target.
19686 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19688         * config.guess:  Add SINIX support.
19689         * configure.in:  Add mips-*-sysv4* support.
19691 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
19693         * build-all.mk: Document all useful targets.
19694         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19695         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19697 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19699         * configure: Support --silent, --quiet.
19701 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19703         * configure: Support --disable-FEATURE.
19705 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19707         * config.guess: Recognize NCR running SVR4.3.
19709 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19711         * config.guess:  Make BSDI generate i386-unknown-bsd386.
19712         Patch from Paul Eggert <eggert@twinsun.com>.
19714 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19716         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19718 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19720         * configure: Make unrecognized options give nonfatal warnings
19721         instead of fatal errors, and pass them to any subdirectory
19722         configures in case they recognize them.
19723         Make --x equivalent to --with-x.
19725 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19727         * configure: Add --enable-* options.  Clean up usage message and
19728         some comments.
19730 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
19732         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19734 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19736         * configure.in (hppa*-*-*): Enable binutils.
19738 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19740         * config.sub: Recognize cisco.
19742 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
19744         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19746 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19748         * config.guess: about target *-hitachi-hiuxwe2, don't print more
19749         than one configuration name.  Add comment.
19751 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
19753         * config.guess: about target *-hitachi-hiuxwe2, fixed
19754         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
19755         macro is incorrect.]
19757 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19759         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19760         than the "make ls" stuff which used to be here.
19762 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19764         * config.guess:  Recognize i[34]86-unknown-freebsd.
19765         From Shawn M Carey <smcarey@rodan.syr.edu>.
19767 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19769         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19771 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
19773         * config.guess: Check for ptx.
19775 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
19777         * config.sub: Add os9k checking.
19779 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19781         * config.guess: Handle OSF1 running on HPPA processors
19783 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19785         * configure: If subdir configure fails, print out a message with
19786         subdirectory name, in case subdir's configure code didn't identify
19787         itself.
19789 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
19791         * configure.in: Remove embedded newlines from configdirs.
19792         Avoid mismatches of substrings.  Fix matching strings at end
19793         of configdirs.
19795 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
19797         * config.guess:  Add Lynx/rs6000 config support.
19799 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19801         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19803 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
19805         * configure.in (hppa*-*-osf*): Treat this just like most other
19806         PA configurations (eg no binutils or ld).
19807         (hppa*-*-*elf*): These configurations have binutils and ld.
19809 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19811         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
19813 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19815         * configure.in (rs6000-*-*): Build gas.
19817 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19819         * Makefile.in:  Avoid bug in losing hpux sed.
19821 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19823         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19824         for GDB and GDB has been fixed to not need it.
19826 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19828         * config.guess: Recognize vax hosts.
19830 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19832         * configure (while loop): Don't use "break 2" inside case
19833         statement -- the case statement isn't an enclosing loop.
19835 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19837         * config.guess:  Clean up NeXT support, to allow nextstep
19838         on Intel machines.  Make OS be nextstep.
19840 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
19842         * config.guess: Add alternate forms for Convex.
19844 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
19846         * configure:  Completely rewrite option processing.  Take
19847         advantage of pattern-matching to avoid invoking test frequently.
19848         Also clean up host and target defaulting logic.
19850 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19852         * Makefile.in: Replace all occurrances of "rootme" with "r" and
19853         "$${rootme}" with "$$r", to increase the likelihood that the do-*
19854         commands (plus user environment) will fit SCO limits.
19856 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19858         * configure.in: Don't issue warnings about directories which are
19859         not being configured if -norecursion is set.  Correct test for
19860         --with-gnu-as and --with-gnu-ld to not get confused by substring
19861         matches.
19863         * configure.in: Don't build gas for alpha-dec-osf1*.
19865 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
19867         * configure:  Back out Per's change of 12/19/1993.  It changes the
19868         behavior of configure in unexpected and confusing ways.
19870         Also, use different delim char when calculating
19871         program_transform_name so that the name can contain slashes.
19873 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
19875         * configure.in, config.sub: Add support for VSTa micro-kernel.
19877 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
19879         * configure.in: Nuke hacks which were used to get a special
19880         version of GAS for HPPA configurations.
19882 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19884         * configure:  If only ${target_alias} is given, use that
19885         as the default for ${host_alias}.
19886         * configure:  Add missing back-slashes before nested quotes.
19888 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19890         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19892 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
19894         * config.guess:  Recognize some Tektronix configurations.
19895         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19897 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19899         * config.sub: Match any flavor of SH.
19901 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
19903         * configure.in: Don't try to configure newlib for Alpha.
19905 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19907         * configure.in: Don't build ld for Irix 5.  Don't build gas,
19908         libg++ or libio for any Alpha target.
19910         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19912 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
19914         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19915         default arguments -- so it tried to compress itself.
19917 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19919         * configure.in (notsupp): ensure that a space is always at the end
19920         of the configdirs list, since the grep checks for an explicit space
19922 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19924         * configure.in (target i386-sysv4.2): don't build ld, since static
19925         versions of many libraries are not available.
19927 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19929         * config.guess: Recognize Apollos (using environment variables).
19930         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19932 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19934         * config.guess: Recognize Sony news mips running newsos.
19936 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
19938         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19939         "fi ; else" for bash.
19941 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
19943         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19945 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
19947         * config.sub: accept unixware as an alias for svr4.2.
19948         Fix some inconsistancies with the gcc version.
19950 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19952         * Makefile.in (DISTDOCDIRS):  Add gdb.
19954 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19956         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
19958 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19960         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19961         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19962         this now.
19964 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19966         * config.sub: Accept hiux* as an OS name.
19968         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19969         etc/make-stds.texi.  The underscore came from gcc, and dje now
19970         agrees that RUNTESTFLAGS is the correct name.
19972 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19974         * install.sh:  Remove 'set -e'.  It makes any conditionals
19975         in the script useless.
19977         * config.guess: Automatically recognize arm-acorn-riscix
19978         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19980 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
19982         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19984 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19986         * Makefile.in (DISTDOCDIRS): New variable.
19987         (taz): Edit local Makefile.in sooner, instead of proto-toplev
19988         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
19990 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19992         * configure.in (hppa target): check the source directory for the
19993         pagas sub-directory
19995 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
19997         * config.sub: Allow -aout* and -elf*.
19999 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20001         * configure.in: Don't build ld on i386-solaris2, same as for
20002         sparc-solaris2.
20004 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20006         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20008 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20010         * configure.in:  Configure gdb for alpha.
20012 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20014         * Makefile.in (CXXFLAGS): Add -O.
20016 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20018         * config.guess: added support for DG Aviion
20020 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20022         * configure.in: Produce warning message for subdirectories not
20023         configurable for this host/target combination.  Don't try to
20024         configure gdb for vms.
20026 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20028         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20029         appropriate files before making "diststuff".
20030         (DISTBISONFILES): New var: list of files to be edited.
20031         (DISTSTUFFDIRS): Add binutils.
20033 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20035         * config.sub: also handle mipsel and mips64el (for little endian mips)
20037 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20039         * configure.in: Add * to end of all OS names.
20041 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20043         * configure.in: Build newlib for LynxOS native.
20045 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20047         * config.guess: Add support for delta 88k running SVR3.
20049         * configure.in: Add comment about HP compiler vs. emacs.
20051 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20053         * configure.in: don't build ld on solaris2 (not a viable option
20054         due to bugs in getpwnam & getpwuid)
20056 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20058         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20059         config.guess will produce a full version number.
20061 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20063         * configure.in: Build linker and binutils for alpha-dec-osf1.
20065 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20067         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20068         and gdb/testsuite/Makefile.in.
20070 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20072         * configure.in: recognize mips*- instead of mips-
20074 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20076         * config.sub: Accept linux*coff and linux*elf as operating
20077         systems.
20079 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20081         * config.sub: Recognize mips64, and mips3 as an alias for it.
20083 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20085         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20086         gdb knows how to handle OSF/1 shared libraries.
20088 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20090         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20091         * config.guess: Recognize Hitachi's HIUX.
20092         * config.sub: Recognize h3050r* and hppahitachi.
20093         Remove redundant cases for hp9k[23]*.
20095 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20097         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20098         if gas and ld are in the source tree and are in ${configdirs}.
20099         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20100         --with options (but still pass them down on the command line,
20101         if they were explicitly specified).
20103 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20105         * configure: substitute SHELL value in Makefile.in with
20106         ${CONFIG_SHELL}
20108 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20110         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20111         *-*-solaris2* targets.
20113 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20115         * Makefile.in: define M4, and pass it down to sub-makes;
20116         all-autoconf now depends on all-m4
20118 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20120         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20121         presence of {ar,ranlib} instead of a configured directory
20123 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20125         * config.guess: Accept 34?? as well as 33?? for NCR.
20127 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20129         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20130         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20132 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20134         * configure: grab values for $(CC) and $(CXX) from the
20135         environment, so that someone can do "CC=gcc configure; make" and
20136         have it work right (matching the way that autoconf works now)
20138         * configure.in, Makefile.in: add support for gash, the tcl
20139         interface to Galaxy
20141         * config.guess: add NetBSD variants (hp300, x86)
20143 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20145         * install.sh: Support -d option (in the manner of SunOS 4 install,
20146         as it is more deterministic than that of GNU install)
20147         (chmodcmd): Set file to mode 755 by default (should also do default
20148         chgrp and chown, but I don't feel like dealing with that now)
20150 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20152         * config.sub: Remove h8300hhms alias.
20154 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20156         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20158 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20160         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20161         as stmp-fixinc
20163 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20165         * config.sub: recognize m88110-bug-coff.
20167 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20169         * Makefile.in (all-libio): all dependencies on the toolchain used
20170         to build this (gcc, gas, ld, etc)
20172 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20174         * config.guess: Deal with OSF/1 1.3 on alpha.
20176 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20178         * install.sh: add some 'else true' clauses for portability
20180         * configure.in: don't build libio for h8[35]00-*-* targets
20182 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20184         * Makefile.in:  Add support for new libio.
20186 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20188         * install.sh: If one command fails, don't try the rest.  Don't try
20189         to remove $dsttmp (via trap) unless we have already created it.
20190         If $src doesn't exist, detect it and exit with an error.
20192         * config.guess: Recognize BSD on hp300.
20194 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20196         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20197         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20199 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20201         * Makefile.in (all-send-pr): depends on all-prms
20203 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20205         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20207 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20209         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20210         Added test for mips-mips-riscos5.
20212 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20214         * configure.in: use mh-hp300 for 68k HP hosts
20216 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20218         * configure: add support for CONFIG_SHELL, so that you can use
20219         some alternate shell for evaluating configure scripts
20221 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20223         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20224         in configure script to bug-gdb@prep.ai.mit.edu when building
20225         distribution archive.
20226         * Makefile.in (COMPRESS):  Remove def.
20227         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20228         gdb.tar.Z and make-gdb.tar.Z respectively.
20229         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20230         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20231         to convergence with 'taz' target in Makefile.in.
20233 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20235         * install.sh (dsttmp): use trap to ensure that tmp files go
20236         away on error conditions
20238 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20240         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20242 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20244         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20245         its parent is '/' not ''.
20247         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20249 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20251         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20252         that ${newsrcdir}/configure.in does.
20254 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20256         * test-build.mk: support for CONFIG_SHELL
20258 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20260         * config.sub (netware):  Add as a basic system type.
20262 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20264         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20265         $(srcdir)/ from the dependency on Makefile.in.
20267 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20269         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20270         (h8300hhms is temporary until multi-libraries are implemented).
20271         * configure.in: Handle h8300h too.
20273 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20275         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20277 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20279         * configure:  Remove extraneous output when guessing host type.
20280         * config.guess:  Remove extraneous output when guessing using C
20281         compiler rather than uname, or when guessing fails.
20283 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20285         * Makefile.in: remove all.cross and install.cross targets
20287         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20288         definitions
20290 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20292         * configure.in (target sh): Build gprof.
20294 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20296         * config.sub: change -solaris to -solaris2
20298 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20300         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20302 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20304         * configure: Correct error message for missing Makefile.in to
20305         print correct directory.
20307 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20309         * install.sh: kludge around 386BSD shell bug
20311 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20313         * config.guess:  Recognize NeXT.
20314         * config.guess:  Recognize i486-ncr-sysv4.
20315         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20317 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20319         * Makefile.in (MAKEINFOFLAGS): New variable.
20320         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20321         * build-all.mk, test-build.mk: Pass down --no-split as
20322         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20324 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20326         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20328 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20330         * Makefile.in (libg++.tar.z):  New rule.
20331         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20332         * Makefile.in (taz):  Only do a single chmod.
20334 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20336         * install.sh: don't use dirname anymore (replaced with sed usage)
20338 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20340         * Makefile.in:  Change extension for gzip'd files from '.z' to
20341         '.gz' per new FSF standard usage.
20343 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20345         * configure: put quotes around the final value of program_transform_name
20347 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20349         * Makefile.in: new install.sh support; update install-info rules
20351 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20353         * configure.in: Build diff for crosses, but not for go32 host.
20355         * configure.in: Build gprof only for native, and don't build it
20356         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20358 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20360         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20362 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20364         * configure.in (host_tools): Add prms.
20366 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20368         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20369         with $(FLAGS_TO_PASS) on the command line
20371         * config.sub: Recognize lynx and lynxos
20373 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20375         * config.sub: Accept -ecoff*, not just -ecoff.
20377 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20379         * Makefile.in (taz): Use .gz suffix instead of .z.
20380         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20381         names.
20383 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20385         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20387 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20389         * Makefile.in (install-no-fixedincludes):  install gcc last, so
20390         that rebuilds that might happen during 'make install' don't get
20391         bogus gcc include files
20393 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20395         Change from Utah for HPPA support:
20396         * config.guess: Recognize hppa1.x-hp-bsd.
20398 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
20400         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
20401         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20403 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20405         * config.sub: Add support for rom68k and bug boot monitors.
20407 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
20409         * Makefile.in: Make all-opcodes depend on all-bfd.
20411 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20413         * config.guess: Added special check for i[34]86-univel-sysv4*.
20415 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
20417         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20418         the processor rather than assuming i486.
20420 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20422         * config.guess: Recognize SunOS6 as Solaris3.
20424 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
20426         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
20427         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20429 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
20431         * build-all.mk (all-cross): New target for Canadian Cross.
20432         Added Q2 go32 targets.
20433         * test-build.mk: Configure go32 cross sparclite-aout and
20434         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
20435         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20437 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20439         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20440         GO32 hosted toolchains
20442 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20444         * configure: change  so "-exec-prefix" gets passed down rather
20445         than "-exec_prefix" so autoconf generated Makefiles get the
20446         exec_prefix set right.
20448 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20450         * config.guess: get the Solaris2 minor version number
20452         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20454 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20456         * config.guess: Recognize some Sequent platforms.
20458 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20460         * Makefile.in: added the vault-install target
20462         * configure.in: actually use the Sun3 makefile fragment that's in
20463         config, also added the release dir to configdirs
20465 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20467         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20469 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20471         * configure.in: remove some program from Alpha targetted toolchains
20473 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
20475         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
20476         gprof.
20477         (taz): Run "make diststuff" in those directories instead of "make
20478         proto-dir".  Look for "VERSION=" only at start of line in subdir
20479         Makefile.  Use "gzip -9" for compression.
20480         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20481         (binutils.tar.z): New target.
20483 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20485         * Makefile.in (taz): Include gpl.texinfo.
20487 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20489         * Makefile.in (setup-dirs): Merged into "taz" target.
20490         (taz): Only do `proto-dir' stuff if a directory is actually needed
20491         for this target.
20493 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
20495         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20496         (FLAGS_TO_PASS): Pass down MUNCH_NM.
20497         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20498         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20499         (gcc-no-fixedincludes): Correct for current gcc Makefile.
20501 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
20503         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20504         config.sub, and move-if-change to gdb testsuite distribution
20505         archive, so the testsuite can be extracted, configured, and
20506         run separately from the gdb distribution.  Blow away the Chill
20507         tests that require a Chill compiled executable, since GNU Chill
20508         is not yet publically available.
20510 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20512         * test-build.mk: set environment variables in a single command,
20513         instead of a list of assignments and exports
20515         * config.guess: recognize Alpha/OSF1 systems
20517 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20519         * configure: Change help message to prefer --options rather than
20520         -options.
20522 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20524         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20525         zippy@ecst.csuchico.edu.
20526         * config.guess: Recognize miniframe.
20528 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20530         * Makefile.in: Use srcroot to find runtest rather than rootme.
20531         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20533 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20535         * test-build.mk: Extensive additions to support building on a
20536         machine other than the host.
20538 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20540         * configure (tooldir): Fix for i386-aix again.
20542 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
20544         * configure, Makefile.in:  Change definition of $(tooldir)
20545         to match the FSF.
20547 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20549         * config.guess:  Recognize i[34]86/SVR4.
20551 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20553         * Makefile.in (all-gdb): gdb depends on sim.
20555 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20557         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20558         at the same time we make the prototype gdb directory.
20559         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20560         files at the same time as the gdb base release distribution.
20562 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20564         * Makefile.in (check): Use individual check targets rather than
20565         DO_X rule.
20566         (check-gcc): Added.
20568 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20570         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20571         for System V release 3.2.
20573 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20575         * config.sub: Recognize hppaosf.
20576         * configure.in: Do configure ld/binutils/gas for it.
20578 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20580         * configure (tooldir): Alter syntax used to set this, for systems
20581         where "\$" isn't handled right, like i386-aix.
20583 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20585         * configure: Pass program-transform-name, not
20586         program_transform_name, to recursive configures.
20588 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20590         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20591         of gas+ld+binutils.
20593 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20595         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
20597 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20599         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20601 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20603         * Makefile.in (PRMS): Set back to all-prms.
20605 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20607         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20608         targets, rather than for MIPS hosts.
20610 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20612         * configure.in: add comment for --with-x default values
20614         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20616         * Makefile.in: add check-* targets for each of the directories in
20617         the tree.  Add a definition of RUNTEST that will use the one we
20618         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20620 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20622         * configure.in: Removed obsolete references to bfd_target and
20623         target_makefile_frag.
20625         * build-all.mk: Set assorted targets for Q2.
20626         * config.sub: Recognize z8k-sim and h8300-hms.
20627         * test-build.mk: Really don't pass host to configure.
20628         (HOLES): Added uname.
20630 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
20632         * configure: Handle an empty program-prefix, program-suffix or
20633         program-transform-name correctly.
20635 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20637         * build-all.mk: -G 8 no longer required for MIPS targets.
20638         * test-build.mk: Don't pass host argument to configure; make it
20639         guess.
20641 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
20643         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
20644         * Makefile.in (COMPRESS):  New macro, like GZIP.
20646 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20648         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20650         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20651         with gas currently defaults to -G 0.
20653 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
20655         * Makefile.in (all-flex): flex depends on byacc.
20657         * build-all.mk: If host not specified, use config.guess.  Pass TAG
20658         to test-build.mk as RELEASE_TAG.
20659         * test-build.mk (configargs): New variable containing arguments to
20660         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
20661         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20663         * config.guess: Use /bin/uname when checking -X argument on SCO,
20664         to avoid invoking GNU uname which doesn't understand -X.
20666         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20668         * configure.in: Build gas for mips-*-*.
20670 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20672         * Makefile.in (all.normal): insert missing backslash.
20674 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20676         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20678         * Makefile.in: Complete overhaul to merge many almost identical
20679         targets.
20681 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20683         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20684         (gdb.tar.Z): Adjusted.
20686         * Makefile.in (setup-dirs, taz): New targets; should be general
20687         enough to adapt for gdb sometime.  Build only .z file.
20688         (gas.tar.z): New target.
20690 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
20692         * build-all.mk: Use CC=cc -Xs on Solaris.
20694 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
20696         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
20697         for handling BISON for FSF releases.
20699 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20701         * configure: Actually implement the change zoo just documented.
20703 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
20705         * configure: when using config.guess, only set target_alias when
20706         it's not already been set (ie, on the command line)
20708 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20710         * Makefile.in: add installcheck target, set PRMS to install-prms
20712 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20714         * configure: add support for package_makefile_fragment, handle the
20715         case where a directory has a configure.in file but no Makefile.in
20716         more gracefully (with an actual understandable error message, even);
20717         add support for --without (and add this to the usage message); also
20718         explicitly add a --host=${host_alias} to the command line when
20719         config.guess is used
20721 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20723         * configure: Must use both --host and --target in recursive calls.
20725 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20727         * Makefile.in: Change deja-gnu to dejagnu.
20729 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20731         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20733 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20735         * configure.in: canonicalize all instances to *-*-solaris2*,
20736         also strip out a number of tools to not build for go32 host
20738 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20740         * config.guess: add GPL.
20742         * Makefile.in, config.guess, config.sub, configure: bump
20743         copyrights to 93.
20745 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
20747         * Makefile.in (do-info): Removed obsolete check for existence of
20748         localenv file.
20750         * Makefile.in (MAKEOVERRIDES): Define to be empty.
20752 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20754         * Makefile.in: a couple of 'else true' for decstation,
20755         support for TclX
20757         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20759 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
20761         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20763 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
20765         * config.guess: Recognize i386-ibm-aix (PS/2).
20766         * configure.in: Use config/mh-aix386 file for it.
20768 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
20770         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20771         CC_FOR_TARGET instead.
20772         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20774 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
20776         * Makefile.in: Add sim to list of directories sent with gdb
20778 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20780         * configure.in: Put back mips-dec-bsd* case.
20782 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
20784         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20785         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
20786         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20788 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20790         * configure.in: remove no-op mips-dec-bsd* in "case $target"
20792         * Makefile.in (dir.info): only run gen-info-dir if it exists,
20793         (install-info): install dir.info only if it exists,
20794         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20796 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
20798         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
20799         gas for mips-dec-bsd.
20801 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
20803         * configure (makesrcdir): If ${srcdir} is relative and not ".",
20804         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20806 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20808         * configure.in: Added "dejagnu" to hosttools list.
20810 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
20812         * config.sub, configure.in, config.guess:  Add support
20813         for Bosx, an AIX variant from Bull.
20814         Patches from F.Pierresteguy@frcl.bull.fr.
20816 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20818         * devo/dejagnu: Initial creation of devo/dejagnu.
20819         Migrated dejagnu testcases and support files for testing software
20820         tools to reside as subdirectories, currently called "testsuite",
20821         within the directory of the software tool.  Migrated all programs,
20822         support libraries, etc. beloging to dejagnu proper from
20823         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
20824         with no modifications.  The changes to these files which will
20825         allow them to configure, build, and execute properly will be made
20826         in a future update.
20828 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20830         * Makefile.in: Change send_pr to send-pr.
20831         * configure.in: Likewise.
20832         * send_pr: Renamed directory to send-pr.
20834 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
20836         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
20838 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
20840         * README:  Update for gdb-4.8 release.
20841         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
20842         gdb-xxx.tar.z (gzip'd) file also.
20844 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20846         * Makefile.in: make all-diff depend on all-libiberty
20848 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
20850         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20852 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20854         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20856 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
20858         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
20859         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
20860         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
20862 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20864         * Makefile.in:  makeinfo binary is in a new location
20866 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
20868         * config.sub: Accept -ecoff as an OS.
20870         * Makefile.in: Various changes to eliminate a level of make
20871         recursion and reduce the required command line length.
20872         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20873         sub-makes.
20874         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20875         variables holding settings for specific sub-makes.
20876         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20877         in terms of BASE_FLAGS_TO_PASS.
20878         (TARGET_LIBS): New variable listing directories which use
20879         TARGET_FLAGS_TO_PASS.
20880         (subdir_do): Eliminated.
20881         (do-*): New set of targets to replace subdir_do.
20882         (various): All targets which used subdir_do now depend on do-*.
20883         (local-clean): Renamed from do_clean.
20884         (local-distclean): New target, dependency of distclean and
20885         realclean.
20886         (install-info): Don't create directories.  Depend on dir.info
20887         rather than calling make recursively.
20888         (install-dir.info): Eliminated.
20889         (install-info-dirs): Create all info directories here.
20890         (dir.info): Depend upon do-install-info.
20892         * test-build.mk (HOLES): Added false.
20894 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
20896         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
20898 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20900         * Makefile.in (info): remove dependency on all-texinfo.  The
20901         problem was really in texinfo/C, not at this level.
20903 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20905         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20907 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
20909         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
20910         GDB releases.
20912 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20914         * configure: Include srcdir in message about target of link not
20915         being found.  Don't convert `-' to `_' in `with' options being
20916         passed to subdirs.
20918 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20920         * configure.in: add uudecode to host_tools
20922         * Makefile.in: added {all,install}-uudecode targets, added them to
20923         the appropriate lists
20925 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
20927         * Makefile.in (all-gcc): Added dependency on all-gas.
20929         * configure.in (mips-*-*): Build ld and binutils.
20931 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20933         * configure: check return code from mkdir, print error message and
20934         exit on failure.
20936 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
20938         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
20940 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20942         * test-build.mk (HOLES): Added tar, cpio and uudecode.
20944 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20946         * config.sub (h8500):  Recognize this as a cpu type.
20948 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20950         * configure: source directory missing is no longer a warning
20952         * configure.in: recognize irix[34]* instead of irix[34]
20954         * Makefile.in: define and pass down X11_LIB
20956 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
20958         * guess-systype: Renamed to ...
20959         * config.guess:  ... by popular request.
20960         * configure.in, Makefile.in:  Update accordingly.
20962 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
20964         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
20965         + Add Convex, Cray/Unicos, and Encore/Multimax support.
20966         + Execute ./dummy instead of assuming . is in PATH.
20968 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
20970         * guess-systype:  New shell script.  Attempts to guess the
20971         canonical host name of the executing host.
20972         Only a few hosts are supported so far.
20973         * configure:  Call guess-systype if no host is specified.
20975 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20977         * Makefile.in (gcc-no-fixedincludes): Made to work with current
20978         gcc Makefile.
20980 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
20982         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20983         (all-gcc, install-gcc, subdir_do): Use it.
20985 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20987         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20989 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
20991         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20992         set exclusively by configure, using configure.in .
20994 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20996         * test-build.mk: set $PATH for all builds
20998         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21000 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21002         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21003         the one used in gcc/Makefile.in, so that a null expansion doesn't
21004         override the one needed to build gcc with a native cc.
21006 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21008         * configure: Accept -with arguments.
21010 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21012         * Makefile.in: added h8300sim
21014 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21016         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21017         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21018         (all-cygnus, native, build-cygnus): Make
21019         $(canonhost)-stamp-3stage-done, not $(host)....
21020         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21021         i386-sco3.2v4.  Added else true to if command.
21023 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21025         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21027 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21029         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21031 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21033         * configure.in: don't remove binutils from Solaris builds
21035 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21037         * Makefile.in: get rid of earlier definitions for *clean,
21038         also handle the recursive info rule better
21040 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21042         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21043         do more-or-less the right thing.
21045 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21047         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21048         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21050 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21052         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21053         $(host_canonical).
21055         * configure.in: split the configdirs list into 4 categories (native
21056         v. cross, library v. tool) and handle the cross-only and native-
21057         only in more reasonable (and correct!) way.
21059 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21061         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21062         configdirs anymore.
21064 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21066         * Makefile.in: extensive cleanup::  removed all of the explicit
21067         clean-* targets, collapsed many wrappers around subdir_do into
21068         one, added additional targets to satisfy standards.texi, deleted
21069         some old targets, some changes for consistency
21071 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21073         * configure.in: handle some programs as cross-only, and others as
21074         native only
21076         * test-build.mk: handle partial holes in a more generic manner
21078         * Makefile.in: m4 depends on libiberty
21080 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21082         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21083         time, wdiff, and find to configdirs
21085         * Makefile.in: all, clean, and install rules for the new programs
21086         added to configure.in
21088 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21090         * configure.in: use mh-sun for all *-sun-* hosts
21092 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21094         * Makefile.in: define flags for X11 include files and library file
21095         locations, pass them down to the programs that need this info
21097         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21099 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21101         * configure.in: start building libg++ for HP-UX targets
21103 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21105         * README:  Update references to files moved into etc/.
21107 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21109         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21110         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21112 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21114         * configure: accept dash as well as underscore in long option
21115         names for FSF compatibility.
21117 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21119         * config.sub: added -sco3.2v4 support from FSF.
21121 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21123         * configure.in: expand the section that adds or removes
21124         directories from the list of programs to build, to handle native
21125         vs. cross in addition to host v. native
21127 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21129         * Makefile.in:  Replace C++ in macro names with CXX.
21130         This is less likely to break ...
21132 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21134         * test-build.mk: add -w to GNU_MAKE
21136 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21138         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21139         add 'sparc' to list of recognized cpus.  This needed to make
21140         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21141         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21142         then changes that into $CPU-wrs-vxworks.
21144         * configure.in: remove most references to gdbtest, regularize
21145         target based program removal
21147         * test-build.mk: import from p3 tree (many fixes and changes)
21149 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21151         * Makefile.in: added rules to handle tcl, tk, and expect
21153         * configure.in: handle those directories if they exist
21155 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21157         * config.sub: removed bogus hppabsd and hppahpux names, since
21158         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21160 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21162         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21163         depends upon all-xiberty
21165         * Makefile.in: changes from p3, including:
21167         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21169         * Makefile.in (XTRAFLAGS): include newlib directories if
21170         newlib/Makefile exists, rather than if host != target.
21172         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21174         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21175         from the same source tree and not building a cross-compiler.  This
21176         matters for the libg++ configuration if reconfiguring a tree that
21177         has already been installed.
21179         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21181         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21182         pick up the machine and system specific header files.
21184         * Makefile.in: added AS_FOR_TARGET, passed down in
21185         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21186         the C compiler to use to create programs which are run in the
21187         build environment, set it to default to $(CC), and passed it down
21188         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21190         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21192         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21193         We need them for unusual native builds, like systems without
21194         ranlib.
21196         * configure: also define $(host_canonical) and
21197         $(target_canonical), which are the full, canonical names for the
21198         given host and target
21200 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21202         * Makefile.in:  Added separate definitions for C++.
21204 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21206         * configure.in (configdirs):  Add deja-gnu.
21208 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21210         * README:  Update for configure.texi and gdb-4.7 release.
21212 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21214         * Makefile.in:  Move "all" target to top of file.
21215         Previously, first target was ".PHONY" which caused BSD4.4 make
21216         to build .PHONY when make was run without arguments.
21218 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21220         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21221         Library-copylefted code in libiberty.
21223 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21225         * config.sub:  Replace m68kmote with plain old m68k.
21227 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21229         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21231 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21233         * config.sub: Complain if no argument is given.  Added support for
21234         386bsd as OS and target alias.
21236 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21238         * Makefile.in (XTRAFLAGS): include newlib directories if
21239         newlib/Makefile exists, rather than if host != target.
21241 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21243         * config.sub: recognize sparclite-wrs-vxworks.
21245         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21246         p3.) Added clean-xiberty to clean.
21248 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21250         * configure.in: use *-*-* instead of nested cases for host and target
21252 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21254         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21255         from the same source tree and not building a cross-compiler.  This
21256         matters for the libg++ configuration if reconfiguring a tree that
21257         has already been installed.
21259 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21261         * config.sub (i486v/i486v4):  Merge in from FSF version.
21263 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21265         * configure: only set PWD if it is already set.
21267 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21269         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21270         doesn't have unset and all success paths (and most error paths)
21271         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21272         to just ${PWD} to avoid confusion.)
21274 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21276         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21277         even for a native compilation.
21279 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21281         Changes to make the gdb.tar.Z rule work better.
21283         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21284         (DEVO_SUPPORT):  Add configure.texi.
21285         (bfd-ilrt.tar.Z):  Remove ancient rule.
21287 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21289         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21290         pick up the machine and system specific header files.
21292         * configure.in, config.sub: added new target m68010-adobe-scout,
21293         with alias of adobe68k.  Changed configure.in to check for
21294         -scout before -sco* to avoid a false match.
21296         * Makefile.in: added AS_FOR_TARGET, passed down in
21297         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21298         the C compiler to use to create programs which are run in the
21299         build environment, set it to default to $(CC), and passed it down
21300         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21302 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21304         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21305         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21306         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21307         FOR_TARGET variants, to newlib and libg++.
21309 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21311         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21312         first.
21314 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21316         * config.sub:  Accept `elf' as an environment.
21318 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21320         * Makefile.in (all-opcodes):  cd into the right directory
21322 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21324         * configure: added -program_transform_name option, used as
21325         argument to sed when installing programs.
21326         configure.texi: added documentation for -program_prefix,
21327         -program_suffix and -program_transform_name.
21329 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21331         * config.sub:  Accept i486 where i386 ok.
21333 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21335         * config.sub: accept we32k
21337 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21339         * config.sub, configure.in: accept OSE68000 and OSE68k.
21341         * Makefile.in: don't create all directories for ``make install'';
21342         let the subdirectories create the ones they need.
21344 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21346         * COPYING: new file, GPL v2
21348 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21350         * Makefile.in: use the new gen-info-dir, which needs a template
21351         argument (which also lives in texinfo)
21353         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21355 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21357         * config.sub (ncr3000):  Change i386 to i486.
21359 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21361         * Makefile.in: add install-rcs, install-grep to
21362         install-no-fixedincludes, removed install-bison and install-libgcc
21364 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21366         * configure.in: grab the HPUX makefile fragment if on HPUX
21368 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21370         * Makefile.in: eradicate bison spoor (ditto libgcc).
21371         configure.in: recognise m68{k,000}-ericsson-OSE.
21372         es1800 is alias for m68k-ericsson-OSE
21374 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21376         * configure.in: rearrange the parts that remove programs from
21377         configdirs, based now on HOST==TARGET or by canonical triple.
21379 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21381         * test-build.mk: recurse explicitly with -f test-build.mk when
21382         appropriate.  predicate stage3 and comparison on the existence
21383         of gcc.  That is, if gcc isn't around, we aren't three-staging.
21384         On very clean, also remove ...stamp-co.  Build in-place before
21385         doing other builds.
21387 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21389         * Makefile.in, configure.in: add tgas
21391 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21393         * Makefile.in: a number of changes merged in from progressive.
21395         * configure.in: add libm.
21397         * .cvsignore: ignore some stuff that comes from test-build.mk.
21399 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
21401         * config.sub:  Add es1800 (m68k-ericsson-es1800).
21403 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21405         * configure: Add program_suffix (parallel to program_prefix)
21406         * Makefile.in: adjust directory-creating script for losing decstation
21408 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
21410         * configure:  Minor $subdir-related fixes.
21412 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21414         * configure: fix various problems with propogating
21415         makefile_target_frag in subdirs.
21416         * configure.in: config libgcc if its there
21418 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
21420         * config.sub:  HPPA merge.
21422 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
21424         * Makefile.in:  Replace all-bison with all-byacc in all
21425         dependency lines for other tools (which now use byacc).
21427 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
21429         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
21431 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
21433         * Makefile.in: make gprof rules similar to byacc rules (instead of
21434         vestigal $(unsubdir) that didn't work...)
21436 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
21438         * config.sub:  Add support for Linux.
21439         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
21440         (at least for libg++).
21442 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
21444         * configure.texi: fix doc for the -nfp option to configure
21446 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
21448         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21450 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
21452         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21453         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21454         * configure.in: added solaris* host_makefile_frag hook.
21456 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21458         * config.sub: changed recognition of m68000 so that various
21459         m68k types can be specified via m680[01234]0
21461 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21463         * config.sub (basic_machine): fix sed so that '-foo' isn't
21464         completely substituted out while .+'-foo' loses the '-foo'
21466 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21468         * config.sub ($os): Add -aout.
21470 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
21472         * configure:  If host_makefile_frag is absolute, don't
21473         prefix ${invsubdir} (relevant to libg++ auto-configure).
21475 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21477         * Makefile.in (tooldir): Define it.
21478         (all-ld): Depend on all-flex.
21480 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
21482         * Makefile.in (check):  Fix libg++ special case.
21484 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
21486         * configure: do not bury `pwd` into config.status, thus do fewer
21487         pwd's.
21489         * configure: print the "Building in" message only when building in
21490         other than "." AND verbose.
21492         * configure: remove -s, rework -v to better accommodate guested
21493         configures.
21495         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21497 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
21499         * Makefile.in: macroize flags passed on recursion.  remove
21500         fileutils.
21502 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
21504         * configure: get makesrcdir right for subdirs deeper than 1.
21506         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21507         install.
21509 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
21511         * Makefile.in: don't print subdir_do or recursion lines.
21513 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
21515         * standards.texi: added menu item.
21517         * Makefile.in: build and install standards.info.
21519         * standards.texi: new file.
21521 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21523         * configure: test for and move config.status pieces from
21524         ${subdir}/.
21526 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
21528         * configure:  Test for existance of files before trying to mv
21529         them, to avoid numerous non-existance messages.
21531 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
21533         * configure: correct final line of config.status.
21535         * configure: patch from eggert.  Avoids a protection problem if
21536         the original Makefile.in is read only.
21538         * configure: use move-if-change from gcc to create config.status.
21539         Some makefiles depend on config.status to tell if a directory
21540         has been reconfigured for a different host.  This change
21541         prevents those directories from remaking everything in the case
21542         where the reconfig was only intended to rebuild a Makefile.
21544         * configure: test for config.sub with "config.sub sun4" rather
21545         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21546         host alias from a missing config.sub.
21548 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21550         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21551         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21553 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21555         * configure: mkdir ${subdir} as needed.
21557 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21559         * Makefile.in,configure.in: added autoconf.
21561 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21563         * Makefile.in: no longer pass against on recursion.
21565         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21566         definitions are not inherited.
21568         * configure: correct makesrcdir when subdir is .
21570 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21572         * configure:  Add support for 'subdirs' variable, which is
21573         like 'configdirs', except that configure doesn't re-invoke
21574         itself for subdirs, it just creates a Makefile for each subdir.
21575         * configure.texi:  Document subdirs.
21577 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21579         * configure.in: added flex to configdirs
21581 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21583         * Makefile.in: remove clean-stamps from clean.
21585 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21587         * configure.in:  Add gdbtest to configdirs.
21589 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21591         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21592         to recursive makes.
21593         * configure.in:  Recognize new ncr3000 config.
21595 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21597         * Makefile.in, configure.in: removed references to gdbm.
21599 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21601         * config.sub:  Don't canonicalize os value
21602         newsos* to bsd (readline needs to check for newsos).
21603         (This fix was earlier made Jan 31, but got re-broken.)
21605 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21607         * configure.in:  sco is an os, not a vendor!
21609         * configure:  Quote $( better.  Keep various shells happy.
21611 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21613         * Makefile.in: eliminate stamp-files.
21615 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21617         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21618         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21620 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21622         * config.sub:  fix iris/iris3.
21624 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21626         * configure: re-add -rm.
21628 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
21630         * Maskefile.in: add .stmp-rcs to all.
21632         * configure.in: remove gas from rs6000 build, use aix host fragment.
21634 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
21636         * configure: pass down site_option during recursion.
21638 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
21640         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
21642 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
21644         * configure: Change exec_prefix so that it really defaults to prefix.
21646 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
21648         * Makefile.in, configure.in:  Add support for mmalloc library.
21650 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
21652         * Makefile.in: add stmp dependencies for a few more things.
21654 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
21656         * configure: adjusted error message on objdir/srcdir configure
21657         collision, per john's suggestion.
21659         * Makefile.in: add libiberty stmp to all and all.cross.
21661 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
21663         * Makefile.in: remove force dependencies, add grep to all.
21665 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
21667         * Makefile.in: drop flex.  make stamp files work.
21669         * configure: added test for conflicting configuration in srcdir,
21670         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
21671         gets cranky.  use relative paths for configure and srcdir
21672         whenever possible.  Send some error messages to stderr that were
21673         going to stdout.
21675 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
21677         * Makefile.in:  Fix libg++ rule to check for gcc directory
21678         before using gcc/gcc.  Also pass XTRAFLAGS.
21680 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
21682         * Makefile.in: added stmp-files so that directories aren't polled
21683         when they are already built.
21685         * configure.texi: fixed a node pointer problem.
21687 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
21689         * config.sub configure.in gdb/configure.in
21690         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21691         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21692         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
21694 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21696         * configure: -recurring becomes -silent.  corrected help message
21697         for -site= option.
21699         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21701 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21703         * configure: when building Makefile for crosses, replace
21704         tooldir and program_prefix.  default srcdir from location of
21705         config.sub.  remove "for host in hosts" and "for target in
21706         targets" loops.
21708 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21710         * Makefile.in: Do not pass bindir or mandir to cvs.
21712 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
21714         * Makefile.in, configure.in: removed traces of namesubdir,
21715         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
21716         copyrights to '92, changed some from Cygnus to FSF.
21718         * configure.texi: remove most references to multiple hosts,
21719         multiple targets, subdirs, etc.
21721         * configure.man: removed rcsid. reference config.sub not
21722         config.subr.
21724         * Makefile.in: mkdir $(infodir) on install-info.
21726 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
21728         * configure.texi:  Explain better about .gdbinit and about
21729         the environment that configure.in sections run in.
21731 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
21733         * configure.in:  Ultrix is only a decstation if it's a MIPS.
21735 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
21737         * README:  DOC.configure => cfg-paper.texi.
21739 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
21741         * config.sub (near case $os):  Don't convert newsos* to bsd!
21743 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
21745         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
21746         the number of copies of COPYING that go into the GDB tar file.
21748 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
21750         * bfd/configure.in, gdb/config/mh-i386sco,
21751         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21752         Fix SCO configuration stuff.
21754 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
21756         * Makefile.in:  For libg++, make sure the -I pointing
21757         to the gcc directory goes *after* all the libg++-local -I flags.
21758         Also, move just-gcc dependency from just-libg++ to all-libg++.
21760 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
21762         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
21764 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
21766         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
21768 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
21770         * config.sub:  Add stratus configuration frags.  Also
21771         submitted to FSF.
21773 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
21775         * Makefile.in (DEV_SUPPORT):  add configure.man.
21777         * config.sub(Decode manufacturer-specific):  add -none*.
21779 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
21781         * Makefile.in:  remove form feeds to make Sun's make happy.
21782         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
21784 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
21786         * Makefile.in (AR_FLAGS):  Make quieter.
21788 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
21790         * configure.in:  Add libg++.
21791         * configure:  When verbose, don't output the command line at each
21792         level; it will be unremarkably the same as the previous version,
21793         which will be the same as what the user typed.
21795 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
21797         * configure.in, Makefile.in: fix clean-info, add flex.  add
21798         fileutils.
21800         * configure: be less sensitive to spaces in Makefile.in.  Do not
21801         look for sources in "..".  Doing so breaks subdirectories that
21802         might have their own configure.  If a subdir has it's own
21803         configure script, use it.
21805 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
21807         * cfg-paper.texi: some changes suggested by rms.
21809 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
21811         * config.sub:  Merge in some small additions from the FSF version,
21812         taken from the gcc distribution, to bring the Cygnus and FSF
21813         versions into closer sync.
21815 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
21817         * configure.in:  Changed svr4 references to sysv4.
21819 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
21821         * configure: added -V for version number option.
21823 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
21825         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21826         renamed from DOC.configure to cfg-paper.texi.
21828 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21830         * configure, config.subr, config.sub: config.subr is now
21831         config.sub again.
21833 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
21835         * configure.texi: new file, in progress.
21837         * Makefile.in: build info file and install the man page for
21838         configure.
21840         * configure.man: new file, first cut.
21842         * configure: find config.subr again now that configuration "none"
21843         has gone.  removed all traces of the -ansi option.  removed all
21844         traces of the -languages option.
21846         * config.subr: resync from rms.
21848 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21850         * configure, config.sub, config.subr: merge config.sub into
21851         config.subr, call the result config.subr, remove config.sub, use
21852         config.subr.
21854         * Makefile.in: revised install for dir.info.
21856 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21858         * configure.in: add decstation host makefile frag.
21860         * Makefile.in: BISON now bison -y again.  also install-gcc on
21861         install.  clean-gdbm on clean.  infodir belongs in datadir.
21862         Make directories for info install.  Build dir.info here then
21863         install it.
21865 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21867         * Makefile.in: fix for bad directory tests.
21869 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21871         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
21872         regexp.  -srcdir relative was being handled incorrectly.
21874         * Makefile.in: unwrapped some for loops so that parallel makes
21875         work again and so one can focus one's attention on a particular
21876         package.
21878 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21880         * configure: added PWD as a stand in for `pwd` (for speed). use
21881         elif wherever possible.  make -srcdir work without -objdir.
21882         -objdir= commented out.
21884 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21886         * configure: +options become --options.  -subdirs commented out.
21887         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
21888         Makefile now at top of generated Makefile.  Removed cvs log
21889         entries.  added -srcdir.  create .gdbinit only if there is one
21890         in ${srcdir}.
21892         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
21893         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
21894         and mandir now keyed off datadir by default.
21896 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21898         * Freshly created ChangeLog.
21901 Local Variables:
21902 mode: change-log
21903 left-margin: 8
21904 fill-column: 76
21905 version-control: never
21906 End: