d: Merge upstream dmd, druntime 4ca4140e58, phobos 454dff14d.
[official-gcc.git] / ChangeLog
blob6a91db1cae27664af67eaeedbd3d63417a3f4daa
1 2023-03-10  Arsen Arsenović  <arsen@aarsen.me>
3         * MAINTAINERS (Write After Approval): Add myself.
5 2023-02-16  Martin Liska  <mliska@suse.cz>
7         * MAINTAINERS: I'm stepping down from my positions.
9 2023-01-10  Philip Herron  <herron.philip@googlemail.com>
11         * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
13 2023-01-06  Clément Chigot  <chigot@adacore.com>
15         * configure.ac: Skip GMP and MPFR when --disable-gdb is
16         provided.
17         * configure: Regenerate.
19 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
21         * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
23 2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
25         * Makefile.def: Do not build shared libffi.
26         * Makefile.in: Regenerate.
28 2022-12-21  Andrew Pinski  <apinski@marvell.com>
30         * Makefile.def: Add configure-gdb dependencies
31         on all-gmp and all-mpfr.
32         * configure.ac: Split out MPC checking from MPFR.
33         Require GMP and MPFR if the gdb directory exist.
34         * Makefile.in: Regenerate.
35         * configure: Regenerate.
37 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
39         * configure.ac (target_libraries): Add target-libgm2.
40         Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
41         Add GCC_TARGET_TOOL entry for gm2.
42         (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
43         gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
44         * Makefile.def (target_modules): Add libgm2.
45         (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
46         (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
47         (languages): Add entry for language=m2 with gcc-check-target=check-m2
48         and lib-check-target=check-target-libgm2.
49         * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
50         (HOST_EXPORTS): Add definition for GM2.
51         (BASE_TARGET_EXPORTS): Add definition for GM2.
52         (GM2_FOR_BUILD): Defined.
53         (GM2FLAGS): Defined.
54         (GM2_FOR_TARGET): Defined.
55         (GM2FLAGS_FOR_TARGET): Defined.
56         (EXTRA_HOST_FLAGS): Defined.
57         (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
58         (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
59         (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
60         * configure: Rebuilt.
61         * Makefile.in: Rebuilt.
63 2022-12-13  Philip Herron  <philip.herron@embecosm.com>
65         * Makefile.def: Add Rust language.
66         * Makefile.in: Regenerate via autogen.
68 2022-12-09  Martin Liska  <mliska@suse.cz>
70         * MAINTAINERS: Fix spacing.
72 2022-12-07  Arthur Cohen  <arthur.cohen@embecosm.com>
74         * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
76 2022-12-07  Iain Sandoe  <iain@sandoe.co.uk>
78         * Makefile.def: Pass host_libs_picflag to host dependent library
79         configures.
80         * Makefile.in: Regenerate.
81         * configure: Regenerate.
82         * configure.ac (host_libs_picflag): New configure variable set to
83         '--with-pic' when building 'host_shared'.
85 2022-11-25  Weimin Pan  <weimin.pan@oracle.com>
87         * Makefile.def: Add libsframe as new module with its dependencies.
88         * Makefile.in: Regenerated.
89         * configure.ac: Add libsframe to host_libs.
90         * configure: Regenerated.
92 2022-11-23  Marek Polacek  <polacek@redhat.com>
94         Revert:
95         2022-11-23  Marek Polacek  <polacek@redhat.com>
97         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
98         isl.
99         * Makefile.in: Regenerate.
100         * Makefile.tpl: Set PICFLAG.
101         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
102         check.
103         * configure: Regenerate.
105 2022-11-23  Marek Polacek  <polacek@redhat.com>
107         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
108         isl.
109         * Makefile.in: Regenerate.
110         * Makefile.tpl: Set PICFLAG.
111         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
112         check.
113         * configure: Regenerate.
115 2022-11-14  Martin Liska  <mliska@suse.cz>
117         Revert:
118         2022-11-09  Martin Liska  <mliska@suse.cz>
120         * doc/Makefile: New file.
121         * doc/_static/custom.css: New file.
122         * doc/baseconf.py: New file.
123         * doc/bsd.rst: New file.
124         * doc/contrib.rst: New file.
125         * doc/contribute.rst: New file.
126         * doc/cppdiropts.rst: New file.
127         * doc/cppenv.rst: New file.
128         * doc/cppopts.rst: New file.
129         * doc/cppwarnopts.rst: New file.
130         * doc/favicon.ico: New file.
131         * doc/funding.rst: New file.
132         * doc/gcc_sphinx.py: New file.
133         * doc/gnu.rst: New file.
134         * doc/gnu_free_documentation_license.rst: New file.
135         * doc/gpl-3.0.rst: New file.
136         * doc/indices-and-tables.rst: New file.
137         * doc/lgpl-2.1.rst: New file.
138         * doc/logo.pdf: New file.
139         * doc/logo.svg: New file.
140         * doc/md.rst: New file.
141         * doc/requirements.txt: New file.
143 2022-11-14  Martin Liska  <mliska@suse.cz>
145         Revert:
146         2022-11-09  Martin Liska  <mliska@suse.cz>
148         * doc/baseconf.py: Port to GCC sources.
150 2022-11-14  Martin Liska  <mliska@suse.cz>
152         Revert:
153         2022-11-14  Martin Liska  <mliska@suse.cz>
155         * configure: Regenerate.
156         * configure.ac: Support Sphinx based documentation.
158 2022-11-14  Martin Liska  <mliska@suse.cz>
160         Revert:
161         2022-11-09  Martin Liska  <mliska@suse.cz>
163         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
164         provide a default.
166 2022-11-14  Martin Liska  <mliska@suse.cz>
168         Revert:
169         2022-11-09  Martin Liska  <mliska@suse.cz>
171         * doc/bsd.rst:
172         Add trailing newline.
173         * doc/contrib.rst:
174         Add trailing newline.
175         * doc/contribute.rst:
176         Add trailing newline.
177         * doc/cppdiropts.rst:
178         Add trailing newline.
179         * doc/cppenv.rst:
180         Add trailing newline.
181         * doc/cppopts.rst:
182         Add trailing newline.
183         * doc/cppwarnopts.rst:
184         Add trailing newline.
185         * doc/funding.rst:
186         Add trailing newline.
187         * doc/gnu.rst:
188         Add trailing newline.
189         * doc/gnu_free_documentation_license.rst:
190         Add trailing newline.
191         * doc/gpl-3.0.rst:
192         Add trailing newline.
193         * doc/indices-and-tables.rst:
194         Add trailing newline.
195         * doc/lgpl-2.1.rst:
196         Add trailing newline.
197         * doc/md.rst:
198         Add trailing newline.
200 2022-11-14  Martin Liska  <mliska@suse.cz>
202         Revert:
203         2022-11-09  Martin Liska  <mliska@suse.cz>
205         * configure.ac: Use new install URL.
206         * configure: Regenerate.
208 2022-11-14  Martin Liska  <mliska@suse.cz>
210         Revert:
211         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
213         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
214         instead of just ``.''.
215         * doc/gcc_sphinx.py: Moved to...
216         * doc/modules/gcc_sphinx.py: ...here.
218 2022-11-14  Martin Liska  <mliska@suse.cz>
220         Revert:
221         2022-11-10  Martin Liska  <mliska@suse.cz>
223         * doc/baseconf.py: Modernize by using pathlib.
225 2022-11-14  Martin Liska  <mliska@suse.cz>
227         Revert:
228         2022-11-11  Martin Liska  <mliska@suse.cz>
230         * doc/Makefile: Disable -j auto.
232 2022-11-14  Martin Liska  <mliska@suse.cz>
234         Revert:
235         2022-11-11  Martin Liska  <mliska@suse.cz>
237         * doc/Makefile: Update comment.
239 2022-11-14  Martin Liska  <mliska@suse.cz>
241         Revert:
242         2022-11-11  Martin Liska  <mliska@suse.cz>
244         * doc/indices-and-tables.rst: Rename Indexes to Indices.
246 2022-11-14  Martin Liska  <mliska@suse.cz>
248         Revert:
249         2022-11-13  Martin Liska  <mliska@suse.cz>
251         PR web/107643
252         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
253         is set.
254         * doc/indices-and-tables.rst: Use include_todo tag.
256 2022-11-14  Martin Liska  <mliska@suse.cz>
258         Revert:
259         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
261         * doc/contrib.rst: Update Jeff Law's email address.
263 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
265         * doc/contrib.rst: Update Jeff Law's email address.
267 2022-11-13  Martin Liska  <mliska@suse.cz>
269         PR web/107643
270         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
271         is set.
272         * doc/indices-and-tables.rst: Use include_todo tag.
274 2022-11-11  Martin Liska  <mliska@suse.cz>
276         * doc/indices-and-tables.rst: Rename Indexes to Indices.
278 2022-11-11  Martin Liska  <mliska@suse.cz>
280         * doc/Makefile: Update comment.
282 2022-11-11  Martin Liska  <mliska@suse.cz>
284         * doc/Makefile: Disable -j auto.
286 2022-11-10  Martin Liska  <mliska@suse.cz>
288         * doc/baseconf.py: Modernize by using pathlib.
290 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
292         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
293         instead of just ``.''.
294         * doc/gcc_sphinx.py: Moved to...
295         * doc/modules/gcc_sphinx.py: ...here.
297 2022-11-09  Martin Liska  <mliska@suse.cz>
299         * configure.ac: Use new install URL.
300         * configure: Regenerate.
302 2022-11-09  Martin Liska  <mliska@suse.cz>
304         * doc/bsd.rst:
305         Add trailing newline.
306         * doc/contrib.rst:
307         Add trailing newline.
308         * doc/contribute.rst:
309         Add trailing newline.
310         * doc/cppdiropts.rst:
311         Add trailing newline.
312         * doc/cppenv.rst:
313         Add trailing newline.
314         * doc/cppopts.rst:
315         Add trailing newline.
316         * doc/cppwarnopts.rst:
317         Add trailing newline.
318         * doc/funding.rst:
319         Add trailing newline.
320         * doc/gnu.rst:
321         Add trailing newline.
322         * doc/gnu_free_documentation_license.rst:
323         Add trailing newline.
324         * doc/gpl-3.0.rst:
325         Add trailing newline.
326         * doc/indices-and-tables.rst:
327         Add trailing newline.
328         * doc/lgpl-2.1.rst:
329         Add trailing newline.
330         * doc/md.rst:
331         Add trailing newline.
333 2022-11-09  Martin Liska  <mliska@suse.cz>
335         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
336         provide a default.
338 2022-11-09  Martin Liska  <mliska@suse.cz>
340         * configure: Regenerate.
341         * configure.ac: Support Sphinx based documentation.
343 2022-11-09  Martin Liska  <mliska@suse.cz>
345         * doc/baseconf.py: Port to GCC sources.
347 2022-11-09  Martin Liska  <mliska@suse.cz>
349         * doc/Makefile: New file.
350         * doc/_static/custom.css: New file.
351         * doc/baseconf.py: New file.
352         * doc/bsd.rst: New file.
353         * doc/contrib.rst: New file.
354         * doc/contribute.rst: New file.
355         * doc/cppdiropts.rst: New file.
356         * doc/cppenv.rst: New file.
357         * doc/cppopts.rst: New file.
358         * doc/cppwarnopts.rst: New file.
359         * doc/favicon.ico: New file.
360         * doc/funding.rst: New file.
361         * doc/gcc_sphinx.py: New file.
362         * doc/gnu.rst: New file.
363         * doc/gnu_free_documentation_license.rst: New file.
364         * doc/gpl-3.0.rst: New file.
365         * doc/indices-and-tables.rst: New file.
366         * doc/lgpl-2.1.rst: New file.
367         * doc/logo.pdf: New file.
368         * doc/logo.svg: New file.
369         * doc/md.rst: New file.
370         * doc/requirements.txt: New file.
372 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
374         * Makefile.def: Remove module 'liboffloadmic'.
375         * Makefile.in: Regenerate.
376         * configure.ac: Remove 'liboffloadmic' handling.
377         * configure: Regenerate.
379 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
381         * MAINTAINERS: Update email address.
383 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
385         * configure.ac: Don't configure readline if --with-system-readline is
386         used.
387         * configure: Re-generate.
389 2022-10-12  Cui,Lili  <lili.cui@intel.com>
391         * MAINTAINERS (Write After Approval): Add myself.
393 2022-10-11  Olivier Hainque  <hainque@adacore.com>
395         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
396         and friends for rtp !large. Assume the linker has the required
397         abilities and set lt_cv_deplibs_check_method.
399 2022-09-30  Olivier Hainque  <hainque@adacore.com>
401         * configure.ac (*vxworks*): If enable_shared is not
402         set, set to "no" and add --disable-shared to target and
403         host_configargs.
404         * configure: Regenerate.
406 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
408         * MAINTAINERS: Update my email address and DCO entry.
410 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
412         * MAINTAINERS (Write After Approval): Add myself.
414 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
416         * MAINTAINERS (Write After Approval): Add myself.
418 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
420         * MAINTAINERS: Update my email address.
422 2022-09-07  Tom de Vries  <tdevries@suse.de>
424         * configure.ac: Set extra_host_libiberty_configure_flags and
425         extra_host_zlib_configure_flags in separate case statements.
426         * configure: Regenerate.
428 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
430         * MAINTAINERS: Update c-sky port maintainers' emails.
432 2022-08-31  Martin Liska  <mliska@suse.cz>
434         * configure: Regenerate.
435         * configure.ac: Delete hpux9 and hpux10.
437 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
439         * Makefile.def: Drop libelf module and gcc-configure dependency
440         on it.
441         * Makefile.in: Regenerate with 'autogen Makefile.def'.
442         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
443         LIBELFINC.
444         * configure: Regenrate.
445         * configure.ac (host_libs): Drop unused libelf.
447 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
449         * Makefile.in: Regenerate.
451 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
453         * MAINTAINERS: Add myself as AutoFDO maintainer.
455 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
456             Arnaud Charlet  <charlet@adacore.com>
458         * configure: Regenerate.
460 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
462         PR bootstrap/106472
463         * Makefile.def (dependencies): Make configure-target-libgo depend
464         upon all-target-libbacktrace.
466 2022-07-27  David Faust  <david.faust@oracle.com>
468         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
470 2022-07-27  Richard Biener  <rguenther@suse.de>
472         * MAINTAINERS (Roger Sayle): Update e-mail address.
474 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
476         * MAINTAINERS (Write After Approval): Add myself.
478 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
480         * MAINTAINERS: Add myself as Ada front end co-maintainer.
482 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
484         * .gitignore: Do not ignore config.h.
486 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
488         * MAINTAINERS: Add myself to Write After Approval.
490 2022-07-04  Martin Liska  <mliska@suse.cz>
492         * MAINTAINERS: fix sorting of names
494 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
496         * MAINTAINERS: add myself.
498 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
500         * MAINTAINERS: Add myself to write after approval and DCO.
502 2022-07-02  Tim Lange  <mail@tim-lange.me>
504         * MAINTAINERS: Add myself.
506 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
508         * MAINTAINERS (Write After Approval): Add myself.
510 2022-06-30  Cui,Lili  <lili.cui@intel.com>
512         Revert:
513         2022-06-30  Cui,Lili  <lili.cui@intel.com>
515         * MAINTAINERS (Write After Approval): Add myself.
517 2022-06-30  Cui,Lili  <lili.cui@intel.com>
519         * MAINTAINERS (Write After Approval): Add myself.
521 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
523         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
524         (EXTRA_GCC_FLAGS): Likewise.
525         * Makefile.in: Rebuilt.
527 2022-06-28  konglin1  <lingling.kong@intel.com>
529         * MAINTAINERS (Write After Approval): Add myself.
531 2022-06-27  Tom de Vries  <tdevries@suse.de>
533         * configure.ac: Build libiberty pic variant for gdbserver.
534         * configure: Regenerate.
536 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
538         * configure: Regenerate.
539         * configure.ac: Correct use of $host.
541 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
543         * MAINTAINERS: Remove tilegx and tilepro entries.
544         * configure.ac: Remove tilegx and tilepro stanzas.
545         * configure: Rebuilt.
547 2022-05-28  Bruce Korb  <bkorb@gnu.org>
549         * .gitignore: Ignore vim swap files
551 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
553         * MAINTAINERS: Add myself to write after approval.
555 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
557         * MAINTAINERS: Remove myself from DCO section.
559 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
561         * MAINTAINERS: Update my email address.
563 2022-05-09  Clément Chigot  <chigot@adacore.com>
565         * MAINTAINERS: Update my email address.
567 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
569         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
570         section.
572 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
574         * MAINTAINERS: Update my email address.
576 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
578         * MAINTAINERS: Update my email address.
580 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
582         * MAINTAINERS: (CPU Port Maintainers): Add myself and
583         Lulu as LoongArch port maintainer.
585 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
586             Lulu Cheng  <chenglulu@loongson.cn>
588         * configure.ac: Add LoongArch tuples.
589         * configure: Regenerate.
591 2022-03-28  Tom Tromey  <tromey@adacore.com>
593         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
594         * configure: Rebuild.
596 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
598         * MAINTAINERS: Change my information.
600 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
602         * MAINTAINERS: Add myself to DCO section.
604 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
606         * configure.ac: Fix incorrect option in comment.
607         * configure: Regenerate.
609 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
611         * Makefile.def (dependencies): Make configure-sim depend on
612         all-readline.
613         * Makefile.in: Regenerate.
615 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
617         * MAINTAINERS (Write After Approval): Update my e-mail address.
619 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
621         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
623 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
625         * MAINTAINERS: Update my email and add myself to the DCO list.
627 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
629         Revert:
630         2021-09-16  Andrew Pinski  <apinski@marvell.com>
632         PR bootstrap/67102
633         * Makefile.def: Have configure-target-libffi depend on
634         all-target-libstdc++-v3.
635         * Makefile.in: Regenerate.
637 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
639         PR other/104181
640         * build.log: Remove.
642 2022-01-20  Martin Liska  <mliska@suse.cz>
644         * MAINTAINERS: Adjust email address based on IRC request.
646 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
648         * MAINTAINERS: Update my email address.
650 2022-01-17  Martin Liska  <mliska@suse.cz>
652         * MAINTAINERS: Rename .c names to .cc.
654 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
656         * Makefile.am: Remove.
658 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
660         * Makefile.am: New file.
662 2022-01-11  Martin Liska  <mliska@suse.cz>
664         * MAINTAINERS: Sort 2 names.
666 2022-01-10  Martin Liska  <mliska@suse.cz>
668         * MAINTAINERS: Fix obvious issues with sorting.
670 2022-01-07  liuhongt  <hongtao.liu@intel.com>
672         * build.log: New file.
674 2022-01-05  Nathan Sidwell  <nathan@acm.org>
676         * MAINTAINERS: Add DCO entry.  Sort that list.
678 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
680         * MAINTAINERS: Change of email address in both DCO and
681         Write After Approval list.
683 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
685         * configure: Regenerate.
687 2021-12-21  Martin Liska  <mliska@suse.cz>
689         * config.sub: Change mode back to 755.
691 2021-12-17  Martin Liska  <mliska@suse.cz>
693         * config.sub: Sync from master.
695 2021-12-17  Martin Liska  <mliska@suse.cz>
697         Revert:
698         2021-12-16  Matthias Seidel  <mseidel@apache.org>
700         * config.sub: Fix typo.
702 2021-12-16  Matthias Seidel  <mseidel@apache.org>
704         * config.sub: Fix typo.
706 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
708         Revert:
709         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
711         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
712         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
713         * configure.ac: Include config/gcc-plugin.m4.
714         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
715         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
716         RANLIB if possible.
717         * Makefile.in: Regenerated.
718         * configure: Likewise.
720 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
722         * Makefile.tpl (BUILD_CFLAGS): New.
723         (CFLAGS): Append $(BUILD_CFLAGS).
724         (CXXFLAGS): Likewise.
725         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
726         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
727         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
728         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
729         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
730         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
731         (PGO-TRAINING-TARGETS): Likewise.
732         (PGO_BUILD_TRAINING): Likewise.
733         (all): Add '+' to the command line for recursive make.  Support
734         the PGO build.
735         * configure.ac: Add --enable-pgo-build[=lto].
736         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
737         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
738         * Makefile.in: Regenerated.
739         * configure: Likewise.
741 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
743         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
744         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
745         * configure.ac: Include config/gcc-plugin.m4.
746         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
747         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
748         RANLIB if possible.
749         * Makefile.in: Regenerated.
750         * configure: Likewise.
752 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
754         * MAINTAINERS: Add myself to write after approval.
756 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
758         * MAINTAINERS: Adding myself.
760 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
762         * configure: Regenerate.
763         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
764         $(CPP).
766 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
768         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
769         libatomic.
770         * Makefile.in: Regenerate.
771         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
772         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
773         target-libphobos-bootstrap.
774         (STAGE2_CONFIGURE_FLAGS): Likewise.
775         * configure: Regenerate.
776         * configure.ac: Add support for bootstrapping D front-end.
778 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
780         * MAINTAINERS: Add myself to DCO section and update email address.
782 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
784         * configure: Regenerate.
785         * configure.ac: Ensure that PIC (shared) defaults are set
786         correctly for Darwin.
788 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
790         * MAINTAINERS: Update my address.
792 2021-11-12  Alan Modra  <amodra@gmail.com>
794         * Makefile.def (configure-opcodes): Depend on configure-bfd.
795         * Makefile.in: Regenerate.
797 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
799         * MAINTAINERS: Clarify the policy WRT the Write After Approval
800         list.
802 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
804         * MAINTAINERS (Reviewers, arc): Remove my entry.
805         (Write After Approval): Add an entry for myself.
807 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
809         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
810         * Makefile.in: Regenerate.
811         * configure: Regenerate.
812         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
814 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
816         * MAINTAINERS: Fix up Maciej's entries.
818 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
820         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
821         maintainer.
823 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
825         PR other/102663
826         * Makefile.def: Handle install-dvi target.
827         * Makefile.tpl: Likewise.
828         * Makefile.in: Regenerate.
830 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
832         * MAINTAINERS: Add myself for write after approval.
834 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
836         * Makefile.def: Mark libcody, libdecnumber,
837         c++tools, libgcc, and libobjc as missing TAGS
838         targets.
839         * Makefile.in: Regenerate.
841 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
843         * MAINTAINERS: Add myself to DCO section and update email
844         address.
846 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
848         * MAINTAINERS: Add myself to DCO section.
850 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
852         * configure: Regenerate.
853         * configure.ac (skipdirs): Add the contents of target_configdirs if
854         we are not building gcc.
856 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
858         * Makefile.def: Back-port commits ba4d88ad892f and
859         755ba58ebef0 from binutils-gdb repository.
860         * Makefile.in: Regenerated.
862 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
864         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
866 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
868         * Makefile.def: Add a jit check target for the jit
869         language.
870         * Makefile.in: Regenerate.
872 2021-09-16  Andrew Pinski  <apinski@marvell.com>
874         PR bootstrap/67102
875         * Makefile.def: Have configure-target-libffi depend on
876         all-target-libstdc++-v3.
877         * Makefile.in: Regenerate.
879 2021-09-10  Petter Tomner  <tomner@kth.se>
881         * MAINTAINERS: Me added to DCO and write after approval
883 2021-09-01  YunQiang Su  <syq@debian.org>
885         * MAINTAINERS: Add myself for write after approval.
887 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
889         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
890         * Makefile.in: Regenerate.
892 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
894         * MAINTAINERS: Add myself for write after approval.
896 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
898         * Makefile.in: Regenerate.
899         * Makefile.tpl: Make the state of the configured host
900         shared flag available to makefile fragements.
902 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
904         * MAINTAINERS (Write After Approval): Add myself.
906 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
908         * .dir-locals.el (bug-reference-url-format): Use https.
910 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
912         * .dir-locals.el (c-mode): Change fill-column to 79.
914 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
916         * MAINTAINERS: Add myself to DCO section.
918 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
920         * configure: Regenerate.
921         * configure.ac: Adjust cases for which it is necessary to
922         include the Darwin host config fragment.
924 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
926         * MAINTAINERS: Add myself for write after approval and DCO.
928 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
930         * Makefile.def: Add dsymutil defs.
931         * Makefile.in: Regenerated.
932         * Makefile.tpl: Add dsymutil to flags.
933         * configure: Regenerated.
934         * configure.ac: Add dsymutil to target and build recipes.
936 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
938         * MAINTAINERS: Add myself for write after approval.
940 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
942         * MAINTAINERS (Write After Approval): Add myself.
944 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
946         * MAINTAINERS: Add myself for write after approval and DCO
948 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
950         * .gitignore: Add entry for cscope.out.
952 2021-06-22  liuhongt  <hongtao.liu@intel.com>
954         * MAINTAINERS: Remove my Write After Approval entry.
956 2021-06-21  liuhongt  <hongtao.liu@intel.com>
958         * MAINTAINERS: Add myself as maintainer of the i386 vector
959         extensions.
961 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
963         * MAINTAINERS (Write After Approval): Add myself.
965 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
967         * MAINTAINERS (Various Maintainers): Add Andrew and myself
968         as *vrp and ranger maintainers.
970 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
972         * MAINTAINERS: Adjust my entry in the DCO section so that it does
973         not trigger testsuite failures.
975 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
977         * MAINTAINERS: Add myself to DCO section with both email addresses.
979 2021-06-03  Jason Merrill  <jason@redhat.com>
981         * MAINTAINERS: Add DCO version number.
983 2021-06-02  Jason Merrill  <jason@redhat.com>
985         * MAINTAINERS: Add DCO section.
987 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
989         * MAINTAINERS (Write After Approval): Add myself.
991 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
993         * configure.ac: Add gnulib to configdirs for sim.
994         * configure: Regenerate.
996 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
998         * Makefile.def: Add configure-sim dependency on all-gnulib.
999         * Makefile.in: Regenerated.
1001 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1003         * MAINTAINERS (Write After Approval): Add myself.
1005 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
1007         * MAINTAINERS (Write After Approval): Add myself.
1009 2021-05-11  Martin Liska  <mliska@suse.cz>
1011         * MAINTAINERS: Remove entries for removed
1012         components (HSA, BRIG, libhsail-rt).
1013         Move Pekka to Write After Approval.
1015 2021-05-11  Martin Liska  <mliska@suse.cz>
1017         * Makefile.def: Remove libhsail-rt.
1018         * Makefile.in: Likewise.
1019         * configure.ac: Likewise.
1020         * configure: Regenerate.
1021         * libhsail-rt/ChangeLog: Removed.
1022         * libhsail-rt/Makefile.am: Removed.
1023         * libhsail-rt/Makefile.in: Removed.
1024         * libhsail-rt/README: Removed.
1025         * libhsail-rt/aclocal.m4: Removed.
1026         * libhsail-rt/configure: Removed.
1027         * libhsail-rt/configure.ac: Removed.
1028         * libhsail-rt/configure.tgt: Removed.
1029         * libhsail-rt/include/internal/fibers.h: Removed.
1030         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1031         * libhsail-rt/include/internal/phsa-rt.h: Removed.
1032         * libhsail-rt/include/internal/workitems.h: Removed.
1033         * libhsail-rt/rt/arithmetic.c: Removed.
1034         * libhsail-rt/rt/atomics.c: Removed.
1035         * libhsail-rt/rt/bitstring.c: Removed.
1036         * libhsail-rt/rt/fbarrier.c: Removed.
1037         * libhsail-rt/rt/fibers.c: Removed.
1038         * libhsail-rt/rt/fp16.c: Removed.
1039         * libhsail-rt/rt/misc.c: Removed.
1040         * libhsail-rt/rt/multimedia.c: Removed.
1041         * libhsail-rt/rt/queue.c: Removed.
1042         * libhsail-rt/rt/sat_arithmetic.c: Removed.
1043         * libhsail-rt/rt/segment.c: Removed.
1044         * libhsail-rt/rt/workitems.c: Removed.
1045         * libhsail-rt/target-config.h.in: Removed.
1047 2021-05-04  Nick Clifton  <nickc@redhat.com>
1049         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1050         * configure: Regenerate.
1052 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
1053             Tobias Burnus  <tobias@codesourcery.com>
1055         * configure.ac (--enable-offload-defaulted): New.
1056         * configure: Regenerate.
1058 2021-04-23  David Faust  <david.faust@oracle.com>
1060         * MAINTAINERS (Write After Approval): Add myself.
1062 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1064         * MAINTAINERS (Write After Approval): Add myself.
1066 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
1068         * MAINTAINERS: Add myself as pru port maintainer.
1070 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
1072         * MAINTAINERS: Add myself as static analyzer maintainer.
1074 2021-03-18  Jeff Law  <jlaw@tachyum.com>
1076         * MAINTAINERS: Update primary entry.
1078 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
1080         * MAINTAINERS (Write After Approval): Add myself.
1082 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
1084         * Makefile.def: Remove all-sim dependency on configure-gdb.
1085         * Makefile.in: Regenerated.
1087 2021-03-11  Jeff Law  <law@redhat.com>
1089         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1091 2021-03-11  Martin Liska  <mliska@suse.cz>
1093         * Makefile.tpl: The change was done Makefile.in which
1094         is generated file.
1096 2021-03-08  Jeff Law  <law@redhat.com>
1098         * MAINTAINERS: Update my email address
1100 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1102         * config.guess: Import latest upstream.
1103         * config.sub: Import latest upstream.
1105 2021-01-25  Martin Liska  <mliska@suse.cz>
1107         PR gcov-profile/98739
1108         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1109         for profiledbootstrap.
1111 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1113         * MAINTAINERS (Write After Approval): Add myself.
1115 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1117         * MAINTAINERS (Write After Approval): Update my e-mail address.
1119 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1121         * MAINTAINERS: Fix spacing.
1123 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1125         * MAINTAINERS (Write After Approval): Add myself
1127 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1129         * Makefile.def: Sync with binutils-gdb:
1130         (dependencies): all-ld depends on all-libctf.
1131         (host_modules): libctf is no longer no_install.
1132         No longer no_check.  Checking depends on all-ld.
1133         * Makefile.in: Regenerated.
1135 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1137         * libtool.m4: Match gnu* along other GNU systems.
1138         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1139         * libgo/configure: Re-generate.
1141 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1143         * MAINTAINERS: Update my email address.
1145 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1147         * MAINTAINERS (Write After Approval): Add myself.
1149 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1151         * Makefile.def
1152         * Makefile.in
1153         * Makefile.tpl
1154         * configure
1155         * configure.ac
1157 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1159         * Makefile.def: Add libcody.
1160         * configure.ac: Add libcody.
1161         * Makefile.in: Regenerated.
1162         * configure: Regenerated.
1164 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1166         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1168 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1170         PR target/97865
1171         * libtool.m4: Update handling of Darwin platform link flags
1172         for Darwin20.
1174 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1176         * .gitignore: Sync with binutils-gdb
1178 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1180         * MAINTAINERS: Add myself as arc port maintainer.
1182 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1184         PR d/87788
1185         * configure.ac: Don't disable D for *-*-darwin*.
1186         * configure: Regenerate.
1188 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1190         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1191         hppa64-*-hpux11*.
1193 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1195         * configure: Regenerate.
1196         * configure.ac: Add --bootstrap-hwasan option.
1198 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1200         * config.guess: Import latest upstream.
1201         * config.sub: Import latest upstream.
1203 2020-11-16  Martin Liska  <mliska@suse.cz>
1205         * .gitignore: Add cache as clangd uses it now.
1207 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1209         * MAINTAINERS (Write After Approval): add myself
1211 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1213         * MAINTAINERS (Write After Approval): Add myself.
1215 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1217         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1218         Remove FIXME comments.
1220 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1222         * MAINTAINERS: Update my email address.
1224 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1226         * MAINTAINERS (Write After Approval): Add myself.
1228 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1230         PR target/97302
1231         * configure.ac: Only set with_gmp to /usr/local
1232         if not building in tree.
1233         * configure: Regenerate.
1235 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1237         * MAINTAINERS (Write After Approval): Add myself.
1239 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1241         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1243 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1245         PR bootstrap/96612
1246         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1247         if not the same as ${host}.
1248         * configure: Regenerate.
1250 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1252         * MAINTAINERS (Write After Approval): Add myself.
1254 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1256         * MAINTAINERS: Update my email address.
1258 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1260         * MAINTAINERS (Write After Approval): Add myself.
1262 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1264         * MAINTAINERS (Write After Approval): Add myself.
1266 2020-06-12  Martin Liska  <mliska@suse.cz>
1268         * .gitignore: Add .clang-tidy.
1270 2020-06-08  Jason Merrill  <jason@redhat.com>
1272         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1273         * configure: Regenerate.
1275 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1277         * MAINTAINERS: Add myself as xtensa port maintainer.
1279 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1281         * configure.ac: Don't require --enable-host-shared when building
1282         for Mingw.
1283         * configure: Regenerate.
1285 2020-05-18  Jason Merrill  <jason@redhat.com>
1287         * configure.ac: Update bootstrap dialect to -std=c++11.
1289 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1291         * MAINTAINERS (Write After Approval): Add myself.
1293 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1295         PR target/92713
1296         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1297         (noconfigdirs): Add 'target-libstdc++-v3'.
1298         * configure: Regenerate.
1300 2020-04-21  Stephen Casner  <casner@acm.org>
1302         PR 25830
1303         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1304         * configure: Rebuild.
1306 2020-04-17  Martin Liska  <mliska@suse.cz>
1307             Jonathan Yong <10walls@gmail.com>
1309         PR gcov-profile/94570
1310         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1311         for CYGWIN.
1313 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1315         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1317 2020-04-09  Tom Tromey  <tom@tromey.com>
1319         * configure: Rebuild.
1320         * Makefile.in: Rebuild.
1321         * Makefile.def (gdbsupport, gdbserver): New host modules.
1322         (configure-gdb): Depend on all-gdbsupport.
1323         (all-gdb): Depend on all-gdbsupport, all-libctf.
1324         * configure.ac (host_tools): Add gdbserver.
1325         Conditionally build gdbserver and gdbsupport.
1327 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1329         * configure.ac: Build libgomp by default for amdgcn.
1330         * configure: Regenerate.
1332 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1334         * MAINTAINERS (Write After Approval): Add myself.
1336 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1338         * MAINTAINERS (Write After Approval) : Add myself.
1340 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1342         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1344 2020-02-14  Martin Sebor  <msebor@redhat.com>
1346         * doc/extend.texi (attribute alias): Mention type requirement.
1347         (attribute weak): Same.
1348         (attribute weakref): Correct invalid example.
1350 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1352         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1354 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1355             Jakub Jelinek  <jakub@redhat.com>
1357         * .gitattributes: Add *.md diff=md.
1359 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1361         The mentioned auto-generated file is no more part of the
1363         GCC sources, it's auto-generated in $(builddir) during build.
1365         PR target/92055
1366         * contrib/gcc_update (files_and_dependencies): Remove
1367         entry for gcc/config/avr/t-multilib.
1369 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1371         * MAINTAINERS: Update my email address.
1373 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1375         * README.MOVED_TO_GIT: Remove.
1377 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1379         * README.MOVED_TO_GIT: New file.
1381 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1383         * MAINTAINERS (Write After Approval): Add myself.
1385 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1387         * MAINTAINERS (write_after_approval): Add myself.
1389 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1391         * MAINTAINERS (write_after_approval): Add myself.
1393 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1395         * MAINTAINERS (write_after_approval): Add myself.
1397 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1399         * configure.ac: Factor out common cases for compare_exclusions.
1400         * configure: Regenerate.
1402 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1404         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1405         flag.
1407 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1409         * MAINTAINERS (Write After Approval): Add myself.
1411 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1413         PR middle-end/92463
1414         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1415         * configure: Regenerate
1417 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1419         * configure.ac: Use https for gcc.gnu.org.
1420         * configure: Regenerated.
1422 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1424         * MAINTAINERS (aarch64 port): Remove my name, move to...
1425         (Write After Approval): ...Here.
1427 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1429         * MAINTAINERS: Change my email address as maintainer.
1431 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1433         PR fortran/91828
1434         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1435         * configure: Regenerated.
1437 2019-10-21  Jason Merrill  <jason@redhat.com>
1439         * .gitattributes: Also check ChangeLog whitespace.
1441 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1443         * contrib/dg-extract-results.sh: Add support for KPASS.
1444         * contrib/dg-extract-results.py: Likewise.
1446 2019-10-17  Jason Merrill  <jason@redhat.com>
1448         * .gitattributes: Avoid {} in filename pattern.
1450 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1452         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1453         Approval section.
1455 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1457         * MAINTAINERS: Add myself to Write After Approval
1459 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1461         * MAINTAINERS: Add myself as an aarch64 maintainer.
1463 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1465         * MAINTAINERS: Add myself as aarch64 maintainer.
1467 2019-09-23  Carl Love  <cel@us.ibm.com>
1469         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1470         New define_insn.
1471         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1472         vsx_xxpermdi16_le_V16QI): Removed define_insn.
1474 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1476         * MAINTAINERS (Sam Tebbs): Update email address.
1478 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
1480         * MAINTAINERS: Update my email address.
1482 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
1484         * libtool.m4: Handle uclinuxfdpiceabi.
1486 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1488         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1489         Remove myself from Write After Approval section.
1491 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1493         * configure.ac: Support for bpf-*-* targets.
1494         * configure: Regenerate.
1496 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1498         * config.sub: Import upstream version 2019-06-30.
1499         * config.guess: Import upstream version 2019-07-24.
1501 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1503         * MAINTAINERS: Remove spu port maintainers.
1505 2019-08-28  Martin Liska  <mliska@suse.cz>
1507         * .gitignore: Add .clangd and compile_commands.json
1508         to .gitignore.
1510 2019-08-23  Michael Forney  <mforney@mforney.org>
1512         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1513         * Makefile.in: Regenerate.
1515 2019-08-19  Tom Tromey  <tom@tromey.com>
1517         * configure: Rebuild.
1518         * configure.ac: Add --with-static-standard-libraries.
1520 2019-08-16  Alexandre Oliva <oliva@gnu.org>
1522         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1524 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
1526         * MAINTAINERS (Write After Approval): Add myself.
1528 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1530         * MAINTAINERS (Write After Approval): Remove myself, already listed in
1531         RISC-V port maitainer.
1533 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1535         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1537 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1539         * MAINTAINERS (Write After Approval): Add myself.
1541 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
1543         * MAINTAINERS (Write After Approval): Add myself.
1545 2019-06-25  Martin Liska  <mliska@suse.cz>
1547         contrib/filter-clang-warnings.py: Transform from
1548         filter-rtags-warnings.py.
1550 2019-06-15  Tom Tromey  <tom@tromey.com>
1552         * configure.ac (host_libs): Add gnulib.
1553         * configure: Rebuild.
1554         * Makefile.def (host_modules, dependencies): Add gnulib.
1555         * Makefile.in: Rebuild.
1557 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1559         * MAINTAINERS (Write After Approval): Add myself.
1561 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1563         * configure: Regenerate.
1564         * configure.ac: Add PRU target.
1566 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1568         * MAINTAINERS (Write After Approval): Add myself.
1570 2019-06-11  Nick Clifton  <nickc@redhat.com>
1572         Import these changes from the binutils/gdb repository:
1574         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1576         * Makefile.def (dependencies): configure-libctf depends on all-bfd
1577         and all its deps.
1578         * Makefile.in: Regenerated.
1580         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1582         * Makefile.def (host_modules): Add libctf.
1583         * Makefile.def (dependencies): Likewise.
1584         libctf depends on zlib, libiberty, and bfd.
1585         * Makefile.in: Regenerated.
1586         * configure.ac (host_libs): Add libctf.
1587         * configure: Regenerated.
1589 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
1591         * MAINTAINERS (Write After Approval): Add myself.
1593 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
1595         * MAINTAINERS: Update my email address.
1597 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1599         * MAINTAINERS (Write After Approval): Add myself.
1601 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
1603         * MAINTAINERS (Write After Approval): Add myself.
1605 2019-05-07  Jim Wilson  <jimw@sifive.com>
1607         * MAINTAINERS: Remove myself as IA-64 maintainer.
1609 2019-05-04  Roland Illig  <roland.illig@gmx.de>
1611         * MAINTAINERS (Write After Approval): Add myself.
1613 2019-05-02  Richard Biener  <rguenther@suse.de>
1615         PR bootstrap/85574
1616         * Makefile.tpl (compare target): Also compare extra-compare
1617         files.
1618         * Makefile.in: Regenerate.
1620 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
1622         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1623         as modulo-scheduler maintainer.
1625 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
1627         * MAINTAINERS: Add myself as co-maintainer for Darwin.
1629 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
1631         * MAINTAINERS: Update my email address.
1633 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
1635         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1636         * configure: Regenerate.
1638 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1640         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1641         * configure: Regenerate.
1643 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1645         * configure.ac: Add target-zlib to target_libraries.
1646         * configure: Regenerate.
1648 2019-04-09  Martin Liska  <mliska@suse.cz>
1650         * Makefile.in: Regenerate.
1651         * Makefile.tpl: Pass GENERATOR_CFLAGS
1652         in all stages.
1654 2019-03-28  Martin Liska  <mliska@suse.cz>
1656         PR bootstrap/89829
1657         * Makefile.in: Revert r254150.
1658         * Makefile.tpl: Likewise.
1660 2019-03-28  Ben Elliston  <bje@gnu.org>
1662         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1663         related, and libdecnumber.
1665 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1667         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1668         (Write After Approval): Remove myself.
1670 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1672         * MAINTAINERS (Write After Approval): Add myself.
1674 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1676         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1677         (Write After Approval): Remove myself and Julian.
1679 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
1681         * MAINTAINERS (Write After Approval): Add myself.
1683 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1685         * MAINTAINERS (Write After Approval): Add myself.
1687 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1689         * ChangeLog: Replace space with tab.
1690         * MAINTAINERS: Delete 1 tab to keep alignment.
1692 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1694         * MAINTAINERS (Write After Approval): Add myself.
1696 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1698         * MAINTAINERS (Write After Approval): Add myself.
1700 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1701             Kwok Cheung Yeung  <kcy@codesourcery.com>
1702             Julian Brown  <julian@codesourcery.com>
1703             Tom de Vries  <tom@codesourcery.com>
1704             Jan Hubicka  <hubicka@ucw.cz>
1705             Martin Jambor  <mjambor@suse.cz>
1707         * configure.ac: Likewise.
1708         * configure: Regenerate.
1709         * contrib/config-list.mk: Add amdgcn-amdhsa.
1711 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1713         * MAINTAINERS (Write After Approval): Add myself.
1715 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1717         * MAINTAINERS (Write After Approval): Add myself.
1719 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1721         PR target/88535
1722         * config.guess: Import upstream version 2019-01-03.
1723         * config.sub: Import upstream version 2019-01-01.
1725 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1727         * MAINTAINERS (Write After Approval): Update my maintainer address.
1729 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
1731         * MAINTAINERS (Write After Approval): Add myself.
1733 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
1735         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1737 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1739         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1740         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1741         (GCC_TARGET_TOOL): Likewise.
1742         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1743         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1744         OTOOL, OTOOL_FOR_TARGET: New substitutions.
1745         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1746         * configure: Regenerate.
1747         * Makefile.in: Likewise.
1749 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
1751         * MAINTAINERS (Write After Approval): Add myself.
1753 2018-11-13  Martin Liska  <mliska@suse.cz>
1755         * gcc.target/i386/pr87930.c: Move to ...
1756         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
1758 2018-11-10  Stafford Horne  <shorne@gmail.com>
1760         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1761         (Write After Approval): Remove myself.
1763 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1765         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1766         Append $INCICONV to it.
1768 2018-11-04  Stafford Horne  <shorne@gmail.com>
1770         * MAINTAINERS (Write After Approval): Add myself.
1772 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1774         PR bootstrap/82856
1775         * multilib.am: New file.  From automake.
1777         Merge from binutils-gdb:
1778         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1780         * libtool.m4: Use AC_LANG_SOURCE.
1781         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1782         * ar-lib: New file.
1783         * test-driver: New file.
1784         * configure: Re-generate.
1786 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
1788         * MAINTAINERS (Write After Approval): Add myself.
1790 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1792         PR bootstrap/87788
1793         PR d/87799
1794         * configure: Rebuild.
1795         * configure.ac: Disable D on systems where it is known not to work.
1797 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1799         * Makefile.def (target_modules): Add libphobos.
1800         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1801         GDCFLAGS_FOR_TARGET.
1802         (dependencies): Make libphobos depend on libatomic, libbacktrace
1803         configure, and zlib configure.
1804         (language): Add language d.
1805         * Makefile.in: Rebuild.
1806         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1807         (HOST_EXPORTS): Add GDC.
1808         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1809         (BASE_TARGET_EXPORTS): Add GDC.
1810         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1811         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1812         (EXTRA_HOST_FLAGS): Add GDC.
1813         (STAGE1_FLAGS_TO_PASS): Add GDC.
1814         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1815         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1816         environment variables.
1817         * configure: Rebuild.
1818         * configure.ac: Add target-libphobos to target_libraries.  Set and
1819         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1821 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1823         * MAINTAINERS (Write After Approval): Add myself.
1825 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1827         * MAINTAINERS (Write After Approval): Remove myself.
1829 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1831         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1833 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
1835         * MAINTAINERS: Update my email address.
1837 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
1839         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1840         maintainer.
1842 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
1844         * MAINTAINERS (Write After Approval): Add self.
1846 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1848         * MAINTAINERS (write after approval): Add myself.
1850 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
1852         * MAINTAINERS: Update my email address.
1854 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
1856         * MAINTAINERS (write after approval): Add myself.
1858 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
1860         * MAINTAINERS: Add self to global reviewers list.
1862 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
1864         MAINTAINERS: Add c-sky port maintainers.
1866 2018-08-10  Martin Liska  <mliska@suse.cz>
1868         * MAINTAINERS: Revert change in previous commit and
1869         join lines.
1871 2018-08-10  Martin Liska  <mliska@suse.cz>
1873         * MAINTAINERS: Remove extra line.
1875 2018-08-06  Naveen H.S  <naveenh@marvell.com>
1877         * MAINTAINERS: Update my email address.
1879 2018-07-19  DJ Delorie  <dj@redhat.com>
1881         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1882         as maintainer.
1884 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
1886         * MAINTAINERS: Adjust email address for me and my colleague Robin
1887         Dapp.
1889 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1890             Sunil K Pandey  <sunil.k.pandey@intel.com>
1892         PR target/84413
1893         * config/i386/i386.c (m_CORE_AVX512): New.
1894         (m_CORE_AVX2): Likewise.
1895         (m_CORE_ALL): Add m_CORE_AVX2.
1896         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1897         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1898         and remove the rest of m_SKYLAKE_AVX512.
1900 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1902         * config.sub: Sync with upstream version 2018-07-03.
1904 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1906         * config.guess: Sync with upstream version 2018-06-26.
1907         * config.sub: Sync with upstream version 2018-07-02.
1909 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
1911         * libtool.m4: Sort output of 'find' to enable deterministic builds.
1912         * ltmain.sh: Likewise.
1914 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
1916         * contrib/config-list.mk: Remove powerpc-linux_paired.
1918 2018-06-29  Alexandre Oliva <oliva@adacore.com>
1920         * configure.ac: Introduce support for @unless/@endunless.
1921         * Makefile.tpl (dep-kind): Rewrite with cond; return
1922         postbootstrap in some cases.
1923         (make-postboot-dep, postboot-targets): New.
1924         (dependencies): Do not output postbootstrap dependencies at
1925         first.  Output non-target ones changed for configure to depend
1926         on stage_last @if gcc-bootstrap, and the original deps @unless
1927         gcc-bootstrap.
1928         * configure.in, Makefile.in: Rebuilt.
1930 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
1932         * MAINTAINERS (write after approval): Add myself.
1934 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1936         * MAINTAINERS (write after approval): Add myself.
1938 2018-06-19  Nick Clifton  <nickc@redhat.com>
1940         * zlib/configure.ac: Restore old behaviour of only enabling
1941         multilibs when a target subdirectory is defined.  This allows
1942         building with srcdir == builddir.
1943         * zlib/configure: Regenerate.
1945 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1947         * Makefile.def (fortran): Add check-target-libgomp-fortran.
1948         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1949         * Makefile.in: Regenerate.
1951 2018-06-16  Ben Elliston  <bje@gnu.org>
1953         * config.guess: Import latest version.
1954         * config.sub: Likewise.
1956 2018-06-08  Martin Liska  <mliska@suse.cz>
1958         * MAINTAINERS: Remove MPX-related entries.
1959         * Makefile.def: Remove libmpx support.
1960         * Makefile.in: Regenerate.
1961         * configure.ac: Remove removed files.
1962         * configure: Regenerate.
1963         * libmpx/ChangeLog: Remove.
1964         * libmpx/Makefile.am: Remove.
1965         * libmpx/Makefile.in: Remove.
1966         * libmpx/acinclude.m4: Remove.
1967         * libmpx/aclocal.m4: Remove.
1968         * libmpx/config.h.in: Remove.
1969         * libmpx/configure: Remove.
1970         * libmpx/configure.ac: Remove.
1971         * libmpx/configure.tgt: Remove.
1972         * libmpx/libmpx.spec.in: Remove.
1973         * libmpx/mpxrt/Makefile.am: Remove.
1974         * libmpx/mpxrt/Makefile.in: Remove.
1975         * libmpx/mpxrt/libmpx.map: Remove.
1976         * libmpx/mpxrt/libtool-version: Remove.
1977         * libmpx/mpxrt/mpxrt-utils.c: Remove.
1978         * libmpx/mpxrt/mpxrt-utils.h: Remove.
1979         * libmpx/mpxrt/mpxrt.c: Remove.
1980         * libmpx/mpxrt/mpxrt.h: Remove.
1981         * libmpx/mpxwrap/Makefile.am: Remove.
1982         * libmpx/mpxwrap/Makefile.in: Remove.
1983         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1984         * libmpx/mpxwrap/libtool-version: Remove.
1985         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1987 2018-06-04  Martin Liska  <mliska@suse.cz>
1989         * MAINTAINERS: Add myself as gcov maintainer.
1991 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
1993         * MAINTAINERS: Update my email address.
1995 2018-06-04  Tom de Vries  <tdevries@suse.de>
1997         * MAINTAINERS: Remove write-after-approval entries for component
1998         maintainers.
2000 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2002         * MAINTAINERS (write after approval): Add myself.
2004 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
2006         * MAINTAINERS: Update my email address.
2008 2018-06-01  Tom de Vries  <tdevries@suse.de>
2010         * MAINTAINERS: Update my email address.
2012 2018-05-22  Bin Cheng <bin.cheng@arm.com>
2014         * MAINTAINERS (loop-optimizer): Add myself.
2016 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
2018         * configure.ac: Added "nfp" target.
2019         * configure: Regenerate.
2021 2018-04-30  Richard Biener  <rguenther@suse.de>
2023         PR bootstrap/85571
2024         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2025         (STAGE3_TFLAGS): Likewise.
2026         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2027         (STAGEtrain_TFLAGS): Likewise.
2028         * Makefile.in: Regenerate.
2030 2018-04-26  Richard Biener  <rguenther@suse.de>
2032         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2033         (STAGE2_CFLAGS): Likewise.
2034         (STAGE2_TFLAGS): Likewise.
2035         (STAGE3_CFLAGS): Add -fchecking.
2036         (STAGE3_TFLAGS): Likewise.
2037         (STAGEtrain_CFLAGS): Filter out -fchecking.
2038         (STAGEtrain_TFLAGS): Likewise.
2039         * Makefile.in: Re-generate.
2041 2018-04-25  Catherine Moore <clm@codesourcery.com>
2043         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2045 2018-04-18  Paul Clarke  <pc@us.ibm.com>
2047         * MAINTAINERS (write after approval): Add myself.
2049 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
2051         * MAINTAINERS: Update my email address.
2053 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
2055         * MAINTAINERS: Remove redundant Write-After-Approval entry.
2057 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
2059         * MAINTAINERS: Update my email address and disambiguate myself
2060         a bit from Will Schmidt.
2062 2018-03-21  Nathan Sidwell  <nathan@acm.org>
2064         * MAINTAINERS: Move maintainers of now-removed picochip and score
2065         ports to write after approval.
2067 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
2069         * MAINTAINERS: Add entry for SVE maintainership.
2071 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
2073         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2074         * configure: Regenerate.
2076 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
2078         * MAINTAINERS (write after approval): Add myself.
2080 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2082         * MAINTAINERS (write after approval): Add myself.
2084 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
2086         * MAINTAINERS (write after approval): Add myself.
2088 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2090         Update copyright years.
2092 2018-01-03  Ben Elliston  <bje@gnu.org>
2094         * config.guess: Import latest version.
2095         * config.sub: Likewise.
2097 2017-12-12  Stafford Horne  <shorne@gmail.com>
2099         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2100         * configure: Regenerate.
2102 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2104         * MAINTAINERS (Write After Approval): Add myself.
2106 2017-11-28  Julia Koval  <julia.koval@intel.com>
2107             Sebastian Peryt  <sebastian.peryt@intel.com>
2109         * Makefile.def (target_modules): Remove libcilkrts.
2110         * Makefile.in: Ditto.
2111         * configure: Ditto.
2112         * configure.ac: Ditto.
2114 2017-11-28  Julia Koval  <julia.koval@intel.com>
2116         * MAINTAINERS (Write After Approval): Add myself.
2118 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2120         * MAINTAINERS (Write After Approval): Add myself.
2122 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2124         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2125         Use my SiFive email address.
2127 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2129         * MAINTAINERS (write after approval): Add myself.
2131 2017-10-27  Martin Liska  <mliska@suse.cz>
2133         * Makefile.tpl: Use proper name of folder as it was renamed
2134         during transition to 4 stages.
2135         * Makefile.in: Regenerate.
2137 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2139         * MAINTAINERS (write after approval): Add myself.
2141 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2143         * MAINTAINERS: Add a note that maintainership also includes web
2144         pages, docs, and testsuite related to that area.
2146 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2148         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2150 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2152         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2154 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2156         * MAINTAINERS: Remove myself as a vxworks maintainer.
2158 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2160         * MAINTAINERS: Remove email address of Jim Norris.
2162 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2164         * MAINTAINERS (Reviewers): Move myself from here...
2165         (CPU Port Maintainers): ... to here.
2167 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2169         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2171 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2173         * MAINTAINERS (write after approval): Add myself.
2175 2017-07-28  Tony Reix  <tony.reix@atos.net>
2177         * configure.ac (target-libffi): Don't disable for AIX.
2178         (go): Don't add to unsupported_languages on AIX.
2179         (target-libgo): Don't disable for AIX.
2180         * configure: Regenerate.
2182 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2184         * MAINTAINERS: Add myself.
2186 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2188         * MAINTAINERS: Update my email address.
2190 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2192         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2193         arm-specific auto-generated header files.
2195 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2197         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2198         * configure: Rebuilt.
2200 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2202         * MAINTAINERS: Readd myself for c6x.
2204 2017-06-28  Martin Liska  <mliska@suse.cz>
2206         PR bootstrap/81217
2207         * Makefile.def: Remove superfluous bootstrap_target from
2208         bootstrap_stage.
2209         * Makefile.in: Re-generate the file.
2211 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2213         * MAINTAINERS: Add myself to Write After Approval
2215 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2217         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2219 2017-06-19  Martin Liska  <mliska@suse.cz>
2221         * Makefile.def: Define 4 stages PGO bootstrap.
2222         * Makefile.tpl: Define FLAGS.
2223         * Makefile.in: Regenerate.
2225 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2227         * Makefile.def: Add check-gotools to go check targets.
2228         * Makefile.in: Rebuild.
2230 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2232         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2234 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2236         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2237         * configure: Regenerate.
2239 2017-05-31  Martin Liska  <mliska@suse.cz>
2241         * configure.ac: Add handling of stage2_werror_flags to
2242         action-if-given and to action-if-not-given.
2243         * configure: Regenerate.
2245 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2247         * MAINTAINERS: Add self to Write After Approval
2249 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2251         * MAINTAINERS: Update my email address, and remove myself as
2252         maintainer in some areas.
2254 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2256         * MAINTAINERS: Add self to Write After Approval
2258 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2260         * configure.ac: Add --enable-languages=default to mean default and
2261         make --enable-languages=all mean all supported languages.
2262         * configure: Regenerated.
2264 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2266         * config.gcc (powerpc*-*-*spe*): New.
2267         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2268         (powerpc-*-rtems*spe*): New.
2269         (powerpc*-*-linux*spe*): New.
2270         (powerpc-wrs-vxworksspe): New.
2271         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2272         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2273         * config.host (powerpc*-*-*spe*): New.
2275 2017-05-19  Martin Liska  <mliska@suse.cz>
2277         * configure.ac: Add --enable-werror-always just for
2278         bootstrap-debug (or none build config) and do not add it
2279         when we are on a release branch.
2280         * configure: Regenerated.
2282 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2284         * MAINTAINERS: Add self to Write After Approval
2286 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2288         * MAINTAINERS: Move myself to Write After Approval section.
2290 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2292         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2293         ACCH registers.
2294         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2295         available.
2296         (umulsidi3): Likewise.
2297         (mulsidi3_700): Disable this pattern when we have advanced mpy
2298         instructions.
2299         (umulsidi3_700): Likewise.
2300         (maddsidi4): New pattern.
2301         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2302         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2303         (mpydu_imm_arcv2hs): Likewise.
2304         * config/arc/predicates.md (accl_operand): New predicate.
2306 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2307             Andrew Burgess <andrew.burgess@embecosm.com>
2309         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2310         case.
2311         (ARC_AUTOFP_IRQ_P): Likewise.
2312         (ARC_AUTO_IRQ_P): Likewise.
2313         (rgf_banked_register_count): New variable.
2314         (parse_mrgf_banked_regs_option): New function.
2315         (arc_override_options): Handle rgf_banked_regs option.
2316         (arc_handle_interrupt_attribute): Add firq option.
2317         (arc_compute_function_type): Return fast irq type when required.
2318         (arc_must_save_register): Handle fast interrupts.
2319         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2320         (arc_return_address_regs): Update.
2321         * config/arc/arc.h (arc_return_address_regs): Update.
2322         (arc_function_type): Add fast interrupt type.
2323         (ARC_INTERRUPT_P): Update.
2324         (RC_FAST_INTERRUPT_P): Define.
2325         * config/arc/arc.md (simple_return): Update for fast interrupts.
2326         (p_return_i): Likewise.
2327         * config/arc/arc.opt (mrgf-banked-regs): New option.
2328         * doc/invoke.texi (mrgf-banked-regs): Document.
2330 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2332         * config/arc/arc.c (irq_ctrl_saved): New variable.
2333         (ARC_AUTOBLINK_IRQ_P): Define.
2334         (ARC_AUTOFP_IRQ_P): Likewise.
2335         (ARC_AUTO_IRQ_P): Likewise.
2336         (irq_range): New function.
2337         (arc_must_save_register): Likewise.
2338         (arc_must_save_return_addr): Likewise.
2339         (arc_dwarf_emit_irq_save_regs): Likewise.
2340         (arc_override_options): Handle deferred options.
2341         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2342         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2343         arc_must_save_return_addr.
2344         (arc_compute_frame_size): Handle automated save and restore of
2345         registers.
2346         (arc_expand_prologue): Likewise.
2347         (arc_expand_epilogue): Likewise.
2348         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2349         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2350         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2352 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2353         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2355         PR bootstrap/77661
2356         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2357         in-tree build MPC.
2358         * Makefile.in: Regenerate.
2360 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2362         * configure.ac: Enable LTO by default on darwin >= 9.
2363         * configure: Regenerate.
2365 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2367         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2368         and Andrew Waterman as the RISC-V maintainers.
2370 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2372         * MAINTAINERS: Add self to Write After Approval
2374 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2376         * config.guess: Import latest from upstream.
2378 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2380         * MAINTAINERS (Write After Approval): Remove entries that are
2381         already covered under Reviewers.
2383 2017-03-08  Mark Wielaard  <mark@klomp.org>
2385         PR demangler/70909
2386         PR demangler/67264
2387         * include/demangle.h: Add d_printing to struct demangle_component
2388         and pass struct demangle_component as non const.
2390 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2392         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2394 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2396         * Makefile.tpl: Remove HOST_ISLVER.
2397         (HOST_EXPORTS): Remove ISLVER.
2398         * Makefile.in: Regenerate.
2400 2017-02-13  Richard Biener  <rguenther@suse.de>
2402         * configure: Re-generate.
2404 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2406         * MAINTAINERS: Adjust bug reporting URL.
2408 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2410         * MAINTAINERS (Write After Approval): Remove redundant entry
2411         for Andrew Burgess.
2413 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2415         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2416         32-bit hppa*-*-hpux*.
2417         * configure: Regenerate.
2419 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2421         * configure.ac: Moved the white list of enabling BRIG FE to
2422         libhsail-rt/configure.tgt.
2423         * configure: Regenerated.
2424         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2426 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2427             Martin Jambor  <mjambor@suse.cz>
2429         * Makefile.def (target_modules): Added libhsail-rt.
2430         (languages): Added language brig.
2431         * Makefile.in: Regenerated.
2432         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2433         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2434         * configure: Regenerated.
2436 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2438         PR other/79046
2439         * configure: Regenerated.
2441 2017-01-04  Alan Modra  <amodra@gmail.com>
2443         * configure: Regenerate.
2445 2016-12-29  Ben Elliston  <bje@gnu.org>
2447         * config.sub: Import latest version.
2449 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2451         * MAINTAINERS (Write After Approval): Add myself.
2453 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2455         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2456         includes bootstrap-mpx.
2457         * configure: Regenerated.
2459 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2461         * MAINTAINERS (Write After Approval): Add myself.
2463 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
2465         * configure: Regenerate.
2467 2016-12-01  Matthias Klose  <doko@ubuntu.com>
2469         * configure.ac: Don't use pkg-config to check for bdw-gc.
2470         * configure: Regenerate.
2472 2016-11-30  Matthias Klose  <doko@ubuntu.com>
2474         * Makefile.def: Remove reference to boehm-gc target module.
2475         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2476         options and for the bdw-gc pkg-config module.
2477         * configure: Regenerate.
2478         * Makefile.in: Regenerate.
2480 2016-11-28  Nathan Sidwell  <nathan@acm.org>
2482         * MAINTAINERS (nvptx): Remove self.
2484 2016-11-25  Ben Elliston  <bje@gnu.org>
2486         * config.guess: Import latest version.
2487         * config.sub: Likewise.
2489 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
2491         * MAINTAINERS (Write After Approval): Add myself.
2493 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2495         * Makefile.def: Remove references to GCJ.
2496         * Makefile.tpl: Likewise.
2497         * Makefile.in: Regenerate.
2499 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2501         * config-ml.in: Remove references to GCJ.
2502         * configure.ac: Likewise.
2503         * configure: Regenerate.
2505 2016-11-01  Josh Conner  <joshconner@google.com>
2507         * MAINTAINERS (Write After Approval): Update email address,
2509 2016-10-27  Carl Love  <cel@us.ibm.com>
2511         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2512         Approval list to make it alphabetical.
2514 2016-10-27  Carl Love  <cel@us.ibm.com>
2516         * MAINTAINERS (Write After Approval): Add myself.
2518 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
2520         * MAINTAINERS (Reviewers): Add myself.
2521         (Write After Approval): Add myself.
2523 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
2524             Ulrich Weigand  <uweigand@de.ibm.com>
2526         * MAINTAINERS: Update email address.
2528 2016-10-10  Nathan Sidwell  <nathan@acm.org>
2530         * MAINTAINERS: Update email address.
2532 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
2534         * configure.ac: Add aarch64-*-freebsd*.
2535         * configure: Regenerate.
2537 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
2539         * MAINTAINERS: Update email address after it got reverted.
2541 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2543         * configure.ac (target_libraries): Readd target-boehm-gc.
2544         Restore --enable-objc-gc handling.
2545         * configure: Regenerate.
2547 2015-10-03  Jeff Law  <law@redhat.com>
2549         * MAINTAINERS: Move several inactive maintainers to the
2550         write-after-approval section.
2552 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
2554         * configure.ac: Add target-libffi to target_libraries.
2555         Readd libgcj target disablings, modified to only target-libffi.
2556         Readd target addition of go to unsupported languages.
2557         * configure: Regenerated.
2559 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
2561         * MAINTAINERS: Update email address.
2563 2016-09-30  Andrew Haley  <aph@redhat.com>
2565         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2566         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
2567         libgcj.
2569 2016-09-30  Andrew Haley  <aph@redhat.com>
2571         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2572         write-after approval after GCJ deletion.
2574 2016-09-30  Andrew Haley  <aph@redhat.com>
2576         * Makefile.def: Remove libjava.
2577         * Makefile.tpl: Likewise.
2578         * Makefile.in: Regenerate.
2579         * configure.ac: Likewise.
2580         * configure: Likewise.
2581         * gcc/java: Remove.
2582         * libjava: Likewise.
2584 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
2586         * MAINTAINERS (Reviewers): Add myself.
2588 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2590         * configure.ac: Disable "sim" directory for arc*-*-*.
2591         * configure: Regenerated.
2593 2016-09-23  Tamar Christina <tamar.christina@arm.com>
2595         * MAINTAINERS (Write After Approval): Add myself.
2597 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2599         * configure.ac: Check for the minimum in-tree MPFR version
2600         handled.
2601         * configure: Regenerate.
2603 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
2605         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2606         * configure: Regenerated.
2608 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
2610         * MAINTAINERS (Write After Approval): Add myself.
2612 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2614         * Makefile.def: Add autoprofiledbootstrap.
2615         * Makefile.tpl: Dito.
2616         * Makefile.in: Regenerate.
2618 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2620     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2621     * configure: Regenerate.
2623 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2625         * configure: Regenerate.
2626         * configure.ac: Remove support for avr-rtems.
2628 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2630         * MAINTAINERS (Write After Approval): Add myself.
2632 2016-06-16  Michael Collison  <michael.collison@arm.com>
2634         * MAINTAINERS (Write After Approval): Add myself.
2636 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2638         * MAINTAINERS (Write After Approval): Update e-mail address.
2640 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2642         * MAINTAINERS (Write After Approval): Add myself.
2644 2016-05-28  Alan Modra  <amodra@gmail.com>
2646         * Makefile.tpl (configure): Depend on m4 files included.
2647         * Makefile.in: Regenerate.
2649 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2651         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2652         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2654 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2656         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2657         special case builtin.
2658         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2659         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2660         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2661         for __builtin_vec_addec.
2663 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2665         * config.guess: Import version 2016-04-02 (newest).
2666         * config.sub: Import version 2016-05-10 (newest).
2668 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2670         * configure.ac: Add ARC support to libgloss.
2671         * configure: Regenerate
2673 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2675         * MAINTAINERS (Write After Approval): Add myself.
2677 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2679         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2680         * configure: Regenerated.
2681         * Makefile.def (gmp): Explicitly disable assembler.
2682         (mpfr): Adjust lib_path.
2683         (mpc): Likewise.
2684         * Makefile.in: Regenerated.
2686 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
2688         PR bootstrap/70704
2689         * configure.ac (--enable-stage1-checking): Add missing
2690         --enable-checking=.
2691         * configure: Regenerated.
2693 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2695         * config.guess: Revert r235676.
2696         * config.sub: Revert r235676.
2698 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2700         * config.guess: Remove SH5 support.
2701         * config.sub: Likewise.
2702         * configure: Likewise.
2703         * configure.ac: Likewise.
2705 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
2707         PR bootstrap/70704
2708         * configure.ac (--enable-stage1-checking): For --disable-checking or
2709         implicit --enable-checking, make sure extra flag matches in between
2710         stage1 and later checking.
2711         * configure: Regenerated.
2713 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2715         * .gitattributes: New file.
2717 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
2719         * MAINTAINERS (rs6000/powerpc port): Add myself.
2721 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
2723         PR bootstrap/70173
2724         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2725         and gotools directories.  Delete the stage_final file.
2726         * Makefile.in: Regenerate.
2728 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2730         * MAINTAINERS (Write After Approval): Add myself.
2732 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2734         * MAINTAINERS (Fortran maintainer): Remove myself.
2736 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
2738         * MAINTAINERS (Write After Approval): Add myself.
2740 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
2742         * MAINTAINERS (Write After Approval): Add myself.
2744 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2746         Sync with binutils-gdb:
2748         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2750         * configure.ac: Add mips and s390 to the gold target check.
2751         * configure: Regenerate.
2753 2016-03-01  DJ Delorie  <dj@redhat.com>
2755         * MAINTAINERS (mep): Remove myself as MeP maintainer.
2757 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
2759         * MAINTAINERS (libcpp): Add myself.
2760         (diagnostic messages): Likewise.
2762 2016-02-20  Tom de Vries  <tom@codesourcery.com>
2764         * MAINTAINERS: Fix whitespace.
2766 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
2768         * MAINTAINERS (Write After Approval): Add myself.
2770 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
2772         * config/isl.m4: Add comments about isl-0.16.
2773         * configure: Regenerate.
2775 2016-01-29  Martin Jambor  <mjambor@suse.cz>
2777         * MAINTAINERS (hsa maintainers): Add myself.
2779 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
2781         * MAINTAINERS: (Write After Approval): Add myself.
2783 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
2784             Sebastian Pop  <s.pop@samsung.com>
2786         * Makefile.in: Regenerate.
2787         * Makefile.tpl: Export ISLVER.
2788         * configure: Regenerate.
2789         * config/isl.m4: Detect isl-0.15.
2791 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
2793         PR bootstrap/69329
2794         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2795         * Makefile.in: Regenerate.
2797 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
2799         * configure.ac: Enable LTO for DJGPP
2800         * configure: Regenerate
2802 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2804         Sync with binutils-gdb:
2805         2015-10-21  Nick Clifton  <nickc@redhat.com>
2807         PR gas/19109
2808         * configure.ac: Note the 'none' is an acceptable argument to
2809         --enable-compressed-debug-sections.
2810         * configure: Regenerate.
2812 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2814         PR bootstrap/69134
2815         * Makefile.def (mpfr): Disable assembler.
2816         * Makefile.in: Regenerate.
2818 2016-01-01  Ben Elliston  <bje@gnu.org>
2820         * config.guess: Import version 2016-01-01.
2821         * config.sub: Likewise.
2823 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
2825         * MAINTAINERS (Write After Approval): Add myself.
2827 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
2829         * Makefile.in: Replace ISL with isl.
2830         * Makefile.tpl: Same.
2831         * config/isl.m4: Same.
2832         * configure.ac: Same.
2833         * contrib/download_prerequisites: Same.
2834         * configure: Regenerate.
2836 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
2838         * MAINTAINERS (Write After Approval): Add Myself.
2840 2015-12-17  Nathan Sidwell  <nathan@acm.org>
2842         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2843         * configure: Regenerate.
2845 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
2846             Sebastian Pop  <s.pop@samsung.com>
2848         * config/isl.m4 (ISL_CHECK_VERSION): Check for
2849         isl_ctx_get_max_operations.
2850         * configure: Regenerate.
2852 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
2854         * MAINTAINERS (Write After Approval): Add myself.
2856 2015-12-02  Ian Lance Taylor  <iant@google.com>
2858         PR go/66147
2859         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2860         * Makefile.in: Regenerate.
2862 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
2864         PR libffi/65726
2865         * Makefile.def (lang_env_dependencies): Make libffi depend
2866         on cxx.
2867         * Makefile.in: Regenerate.
2869 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
2871         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2872         symbols.
2874 2015-11-20  Tristan Gingold  <gingold@adacore.com>
2876         Sync with binutils-gdb:
2877         2015-11-20  Tristan Gingold  <gingold@adacore.com>
2879         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2880         * configure: Regenerate.
2882 2015-11-19  Martin Liska  <mliska@suse.cz>
2884         * .gitignore: Add .clang-format to ignored files.
2885         * Makefile.in: Add clang-format.
2886         * Makefile.tpl: Likewise.
2888 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
2890         * configure.ac: Enable libmpx by default.
2891         * configure: Regenerated.
2893 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
2895         * MAINTAINERS: Update email address.
2897 2015-10-23  Paulo Matos  <pmatos@linki.tools>
2899         * MAINTAINERS: Update email address.
2901 2015-10-23  Alan Hayward <alan.hayward@arm.com>
2903         * MAINTAINERS  (Write After Approval): Add myself.
2905 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2907         Sync with binutils-gdb:
2908         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2910         PR gas/19109
2911         * configure.ac: Add
2912         --enable-compressed-debug-sections={all,gas,gold,ld}.
2913         * configure: Regenerated.
2915 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
2917         * MAINTAINERS: Update list of Ada maintainers and email addresses.
2919 2015-10-09  Martin Liska  <mliska@suse.cz>
2921         * MAINTAINERS (Write After Approval): Add myself.
2923 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
2925         * MAINTAINERS (Write After Approval): Add myself.
2927 2015-10-02  Florian Weimer  <fweimer@redhat.com>
2929         * MAINTAINERS: Update email address.
2931 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
2933         * MAINTAINERS  (Write After Approval): Add myself.
2935 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
2937         * MAINTAINERS: Update email.
2939 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
2941         * MAINTAINERS: Update my email address.
2943 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
2945         * MAINTAINERS (ft32 port): Add myself.
2947 2015-08-28  David Sherwood  <david.sherwood@arm.com>
2949         * MAINTAINERS: Add myself.
2951 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
2953         * MAINTAINERS (Write After Approval): Add myself.
2955 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2957         PR libfortran/54572
2958         * Makefile.def: Make libgfortran depend on libbacktrace.
2959         * Makefile.in: Regenerate.
2961 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
2963         * MAINTAINERS (Write After Approval): Add myself.
2965 2015-08-12  Tom de Vries  <tom@codesourcery.com>
2967         PR other/67092
2968         * configure.ac: Remove --with_host_libstdcxx support.
2969         * configure: Regenerate.
2971 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
2972             Jakub Jelinek  <jakub@redhat.com>
2974         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2975         nvptx*-*-*.
2976         * configure: Regenerate.
2978 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2980         * Makefile.def (libiconv): Define bootstrap=true.
2981         Mark pdf/html/info as missing.
2982         (configure-gcc): Depend on all-libiconv.
2983         (all-gcc): Ditto.
2984         (configure-libcpp): Ditto.
2985         (all-libcpp): Ditto.
2986         (configure-intl): Ditto.
2987         (all-intl): Ditto.
2988         * Makefile.in: Regenerate.
2990 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
2992         * MAINTAINERS (loop ivopts): Add the entry and myself.
2994 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2996         * MAINTAINERS (nvptx): Add self.
2998 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
3000         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3001         128-bit vector modes.
3003 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
3005         * MAINTAINERS (Write After Approval): Add myself.
3007 2015-07-28  Ben Elliston  <bje@gnu.org>
3009         * config.sub, config.guess: Import from upstream.
3011 2015-07-24  Michael Darling  <darlingm@gmail.com>
3013         PR other/66259
3014         * config-ml.in: Reflects renaming of configure.in to configure.ac
3015         * configure: Likewise
3016         * configure.ac: Likewise
3018 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
3020         * MAINTAINERS: Update my email address.
3022 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3024         Sync with binutils-gdb:
3025         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3027         * configure.ac (target_configdirs): Exclude target-zlib if
3028         target-libjava isn't built.
3029         * configure: Regenerated.
3031 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3033         Sync with binutils-gdb:
3034         2015-05-13  John David Anglin  <dave.anglin@bell.net>
3036         * configure.ac: Disable configuration of GDB for HPUX targets.
3037         * configure: Regenerate.
3039         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3041         * configure.ac: Add --with-system-zlib.
3042         * configure: Regenerated.
3044         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3046         * configure.ac: Add FT32 support.
3047         * configure: Regenerate.
3049         2015-01-12  Anthony Green  <green@moxielogic.com>
3051         * configure.ac: Don't disable gprof for moxie.
3052         * configure: Rebuild.
3054 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3056         Sync with binutils-gdb:
3057         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
3059         PR ld/18355
3060         * Makefile.def: Add extra_configure_flags to host zlib.
3061         * configure.ac (extra_host_zlib_configure_flags): New.  Set
3062         to --enable-host-shared When bfd is to be built as shared
3063         library.  AC_SUBST.
3064         * Makefile.in: Regenerated.
3066 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
3068         Sync with src:
3069         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3070         * Makefile.def (dependencies): Add all-zlib to all-bfd.
3071         * Makefile.in: Regenerated.
3073 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3075         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3076         target.
3077         * configure: Regenerate.
3079 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3081         * MAINTAINERS (Write After Approval): Add myself.
3083 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
3085         * MAINTAINERS (OS Port Maintainers): Add myself.
3086         (Various Maintainers): Remove myself from libffi testsuite.
3088 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
3090         * MAINTAINERS (gen* on machine desc): Add self.
3092 2015-06-02  Jason Merrill  <jason@redhat.com>
3094         PR bootstrap/66319
3095         * configure.ac: Use -std=gnu++98.
3097 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3099         * MAINTAINERS (Write After Approval): Add myself.
3101 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3103         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3104         * configure: Regenerate.
3106 2015-05-26  Jason Merrill  <jason@redhat.com>
3108         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3109         * configure: Regenerate.
3111 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3113         * configure.ac: FT32 target added.
3114         * configure: Regenerated.
3116 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3118         * MAINTAINERS (Write After Approval): Add myself.
3120 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3122         * MAINTAINERS (Write After Approval): Add myself.
3124 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3126         * configure.ac: Fix typo.
3127         * configure: Regenerate.
3129 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3131         * MAINTAINERS (Write After Approval): Add myself.
3133 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3135         * configure.ac: Match $host configured with triplets.
3136         * configure: Regenerate.
3138 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3140         * Makefile.tpl: Remove surplus whitespace throughout.
3141         * Makefile.in: Regenerate.
3143 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3145         * MAINTAINERS (Various Maintainers): Add myself as instruction
3146         combiner maintainer.
3148 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3150         PR bootstrap/62077
3151         * configure.ac (--enable-stage1-checking): Default to
3152         release,misc,gimple,rtlflag,tree,types if --disable-checking
3153         or --enable-checking is not specified and DEV-PHASE is not
3154         experimental.
3155         * configure: Regenerated.
3157 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3159         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3160         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3161         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3162         * Makefile.in: Regenerate.
3164 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3166         * MAINTAINERS: Update my email address.
3168 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3170         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3172 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3174         * MAINTAINERS: Add myself as an arm port reviewer.
3176 2015-03-25  Martin Liska  <mliska@suse.cz>
3177             Yury Gribov  <y.gribov@samsung.com>
3179         * Makefile.in: Fix ln source location for vimrc file.
3180         * Makefile.tpl: Likewise.
3182 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3184         PR bootstrap/25672
3185         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3186         cross-compiling.  Similarly for CXX_FOR_TARGET.
3187         * configure: Regenerate.
3189 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3191         * Makefile.def: Add libmpx.
3192         * configure.ac: Add libmpx.
3193         * Makefile.in: Regenerate.
3194         * configure: Regenerate.
3196 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3198         * MAINTAINERS (CPU Port Maintainers): Add myself
3199         i386 vector ISA extns mantainer.
3201 2015-03-13  Jeff Law  <law@redhat.com>
3203         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3204         maintainer.
3205         Remove Richard Henderson as a maintainer for the x86 port.
3207 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3209         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3211 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3213         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3214         pointer bounds checker and i386 MPX maintainer.
3216 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3218         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3220 2015-02-26  Martin Sebor  <msebor@redhat.com>
3222         * MAINTAINERS (Various Maintainers): Add self.
3224 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3226         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3227         Make sure it contains lto.
3228         * configure: Regenerate.
3230 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3232         * configure: Regenerate.
3234 2015-02-06  Diego Novillo  <dnovillo@google.com>
3236         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3237         middle-end, docstring): Remove myself.
3238         (Write After Approval): Add myself.
3240 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3242         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3243         (Write After Approval): Update address.
3245 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3247         PR jit/64780
3248         * configure.ac: Require the user to explicitly specify
3249         --enable-host-shared if the jit is enabled.
3250         * configure: Regenerate.
3252 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3254         * MAINTAINERS (Write After Approval): Add myself.
3256 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3258         * MAINTAINERS: Make whitespace consistent.
3260 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3262         * MAINTAINERS (Write After Approval): Add myself.
3264 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3266         * MAINTAINERS: (Write After Approval): Add myself.
3268 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3270         * MAINTAINERS: (Write After Approval): Add myself.
3272 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3274         * MAINTAINERS: (Write After Approval): Add myself.
3276 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3278         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3279         objective-c/c++ front end maintainer.
3281 2015-01-13  Marek Polacek  <polacek@redhat.com>
3283         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3285 2015-01-12  Jeff Law  <law@redhat.com>
3287         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3288         a very long time.
3290 2015-01-09  Ian Lance Taylor  <iant@google.com>
3292         * configure.ac (host_tools): Add gotools.
3293         * Makefile.def (host_modules): Add gotools.
3294         (dependencies): Add dependency of all-gotools on all-target-libgo.
3296 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3298         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3299         * configure: Regenerate.
3301 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3303         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3304         all-target-libgomp.
3305         * Makefile.in: Regenerate.
3307 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3309         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3311 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3313         * configure.ac: Add Visium support.
3314         * configure: Regenerate.
3316 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3318         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3319         * configure: Regenerate.
3321 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3323         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3324         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3325         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3326         (OBJCOPY_FOR_TARGET): New variable.
3327         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3328         * Makefile.in: Regenerate.
3329         * configure.ac: Check for already installed target objcopy.
3330         Also GCC_TARGET_TOOL on objcopy.
3331         * configure: Regenerate.
3333 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3335         * config.sub: Update from upstream, to 2015-01-01 version.
3336         * config.guess: Ditto.
3338 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3340         * MAINTAINERS (RTEMS Ports): Add myself.
3342 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3344         * MAINTAINERS (Write After Approval): Add myself.
3346 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3348         * MAINTAINERS (Write After Approval): Add myself.
3350 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3352         * configure.ac (--enable-as-accelerator-for): Don't set
3353         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3354         * configure: Regenerate.
3356 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3358         PR bootstrap/64023
3359         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3360         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3361         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3362         to CXX.
3363         * Makefile.in: Regenerated.
3365 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3366             Yury Gribov  <y.gribov@samsung.com>
3368         * .gitignore: Added .local.vimrc and .lvimrc.
3369         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3370         * Makefile.in: Regenerate.
3372 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3374         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3375         * configure: Regenerated.
3377 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3379         * MAINTAINERS (nvptx port): New entry.
3381 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3383         * configure: Regenerate.
3385 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3387         * configure.ac: Merge with Binutils.
3389 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3391         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3392         * Makefile.in: Regenerate.
3394 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3396         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3397         missing flex.
3398         * Makefile.in: Regenerated.
3400 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3402         * Makefile.in: Regenerate.
3404 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3406         PR bootstrap/63784
3407         * libtool.m4: Add $pic_flag with -shared.
3409 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3411         * MAINTAINERS (Write After Approval): Added myself.
3413 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3415         * MAINTAINERS (write-after-approval): Add myself.
3417 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3419         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3420         from 2 years ago.
3422 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3424         Revert:
3425         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3427         * MAINTAINERS (Write After Approval): Added myself as line map
3428         maintainer.
3430 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3432         Revert:
3433         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3435         * MAINTAINERS (Write After Approval): Added myself.
3437 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3439         * MAINTAINERS (Write After Approval): Added myself.
3441 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3443         * MAINTAINERS (Write After Approval): Added myself as line map
3444         maintainer.
3446 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3448         * MAINTAINERS (Various Maintainers): Added myself as line map
3449         maintainer.
3451 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3453         * move-if-change: Sync from upstream gnulib.
3455 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3457         * compile: Sync with upstream Automake.
3458         * depcomp: Ditto.
3459         * install-sh: Ditto.
3460         * missing: Ditto.
3461         * mkinstalldirs: Ditto.
3462         * ylwrap: Ditto.
3464 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3466         * config.sub: Update from upstream config repo.
3467         * config.guess: Ditto.
3469 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
3471         * Makefile.def: Add liboffloadmic to target_modules.  Make
3472         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3473         * Makefile.in: Regenerate.
3474         * configure: Regenerate.
3475         * configure.ac: Add liboffloadmic to target binaries.
3476         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3477         Add liboffloadmic to noconfig list when C++ is not supported.
3479 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3480             Thomas Schwinge  <thomas@codesourcery.com>
3481             Ilya Verbin  <ilya.verbin@intel.com>
3482             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3484         * configure: Regenerate.
3485         * configure.ac (--enable-as-accelerator-for)
3486         (--enable-offload-targets): New configure options.
3488 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3490         * Makefile.def: Make all-gcc depend on all-isl.
3491         * Makefile.in: Regenerate.
3493 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
3495         * ChangeLog.jit: New.
3496         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3498 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3500         PR target/63610
3501         * libtool.m4: Fix globbing of darwin versions.
3502         * configure: Regenerate.
3504 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3506         * Makefile.def: Remove CLooG.
3507         * Makefile.tpl: Ditto.
3508         * configure.ac: Ditto.
3509         * configure: Regenerate.
3510         * Makefile.in: Ditto.
3512 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
3514         * configure.ac: Handle nvptx-*-*.
3515         * configure: Regenerate.
3517 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
3519         * MAINTAINERS (Write After Approval): Add myself.
3521 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
3523         * Makefile.def (libcc1): Remove bootstrap=true;.
3524         * Makefile.in: Regenerated.
3526 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3528         * configure.ac: Update comment.
3529         * configure: Regenerate.
3531 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
3533         * MAINTAINERS (Write After Approval): Add myself.
3535 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
3537         * configure.ac (extra_host_libiberty_configure_flags): Add
3538         --enable-shared also for libcc1's benefit.
3539         * configure: Regenerate.
3541 2014-10-29  Tristan Gingold  <gingold@adacore.com>
3543         * MAINTAINERS: Change my email address.
3545 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
3546             Tom Tromey  <tromey@redhat.com>
3548         * Makefile.def: Add libcc1 to host_modules.
3549         * configure.ac (host_tools): Add libcc1.
3550         * Makefile.in, configure: Rebuild.
3552 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
3554         * configure.ac (build_configargs): Don't share config.cache between
3555         build subdirs.
3556         * configure: Regenerate.
3558 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3560         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3561         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3562         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3563         leon3v7 as leon3.
3564         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3565         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3566         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3567         * config/sparc/sparc.md (cpu): Add leon3v7.
3568         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3570 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3572         * MAINTAINERS (write-after-approval): Add myself.
3574 2014-10-23  Ian Lance Taylor  <iant@google.com>
3576         * configure.ac: Disable the Go frontend on systems where it is known
3577         to not work.
3578         * configure: Regenerate.
3580 2014-10-23  Richard Biener  <rguenther@suse.de>
3582         * Makefile.def: Add libcpp build module and dependencies.
3583         * configure.ac: Add libcpp build module.
3584         * Makefile.in: Regenerate.
3585         * configure: Likewise.
3587 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
3589         * MAINTAINERS (write-after-approval): Add myself.
3591 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
3593         * INSTALL/README: Do not mention CVS.
3595 2014-10-03  Jing Yu  <jingyu@google.com>
3597         * configure.ac: Add aarch64 to list of targets that support gold.
3598         * configure: Regenerate.
3600 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
3602         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
3604 2014-09-29  Catherine Moore  <clm@codesourcery.com>
3606         * MAINTAINERS:  Add myself as MIPS maintainer.
3608 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
3610         * MAINTAINERS: Move myself to MIPS maintainers.
3612 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3614         * MAINTAINERS: Put all email addresses between '<' and '>'.
3616 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3618         * MAINTAINERS: Move myself to reviewers (Fortran).
3620 2014-09-01  Andi Kleen  <ak@linux.intel.com>
3622         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3623         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
3624         * Makefile.in: Regenerate.
3626 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3628         * rtx-classes-status.txt: Delete
3630 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3632         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3634 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
3636         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3637         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3638         of checking for version number.
3639         * configure: Regenerated.
3640         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3642 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3644         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3645         is done; begin phase 6 (use extra rtx_def subclasses).
3647 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3649         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3650         done; begin phase 5 (additional rtx_def subclasses).
3652 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3654         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3656 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3658         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3659         SET_BB_HEADER are done.
3661 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3663         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3664         done.
3666 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3668         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3670 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3672         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3674 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3676         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3678 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3680         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3682 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3684         * rtx-classes-status.txt: Phase 3 (per-file commits within
3685         "config" subdirs) is done; begin phase 4 (removal of
3686         "scaffolding").
3688 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
3690         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3691         dir) is done; begin phase 3 (per-file commits within "config"
3692         subdirs).
3694 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
3696         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3697         phase 2 (per-file commits in main source dir).
3699 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
3701         * configure: Regenerated.
3703 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3705         * rtx-classes-status.txt (TODO): Add SET_BND_TO
3707 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3709         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3711 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3713         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3715 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3717         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3719 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3721         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3723 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
3725         * MAINTAINERS (Write After Approval): Add myself.
3727 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
3729         * MAINTAINERS: Remove myself
3731 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3733         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3735 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
3737         * MAINTAINERS (Write After Approval): Add myself.
3739 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3741         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3742         SET_BB_HEADER, SET_BB_FOOTER
3744 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3746         * rtx-classes-status.txt: New file
3748 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
3750         * configure.ac: Eliminate ClooG installation dependency.
3751         * configure: Regenerate.
3752         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3753         * Makefile.in: Regenerate.
3755 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
3757         * MAINTAINERS (Write After Approval): Add myself.
3759 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
3761         * MAINTAINERS (Write After Approval): Add myself.
3763 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
3765         * MAINTAINERS (Write After Approval): Add myself.
3767 2014-07-28  Anthony Green  <green@moxielogic.com>
3769         Import from savannah.gnu.org:
3770         * config.sub: Update to 2014-07-28 version.
3772 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
3774         * MAINTAINERS: Remove my MIPS maintainer entry.
3776 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
3778         PR target/47230
3779         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3780         * configure: Regenerate.
3782 2014-07-24  James Norris  <jnorris@codesourcery.com>
3784         * MAINTAINERS (Write After Approval): Add myself.
3786 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
3788         * configure.ac: Accept only CLooG 0.18.1.
3789         * configure: Regenerate.
3791 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
3793         * configure.ac: Don't accept isl 0.11.
3794         * configure: Regenerate.
3796 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3798         * MAINTAINERS (Write After Approval): Add myself.
3800 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3802         * configure.ac: Don't accept isl 0.10.
3803         * configure: Regenerate.
3805 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3807         Fix include path for in-tree cloog.
3808         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3809         * configure: Regenerate.
3811 2014-06-18  Richard Henderson  <rth@redhat.com>
3813         * .gitignore: Import gcc_update output.
3815 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
3817         * config-ml.in: Robustify ac_configure_args parsing.
3819         * configure.ac (--enable-linker-plugin-configure-flags)
3820         (--enable-linker-plugin-flags): New flags.
3821         (configdirs): Conditionally add libiberty-linker-plugin.
3822         * configure: Regenerate.
3823         * Makefile.def (host_modules): Add libiberty-linker-plugin.
3824         (host_modules) <lto-plugin>: Pay attention to
3825         @extra_linker_plugin_flags@ and
3826         @extra_linker_plugin_configure_flags@.
3827         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3828         * Makefile.in: Regenerate.
3830         * Makefile.tpl (configure-[+prefix+][+module+])
3831         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3832         "module_srcdir" instead of "module" for locating a module's srcdir.
3833         * Makefile.in: Regenerate.
3835 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
3837         * MAINTAINERS (Write After Approval): Add myself.
3839 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
3841         * MAINTAINERS: Update my email address.
3843 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3845         * MAINTAINERS (Write After Approval): Add myself.
3847 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3849         * MAINTAINERS (Write After Approval): Add myself.
3851 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
3853         PR libstdc++/61011
3854         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3855         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3856         * configure: Regenerate.
3858 2014-05-28  Pedro Alves  <palves@redhat.com>
3860         * MAINTAINERS (Write After Approval): Add myself.
3862 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3864         * MAINTAINERS: Update my affiliation/email.
3866 2014-05-19  Mike Stump  <mikestump@comcast.net>
3868         * MAINTAINERS: Add wide-int reviewers.
3870 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
3872         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3873         * configure: Regenerated.
3875 2014-05-15  Torvald Riegel  <triegel@redhat.com>
3877         * MAINTAINERS (libitm): Add myself as maintainer.
3879 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
3881         * MAINTAINERS (Write After Approval): Add myself.
3883 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
3885         * config.sub, config.guess: Import from upstream.
3887 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3889         * MAINTAINERS (Write After Approval): Put myself in correct order.
3891 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3893         * MAINTAINERS (Write After Approval): Add myself.
3895 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3897         * MAINTAINERS: Move myself from Reviewers to Write After Approval
3898         section.
3900 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3902         * MAINTAINERS (Write After Approval): Delete myself.
3904 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
3906         PR sanitizer/56781
3907         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3908         and -B* options with -Xcompiler.
3910 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
3912         PR bootstrap/60620
3913         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3914         * Makefile.in: Regenerate.
3916 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3918         * Makefile.def (dependencies): Make all-ld depend on all-binutils
3919         for WINDRES_FOR_TARGET in default-manifest.o rule.
3920         * Makefile.in: Regenerate.
3922 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
3924         * MAINTAINERS (Write After Approval): Add myself.
3926 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
3928         PR sanitizer/56781
3929         * Makefile.def: Set bootstrap=true; for host fixincludes.
3930         * configure.ac: Don't bootstrap host fixincludes unless
3931         --with-build-config=bootstrap-{a,ub}san.
3932         * Makefile.in: Regenerated.
3933         * configure: Regenerated.
3935 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
3937         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
3938         --enable-vtable-verify option parsing.  Don't add
3939         target-libsanitizer to bootstrap_target_libs unless
3940         --with-build-config=bootstrap-asan or
3941         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
3942         to bootstrap_target_libs unless --enable-vtable-verify.
3943         * configure: Regenerated.
3945 2014-03-10  Anatoly Sokolov <aesok@post.ru>
3947         * MAINTAINERS (Write After Approval): Add myself.
3949 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
3951         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3953 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
3955         PR bootstrap/58572
3956         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3957         -I for libstdc++-v3 includes if $(LEAN).
3958         * Makefile.in: Regenerated.
3960 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
3962         * MAINTAINERS: Update my email address.
3964 2014-02-24  Walter Lee  <walt@tilera.com>
3966         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3967         (tilegx-*-*): Change to tilegx*-*-*.
3968         * configure: Regenerate.
3970 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
3972         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3974 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3976         * MAINTAINERS (Write After Approval): Add myself.
3978 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3980         PR target/59788
3981         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3982         *solaris2*.
3984 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
3986         * MAINTAINERS: Update my email address.
3988 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
3990         * MAINTAINERS: Convert to UTF-8.
3991         Properly sort Xinliang David Li's entry.
3993 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
3994             Sandra Loosemore  <sandra@codesourcery.com>
3996         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3997         nios2 port maintainers.
3999 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
4001         * MAINTAINERS (Write After Approval): Add myself.
4003 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4005         * configure.ac: Add user-friendly check for native x86_64-linux
4006         multilibs.
4007         * configure: Regenerate.
4009 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
4011         * MAINTAINERS: Add myself as sh maintainer.
4013 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4015         * MAINTAINERS: Add self as SLSR maintainer.
4017 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
4019         * MAINTAINERS: Update my email address.
4021 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
4023         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4025 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
4027         * Makefile.in: Regenerate.
4029         * Makefile.tpl: Fix typo.
4030         * Makefile.in: Regenerate partially.
4032 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4034         * configure.ac: Added libcilkrts to noconfig list when C++ is not
4035         supported.
4036         * configure: Regenerated.
4038 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
4040         * MAINTAINERS (Write After Approval): Add myself.
4042 2013-10-30  Jason Merrill  <jason@redhat.com>
4044         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4045         --disable-build-format-warnings.
4047 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4049         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
4050         depend on libstdc++ and libgcc.
4051         * configure: Regenerate.
4052         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
4053         libcilkrts for POSIX and i*86, and x86_64 architectures.
4054         * Makefile.in: Added libcilkrts related fields to support building it.
4056 2013-10-26  Jeff Law  <law@redhat.com>
4058         * Makefile.def (target_modules): Remove libmudflap
4059         (languages): Remove check-target-libmudflap).
4060         * Makefile.in: Rebuilt.
4061         * Makefile.tpl (check-target-libmudflap-c++): Remove.
4062         * configure.ac (target_libraries): Remove target-libmudflap.
4063         Remove checks which disabled libmudflap on some systems.
4064         * configure: Rebuilt.
4065         * libmudflap: Directory removed.
4067 2013-10-21  Cong Hou  <congh@google.com>
4069         * MAINTAINERS (Write After Approval): Add myself.
4071 2013-10-16  Mike Stump  <mikestump@comcast.net>
4073         * .dir-locals.el: Add.
4075 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
4077         * configure.ac: Add --enable-host-shared
4078         * configure: Regenerate.
4080 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4082         Import from savannah.gnu.org:
4083         * config.guess: Update to 2013-06-10 version.
4084         * config.sub: Update to 2013-10-01 version.
4086 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
4088         Changes to build configuration to allow big endian ARC ELF toolchain
4089         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4090         * configure: Regenerate.
4092 2013-09-20  Alan Modra  <amodra@gmail.com>
4094         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4095         ppc host match.  Support little-endian powerpc linux hosts.
4097 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4099         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4100         maintainer.
4102 2013-09-12  DJ Delorie  <dj@redhat.com>
4104         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4105         maintainers.
4107 2013-09-03  Richard Biener  <rguenther@suse.de>
4109         * configure.ac: Also allow ISL 0.12.
4110         * configure: Regenerated.
4112 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4114         * MAINTAINERS (Write After Approval): Add myself.
4116 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4118         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4120 2013-08-26  Caroline Tice  <cmtice@google.com>
4122         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4123         "Various Reviewers" to libvtv "Various Maintainers".
4125 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4127         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4129 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4131         * MAINTAINERS: Update name, email.
4133 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4135         * MAINTAINERS (Write After Approval): Add myself.
4137 2013-08-12  Caroline Tice  <cmtice@google.com>
4139         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4140         address in the Write After Approval section.
4142 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4144         * MAINTAINERS (Write After Approval): Update email.
4146 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4148         * configure.ac: Adjust to check VTV_SUPPORTED.
4149         * configure: Regenerated.
4151 2013-08-02  Caroline Tice  <cmtice@google.com>
4153         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4154         on non-linux systems; add target-libvtv to noconfigdirs; add
4155         libsupc++/.libs to C++ library search paths.
4156         * configure: Regenerated.
4157         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4158         libstdc++ and libgcc.
4159         * Makefile.in: Regenerated.
4161 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4163         * MAINTAINERS (Write After Approval): Add myself.
4165 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4166             Shiva Chen  <shiva0217@gmail.com>
4168         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4169         nds32 port maintainers.
4171 2013-07-17  Tim Shen  <timshen91@gmail.com>
4173         * MAINTAINERS (Write After Approval): Add myself.
4175 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4177         * configure.ac: Sync from binutils.
4178         * configure: Regenerate.
4180 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4182         * MAINTAINERS (Write After Approval): Add myself.
4184 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4186         * MAINTAINERS (Write After Approval): Add myself.
4188 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4190         * MAINTAINERS (Write After Approval): Add myself.
4192 2013-04-30  Brooks Moses  <bmoses@google.com>
4194         * MAINTAINERS: Update my email; move myself from Fortran
4195         reviewer to Write After Approval.
4197 2013-04-16  Andreas Schwab  <schwab@suse.de>
4199         * configure.ac (aarch64-*-*): Don't disable java.
4200         * configure: Regenerate.
4202 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4204         * MAINTAINERS (Write After Approval): Add myself.
4206 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4208         * Makefile.def (target_modules): Don't install libffi.
4209         * Makefile.in: Regenerate.
4211 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4213         * MAINTAINERS (Write After Approval): Add myself.
4215 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4217         * MAINTAINERS (Write After Approval): Add myself.
4219 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4221         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4222         * configure: Regenerated.
4224 2013-02-05  Ian Lance Taylor  <iant@google.com>
4226         PR go/55969
4227         * configure.ac: Disable libgo on some systems where it does not
4228         work.
4230 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4232         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4233         Remove Geoff Keating as rs6000 port maintainer, at his request.
4235 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4237         * MAINTAINERS: Update my email.
4239 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4241         * configure: Re-generate.
4243 2013-01-15  Richard Biener  <rguenther@suse.de>
4245         PR other/55973
4246         * configure: Re-generate.
4248 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4250         * Makefile.def (install-target-libsanitizer): Depend on
4251         install-target-libstdc++-v3.
4252         * Makefile.in: Regenerate.
4254 2013-01-14  Richard Biener  <rguenther@suse.de>
4256         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4257         * configure: Re-generate
4259 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4261         * config.sub: Update from config repo.
4263 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4265         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4266         * Makefile.in: Regenerate.
4268 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4270         * MAINTAINERS (arc): Add new port maintainership for myself.
4272 2013-01-09  Jason Merrill  <jason@redhat.com>
4274         * .gitignore: Import from gdb repository.
4276 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4278         * Makefile.def (configure-gcc): Depend on all-gmp.
4279         (all-gcc): Remove dependency on all-gmp.
4280         * Makefile.in: Regenerated.
4282 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4284         * config.sub: Merge from config repo.
4285         * config.guess: Ditto.
4287 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4289         * Makefile.def: Merge from binutils.
4290         * Makefile.in: Ditto.
4292 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4294         * MAINTAINERS: Update my email.
4296 2012-12-29  Ben Elliston  <bje@gnu.org>
4298         * config.guess: Update to 2012-12-29 version.
4299         * config.sub: Likewise.
4301 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4303         * Makefile.def (install-target-libgfortran): Depend on
4304         install-target-libquadmath, install-target-libgcc.
4305         (install-target-libsanitizer): Depend on install-target-libgcc.
4306         (install-target-libjava): Depend on install-target-libgcc.
4307         (install-target-libitm): Depend on install-target-libgcc.
4308         (install-target-libobjc): Depend on install-target-libgcc.
4309         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4310         * Makefile.in: Regenerate.
4312 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4314         * Makefile.def (install-target-libgo): Depend on
4315         install-target-libatomic.
4316         * Makefile.in: Regenerate.
4318 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4320         PR go/55201
4321         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4322         * Makefile.in: Regenerate.
4324 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4326         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4327         * configure: Regenerate.
4329 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4331         * config.sub: Merge from config repo.
4333 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4335         * Makefile.def (target_modules): Add bootstrap=true and
4336         raw_cxx=true to libsanitizer.
4337         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4338         * Makefile.in: Regenerated.
4339         * configure: Likewise.
4341 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4343         * MAINTAINERS: Remove self as RTL optimization maintainer.
4345 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4347         * MAINTAINERS (Write After Approval): Add myself.
4349 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4351         * Makefile.def (target_modules): Remove bootstrap=true and
4352         raw_cxx=true from libsanitizer.
4353         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4354         * Makefile.in: Regenerated.
4355         * configure: Likewise.
4357 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4359         * Makefile.def (target_modules): Add bootstrap=true and
4360         raw_cxx=true to libsanitizer.
4361         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4362         * Makefile.in: Regenerated.
4363         * configure: Likewise.
4365 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4367         PR bootstrap/54279
4368         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4369         * configure: Regenerate.
4370         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4371         * Makefile.in: Regenerate.
4373 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4375         * configure.ac: Disable libsanitizer if we're not building C++.
4376         * configure: Regenerate.
4378 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4380         * MAINTAINERS (Write After Approval): Add myself.
4382 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4384         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4385         Kostya Serebryany (kcc@google.com) and
4386         Jakub Jelinek (jakub@redhat.com).
4387         Rename area for Dodji Seketeli (dodji@redhat.com).
4389 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4391         * MAINTAINERS: (asan.c, related): Add myself.
4393 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4395         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4396         * configure: Regenerate.
4398 2012-11-13  Richard Henderson  <rth@redhat.com>
4400         * configure.ac: Move libsanitizer logic to subdirectory.
4401         * configure: Regenerate.
4403 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4405         * configure.ac: Enable libsanitizer just on x86 linux for now.
4406         * configure: Re-generate.
4408 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4410         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4411         sections.
4412         * configure: Regenerate.
4414 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4416         * configure.ac: Add section for configdirs for libsanitizer.
4417         Disable for cris-*-* and mmix-*-*.
4418         * configure: Regenerate.
4420 2012-11-12  Wei Mi <wmi@google.com>
4422         * configure.ac: Add libsanitizer to target_libraries.
4423         * Makefile.def: Ditto.
4424         * configure: Regenerate.
4425         * Makefile.in: Regenerate.
4426         * libsanitizer: New directory for asan runtime.  Contains an empty
4427         tsan directory.
4429 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4431         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4432         against Mingw64 w32api.
4433         * configure: Regenerate.
4435 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4437         * configure: Regenerated.
4439 2012-11-03  Robert Mason  <rbmj@verizon.net>
4441         * configure.ac: add --disable-libstdcxx configure option
4442         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4444 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4446         * MAINTAINERS (Write After Approval): Add myself.
4448 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4450         * MAINTAINERS (Write After Approval): Add myself.
4452 2012-10-24  Sharad Singhai  <singhai@google.com>
4454         * MAINTAINERS (Write After Approval): Add myself.
4456 2012-10-24  Eric Christopher  <echristo@gmail.com>
4458         * MAINTAINERS: Update email address.
4460 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4462         PR bootstrap/54820
4463         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4464         * configure: Regenerate.
4466 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
4468         * MAINTAINERS (aarch64): Add Marcus and myself.
4470 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
4472         PR bootstrap/54820
4473         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4474         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4475         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4476         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4477         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4478         * Makefile.in: Regenerate.
4479         * configure.ac (have_static_libs): New variable and associated check.
4480         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4481         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4482         * configure: Regenerate.
4484 2012-10-10  Richard Biener  <rguenther@suse.de>
4486         * MAINTAINERS: Adjust for changed surname.
4488 2012-10-04  Lawrence Crowl  <crowl@google.com>
4490         * MAINTAINERS (Write After Approval): Add myself.
4492 2012-10-01  Cary Coutant  <ccoutant@google.com>
4494         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4496 2012-09-28  Ian Lance Taylor  <iant@google.com>
4498         * Makefile.def: Make all-target-libgo depend on
4499         all-target-libbacktrace.
4500         * Makefile.in: Rebuild.
4502 2012-09-26  Ian Lance Taylor  <iant@google.com>
4504         * Makefile.def: Make all-gcc depend on all-libbacktrace.
4505         * Makefile.in: Rebuild.
4507 2012-09-20  Walter Lee  <walt@tilera.com>
4509         * configure.ac: Add tilegx to list of targets that support gold.
4510         * configure: Regenerate.
4512 2012-09-20  Marek Polacek  <polacek@redhat.com>
4514         * MAINTAINERS (Write After Approval): Add myself.
4516 2012-09-19  Steve Ellcey  <sellcey@mips.com>
4518         * configure.ac: Add mips*-mti-elf* target.
4519         * configure: Regenerate.
4521 2012-09-17  Ian Lance Taylor  <iant@google.com>
4523         * MAINTAINERS (Various Maintainers): Add libbacktrace.
4524         * configure.ac (host_libs): Add libbacktrace.
4525         (target_libraries): Add libbacktrace.
4526         * Makefile.def (host_modules): Add libbacktrace.
4527         (target_modules): Likewise.
4528         * configure, Makefile.in: Rebuild.
4530 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
4532         PR target/38607
4533         Merge upstream change.
4534         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4536         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4537         Add libgomp*.o to compare_exclusions for AIX.
4538         * configure: Regenerate.
4540 2012-09-06  Diego Novillo  <dnovillo@google.com>
4542         * configure.ac: Bump minimum GMP version to 4.2.3.
4543         * configure: Re-generate.
4545 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
4547         PR target/54461
4548         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4549         target-libgloss if not configured --with-avrlibc=no.
4550         * configure: Regenerate.
4552 2012-09-04  Jason Merrill  <jason@redhat.com>
4554         * configure.ac: Fix --enable-languages=all.
4556 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
4558         * MAINTAINERS (Write After Approval): Add myself.
4560 2012-09-03  Richard Guenther  <rguenther@suse.de>
4562         PR bootstrap/54138
4563         * configure.ac: Re-organize ISL / CLOOG checks to allow
4564         disabling with either --without-isl or --without-cloog.
4565         * configure: Regenerated.
4567 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
4569         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4570         * configure: Regenerate.
4572 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
4574         * MAINTAINERS: Fix my email address.
4576 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4578         PR binutils/4970
4579         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4580         and opcodes.
4581         * Makefile.in: Regenerated.
4583 2012-08-26  Art Haas <ahaas@impactweather.com>
4585         * configure: Regenerate.
4587 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
4589         * INSTALL/README: Also refer to the online installation
4590         instructions.
4592 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4594         * MAINTAINERS (Write After Approval): Add myself.
4595         (Picochip port): Remove myself.
4597 2012-08-14   Diego Novillo  <dnovillo@google.com>
4599         Merge from cxx-conversion branch.
4601         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4602         POSTSTAGE1_CONFIGURE_FLAGS.
4603         * Makefile.in: Regenerate.
4604         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
4605         Force C++ when bootstrapping.
4606         * configure: Regenerate.
4608 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4610         * MAINTAINERS (Write After Approval): Add myself.
4612 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
4614         * README: Document use of ranges of years in copyright notices.
4616 2012-07-06  Richard Guenther  <rguenther@suse.de>
4618         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4619         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4620         --with-gmp=system.
4621         * Makefile.in: Regenerated.
4622         * configure: Likewise.
4624 2012-07-06  Richard Guenther  <rguenther@suse.de>
4626         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4627         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4628         supply V=1 as extra_make_flags.
4629         * configure: Regenerated.
4630         * Makefile.in: Likewise.
4632 2012-07-04  Tristan Gingold  <gingold@adacore.com>
4634         * configure: Regenerate.
4636 2012-07-03  Richard Guenther  <rguenther@suse.de>
4638         * Makfile.def (isl): Remove not necessary extra_exports and
4639         extra_make_flags.
4640         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4641         * Makefile.in: Regenerated.
4643 2012-07-03  Richard Guenther  <rguenther@suse.de>
4645         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4646         * configure.ac: If either the ISL or the CLooG check failed
4647         do not try to build in-tree versions.
4648         * Makefile.in: Regenerated.
4649         * configure: Regenerated.
4651 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4653         * configure: Regenerate.
4655 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4657         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4658         maintainer.
4660 2012-07-02  Richard Guenther  <rguenther@suse.de>
4662         * configure: Regenerated.
4664 2012-07-02  Richard Guenther  <rguenther@suse.de>
4665         Michael Matz  <matz@suse.de>
4666         Tobias Grosser <tobias@grosser.es>
4667         Sebastian Pop <sebpop@gmail.com>
4669         * Makefile.def: Add ISL host module, remove PPL host module.
4670         Adjust ClooG host module to use the proper ISL.
4671         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4672         * configure.ac: Include config/isl.m4.  Add ISL host library,
4673         remove PPL.  Remove PPL configury, add ISL configury, adjust
4674         ClooG configury.
4675         * Makefile.in: Regenerated.
4676         * configure: Likewise.
4678 2012-07-02  Richard Guenther  <rguenther@suse.de>
4680         Merge from graphite branch
4681         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4683         * configure: Regenerated.
4684         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4685         both cloog.org and legacy versions. The only supported version will
4686         be CLooG with the isl backend.
4688         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4690         * configure: Regenerated.
4691         * configure.ac: Require cloog isl 0.17.0
4693         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4695         * configure: Regenerated.
4696         * config/cloog.m4: Do not define CLOOG_ORG
4698 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4700         * configure.ac: Skip C if explicitly selected.
4701         * configure: Regenerate.
4703 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
4705         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4706         they contain -O2.
4707         * configure: Regenerate.
4709 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4711         PR debug/53740
4712         * df.h, df-problems.c, dce.c: Revert last patch.
4714 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
4716         * MAINTAINERS (Write After Approval): Update my email address.
4718 2012-06-21  Meador Inge  <meadori@codesourcery.com>
4720         * MAINTAINERS (Write After Approval): Add myself.
4722 2012-06-20  Jason Merrill  <jason@redhat.com>
4724         * Makefile.tpl (check-target-libgomp-c++): New.
4725         (check-target-libitm-c++): New.
4726         * Makefile.def (c++): Add them.
4727         * Makefile.in: Regenerate.
4729 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
4731         * MAINTAINERS (Write After Approval): Add myself.
4733 2012-05-16  Olivier Hainque  <hainque@adacore.com>
4735         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4736         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4737         (install-no-fixedincludes): Adjust accordingly.
4738         * Makefile.in: Regenerate.
4740 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4742         Merge upstream change
4743         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4745 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
4747         * MAINTAINERS (Write After Approval): Add myself.
4749 2012-05-09  Nick Clifton  <nickc@redhat.com>
4750             Paul Smith  <psmith@gnu.org>
4752         PR bootstrap/50461
4753         * configure.ac (mpfr-dir): When using in-tree MPFR sources
4754         allow for the fact that from release v3.1.0 of MPFR the source
4755         files were moved into a src sub-directory.
4756         * configure: Regenerate.
4758 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
4760         * configure.ac: Bump minimum MPFR version to 2.4.0.
4761         * configure: Regenerated.
4763 2012-05-01  Richard Henderson  <rth@redhat.com>
4765         * Makefile.def (libatomic): New target_module.
4766         * configure.ac (target_libraries): Add libatomic.
4767         (noconfigdirs): Check if libatomic is supported.
4768         * Makefile.in, configure: Rebuild.
4770 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
4772         * MAINTAINERS (Write After Approval): Add myself.
4774 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
4776         * config.sub: Update to 2012-04-18 version from official repo.
4778 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
4780         * MAINTAINERS (Write After Approval): Add myself.
4782 2012-04-11  Steve Ellcey  <sellcey@mips.com>
4784         * MAINTAINERS: Changed email address.
4786 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
4788         PR target/52737
4789         * contrib/gcc_update (files_and_dependencies):
4790         Remove gcc/config/avr/t-multilib from touch data.
4792 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4794         * MAINTAINERS (OS Port Maintainers): Remove irix.
4795         * configure.ac (enable_libgomp): Remove *-*-irix6*.
4796         (unsupported_languages): Remove mips-sgi-irix6.*.
4797         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4798         (with_stabs): Remove.
4799         * configure: Regenerate.
4801 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4803         * MAINTAINERS (OS Port Maintainers): Remove osf.
4804         * configure.ac (enable_libgomp): Remove *-*-osf*.
4805         (with_stabs): Remove alpha*-*-osf*.
4806         * configure: Regenerate.
4808 2012-03-05  Tristan Gingold  <gingold@adacore.com>
4810         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4811         * configure: Regenerate.
4813 2012-02-17  Walter Lee  <walt@tilera.com>
4815         * MAINTAINERS: (Write After Approval): Delete myself.
4817 2012-02-14  Walter Lee  <walt@tilera.com>
4819         * MAINTAINERS (tilegx port): Add myself.
4820         (tilepro port): Add myself.
4821         (Write After Approval): Add myself.
4823 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
4825         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4826         and Joseph Myers as docstring relicensing maintainers.
4828 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
4830         * MAINTAINERS (write-after-approval): Add myself.
4832 2012-02-08  Ira Rosen <irar@il.ibm.com>
4834         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4835         maintainer.
4837 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4839         * MAINTAINERS (Write After Approval): Move myself to
4840         maintain alphabetical order.
4842 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4844         * MAINTAINERS (Write After Approval): Add myself.
4846 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
4848         * MAINTAINERS (Write After Approval): Add myself.
4850 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4851             Jayant R Sonar <jayant.sonar@kpitcummins.com>
4853         * configure.ac (cr16-*-*): Remove nonconfigdirs.
4854         * configure: Regenerate.
4856 2012-01-23  Harshit Chopra  <harshit@google.com>
4858         * MAINTAINERS (Write After Approval): Add myself.
4860 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
4862         * configure.ac: Remove reference to mh-interix.
4863         * configure: Regenerate.
4865 2012-01-05  Richard Henderson  <rth@redhat.com>
4867         PR bootstrap/51072
4868         * configure.ac: Disable libitm if c++ is not enabled.
4869         * configure: Rebuild.
4871         * configure.ac: Fix regexp for same.
4872         * configure: Rebuild.
4874 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
4876         * MAINTAINERS (Write After Approval): Add myself.
4878 2012-01-02  Richard Guenther  <rguenther@suse.de>
4880         PR bootstrap/51686
4881         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4882         * Makefile.in: Regenerate.
4884 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
4886         * MAINTAINERS (Write After Approval): Add myself.
4888 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
4890         * configure: Regenerate.
4892 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
4894         * MAINTAINERS (picochip): Changed email address.
4896 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4898         * MAINTAINERS (write-after-approval): Add self.
4900 2011-11-29  DJ Delorie  <dj@redhat.com>
4902         * configure.ac (rl78-*-*) New case.
4903         * configure: Regenerate.
4904         * MAINTAINERS: Add myself as RL78 maintainer.
4906 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4908         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4910 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
4912         * libtool.m4: Additional FreeBSD 10 fixes.
4914 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
4916         * MAINTAINERS: Move myself from Write After Approval to CPU Port
4917         Maintainers section, as Epiphany maintainer.
4919 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
4921         PR target/49992
4922         * configure.ac: Remove ranlib special-casing for Darwin.
4923         * configure: Regenerate.
4925 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
4927         * MAINTAINERS (Reviewers): Keep the list sorted.
4929 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
4931         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4933 2011-11-09  Roland McGrath  <mcgrathr@google.com>
4935         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4936         * configure: Rebuild.
4937         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4938         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4939         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4940         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4941         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4942         Add READELF.
4943         * Makefile.in: Rebuild.
4945 2011-11-09  Jason Merrill  <jason@redhat.com>
4947         * Makefile.def (language=c++): Remove check-c++0x.
4948         * Makefile.in (check-gcc-c++): Regenerate.
4950 2011-11-08  Richard Henderson  <rth@redhat.com>
4952         * configure.ac: Test for libitm directory present first.
4954         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4956         * configure.ac: Test libitm/configure.tgt to disable libitm.
4957         * configure: Rebuild.
4959 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
4960             Richard Henderson  <rth@redhat.com>
4962         Merged from transactional-memory.
4964         * Makefile.def (lang_env_dependencies): libitm is c++.
4965         Add libitm target module.
4966         * configure.ac: Likewise.
4967         * config/mmap.m4: New file.
4968         * contrib/gcc_update: Add libitm to touch data.
4969         * Makefile.in, configure: Rebuild.
4971 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4973         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4974         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4975         * Makefile.in: Regenerate.
4977 2011-11-01  DJ Delorie  <dj@redhat.com>
4979         * config.sub: Update to version 2011-10-29 (added rl78)
4981 2011-10-27  Nick Clifton  <nickc@redhat.com>
4983         * config.sub: Import these changes from the config project:
4985         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
4986             Ben Elliston  <bje@gnu.org>
4988         * config.sub (epiphany): New.
4990         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
4991             Ben Elliston  <bje@gnu.org>
4993         * config.sub (hexagon, hexagon-*): New.
4995         2011-08-23  Roland McGrath  <mcgrathr@google.com>
4997         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4998         64eb to be64.
5000         2011-08-16  Roland McGrath  <mcgrathr@google.com>
5002         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5003         (nacl): Grok as alias for 32el-unknown-nacl.
5005 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
5007         * MAINTAINERS (Write After Approval): Add myself.
5009 2011-10-24  Teresa Johnson  <tejohnson@google.com>
5011         * MAINTAINERS (Write After Approval): Add myself.
5013 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
5015         * MAINTAINERS (sparc port): Remove myself.
5017 2011-09-14  Tom de Vries  <tom@codesourcery.com>
5019         * MAINTAINERS (Write After Approval): Add myself.
5021 2011-08-14  Yao Qi  <yao@codesourcery.com>
5023         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5024         * configure: Regenerate.
5026 2011-07-26  Ian Lance Taylor  <iant@google.com>
5028         * configure.ac: Set have_compiler based on whether gcc directory
5029         exists, rather than on whether gcc is in configdirs.
5030         * configure: Rebuild.
5032 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
5034         * MAINTAINERS (Global Reviewers): Add self.
5036 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
5038         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5039         link directories.
5040         * Makefile.in: Rebuild.
5042 2011-07-20  Ian Lance Taylor  <iant@google.com>
5044         PR bootstrap/49787
5045         * configure.ac: Move --enable-bootstrap handling earlier in file.
5046         If --enable-bootstrap and either --enable-build-with-cxx or
5047         --enable-build-poststage1-with-cxx, enable C++ automatically.
5048         * configure: Rebuild.
5050 2011-07-19  Ian Lance Taylor  <iant@google.com>
5052         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
5053         make C++ a boot_language.  Set and substitute
5054         POSTSTAGE1_CONFIGURE_FLAGS.
5055         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5056         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5057         * configure, Makefile.in: Rebuild.
5059 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
5061         * MAINTAINERS (Register Allocation): Move myself from reviewers to
5062         maintainers.
5064 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
5066         * MAINTAINERS (Global Reviewers): Add myself.
5068 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5070         * configure: Regenerate.
5072 2011-07-16  Jason Merrill  <jason@redhat.com>
5074         * Makefile.def (language=c++): Add check-c++0x and
5075         check-target-libmudflap-c++.
5076         * Makefile.tpl (check-target-libmudflap-c++): New.
5077         * Makefile.in: Regenerate.
5079 2011-07-16  Matthias Klose  <doko@ubuntu.com>
5081         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5082         * Makefile.def (target_modules/libjava): Pass
5083         $(EXTRA_CONFIGARGS_LIBJAVA).
5084         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5085         if not configured with --enable-static-libjava.
5086         * Makefile.in: Regenerate.
5087         * configure: Likewise.
5089 2011-07-15  Jason Merrill  <jason@redhat.com>
5091         * Makefile.in (check-c++): Move check-gcc-c++0x after
5092         check-target-libstdc++-v3.
5094 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5096         * MAINTAINERS (c6x port): New entry.
5098 2011-07-13  Jason Merrill  <jason@redhat.com>
5100         * Makefile.in (check-gcc-c++0x): New.
5101         (check-c++): Depend on it.
5103 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5105         PR target/39150
5106         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5107         x86_64-*-solaris2.1[0-9]*.
5108         * configure: Regenerate.
5110 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5112         * MAINTAINERS (RTL optimizers): Add self.
5114 2011-06-27  Gabriel Charette  <gchare@google.com>
5116         * MAINTAINERS (Write After Approval): Add myself.
5118 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5120         PR regression/47836
5121         PR bootstrap/23656
5122         PR other/47733
5123         PR bootstrap/49247
5124         PR c/48825
5125         * configure.ac (target_libraries): Remove target-libiberty.
5126         Remove case-statement setting skipdirs=target-libiberty for
5127         multiple targets.  Remove checking target_configdirs and
5128         removing target-libiberty but keeping target-libgcc if
5129         otherwise empty.
5130         * Makefile.def (target_modules): Don't add libiberty.
5131         (dependencies): Remove all traces of target-libiberty.
5132         * configure, Makefile.in: Regenerate.
5134 2011-06-13  Walter Lee <walt@tilera.com>
5136         * configure.ac (tilepro-*-*) New case.
5137         (tilegx-*-*): Likewise.
5138         * configure: Regenerate.
5140 2011-06-06  Jing Yu  <jingyu@google.com>
5142         * configure.ac: Skip target-libiberty for
5143         arm*-*-linux-androideabi.
5144         * configure: Regenerated.
5146 2011-06-06  Nick Clifton  <nickc@redhat.com>
5148         * config.sub: Sync from upstream.
5150 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5152         * MAINTAINERS (Write After Approval): Add myself.
5154 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5156         * MAINTAINERS: Update my email address.
5158 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5160         * MAINTAINERS (Write After Approval): Update my email address.
5162 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5164         * MAINTAINERS (Write After Approval): Add myself.
5166 2011-05-08  Doug Kwan  <dougkwan@google.com>
5168         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5169         * configure: Regenerated.
5170         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5171         value from configure.
5172         * Makefile.in: Regenerated.
5174 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5176         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5177         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5178         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5179         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5180         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5181         *-*-vxworks*): Disable newlib and libgloss in separate case
5182         statement.
5183         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5184         to separate case statement.
5185         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5186         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5187         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5188         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5189         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5190         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5191         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5192         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5193         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5194         i[[3456789]]86-*-rdos*, m32r-*-*,
5195         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5196         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5197         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5198         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5199         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5200         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5201         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5202         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5203         and libgloss in main case over targets.  Remove most empty cases
5204         in main case over targets.
5205         * configure: Regenerate.
5207 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5209         * MAINTAINERS (Write After Approval): Add myself.
5211 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5213         * configure.ac: Remove code setting special library locations for
5214         hppa*64*-*-hpux11*.  Remove code setting compiler for
5215         sparc-sun-solaris2*.
5216         * configure: Regenerate.
5218 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5220         * configure.ac: Separate libgloss_dir settings from general case
5221         over targets.
5222         * configure: Regenerate.
5224 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5226         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5227         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5228         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5229         cases in libgcj-disabling case statement.
5230         (hppa*64*-*-linux*): Set unsupported_languages instead of
5231         disabling target-zlib.
5232         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5233         to hppa*64*-*-hpux*.
5234         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5235         hppa*-*-hpux*.
5236         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5237         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5238         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5239         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5240         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5241         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5242         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5243         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5244         libgcj-disabling case statement.
5245         * configure: Regenerate.
5247 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5249         * configure.ac: Disable Java for targets not supporting libffi.
5250         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5251         Remove cases in Java-disabling statement.
5252         (*arm-wince-pe): Change to arm-wince-pe.
5253         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5254         cases in Java-disabling statement.
5255         (bfin-*-*): Don't disable Java again.
5256         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5257         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5258         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5259         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5260         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5261         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5262         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5263         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5264         Java-disabling statement.
5265         (mmix-*-*): Don't disable Java again.
5266         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5267         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5268         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5269         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5270         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5271         statement.
5272         * configure: Regenerate.
5274 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5276         * configure.ac: Separate cases disabling Java and Java libraries
5277         from general case over targets.
5278         * configure: Regenerate.
5280 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5282         * MAINTAINERS: Update my email address.
5284 2011-04-20  Easwaran Raman  <eraman@google.com>
5286         * MAINTAINERS (Write After Approval): Add myself.
5288 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5290         PR lto/48086
5291         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5292         * configure: Regenerate.
5294 2011-04-16  Jim Meyering  <meyering@redhat.com>
5296         * MAINTAINERS (Write After Approval): Add myself.
5298 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5300         * MAINTAINERS: Update my email address.
5302 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5304         * MAINTAINERS (Write After Approval): Add myself.
5306 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5308         * MAINTAINERS (Write After Approval): Add myself.
5310 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5312         * MAINTAINERS (Write After Approval): Add myself.
5314 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5316         * configure.ac (build_tools): Remove build-byacc.
5317         (host_libs): Remove mmalloc.
5318         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5319         autoconf automake libtool diff rcs fileutils shellutils time
5320         textutils wdiff find uudecode hello tar gzip indent recode release
5321         sed perl gawk findutils gettext zip.
5322         (libgcj): Remove target-qthreads.
5323         (target_tools): Remove target-examples target-gperf.
5324         (YACC): Don't handle building byacc.
5325         * configure: Regenerate.
5326         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5327         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5328         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5329         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5330         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5331         handle building components.
5332         * Makefile.in: Regenerate.
5334 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5336         * MAINTAINERS: Update my email address as Xtensa maintainer.
5338 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5340         * config.sub: Sync from upstream.
5342 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5344         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5345         (microblaze*): Don't disable libssp.
5346         * configure: Regenerate.
5348 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5350         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5351         moveifchange.
5352         * configure: Regenerate.
5353         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5354         * Makefile.in: Regenerate.
5356 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5358         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5359         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5360         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5361         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5362         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5363         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5364         md_exec_prefix cases.
5365         * configure: Regenerate.
5367 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5369         * configure.ac: Separate cases disabling target-libssp,
5370         target-libiberty, target-libstdc++-v3 and Fortran from general
5371         case over targets.
5372         * configure: Regenerate.
5374 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5376         * configure.ac (*-*-chorusos): Don't disable libgcj.
5377         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5378         Remove case.
5379         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5380         (arm-*-coff): Don't disable libgcj.
5381         (arm*-*-linux-gnueabi): Remove useless assignment.
5382         (arm-*-riscix*): Don't disable libgcj.
5383         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5384         configuration.
5385         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5386         (c54x*-*-*): Remove case.
5387         (tic54x-*-*): Don't disable GCC or GCC libraries.
5388         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5389         to *.
5390         (d10v-*-*): Don't disable GCC libraries.
5391         (d30v-*-*): Don't disable libgcj.
5392         (h8500-*-*): Don't disable GCC libraries.
5393         (i960-*-*): Don't disable libgcj.
5394         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5395         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5396         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5397         libgcj.
5398         (m68k-*-coff*): Remove case.
5399         (mmix-*-*): Don't disable libgloss on host.
5400         (mn10200-*-*, mn10300-*-*): Remove cases.
5401         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5402         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5403         Don't disable libgcj.
5404         (romp-*-*): Remove case.
5405         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5406         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5407         case.
5408         (v810-*-*): Don't disable GCC libraries.
5409         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5410         (ip2k-*-*): Don't disable GCC libraries.
5411         * configure: Regenerate.
5413 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5415         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5416         libffi on host.
5417         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5418         on host.
5419         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5420         * configure: Regenerate.
5422 2011-03-26  John Marino  <binutils@marino.st>
5424         * configure.ac: Add support for *-*-dragonfly*
5425         * configure: Regenerate.
5427 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5429         * configure.ac (native_only): Remove.
5430         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5431         send-pr uudecode guile gnuserv on host.
5432         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5433         send-pr rcs guile perl texinfo libtool on host.
5434         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5435         automake send-pr rcs guile perl texinfo libtool on host.
5436         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5437         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5438         (alpha*-dec-osf*): Don't disable fileutils on target.
5439         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5440         texinfo send-pr expect dejagnu on target.
5441         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5442         target-qthreads on target.
5443         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5444         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5445         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5446         x86_64-*-mingw*): Don't disable expect on target.
5447         (*-*-cygwin*): Don't disable target-gperf on target.
5448         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5449         gnuserv on target.
5450         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5451         target.
5452         * configure: Regenerate.
5454 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5456         * configure.ac (target_tools): Remove target-groff.
5457         (native_only): Remove target-groff.
5458         (hppa*64*-*-*): Don't disable byacc.
5459         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5460         setting.
5461         (*-*-kaos*): Don't skip target-librx and target-groff.
5462         (*-*-netware*): Don't skip target-libmudflap.
5463         (*-*-tpf*): Don't skip target-libmudflap.
5464         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5465         directories on the host.
5466         (ia64*-*-*vms*): Don't skip tix.
5467         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5468         host.
5469         * configure: Regenerate.
5471 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
5473         * configure.ac: Remove references to mt-mep, mt-netware,
5474         mt-wince.
5475         * Makefile.def: Add all-utils soft dependencies.
5476         * Makefile.tpl: Remove GDB_NLM_DEPS.
5477         * configure: Regenerate.
5478         * Makefile.in: Regenerate.
5480 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5482         * configure.ac: Do not include mh-x86omitfp.
5483         * configure: Regenerate.
5485 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5487         * configure.ac: Remove empty cases.
5488         * configure: Regenerate.
5490 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5492         * Makefile.def: Add dependency from termcap to gdb.
5493         * Makefile.in: Regenerate.
5495 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5497         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5498         * configure: Regenerate.
5499         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5500         * Makefile.tpl: Likewise.
5501         * Makefile.in: Regenerate.
5503 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5505         * configure.ac: Remove all mentions of tentative_cc.
5506         * configure: Regenerate.
5508 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5510         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5511         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5512         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5513         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5514         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5515         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5516         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5517         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5518         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5519         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5520         *-*-rhapsody*): Remove host cases.
5521         * configure: Regenerate.
5523 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5525         * configure.ac (ppc*-*-pe): Remove host case.
5526         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5527         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5528         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5529         cases.
5530         * configure: Regenerate.
5532 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5534         * config.sub: Update to version 2011-03-23.
5536 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5538         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5539         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5540         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5541         * configure: Regenerate.
5543 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5545         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
5546         to Write After Approval.
5547         * config-ml.in: Don't handle arc-*-elf*.
5548         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5549         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5550         handle GCC libraries.
5551         * configure: Regenerate.
5553 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5555         PR bootstrap/48120:
5556         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5557         Add -lstdc++ -lm to LIBS.
5558         * configure: Regenerate.
5560 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
5562         * config.guess: Update to version 2011-02-02
5563         * config.sub: Update to version 2011-02-24
5565 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
5567         PR lto/48086
5568         * configure.ac: Re-enable LTO on *-apple-darwin9.
5569         * configure: Regenerate.
5571 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
5573         PR lto/48086
5574         * configure.ac: Disable LTO on darwin due to an assembler change in
5575         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5576         under 256.
5577         * configure: Regenerate.
5579 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
5581         * MAINTAINERS: Update myself as score backend maintainer,
5582         update my e-mail address.
5584 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
5586         * MAINTAINERS: Update my e-mail address.
5588 2011-03-06  Joey Ye  <joey.ye@arm.com>
5590         * MAINTAINERS: Update my e-mail address.
5592 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5594         * configure.ac: Adjust test of with_ppl.
5595         * configure: Regenerated.
5597 2011-03-02  Kai Tietz  <ktietz@redhat.com>
5599         * MAINTAINERS: Adjust my e-mail address.
5601 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5603         * configure.ac: Add -lpwl to ppllibs.
5604         * configure: Regenerated.
5606 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5608         * config/cloog.m4: Add -lisl to clooglibs.
5609         * configure: Regenerated.
5611 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5613         * MAINTAINERS (CPU Port maintainers): Add self.
5615 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5617         * MAINTAINERS: Add myself as testsuite maintainer.
5619 2011-02-15  Mike Stump  <mikestump@comcast.net>
5621         * MAINTAINERS: Add myself as testsuite maintainer.
5623 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5625         Import from Libtool and gnulib:
5627         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
5629         Prepare for supporting FreeBSD 10.
5630         * config.rpath: Remove handling of freebsd1* which soon would
5631         match FreeBSD 10.0.
5633         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
5635         Remove support for FreeBSD 1.x.
5636         * libtool.m4 (_LT_LINKER_SHLIBS)
5637         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5638         soon would incorrectly match FreeBSD 10.0.
5640 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5642         PR binutils/12283
5643         * move-if-change: Import version from gnulib.
5645 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5647         PR lto/47225
5648         * Makefile.def (lto-plugin): Double dash for enable-shared.
5649         (configure-gcc): Depend on all-lto-plugin.
5650         * Makefile.in: Rebuilt.
5652 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5654         * configure.ac: Remove extra bracket.
5655         * configure: Regenerate.
5657 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5659         * MAINTAINERS: Add myself as libquadmath maintainer.
5661 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5663         * MAINTAINERS: Update my email address.
5665 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
5667         * MAINTAINERS (option handling): Add self.
5669 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5671         PR lto/47225
5672         * Makefile.def: Add dependency for install-gcc
5673         on install-lto-plugin.
5674         * Makfile.in: Regenerated
5676 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5678         * MAINTAINERS (CPU Port Maintainers): Add myself.
5680 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5682         PR libgcj/44341
5683         * configure.ac: Discard --with-* flags for host when configuring
5684         target libraries for cross build.
5685         * configure: Rebuilt.
5687 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5689         * MAINTAINERS (linear loop transforms): Removed.
5691 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5693         * configure.ac: If with_ppl is no, move setting with_cloog=no
5694         after CLOOG_REQUESTED check.
5695         * configure: Regenerated.
5697 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5699         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5700         CLooG has been requested.
5701         * configure: Regenerated.
5703 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5705         * configure: Regenerated.
5706         * configure.ac: Check for version 0.11 (or later revision) of PPL.
5708 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5710         * configure: Regenerated.
5711         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5713 2011-01-21  Andreas Schwab  <schwab@redhat.com>
5715         * configure.ac: Use AS_HELP_STRING throughout.
5716         * configure: Regenerate.
5718 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
5720         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5721         * configure: Regenerate.
5723 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5725         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5727 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
5729         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5730         for ia64-hpux.
5731         * configure: Regenerate.
5733 2011-01-07  Jan Hubicka  <jh@suse.cz>
5735         PR lto/47225
5736         * Makefile.in: Regenerate.
5737         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5738         configure.
5740 2011-01-07  Jan Hubicka  <jh@suse.cz>
5742         * Makefile.in: Regenerate.
5743         * Makefile.def (gcc host module) and soft dependency on lto-plugin
5744         and configure dependency on lto-plugin configure.
5745         (lto-plugin module): Remove dependency on GCC; add dependency on
5746         liniberty.
5748 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
5750         * MAINTAINERS (Write After Approval): Add myself.
5752 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
5754         * configure: Regenerate.
5756 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
5758         * configure.ac: (picochip): Disable libiberty.
5760 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
5762         * MAINTAINERS (Write After Approval): Add myself.
5764 2010-12-10  Ian Lance Taylor  <iant@google.com>
5766         PR bootstrap/46819
5767         * configure.ac: For --disable-libgcj clear libgcj_saved.
5768         * configure: Rebuild.
5770 2010-12-10  Tobias Burnus  <burnus@net-b.de>
5772         PR fortran/46540
5773         * configure.ac: Add --disable-libquadmath and
5774         --disable-libquadmath-support.
5775         * configure: Regenerate.
5777 2010-12-03  Ian Lance Taylor  <iant@google.com>
5779         * MAINTAINERS: Add myself as libgo maintainer.
5781 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
5783         PR libffi/46792
5784         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5785         * configure: Regenerate.
5787 2010-12-02  Ian Lance Taylor  <iant@google.com>
5789         * configure.ac: Always set default for poststage1_ldflags to
5790         -static-libstdc++ -static-libgcc.
5792 2010-11-29  Andreas Schwab  <schwab@redhat.com>
5794         * configure.ac: Move comment to remove extra space in last argument
5795         of GCC_TARGET_TOOL.
5797 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
5799         PR other/46026
5800         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5801         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5802         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5803         (BASE_FLAGS_TO_PASS): Use it.
5804         * configure: Rebuilt.
5805         * Makefile.in: Rebuilt.
5807 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
5809         PR binutils/12258
5810         * configure.ac: Correct comments for --enable-gold/--enable-ld.
5811         Properly check default linker.
5812         * configure: Regnerated.
5814 2010-11-23  Matthias Klose  <doko@ubuntu.com>
5816         * configure.ac: For --enable-gold, handle value `default' instead of
5817         `both*'.  New configure option --{en,dis}able-ld.
5818         * configure: Regenerate.
5820 2010-11-20  Ian Lance Taylor  <iant@google.com>
5822         * configure.ac: Only disable a language library if no language needs
5823         it.  Don't let --disable-libgcj uncondtionally disable libffi.
5824         * configure: Rebuild.
5826 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5828         * Makefile.in: Regenerate.
5830         PR other/46202
5831         * configure.ac: Fix just-built in-tree STRIP name to be
5832         binutils/strip-new.
5833         * configure: Regenerate.
5834         * Makefile.def (install-strip-gcc, install-strip-binutils)
5835         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5836         (install-strip-sid): Mirror dependencies on non-strip variants
5837         of these targets on the respective -strip prerequisites.
5838         * Makefile.tpl (install-strip, install-strip-host)
5839         (install-strip-target): New targets.
5840         (install-strip-[+module+], install-strip-target-[+module+]):
5841         New targets.
5842         * Makefile.in: Regenerate.
5844 2010-11-19  Ian Lance Taylor  <iant@google.com>
5845             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5847         * configure.ac: Add target-libgo to target_libraries.  Set
5848         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5849         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5850         (HOST_EXPORTS): Add GOC.
5851         (BASE_TARGET_EXPORTS): Add GOC.
5852         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5853         (GOCFLAGS_FOR_TARGET): New variable.
5854         (EXTRA_HOST_FLAGS): Add GOC.
5855         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5856         * Makefile.def (target_modules): Add libgo.
5857         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5858         (dependencies): Add dependency from configure-target-libgo to
5859         configure-target-libffi and all-target-libstdc++-v3.  Add
5860         dependencies from all-target-libgo to all-target-libffi.
5861         (languages): Add go.
5862         * configure: Rebuild.
5863         * Makefile.in: Rebuild.
5865 2010-11-19  Ian Lance Taylor  <iant@google.com>
5867         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5868         compiler/flag environment variables.
5870 2010-11-18  Ian Lance Taylor  <iant@google.com>
5872         * configure.ac: Check for lang_requires_boot_languages in
5873         config-lang.in files.
5874         * configure: Rebuild.
5876 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5877             Tobias Burnus  <burnus@net-b.de>
5879         PR fortran/32049
5880         * Makefile.def: Add libquadmath; build it with language=fortran.
5881         * configure.ac: Add libquadmath.
5882         * Makefile.tpl: Handle multiple libs in check-[+language+].
5883         * Makefile.in: Regenerate.
5884         * configure: Regenerate.
5886 2010-11-16  Tom Tromey  <tromey@redhat.com>
5888         * MAINTAINERS: Moved myself to reviewers section.
5890 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
5892         * MAINTAINERS: Moved myself to reviewers section.
5894 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5896         * MAINTAINERS (Various Maintainers): Add self for build machinery.
5897         (Write After Approval): Remove self.
5899 2010-11-15  Andreas Schwab  <schwab@redhat.com>
5901         * configure.ac: Fix spelling in option names.
5902         * configure: Regenerated.
5904 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
5906         PR bootstrap/39622
5907         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5908         * configure: Regenerated.
5910 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
5912         * MAINTAINERS: Update my email address.
5914 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5916         * configure: Regenerate.
5918 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5920         * configure: Regenerate.
5922 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5924         * configure: Regenerate.
5926 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5928         * configure: Regenerate.
5930 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5932         * configure.ac: Support official CLooG.org versions.
5933         * configure: Regenerate.
5934         * config/cloog.m4: New.
5936 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
5938         * MAINTAINERS (Write After Approval): Add myself.
5940 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
5942         * MAINTAINERS: Update my email address.
5944 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
5946         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5947         * configure: Regenerate.
5949 2010-11-03  Ian Lance Taylor  <iant@google.com>
5950             Dave Korn  <dave.korn.cygwin@gmail.com>
5952         PR lto/46273
5953         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
5954         and on other supported platforms whenever LTO is enabled.
5955         * configure: Rebuild.
5957 2010-11-02  Alan Modra  <amodra@gmail.com>
5959         PR binutils/12110
5960         * configure.ac: Error when source path contains spaces.
5961         * configure: Regenerate.
5963 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
5965         * MAINTAINERS: Update my email address.
5967 2010-10-20  Ian Lance Taylor  <iant@google.com>
5969         * Makefile.def (target_modules): Set lib_path to src/.libs for
5970         libstdc++-v3 module.
5971         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5972         * Makefile.in: Rebuild.
5974 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5976         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5977         (Write After Approval): Remove myself.
5979 2010-10-15  Tristan Gingold  <gingold@adacore.com>
5981         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5983 2010-10-14  Douglas Rupp  <rupp@gnat.com>
5985         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5987 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5989         * configure.ac (build_lto_plugin): New shell variable.
5990         (--enable-lto): Turn on by default for all non-ELF platforms that
5991         have had LTO support added so far.  Set build_lto_plugin appropriately
5992         for both ELF and non-ELF.
5993         (configdirs): Add lto-plugin or not based on build_lto_plugin.
5994         * configure: Regenerate.
5996 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5998         Sync from src:
5999         * configure.ac (v850 support): Remove target-libgloss from
6000         noconfigdirs.
6001         * configure: Regenerate.
6003 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6005         PR bootstrap/45326
6006         PR bootstrap/45174
6007         * configure.ac: Honor initial values of $build_configargs,
6008         $host_configargs, $target_configargs.  Mark the precious, so
6009         environment settings get recorded.
6010         * configure: Regenerate.
6012 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6014         PR bootstrap/45796
6015         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6016         Depend on all-build-libiberty.
6017         * Makefile.in: Regenerate.
6019 2010-09-30  Michael Eager  <eager@eagercon.com>
6021         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6022         * configure: Regenerate.
6024 2010-09-28  Michael Eager  <eager@eagercon.com>
6026         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6028 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6030         PR bootstrap/44621
6031         * configure.ac: Fix unportable shell quoting.
6032         * configure: Regenerate.
6034 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
6036         * configure.ac (enable-lto): Add Darwin to the list of supported lto
6037         targets and amend comment.
6038         * configure: Regenerate.
6040 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
6042         * MAINTAINERS (Write After Approval): Add myself.
6044 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
6046         * configure.ac: Enable LTO by default on Darwin.
6047         * configure: Regenerate.
6049 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6051         * MAINTAINERS (Write After Approval): Add myself.
6053 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
6055         * MAINTAINERS (Write After Approval): Add myself.
6057 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
6059         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6060         ports
6062 2010-07-28  David Yuste  <david.yuste@gmail.com>
6064         * MAINTAINERS (Write After Approval): Add myself.
6066 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6068         * configure.ac: Support all v850 targets.
6069         * configure: Regenerate.
6071 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
6073         PR bootstrap/44455
6074         * configure.ac (extra_mpfr_configure_flags): Copy from
6075         extra_mpc_gmp_configure_flags.
6076         * configure: Re-generated.
6078 2010-07-22  Andi Kleen  <ak@linux.intel.com>
6080         * MAINTAINERS (Write After Approval): Add myself.
6082 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6084         * MAINTAINERS (Write After Approval): Add myself.
6086 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
6088         * MAINTAINERS (Write After Approval): Add myself.
6090 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6092         PR target/44862
6093         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6094         Provide -B option to allow for link spec %s substitutions for
6095         libstdc++.a on darwin.
6096         * Makefile.in: Regenerate.
6098 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6100         * MAINTAINERS (Reviewers): Update my e-mail address
6102 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6104         * Makefile.def (configure-gcc): Depend on all-libelf.
6105         * Makefile.in: Rebuild.
6107 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6109         * MAINTAINERS (Write After Approval): Add myself in the right place.
6111 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6113         * MAINTAINERS (Write After Approval): Add myself.
6115 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6117         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6119 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6121         * config.sub: Update to version 2010-05-21.
6122         * config.guess: Update to version 2010-04-03.
6124 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6126         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6127         * configure: Regenerate.
6129 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6131         * MAINTAINERS (Write After Approval): Add myself.
6133 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6135         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6136         a platform that supports LTO.
6137         * configure: Regenerate.
6139 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6141         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6142         * configure: Regenerated.
6144 2010-04-27  Roland McGrath  <roland@redhat.com>
6145             H.J. Lu  <hongjiu.lu@intel.com>
6147         * configure.ac (--enable-gold): Support both, both/gold and
6148         both/bfd to add gold to configdirs without removing ld.
6149         * configure: Regenerated.
6151         * Makefile.def: Add install-gold dependency to install-ld.
6152         * Makefile.in: Regenerated.
6154 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6156         PR lto/42776
6157         * configure.ac (--enable-lto): Refactor handling so libelf tests
6158         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6159         and allow LTO to be explicitly enabled on non-ELF platforms that
6160         are known to support it inside else-clause.
6161         * configure: Regenerate.
6163 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6165         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6166         * configure: Regenerate.
6168 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6170         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6171         * configure: Regenerate.
6173 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6175         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6176         separately.
6177         * configure: Regenerate.
6179 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6181         * MAINTAINERS (Write After Approval): Add myself.
6183 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6185         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6186         * configure: Regenerate.
6188 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6190         * configure: Regenerate after change to elf.m4.
6192 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6194         * MAINTAINERS (Write After Approval): Add myself.
6196 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6198         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6199         * configure: Regenerated.
6201 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6203         * configure.ac: Print "buggy but acceptable" when CLooG
6204         revision is less than 9.
6205         * configure: Regenerated.
6207 2010-04-01  Diego Novillo  <dnovillo@google.com>
6209         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6211 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6213         PR bootstrap/43615
6214         PR bootstrap/43328
6216         Revert:
6218         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6220         * configure.ac: Do not pass --enable-multilib nor
6221         --disable-multilib in baseargs.  Accept explicitly passed
6222         --enable_multilib.
6223         * configure: Regenerate.
6225 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6227         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6229 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6231         * MAINTAINERS: Remove myself.
6233 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6235         PR bootstrap/43328
6236         * configure.ac: Do not pass --enable-multilib nor
6237         --disable-multilib in baseargs.  Accept explicitly passed
6238         --enable_multilib.
6239         * configure: Regenerate.
6241 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6243         * MAINTAINERS (spu port): Remove me.
6245 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6247         * configure.ac (tic6x-*-*): New case.
6248         * configure: Regenerate.
6250 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6252         * config.sub: Update to version 2010-03-22.
6253         * config.guess: Update to version 2009-12-30.
6255 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6257         PR ada/42554
6258         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6259         * configure: Regenerate.
6261 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6263         * MAINTAINERS: Update my email address.
6265 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6267         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6268         (ghassan.shobaki@amd.com): Removed.
6270 2010-03-17  Alan Modra  <amodra@gmail.com>
6272         * MAINTAINERS: Update my email address.
6274 2010-03-16  Diego Novillo  <dnovillo@google.com>
6276         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6277         Matthews.
6279 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6281         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6282         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6284 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6286         * MAINTAINERS: Update my email address.
6288 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6290         * MAINTAINERS: Update my email address.
6292 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6294         * MAINTAINERS: Update my email address.
6296 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6298         * MAINTAINERS: Update my email address.
6300 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6302         PR libstdc++/32499
6303         * configure.ac (RANLIB): Default to true.
6304         (STRIP): Likewise.
6305         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6306         * configure: Regenerate.
6308 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6310         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6311         (Write After Approval): Update my email address.
6313 2010-02-17  Nick Clifton  <nickc@redhat.com>
6315         PR 11238
6316         * Makefile.tpl (local-distclean): Also remove config.cache files in
6317         sub-directories as there may not be Makefiles present in the
6318         sub-directories.
6319         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6320         the config.cache files found by the find command.
6322         * Makefile.in: Regenerate.
6323         * configure.ac: Revert previous delta.
6324         * configure: Regenerate.
6326 2010-02-15  Nick Clifton  <nickc@redhat.com>
6328         PR 11238
6329         * configure.ac: Delete config.cache files in sub-directories when
6330         deleting Makefiles.
6331         * configure: Regenerate.
6333 2010-02-12  Ben Elliston  <bje@gnu.org>
6335         * MAINTAINERS: Update my email address.
6337 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6339         * MAINTAINERS (spu port): Update my email address.
6341 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6343         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6345 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6347         * configure.ac: Add "recommended" version checks for GMP/MPC.
6348         Update recommended GMP/MPFR/MPC versions.
6349         * configure: Regenerate.
6351 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6353         * MAINTAINERS: Move my Embecosm email address into the
6354         write-after-approval section.
6356 2010-01-26  Ian Lance Taylor  <iant@google.com>
6358         * MAINTAINERS: Add myself as Go frontend maintainer.
6360 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6362         PR libstdc++/36101, PR libstdc++/42813
6363         * configure.ac (bootstrap_target_libs): Make inclusion of
6364         target-libgomp conditional on libgomb being in target_configdirs.
6365         * configure: Regenerate.
6367 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6369         PR libstdc++/36101, PR libstdc++/42813
6370         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6371         * configure: Regenerate.
6373 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6375         PR libstdc++/36101, PR libstdc++/42813
6376         * configure.ac (target_configdirs): Substitute.
6377         * Makefile.def: Bootstrap target module libgomp.
6378         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6379         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6380         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6381         * configure, Makefile.in: Regenerate.
6383 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6385         * MAINTAINERS: Adjust my details.
6387 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6389         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6391 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6393         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6395 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6397         * MAINTAINERS (Write After Approval): Add myself.
6399 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6401         * MAINTAINERS (Write After Approval): Add myself.
6403 2010-01-11  Richard Guenther  <rguenther@suse.de>
6405         PR lto/41569
6406         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6407         * Makefile.in: Regenerated.
6409 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6411         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6412         * configure: Regenerate.
6414 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6415             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6417         PR bootstrap/42424
6418         * configure.ac: Include libtool m4 files.
6419         (_LT_CHECK_OBJDIR): Call it.
6420         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6421         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6423         * configure: Regenerate.
6425 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6427         PR bootstrap/41818
6428         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6429         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6430         * Makefile.in: Regenerate.
6432 2010-01-02  Richard Guenther  <rguenther@suse.de>
6434         PR lto/41529
6435         * configure.ac: Include config/elf.m4.  Disable LTO if not
6436         builting for an elf target.
6437         * configure: Regenerate.
6439 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6441         * MAINTAINERS: Change my email address.
6443 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6445         * config.sub, config.guess: Update from upstream sources.
6447 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6449         * MAINTAINERS (Write After Approval): Add myself.
6451 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6453         PR middle-end/30447
6454         PR middle-end/30789
6455         PR other/40302
6457         * configure.ac: Require MPC.
6458         * configure: Regenerate.
6460 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6462         PR target/38384
6463         PR bootstrap/40972
6464         * libtool.m4: Sync from git Libtool.
6465         * ltoptions.m4: Likewise.
6466         * ltversion.m4: Likewise.
6467         * lt~obsolete.m4: Likewise.
6468         * ltmain.sh: Likewise.
6470 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6472         * configure.ac: Update minimum MPC version to 0.8.
6473         * configure: Regenerate.
6475 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
6477         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6478         * configure: Regenerated.
6480 2009-11-21  Ian Lance Taylor  <iant@google.com>
6482         * configure.ac: Change default of poststage1_ldflags to be empty if
6483         poststage1_libs is set.  When poststage1_libs is empty, and
6484         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6485         * configure: Rebuild.
6487 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
6489         * MAINTAINERS (Write After Approval): Update my email address.
6491 2009-11-20  Ben Elliston  <bje@au.ibm.com>
6493         * config.guess: Update from upstream sources.
6495 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6497         * Makefile.def: Restore host and target settings for gmp.
6498         * Makefile.in: Rebuild.
6500 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6502         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
6503         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
6504         Fix portability of test of C++ as bootstrap language.  Add
6505         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6506         * configure: Rebuild.
6507         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6508         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
6509         in-tree building.
6510         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6511         (POSTSTAGE1_HOST_EXPORTS): Use it.
6512         (STAGE[+id+]_CXXFLAGS): New.
6513         (BASE_FLAGS_TO_PASS): Pass it down.
6514         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
6515         extra_exports.
6516         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6517         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6518         extra_exports.
6519         * Makefile.in: Rebuild.
6521 2009-11-17  Ben Elliston  <bje@au.ibm.com>
6523         * config.sub, config.guess: Update from upstream sources.
6525 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6527         * MAINTAINERS (Write After Approval): Add myself.
6529 2009-11-09  Jon Beniston  <jon@beniston.com>
6531         * MAINTAINERS (Write After Approval): Add myself.
6533 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
6535         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
6536         paths for *-w64-mingw* and x86_64-*mingw*.
6537         * configure: Regenerated.
6539 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
6541         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6543 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
6545         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6546         Phil Edwards to Write-After Approval.
6548 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
6550         * configure.ac: Disable target-winsup & co for
6551         x86_64-*-mingw* and *-w64-mingw* targets.
6552         * configure: Regenerated.
6554 2009-10-16  Nick Clifton  <nickc@redhat.com>
6556         * MAINTAINERS: Add myself as a maintainer for the RX port.
6558 2009-10-26  Johannes Singler  <singler@kit.edu>
6560         * MAINTAINERS (Write After Approval): Update my e-mail address.
6562 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6564         * configure.ac (CLooG test): Use = with test.
6565         * configure: Regenerate.
6567 2009-10-22  Richard Guenther  <rguenther@suse.de>
6569         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
6570         cloog if the ppl version check failed.  Move flags saving
6571         before setting in libelf check.
6572         * configure: Regenerate.
6574 2009-10-21  Richard Guenther  <rguenther@suse.de>
6576         * configure.ac: Adjust the ppl and cloog configure to work as
6577         documented.  Disable cloog if ppl was disabled.  Omit the version
6578         checks if they were disabled.
6579         * configure: Re-generate.
6581 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6583         * configure.ac: Add 'lto' to enable_languages, not
6584         new_enable_languages, and only if not already present.
6585         * configure: Regenerate.
6587 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
6589         * README: Refer to the various COPYING* files instead of just
6590         COPYING.
6591         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6593 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
6595         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6597 2009-10-07  Richard Guenther  <rguenther@suse.de>
6599         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6600         and Richard Guenther as reviewers.
6601         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6602         as reviewers.
6604 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
6606         * config.sub: Update from upstream sources.
6608 2009-10-06  Ian Lance Taylor  <iant@google.com>
6610         * Makefile.def: check-gold depends upon all-gas.
6611         * Makefile.in: Rebuild.
6613 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
6615         * MAINTAINERS (Write After Approval): Add myself.
6617 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
6619         * Makefile.def: all-lto-plugin depends on all-libiberty.
6620         set bootstrap=true for lto-plugin.
6621         Add lto-plugin.
6622         * Makefile.in: Regenerate.
6623         * configure.ac (host_libs): Add lto-plugin.
6624         * configure: Regenerate.
6626 2009-10-03  Diego Novillo  <dnovillo@google.com>
6628         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6629         (HOST_LIBELFLIBS): Define.
6630         (HOST_LIBELFINC): Define.
6631         * Makefile.in: Regenerate.
6632         * configure.ac: Add --enable-lto.
6633         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6634         If --enable-lto is used, add 'lto' to new_enable_languages.
6635         If --enable-lto is used and gold is enabled, add
6636         lto-plugin to configdirs.
6637         * configure: Regenerate.
6639 2009-10-03  Simon Baldwin  <simonb@google.com>
6641         * configure.ac: If --with-system-zlib, suppress local zlib and
6642         pass --with-system-zlib to subdir configure scripts.
6643         * configure: Regenerate.
6645 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6646             Paolo Bonzini  <bonzini@gnu.org>
6648         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6649         $(srcdir).
6650         * Makefile.in: Rebuilt.
6652 2009-09-26  Gary Funck  <gary@intrepid.com>
6654         * MAINTAINERS (Write After Approval): Add myself.
6656 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6658         * configure.ac: Update minimum MPC version to 0.7.
6659         * configure: Regenerate.
6661 2009-09-25  Nick Clifton  <nickc@redhat.com>
6663         * configure.ac: Pass any --cache-file=/dev/null option on to
6664         subconfigures.
6665         * configure: Regenerate.
6667 2009-09-23  Nick Clifton  <nickc@redhat.com>
6669         * config.sub, config.guess: Update from upstream sources.
6671 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6673         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6674         * Makefile.in: Rebuilt.
6676 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6678         PR bootstrap/32272
6679         * configure.ac: Error out if $srcdir isn't '.' but contains
6680         host-${host_noncanonical}.
6681         * configure: Regenerate.
6683 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6685         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6686         maintainer.
6688 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6690         * configure.ac: If bootstrapping a combined tree with
6691         --enable-gold, require c++ in stage1_languages.
6692         * configure: Regenerate.
6694         * configure.ac: Also add target_libs of stage1_languages to
6695         bootstrap_target_libs.
6696         * configure: Regenerate.
6698         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6699         with --enable-languages not containing c++.
6700         * configure: Regenerate.
6702 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
6704         * configure.ac: Disable java and boehm-gc for bfin-*-*.
6705         * configure: Regenerate.
6707 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6709         * MAINTAINERS (Write After Approval): Update my e-mail address,
6710         and move from from here...
6711         (Waiting for paperwork): To here.
6713 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
6715         * MAINTAINERS (Reviewers): Add self as driver reviewer.
6717 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6719         * configure.ac: Do not use $extrasub for replacing @if/@endif
6720         parts in Makefile; instead, use additional arguments to
6721         AC_CONFIG_COMMANDS to do the replacement manually, with several
6722         sed invocations, to avoid HP-UX sed command limits.
6723         * configure: Regenerate.
6725 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
6727         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6728         blank before -L.
6730 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
6732         * configure.ac (with-build-config): Document.  Handle without.
6733         Handle missing argument.
6734         * configure: Rebuilt.
6736 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
6738         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
6739         Default to bootstrap-debug only if compare-debug works.
6740         * configure: Rebuilt.
6741         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6742         * Makefile.in: Rebuilt.
6744 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6746         * MAINTAINERS (OS Port Maintainers): Update my email address.
6748 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
6750         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6751         * Makefile.in: Rebuilt.
6753 2009-09-01  Chris Demetriou  <cgd@google.com>
6755         * MAINTAINERS (Write After Approval): Add myself.
6757 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
6759         PR debug/30161
6760         * include/dwarf2.h (enum dwarf_tag): Added
6761         DW_TAG_GNU_template_template_param
6762         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6764 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6766         * Makefile.tpl (AWK): Fix typo.
6767         * Makefile.in: Regenerate.
6769 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6771         * configure.ac: Detect awk and sed.
6772         * Makefile.def (flags_to_pass): Add AWK and SED.
6773         * Makefile.tpl (AWK, SED): New.
6774         (BASE_FLAGS_TO_PASS): Add AWK and SED.
6775         * configure: Regenerate.
6776         * Makefile.in: Regenerate.
6778 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
6780         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6781         (collapseslashes): Likewise.
6783 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6785         * configure.ac (AC_PREREQ): Bump to 2.64.
6787 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6789         * configure.ac: Remove --with-datarootdir, --with-docdir,
6790         --with-pdfdir, --with-htmldir switches.
6791         * configure: Regenerate.
6793         * configure: Regenerate.
6795         * compile: Sync from Automake 1.11.
6796         * depcomp: Likewise.
6797         * install-sh: Likewise.
6798         * missing: Likewise.
6799         * mkinstalldirs: Likewise.
6800         * ylwrap: Likewise.
6802 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
6804         * ltmain.sh (func_normal_abspath): New function.
6805         (func_relative_path): Likewise.
6806         (func_mode_help): Document new -bindir option for link mode.
6807         (func_mode_link): Add new -bindir option, and use it to place
6808         output DLL if specified.
6810 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6812         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6813         (baseargs): Add --disable-option-checking.
6814         * configure: Regenerate.
6816         * Makefile.def (configure-target-libiberty): Depend on
6817         all-binutils and all-ld.
6818         (configure-target-newlib): Likewise.
6819         * Makefile.in: Regenerate.
6821 2009-08-17  Ben Elliston  <bje@au.ibm.com>
6823         * config.sub, config.guess: Update from upstream sources.
6825 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6827         Sync from src, merge:
6829         2009-07-02  Tristan Gingold  <gingold@adacore.com>
6831         * configure.ac: Do not exclude gas for i386-*-darwin.
6832         Add a case for x86_64-*-darwin.
6833         * configure: Regenerate.
6835 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
6837         * MAINTAINERS: Add my name to Write After Approval list.
6839 2009-08-06  Michael Eager  <eager@eagercon.com>
6841         * configure.ac: Add Microblaze target.
6842         * configure: Regenerate.
6844 2009-07-31  Christian Bruel  <christian.bruel@st.com>
6846         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6847         * configure: Regenerate.
6849 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
6851         * MAINTAINERS (Write After Approval): Update my e-mail address.
6853 2009-07-06  Ian Lance Taylor  <iant@google.com>
6855         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6856         * configure: Rebuild.
6858 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
6860         * MAINTAINERS: Move myself to the Graphite Reviewers.
6862 2009-06-30  Wei Guozhi  <carrot@google.com>
6864         * MAINTAINERS: Add my name to Write After Approval list.
6866 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
6868         PR bootstrap/40338
6869         * configure.ac (comparestring): Create new variable.
6870         * Makefile.tpl (comparestring): Use to skip some comparisions.
6871         * configure: Regenerate.
6872         * Makefile.in: Regenerate.
6874 2009-06-26  Doug Evans  <dje@sebabeach.org>
6876         * Makefile.def (host_modules): Add cgen.
6877         * Makefile.in: Regenerate.
6878         * configure.ac (host_tools): Add cgen.
6879         * configure: Regenerate.
6881 2009-06-23  DJ Delorie  <dj@redhat.com>
6883         * MAINTAINERS: Add myself as mep maintainer.
6885 2009-06-23  Ian Lance Taylor  <iant@google.com>
6887         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
6888         boot_languages.  Only bootstrap target libraries listed in
6889         target_libs for some boot language.  Add --with-stage1-ldflags,
6890         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
6891         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
6892         if not building with C++.
6893         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6894         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6895         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6896         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6897         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
6898         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6899         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6900         * configure, Makefile.in: Rebuild.
6902 2009-06-23  Li Feng  <nemokingdom@gmail.com>
6904         * MAINTAINERS: Added my name to write-after-approval list.
6906 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
6908         * configure.ac: Define is_elf for QNX Neutrino targets.
6909         * configure: Regenerate.
6911 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
6913         * MAINTAINERS: Added my name to the write-after-approval list
6915 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6917         * configure.ac: Detect MPC in default directory.
6918         * configure: Regenerate.
6920 2009-06-03  Jerome Guitton  <guitton@adacore.com>
6921             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6923         * Makefile.tpl (all): Avoid a trailing backslash.
6924         * Makefile.in: Regenerate.
6926 2009-06-03  Ben Elliston  <bje@au.ibm.com>
6928         * config.sub, config.guess: Update from upstream sources.
6930 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
6932         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6933         to noconfdirs.
6934         * configure: Regenerate.
6936 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
6938         * Makefile.tpl ([+compare-target+]): Compare all stage
6939         directories, rather than just gcc.
6940         * Makefile.in: Rebuilt.
6942 2009-06-01  Doug Kwan  <dougkwan@google.com>
6944         * configure.ac: Support gold for target arm*-*-*.
6945         * configure: Regenerate.
6947 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6949         * Makefile.def: Add MPC support and dependencies.
6950         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
6952         * Makefile.in, configure: Regenerate.
6954 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
6956         * Makefile.tpl (all): Avoid harmless warning in make all when
6957         gcc-bootstrap is enabled but stage_last does not exist.
6958         * Makefile.in: Rebuilt.
6960 2009-05-24  Nicolas Roche  <roche@adacore.com>
6962         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6963         * Makefile.in: Regenerate.
6965 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
6967         * MAINTAINERS: Update my e-mail address.
6969 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6971         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
6972         * configure:  Regenerate.
6974 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6976         PR other/40159
6977         * Makefile.tpl (all): Don't assume gcc-bootstrap and
6978         gcc-no-bootstrap are mutually exclusive.
6979         * Makefile.in: Rebuilt.
6981 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6983         PR other/40159
6984         * Makefile.tpl (all): Don't end with unconditional success.
6985         * Makefile.in: Rebuilt.
6987 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
6989         PR target/37137
6990         * Makefile.def (flags_to_pass): Remove redundant and incomplete
6991         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6992         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6993         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
6994         stage_configureflags, stage_cflags and stage_libcflags into
6995         explicit Makefile macros.
6996         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6997         GFORTRAN.
6998         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6999         CC.  Set CC_FOR_BUILD from CC.
7000         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7001         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7002         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7003         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
7004         and GFORTRAN.
7005         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7006         (_LIBCFLAGS): Renamed to _TFLAGS.
7007         (do-compare-debug, do-compare3-debug): Drop.
7008         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7009         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7010         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7011         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7012         (XGCC_FLAGS_FOR_TARGET): New.
7013         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7014         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7015         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7016         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7017         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
7018         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
7019         TFLAGS.
7020         (BUILD_CONFIG): Include if requested.
7021         (all): Set TFLAGS on bootstrap.
7022         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7023         (all-stageid-prefixmodule): Likewise.
7024         (do-clean, distclean-stageid): Set TFLAGS.
7025         (restrap): Fix whitespace.
7026         * Makefile.in: Rebuilt.
7028 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
7030         * config.guess: Sync with src.
7032 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
7034         * configure.ac ($with_ppl):  Default to no if not supplied.
7035         ($with_cloog):  Likewise.
7036         configure:  Regenerate.
7038 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
7040         * MAINTAINERS: Update my e-mail address.
7042 2009-04-27  Nick Clifton  <nickc@redhat.com>
7044         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7046 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
7048         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7049         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7050         * Makefile.in: Regenerate.
7052 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7054         PR bootstrap/39739
7055         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7056         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7058         * configure, Makefile.in: Regenerate.
7060 2009-04-21  Taras Glek  <tglek@mozilla.com>
7062         * include/hashtab.h: Update GTY annotations to new syntax
7063         * include/splay-tree.h: Likewise
7065 2009-04-17  Ben Elliston  <bje@au.ibm.com>
7067         * config.sub, config.guess: Update from upstream sources.
7069 2009-04-15  Anthony Green  <green@moxielogic.com>
7071         * configure.ac: Add moxie support.
7072         * configure: Rebuilt.
7074 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
7076         * configure.ac: Change copyright header to refer to version
7077         3 of the GNU General Public License and to point readers at the
7078         COPYING3 file and the FSF's license web page.
7079         * Makefile.def: Likewise.
7080         * Makefile.tpl: Likewise.
7081         * Makefile.in: Regenerate.
7083 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
7085         * configure.ac: Restore match for darwin9 or later. Use double
7086         brackets since regeneration eats one pair.
7087         * configure: Regenerate.
7089 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7091         PR gas/10039
7092         * configure.ac: Require texinfo 4.7.
7093         * configure: Regenerated.
7095 2009-04-09  Nick Clifton  <nickc@redhat.com>
7097         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7098         the GCC Runtime Library Exception.
7100 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7102         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7103         * configure: Regenerate.
7105 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7107         * Makefil.def (languages): New entries.
7108         * Makefile.tpl (check-gcc-*): New generic target.
7109         * Makefile.in: Regenerate.
7111 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7113         * MAINTAINERS:  Update my email address.
7115 2009-03-18  Tom Tromey  <tromey@redhat.com>
7117         * configure: Rebuild.
7118         * configure.ac (host_libs): Add libiconv.
7119         * Makefile.in: Rebuild.
7120         * Makefile.def (host_modules): Add libiconv.
7121         (configure-gdb, all-gdb): Depend on libiconv.
7123 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7125         * configure.ac: Treat gdb as supported on x86_64-darwin.
7126         * configure: Regenerate.
7128 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7130         * configure.ac (--with-host-libstdcxx): New option.
7131         * configure: Regenerate.
7133 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7135         * MAINTAINERS:  Move myself into the write after approval list.
7137 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7139         * MAINTAINERS: Update e-mail address.
7141 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7143         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7145 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7147         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7149 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7151         Backport from git Libtool:
7153         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7154         Support GNU/kOpenSolaris.
7155         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7156         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7157         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7158         GNU/kOpenSolaris.
7160 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7162         * MAINTAINERS: Update e-mail address.
7164 2009-02-24  Michael Eager  <eager@eagercon.com>
7166         * MAINTAINERS (Write After Approval): Add self.
7168 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7170         * MAINTAINERS (Write After Approval): Add myself.
7172 2009-02-05  Andreas Schwab  <schwab@suse.de>
7174         * Makefile.tpl (stage_last): Define $r and $s before using
7175         $(RECURSE_FLAGS_TO_PASS).
7176         * Makefile.in: Regenerate
7178 2009-01-30  Ian Lance Taylor  <iant@google.com>
7180         * MAINTAINERS: Move myself to the Global Reviewers list.
7182 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7184         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7185         * configure: Regenerate.
7187 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7189         * MAINTAINERS: Make whitespace consistent.
7190         Remove Robert Millan from Write After Approval.
7192 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7194         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7195         (all-opcodes): Depend on all-libiberty.
7196         * Makefile.in: Regenerate.
7198 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7200         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7201         * configure: Regenerate.
7203 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7205         * MAINTAINERS (Write After Approval): Add myself.
7207 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7209         * MAINTAINERS: Add myself to reviewers (Fortran).
7211 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7213         PR tree-optimization/38515
7214         * configure.ac (cloog-polylib): Removed.
7215         (with_ppl, with_cloog): Test for "no".
7216         * configure: Regenerated.
7218 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7220         * MAINTAINERS: Moved myself to reviewers (Fortran).
7222 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7224         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7225         (Write After Approval): Remove myself.
7227 2009-01-03  Diego Novillo  <dnovillo@google.com>
7229         * MAINTAINERS: Remove myself from alias maintainership.
7231 2009-01-02  David Ayers  <ayers@fsfe.org>
7233         * MAINTAINERS: Update e-mail address.
7235 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7237         * MAINTAINERS: Make whitespace consistent.
7239 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7241         Backport from upstream Libtool:
7242         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7243         Add cache variables to tests that require the linker to work.
7244         For shlibpath_overrides_runpath, this also changes the semantics
7245         to let the result from the C compiler take precedence.
7247 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7249         * config.sub, config.guess: Update from upstream sources.
7251 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7253         * configure.ac (ppllibs): Add by default the lib flags.
7254         * configure: Regenerate.
7256 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7258         * MAINTAINERS:  Add myself to the write after approval list.
7260 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7262         * configure.ac: Add double brackets on darwin[912].
7263         * configure: Regenerate.
7265 2008-12-03  Daniel Kraft  <d@domob.eu>
7267         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7268         Approval to Reviewer section (for Fortran front-end).
7270 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7272         * configure.ac: Expand to darwin10 and later.
7273         * configure: Regenerate.
7275 2008-12-02  Andreas Schwab  <schwab@suse.de>
7277         * Makefile.def: configure-target-boehm-gc depends on
7278         all-target-libstdc++-v3.
7279         * Makefile.in: Regenerate.
7281 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7283         * MAINTAINERS:  Add myself as mingw maintainer.
7285 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7287         * config.sub, config.guess: Update from upstream sources.
7289 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7291         * README.SCO: Remove.
7293 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7295         * MAINTAINERS:  Add myself to the write after approval list.
7297 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7299         * MAINTAINERS:  Update my email address in WAA section.
7301 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7303         * MAINTAINERS: Update e-mail address.
7305 2008-11-27  Toon Moene  <toon@moene.org>
7307         * MAINTAINERS: Change e-mail address.
7309 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7311         * configure.ac: Build gdb for i?86-*-darwin*
7312         * configure: Regenerated.
7314 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7316         * MAINTAINERS: Added my full name.
7318 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7320         PR bootstrap/38014
7321         PR bootstrap/37923
7323         Revert:
7325         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7327         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7328         * Makefile.in: Regenerated.
7330         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7332         PR gdb/921
7333         PR gdb/1646
7334         PR gdb/2175
7335         PR gdb/2176
7337         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7338         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7339         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7340         (HOST_EXPORTS): Pass CPPFLAGS.
7341         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7342         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7343         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7344         * Makefile.in, configure: Regenerated.
7345         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7346         and CPPFLAGS_FOR_BUILD.
7348 2008-11-06  Jeff Law  <law@redhat.com>
7350         * MAINTAINERS: Add myself as middle end maintainer.
7352 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7354         * MAINTAINERS (Write after approval): Add myself.
7356 2008-11-05  Diego Novillo  <dnovillo@google.com>
7358         * MAINTAINERS (Global Reviewers): Add myself.
7359         (Non-Algorithmic Maintainers): Remove myself.
7361 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7363         * MAINTAINERS (Write after approval): Add myself.
7365 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7367         * MAINTAINERS (Write after approval): Add myself.
7369 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7371         * configure.ac (spu-*-*): Remove special case.
7372         * configure: Regenerate.
7374 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7376         * MAINTAINERS (Write after approval): Update my email address.
7378 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7380         * configure.ac [spu-*-*]: Do not set skipdirs.
7381         * configure: Re-generate.
7383 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7385         * MAINTAINERS (Various Maintainers): Add myself to reload.
7387 2008-10-25  Richard Guenther  <rguenther@suse.de>
7389         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7390         maintainer.  Remove myself as libgcc-math maintainer.
7391         (Non-Algorithmic Maintainers): Remove myself.
7393 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7395         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7396         * Makefile.in: Regenerated.
7398 2008-10-23  Cary Coutant  <ccoutant@google.com>
7400         * MAINTAINERS (Write after approval): Add myself.
7402 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7404         PR gdb/921
7405         PR gdb/1646
7406         PR gdb/2175
7407         PR gdb/2176
7409         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7410         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7411         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7412         (HOST_EXPORTS): Pass CPPFLAGS.
7413         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7414         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7415         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7416         * Makefile.in, configure: Regenerated.
7417         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7418         and CPPFLAGS_FOR_BUILD.
7420 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7422         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7423         Sebastian Pop.
7425 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7427         * MAINTAINERS (Write After Approval): Added myself.
7429 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7431         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7432         recommended version to 2.3.2.
7434         * configure: Regenerate.
7436 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7438         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7440 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7442         * MAINTAINERS (Write After Approval): Update e-mail address.
7444 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7446         * libtool.m4: Update to libtool 2.2.6.
7447         * lt~obsolete.m4: Update to libtool 2.2.6.
7448         * ltmain.sh: Update to libtool 2.2.6.
7449         * ltsugar.m4: Update to libtool 2.2.6.
7450         * ltversion.m4: Update to libtool 2.2.6.
7451         * ltoptions.m4: Update to libtool 2.2.6.
7452         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7454 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7456         * MAINTAINERS (Write After Approval): Add myself.
7458 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7460         * MAINTAINERS (Write After Approval): Update my name.
7462 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
7464         * MAINTAINERS: Add myself in "Write After Approval".
7466 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
7468         * MAINTAINERS: Add myself as ia64 maintainer.
7470 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
7472         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7473         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7474         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7475         and Michael Tiemann from Write After Approval since they do not
7476         actually have access.
7478 2008-09-05  Richard Guenther  <rguenther@suse.de>
7480         * configure.ac: Initialize clooglibs to -lcloog.
7481         * configure: Re-generate.
7483 2008-09-04  Le-Chun Wu  <lcwu@google.com>
7485         * MAINTAINERS (Write After Approval): Add myself.
7487 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
7489         * configure.ac (--with-cloog-polylib): New.
7490         (--disable-cloog-version-check): New.
7491         (--disable-ppl-version-check): New.
7492         * configure: Re-generate.
7494 2008-09-03  Richard Guenther  <rguenther@suse.de>
7496         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7497         cloog test.
7498         * configure: Re-generate.
7500 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
7502         Add picoChip port.
7503         * MAINTAINERS: Add picoChip maintainers.
7505 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
7506             Tobias Grosser  <grosser@fim.uni-passau.de>
7507             Jan Sjodin  <jan.sjodin@amd.com>
7508             Harsha Jagasia  <harsha.jagasia@amd.com>
7509             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7510             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
7511             Adrien Eliche  <aeliche@isty.uvsq.fr>
7513         Merge from graphite branch.
7514         * configure: Regenerate.
7515         * Makefile.in: Regenerate.
7516         * configure.ac (host_libs): Add ppl and cloog.
7517         Add checks for PPL and CLooG.
7518         * Makefile.def (ppl, cloog): Added modules and dependences.
7519         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7520         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7522 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7524         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7525         (GCC_SHLIB_SUBDIR): New.
7526         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7527         * configure: Regenerate.
7528         * Makefile.in: Regenerate.
7530 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7532         * MAINTAINERS: Consistently use tabs to separate columns.
7534 2008-08-29  Tristan Gingold  <gingold@adacore.com>
7536         * MAINTAINERS (Write after Approval): Add myself.
7538 2008-08-28  Tristan Gingold  <gingold@adacore.com>
7540         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7541         Enable bfd, binutils and opcodes.
7542         * configure: Regenerate.
7544 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7546         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
7548 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7550         * MAINTAINERS:  Use correct Umlaut for last name.
7552 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7554         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7556 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
7558         * MAINTAINERS: Update my email address.
7560 2008-08-16  Nicolas Roche  <roche@adacore.com>
7562         * Makefile.tpl: Add BOOT_ADAFLAGS.
7563         * Makefile.in: Regenerate.
7565 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
7567         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7568         * configure: Regenerate.
7570 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
7572         * configure.ac: Add makefile fragments for hpux.
7573         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7574         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7575         * configure: Regenerate.
7576         * Makefile.in: Regenerate.
7578 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
7580         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7582 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
7584         * MAINTAINERS (Write after Approval): Add myself.
7586 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
7588         * MAINTAINERS (Write After Approval):  Add myself.
7590 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
7592         * MAINTAINERS (Write After Approval):  Add myself.
7594 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7596         * MAINTAINERS: Update my email address.
7598 2008-06-25  Joey Ye  <joey.ye@intel.com>
7600         * MAINTAINERS (Write After Approval):  Add myself.
7602 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7604         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7605         * Makefile.in: Regenerate.
7606         * configure: Regenerate.
7608 2008-06-17  Daniel Kraft  <d@domob.eu>
7610         * MAINTAINERS (Write After Approval):  Add myself.
7612 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7614         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7615         "$@" is still intact with both Autoconf 2.59 and 2.62.
7616         * configure: Regenerate.
7618 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7620         * Makefile.tpl: Fix comment errors.
7621         * Makefile.in: Regenerate.
7623 2008-06-12  David S. Miller  <davem@davemloft.net>
7624             David Edelsohn  <edelsohn@gnu.org>
7626         * configure.ac: Add powerpc*-*-* to gold supported targets.
7627         * configure: Regenerate.
7629 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
7631         PR tree-optimization/36218
7632         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7633         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7634         (all prefix="build-"): Pass them to build-system sub-makes.
7635         * Makefile.in: Regenerate.
7637 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
7639         * MAINTAINERS (mt port): Remove.
7640         (sco5, unixware, sco udk): Remove.
7641         (Kean Johnston): Add to Write After Approval.
7643 2008-05-30  Julian Brown  <julian@codesourcery.com>
7645         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7646         of libobjc for ARM EABI Linux.
7647         * configure: Regenerate.
7649 2008-05-18  Xinliang David Li   <davidxl@google.com>
7651         * ChangeLog: Remove wrong ChangeLog entry.
7653 2008-05-17  Xinliang David Li   <davidxl@google.com>
7655         * MAINTAINERS (Write After Approval): Add myself.
7657 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7659         * MAINTAINERS (Write After Approval): Add myself.
7661 2008-05-14  Rafael Espíndola  <espindola@google.com>
7663         * config-ml.in: don't handle --enable-shared and --enable-static.
7665 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7667         * MAINTAINERS: Update my email address.
7669 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7671         * MAINTAINERS: Update my email address.
7673 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7675         * MAINTAINERS (Write After Approval): Add myself.
7677 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7679         * MAINTAINERS (Write After Approval): Add myself.
7681 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7683         * MAINTAINERS (crx): Add myself.
7685 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7687         Sync with src:
7688         2008-04-14  David S. Miller  <davem@davemloft.net>
7690         * configure.ac: Add sparc*-*-* to gold supported targets.
7691         * configure: Regenerate.
7693 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7695         PR bootstrap/35457
7696         * configure.ac: Include override.m4.
7697         * configure: Regenerate.
7699 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7701         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7702         * Makefile.in: Regenerate.
7704 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7706         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7707         as nonconfigurable directories list.
7708         * configure: Regenerate.
7710 2008-04-14  Ben Elliston  <bje@au.ibm.com>
7712         * config.sub, config.guess: Update from upstream sources.
7714 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7716         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7717         * Makefile.in: Regenerate.
7719 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
7721         * configure.ac: Do not build libssp for the AVR.
7722         * configure: Regenerate.
7724 2008-04-07  Ian Lance Taylor  <iant@google.com>
7726         * Makefile.def: check-gold depends upon all-binutils.
7727         * Makefile.in: Regenerate.
7729 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
7731         * MAINTAINERS (Write After Approval): Add myself.
7733 2008-04-04  Nick Clifton  <nickc@redhat.com>
7735         PR binutils/4334
7736         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7737         builds.
7738         * configure: Regenerate.
7740 2008-04-04  NightStrike  <NightStrike@gmail.com>
7742         PR other/35151
7743         * configure.ac: Combine rules for mingw32 and mingw64.
7744         * configure: Regenerate.
7746 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
7748         * MAINTAINERS (Write After Approval): Add myself.
7750 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
7752         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7753         * Makefile.in (.NOTPARALLEL): Ditto.
7755 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
7757         * MAINTAINERS (Write After Approval): Add myself.
7759 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
7761         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7762         * Makefile.in (.NOTPARALLEL): Regenerate.
7764 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
7766         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7767         * Makefile.in: Regenerate.
7769 2008-03-26  Jakub Staszak  <kuba@et.pl>
7771         * MAINTAINERS (Write After Approval): Add myself.
7773 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7775         * MAINTAINERS:  Update e-mail address.
7777 2008-03-20  Ian Lance Taylor  <iant@google.com>
7779         * configure.ac: Add support for --enable-gold.
7780         * Makefile.def: Add gold as a directory like ld.
7781         * configure, Makefile.in: Regenerate.
7783 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7785         * configure.ac: m4_include config/proginstall.m4.
7786         * configure: Regenerate.
7788         Backport from upstream Libtool:
7790         2007-10-12  Eric Blake  <ebb9@byu.net>
7792         Deal with Autoconf 2.62's semantic change in m4_append.
7793         * ltsugar.m4 (lt_append): Replace broken versions of
7794         m4_append.
7795         (lt_if_append_uniq): Don't require separator to be overquoted,
7796         and avoid broken m4_append.
7797         (lt_dict_add): Fix typo.
7798         * libtool.m4 (_LT_DECL): Don't overquote separator.
7800 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
7802         * config.rpath: Add AIX 6 support.
7804 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
7806         * Makefile.def (stageprofile).  Remove -fprofile-generate
7807         from stage_libcflags.
7808         * Makefile.in: Regenerate.
7810 2008-03-13  Ben Elliston  <bje@au.ibm.com>
7812         * config.sub, config.guess: Update from upstream sources.
7814 2008-03-06  Tom Tromey  <tromey@redhat.com>
7816         * MAINTAINERS: Update for treelang deletion.
7818 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
7820         * MAINTAINERS: Update my email address.
7822 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
7824         * MAINTAINERS (darwin port): Add myself as a maintainer.
7825         (objective-c/c++): Add myself as a maintainer.
7827 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
7829         * MAINTAINERS (Write After Approval): Update my email address.
7831 2008-02-25  Tomas Bily  <tbily@suse.cz>
7833         * MAINTAINERS (Write After Approval): Add myself.
7835 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
7837         * MAINTAINERS (OpenMP): Add myself.
7839 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
7841         PR bootstrap/32009
7842         PR bootstrap/32161
7844         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7845         * configure: Regenerate.
7847         * Makefile.def: Define stage_libcflags for all bootstrap stages.
7848         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7849         STAGE4_LIBCFLAGS): New.
7850         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7851         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7852         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7853         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7854         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7855         for target modules.  Don't export LIBCFLAGS.
7856         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7857         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7858         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7859         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7860         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7861         * Makefile.in: Regenerate.
7863 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7865         PR libgcj/33085
7866         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7867         Do not use -DDLL_EXPORT.  Backport from upstream.
7869 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7871         * MAINTAINERS (Write After Approval): Add myself.
7873 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
7875         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7876         * configure: Regenerate.
7878 2008-01-31  Marc Gauthier  <marc@tensilica.com>
7880         * configure.ac (xtensa*-*-*): Recognize processor variants.
7881         * configure: Regenerate.
7883 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7885         PR bootstrap/34922
7886         * configure.ac (PARSE_ARGS): Push suitable setting of
7887         ac_subdirs_all, for `./configure --help=recursive'.
7888         Handle `+' in generic toplevel directory disabling.
7889         * configure: Regenerate.
7891 2008-01-28  Nick Clifton  <nickc@redhat.com>
7893         * MAINTAINERS (xstormy16): Take over maintainership.
7895 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
7897         * MAINTAINERS (c4x port): Remove.
7899 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
7901         * libtool.m4: Backport AIX 6 support from ToT Libtool.
7903 2008-01-23  Ben Elliston  <bje@au.ibm.com>
7905         * config.sub, config.guess: Update from upstream sources.
7907 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
7909         * MAINTAINERS (Write After Approval): Add myself.
7911 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
7913         * MAINTAINERS: Update my email address.
7915 2008-01-09  Raksit Ashok  <raksit@google.com>
7917         * MAINTAINERS (Write After Approval): Add myself.
7919 2008-01-09  Raksit Ashok  <raksit@google.com>
7921         * MAINTAINERS (Write After Approval): Add myself.
7923 2008-01-08  Ben Elliston  <bje@au.ibm.com>
7925         * config.sub, config.guess: Update from upstream sources.
7927 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7929         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7930         Change recommended MPFR from 2.2.1 -> 2.3.0.
7931         * configure: Regenerate.
7933 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
7935         * MAINTAINERS: Update my email address.
7937 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
7939         * MAINTAINERS: Update my email address.
7941 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
7943         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7944         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7945         * Makefile.in: Regenerate.
7947 2007-12-10  Mark Heffernan  <meheff@google.com>
7949         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7950         misplaced entries.
7952 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7954         * configure.ac: Enable libjava for x86_64-*-darwin9.
7955         * configure: Regenerate.
7957 2007-12-07  Bill Maddox  <maddox@google.com>
7959         * MAINTAINERS (Write After Approval): Add myself.
7961 2007-12-05  Ben Elliston  <bje@au.ibm.com>
7963         * config.sub, config.guess: Update from upstream sources.
7965 2007-12-02  Matthias Klose  <doko@ubuntu.com>
7967         * config-ml.in: Remove 64bit configure tests.
7969 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7971         * config-ml.in: Robustify against white space in absolute file
7972         names.
7974         * config-ml.in (multi-clean): Substitute ${Makefile}.
7975         Remove superfluous ${Makefile} in list.
7977 2007-11-19  Thiemo Seufer  <ths@mips.com>
7979         * config-ml.in: Don't hardcode the Makefile name.
7981 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
7983         * MAINTAINERS (Write After Approval): Add myself.
7985 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
7987         * MAINTAINERS (Write After Approval): Add myself.
7989 2007-11-06  Doug Kwan  <dougkwan@google.com>
7991         * MAINTAINERS (Write After Approval): Add myself.
7993 2007-10-25  Ben Elliston  <bje@au.ibm.com>
7995         * MAINTAINERS (mercury): Remove entry.
7996         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7998 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8000         * Makefile.def (dependencies): Make configure-gdb depend on
8001         all-intl.
8002         * Makefile.in: Regenerated.
8004 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
8006         * MAINTAINERS (Fortran maintainer): Remove myself.
8008 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
8010         * Makefile.def: To avoid problems running with parallel makes,
8011         build newlib before libgloss so that target specific header
8012         files are availble.
8013         * Makefile.in: Regenerate
8015 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
8017         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8018         * Makefile.in: Regenerate.
8020 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
8022         * MAINTAINERS (Register allocation reviewer): Add myself.
8024 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
8026         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8027         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8028         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
8029         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8030         * configure: Regenerate.
8032 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
8034         * MAINTAINERS (Register allocation reviewer): Add myself.
8036 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
8038         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8039         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8040         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8041         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8042         * configure.ac: Default them to host tools for $host = $build.
8043         Subst them.
8045         * configure: Regenerate.
8046         * Makefile.in: Regenerate.
8048 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
8050         * MAINTAINERS (Register allocation reviewer): Add myself.
8052 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
8054         * MAINTAINERS (Register allocation reviewer): Add myself.
8056 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
8058         * MAINTAINERS (Write After Approval): Fix typo.
8060 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
8062         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8063         * configure: Regenerate.
8065 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
8067         PR bootstrap/31906
8068         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8069         they're already prefixed.
8071 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
8073         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8074         libstdc++.
8075         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8076         * configure: Regenerate.
8077         * Makefile.in: Regenerate.
8079 2007-09-17  Andreas Schwab  <schwab@suse.de>
8081         * configure.ac: Raise minimum makeinfo version to 4.6.
8082         * configure: Regenerate.
8084 2007-09-17  Johannes Singler  <singler@ira.uka.de>
8086         * MAINTAINERS (write-after-approval) add myself
8088 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
8090         * configure.ac: Correct makeinfo version check.
8091         * configure: Regenerate.
8093 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8095         * MAINTAINERS: Update my email address.
8097 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8099         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8100         to $skipdirs and only disable gprof for newlib.  Use the normal
8101         mips*-elf* handling in other respects.
8102         * configure: Regnerate.
8104 2007-09-12  David Daney  <ddaney@avtrex.com>
8106         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8107         enabling libgcj.
8108         * configure: Regenerate.
8110 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8112         PR other/32154
8113         * configure.ac: For libgloss targets, point the linker to the linker
8114         script, startup code and simulator library.
8115         * configure: Regenerate.
8117 2007-09-07  Andrew Haley  <aph@redhat.com>
8119         * configure.ac (noconfigdirs): Remove target-libffi and
8120         target-libjava.
8121         * configure: Regenerate.
8123 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8125         PR target/33281
8126         * configure.ac: Use config/mh-mingw on mingw.
8127         * configure: Regenerate.
8129 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8131         * MAINTAINERS (Write After Approval): Add myself.
8133 2007-09-05  Richard Guenther  <rguenther@suse.de>
8135         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8136         nor --disable-checking is provided also turn on yes and types
8137         checking for stage1.
8138         * configure: Re-generate.
8140 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8142         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8143         (Write After Approval): Remove myself.
8145 2007-08-29  Nick Clifton  <nickc@redhat.com>
8147         * config.sub, config.guess: Update from upstream sources.
8149 2007-08-22  Bud Davis  <jmdavis@link.com>
8151         * MAINTAINERS (Write After Approval): Added myself.
8152         * MAINTAINERS (Reviewers): Removed myself.
8154 2007-08-18  Paul Brook  <paul@codesourcery.com>
8155             Joseph Myers  <joseph@codesourcery.com>
8157         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8158         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8159         * Makefile.in: Regenerate.
8160         * configure.ac (--with-debug-prefix-map): New.
8161         * configure: Regenerate.
8163 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8164             Nigel Stephens  <nigel@mips.com>
8166         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8167         as target_makefile_frag.
8168         * configure: Regenerate.
8170 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8172         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8173         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8174         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8175         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8176         (do-compare, do-compare3, do-compare-debug): New.
8177         ([+compare-target+]): Use them.
8179 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8181         * MAINTAINERS (Write After Approval): Change my email address.
8183 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8184             Ben Elliston  <bje@au.ibm.com>
8186         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8187         --silent if $silent.
8188         * configure: Regenerate.
8190 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8192         * MAINTAINERS (Various Maintainers): Add myself as
8193         loop infrastructure maintainer.  Update my e-mail
8194         address.
8196 2007-07-31  Diego Novillo  <dnovillo@google.com>
8198         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8199         Adjust description.
8201 2007-07-26  Richard Guenther  <rguenther@suse.de>
8203         * configure.ac: Add types checking to stage1 checking flags.
8204         * configure: Regenerate.
8206 2007-07-17  Nick Clifton  <nickc@redhat.com>
8208         * COPYING3: New file.  Contains version 3 of the GNU General
8209         Public License.
8210         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8211         Lesser General Public License.
8213 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8215         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8217 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8219         * MAINTAINERS (S/390 co-maintainer): Add myself.
8220         (Write After Approval): Remove myself.
8222 2007-07-13  Dan Hipschman  <dsh@google.com>
8224         * MAINTAINERS (Write After Approval): Add myself.
8226 2007-07-11  Nick Clifton  <nickc@redhat.com>
8228         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8229         WINDRES export.
8230         * Makefile.in: Regenerate.
8232 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8234         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8235         maintainer.
8237 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8239         * lt~obsolete.m4: New. Import from 20070318 libtool.
8241 2007-07-03  Julian Brown  <julian@codesourcery.com>
8243         * MAINTAINERS (Write After Approval): Add myself.
8245 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8247         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8248         * configure: Regenerate.
8250 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8252         * configure.ac: Add some missing m4 quotation.
8253         * configure: Regenerate.
8255 2007-07-02  Simon Baldwin  <simonb@google.com>
8257         * MAINTAINERS (Write After Approval): Add myself.
8259 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8261         * configure: Regenerate.
8263 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8265         * Makefile.def: Add windmc tool to build.
8266         * Makefile.tpl: Likewise.
8267         * configure.ac: Likewise.
8268         * Makefile.in: Regenerate.
8269         * configure: Regenerate.
8271 2007-06-28  DJ Delorie  <dj@redhat.com>
8273         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8274         not building newlib.
8275         * configure: Regenerated.
8277 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8279         * MAINTAINERS (Write After Approval): Add myself.
8281 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8283         * MAINTAINERS (Write After Approval): Add myself.
8285 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8287         * MAINTAINERS (Write After Approval): Add myself.
8289 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8291         * MAINTAINERS (Write After Approval): Add myself.
8293 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8295         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8296         * Makefile.in: Regenerated.
8298 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8300         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8301         bfin*-*-uclinux* targets.
8302         * configure: Regenerate.
8304 2007-06-14  Ian Lance Taylor  <iant@google.com>
8306         * MAINTAINERS: Add myself as non-algorithmic global write
8307         maintainer.
8309 2007-06-14  Diego Novillo  <dnovillo@google.com>
8311         * MAINTAINERS: Add self as middle-end maintainer and
8312         non-algorithmic global write maintainer.
8314 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8316         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8317         Move all Fortran maintainers except Paul Brook into the
8318         Non-Autopoiesis section.
8320 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8322         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8323         (distclean-stage[+id+]): Possibly delete stage_last.
8324         * Makefile.in: Regenerate.
8326 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8328         * MAINTAINERS (Various Maintainer): Fix typo.
8330 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8332         * MAINTAINERS (Various Maintainer): Add myself as
8333         dataflow maintainer.
8335 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8337         * config.sub, config.guess: Update from upstream sources.
8339 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8341         * Makefile.tpl: Fix spelling error.
8342         * Makefile.in: Regenerate.
8344 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8346         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8347         lt_cv_sys_max_cmd_len.
8349 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8351         * MAINTAINERS (Various Maintainers): Add myself as
8352         auto-vectorizer maintainer.
8354 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8356         PR libjava/32098
8357         * libtool.m4: Revert previous change.
8358         * ltgcc.m4: Put it here.
8360 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8362         * MAINTAINERS (Various Maintainers): Add myself as
8363         auto-vectorizer maintainer.
8365 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8367         PR libjava/32098
8368         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8370 2007-05-30  Richard Guenther  <rguenther@suse.de>
8372         * MAINTAINERS (Various Maintainers): Add myself as
8373         auto-vectorizer maintainer.
8375 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8377         PR bootstrap/29382
8378         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8379         * configure: Rebuilt.
8381 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8383         * MAINTAINERS (Write After Approval): Removed my name.
8385 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8387         * MAINTAINERS (Write After Approval): Remove myself.
8389 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8391         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8393 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8395         * ltmain.sh: Update from ToT Libtool.
8396         * libtool.m4: Update from ToT Libtool.
8397         * ltsugar.m4: New. Update from ToT Libtool.
8398         * ltversion.m4: New. Update from ToT Libtool.
8399         * ltoptions.m4: New. Update from ToT Libtool.
8400         * ltconfig: Remove.
8401         * ltcf-c.sh: Remove.
8402         * ltcf-cxx.sh: Remove.
8403         * ltcf-gcj.sh: Remove.
8405 2007-05-22  Ollie Wild  <aaw@google.com>
8407         * MAINTAINERS (Write After Approval): Add myself.
8409 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8411         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8412         stage_cflags.
8413         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8414         Remove CFLAGS/LIBCFLAGS.
8415         (configure-stage[+id+]-[+prefix+][+module+],
8416         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8417         * Makefile.in: Regenerate.
8419 2007-05-15  Diego Novillo  <dnovillo@google.com>
8421         * MAINTAINERS: Update e-mail address.
8423 2007-05-15  Revital Eres  <eres@il.ibm.com>
8425         * MAINTAINERS (Write After Approval): Add myself.
8427 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8429         * MAINTAINERS (Write After Approval): Updated my address.
8431 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8433         * MAINTAINERS (Write After Approval): Add myself.
8435 2007-05-11  Silvius Rus  <rus@google.com>
8437         * MAINTAINERS (Write After Approval): Add myself.
8439 2007-04-23  Tom Tromey  <tromey@redhat.com>
8441         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8443 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8445         * MAINTAINERS (cpplib): Rename to ...
8446         (libcpp): ... this.  Add C/C++ front end maintainers.
8448 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8450         * config-ml.in: Pass ${ml_config_env} to configure calls.
8452 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8454         * MAINTAINERS (Write After Approval): Add myself.
8456 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8458         * MAINTAINERS (Write After Approval): Add myself.
8460 2007-03-31  Tobias Burnus  <burnus@net-b.de>
8462         * MAINTAINERS (fortran 95 front end): Add myself.
8464 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8466         * MAINTAINERS (Write After Approval): Add myself.
8468 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
8470         * MAINTAINERS (Modulo Scheduler): Add myself.
8472 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
8474         * MAINTAINERS (fortran 95 front end): Add myself.
8475         (c++ front end): whitespace fix.
8477 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
8479         * MAINTAINERS (Write After Approval): Add myself.
8481 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8483         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8484         of glob.  Quote arguments with single quotes too.
8485         * configure: Regenerate.
8487 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8489         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8490         * Makefile.in: Regenerate
8492 2007-03-07  Andreas Schwab  <schwab@suse.de>
8494         * configure: Regenerate.
8496 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
8498         * configure.ac: Add "--with-pdfdir" configure option,
8499         which defines pdfdir variable.
8500         * Makefile.def (target=fixincludes): Add install-pdf to
8501         missing targets.
8502         (recursive_targets): Add install-pdf target.
8503         (flags_to_pass): Add pdfdir.
8504         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8505         target.
8506         * configure: Regenerate
8507         * Makefile.in: Regenerate
8509 2007-02-28  Eric Christopher  <echristo@apple.com>
8511         Revert:
8512         2006-12-07  Mike Stump  <mrs@apple.com>
8514         * Makefile.def (dependencies): Add dependency for
8515         install-target-libssp and install-target-libgomp on
8516         install-gcc.
8517         * Makefile.in: Regenerate.
8519 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
8521         * configure: Regenerate.
8522         * configure.ac: Move statements after variable declarations.
8524 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
8526         * MAINTAINERS: Add myself as sh maintainer.
8528 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
8530         * configure.ac: Adjust for loop syntax.
8531         * configure: Regenerate.
8533 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8535         * configure: Rebuilt.
8537 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8539         * configure.ac: Drop multiple occurrences of --enable-languages,
8540         and fix its quoting.
8541         * configure: Rebuilt.
8543 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
8544             Nathan Sidwell  <nathan@codesourcery.com>
8545             Vladimir Prus  <vladimir@codesourcery.com>
8546             Joseph Myers  <joseph@codesourcery.com>
8548         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8549         * configure: Regenerate.
8551 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
8553         * ltconfig (freebsd*): Default to elf.
8555 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8557         * configure.ac (target_libraries): Move libgcc before libiberty.
8558         * configure: Regenerated.
8560 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8561             Paolo Bonzini  <bonzini@gnu.org>
8563         PR bootstrap/30753
8564         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
8565         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
8566         * configure: Regenerated.
8568 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8570         * MAINTAINERS (Language Front End Maintainers): Update my mail
8571         address.
8573 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8575         PR bootstrap/30748
8576         * configure.ac: Correct syntax for Solaris ksh.
8577         * configure: Regenerated.
8579 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8581         * configure.ac: Sync with src.
8582         * configure: Regenerate.
8584 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8586         * Makefile.in: Regenerate.
8588 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8590         * config.sub: Sync with src.
8592 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8594         * Makefile.tpl (build_alias, host_alias, target_alias): Use
8595         noncanonical equivalents.
8596         * configure.in: Rename to...
8597         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8598         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8599         target_noncanonical.  Use them.  Rewrite removal of configure
8600         arguments for autoconf 2.59.  Discard variable settings.  Force
8601         program_transform_name for native tools.
8603         * Makefile.in: Regenerated.
8604         * configure: Regenerated with autoconf 2.59.
8606 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
8608         * MAINTAINERS (Write After Approval): Add myself.
8610 2007-01-31  Andreas Schwab  <schwab@suse.de>
8612         * Makefile.tpl (LDFLAGS): Substitute it.
8613         * Makefile.in: Regenerate.
8615 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
8617         * MAINTAINERS (Write After Approval): Add myself.
8619 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
8621         * MAINTAINERS (spu port): Add myself.
8623 2007-01-23  Richard Guenther  <rguenther@suse.de>
8625         PR bootstrap/30541
8626         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8627         * Makefile.tpl (GNATBIND): Substitute it.
8628         (GNATMAKE): Likewise.
8629         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8630         of STAGE_PREFIX.
8631         * Makefile.in: Regenerate.
8632         * configure: Regenerate.
8634 2007-01-18  Mike Stump  <mrs@apple.com>
8636         * configure.in: Re-enable -Werror for gcc builds.
8638 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8640         * MAINTAINERS (Write After Approval): Add myself.
8642 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8644         * configure.in: Change == to = in test command.
8645         * configure: Regenerate.
8647 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8648             Nick Clifton  <nickc@redhat.com>
8649             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8651         * configure.in (build_configargs, host_configargs, target_configargs):
8652         Remove build/host/target parameters.
8653         (host_libs): Add gmp and mpfr.
8654         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8655         * Makefile.def (gmp, mpfr): New.
8656         (gcc): Remove target.
8657         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8658         target_os, target_vendor): New.
8659         (configure): Add host_alias/target_alias arguments; adjust invocations.
8660         * configure: Regenerate.
8661         * Makefile.in: Regenerate.
8663 2007-01-11  Matt Fago  <fago@earthlink.net>
8665         * configure.in: Try to link to functions only in mpfr 2.2.x
8666         to improve robustness of configure tests.
8667         * configure: Regenerate.
8669 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8671         * MAINTAINERS: Add myself as i386 maintainer.
8673 2007-01-08  Jan Hubicka  <jh@suse.cz>
8675         * MAINTAINERS: Add myself as i386 maintainer.
8677 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
8679         * configure.in: Add support for an x86_64-mingw* target.
8680         * configure: Regenerate.
8682 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8684         * Makefile.tpl (all-target): Correct @if conditional for target
8685         modules.
8686         * configure.in: Omit libiberty if building only target libgcc.
8687         * configure, Makefile.in: Regenerated.
8689 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8691         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8692         * configure: Regenerate.
8694 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8696         * Makefile.def (target_modules): Add libgcc.
8697         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8698         * Makefile.tpl (clean-target-libgcc): Delete.
8699         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8700         on gcc even for bootstrapped modules.  Rewrite handling of
8701         lang_env_dependencies to loop over target_modules.
8702         * configure.in (target_libraries): Add target-libgcc.
8703         * Makefile.in, configure: Regenerated.
8705 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8707         * configure.in: Reorganize recognition of languages.  Add
8708         --enable-stage1-languages.  Show supported languages for the chosen
8709         target rather than all recognized languages.
8710         * configure: Regenerate.
8712 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8714         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8715         * Makefile.in: Regenerate.
8717 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8719         * configure.in: Warn that MPFR 2.2.0 is buggy.
8720         * configure: Regenerate.
8722 2006-12-27  Ian Lance Taylor  <iant@google.com>
8724         * configure.in: When removing Makefiles to force a reconfigure, also
8725         remove prev-DIR*/Makefile.
8726         * configure: Regenerate.
8728 2006-12-22  Andreas Schwab  <schwab@suse.de>
8730         * configure: Regenerate with correct autoconf version.
8732 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
8734         * configure.in: add AC_SUBST for *_FOR_TARGET.
8735         * configure: Regenerate.
8737 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8739         * configure.in: Simplify logic for rejecting languages that cannot
8740         be built.  Separate the case when a language is unsupported,
8741         from the case when the user chooses not to build a language.
8743 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8745         * configure.in: Remove "$build" case for powerpc-*-darwin* since
8746         it only affects bootstrap and could be tested on "$host" as well.
8747         * configure: Regenerate.
8748         * config/mh-ppc-darwin: Add to the stage1 cflags here.
8750 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8752         PR bootstrap/29544
8753         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8754         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8755         move here comment from Makefile.tpl.
8756         * Makefile.tpl: Move some definitions higher in the file.
8757         (STAGE1_CHECKING): New.
8758         * configure.in: Add --enable-stage1-checking.
8759         * configure: Regenerate.
8760         * Makefile.in: Regenerate.
8762 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8764         * MAINTAINERS: Add myself as build system maintainer.
8766 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
8768         * MAINTAINERS (Write After Approval): Add myself.
8770 2006-12-13  Eric Christopher  <echristo@apple.com>
8772         * MAINTAINERS: Add myself as darwin maintainer.
8774 2006-12-11  Ian Lance Taylor  <ian@airs.com>
8776         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8778 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
8780         MAINTAINERS: Update my entry.
8782 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
8784         * configure.in:  Handle spu makefile frag.
8785         * Makefile.tpl (MAINT): Define
8786         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8787         * configure: Regenerate.
8788         * Makefile.in: Regenerate.
8790 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8792         * config.guess: Import latest version.
8793         * config.sub: Likewise.
8795 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8797         * configure.in (spu-*-*): Don't skip target-libiberty.
8798         * configure: Regenerate.
8800 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8802         PR bootstrap/30134
8803         * configure.in: Correct x86 darwin support for libjava to powerpc
8804         and i?86 only.
8805         * configure: Regenerate.
8807 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
8809         * configure.in: Add x86 darwin support for libjava.
8810         * configure: Regenerate.
8812 2006-12-07  Mike Stump  <mrs@apple.com>
8814         * Makefile.def (dependencies): Add dependency for
8815         install-target-libssp and install-target-libgomp on
8816         install-gcc.
8817         * Makefile.in: Regenerate.
8819 2006-12-04  Richard Guenther  <rguenther@suse.de>
8821         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8822         (Non-Algorithmic Maintainers): Move over non-algorithmic
8823         loop optimizer maintainers, add myself as a non-algorithmic
8824         middle-end maintainer.
8826 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
8828         * MAINTAINERS (Write After Approval): Add myself.
8830 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8832         * configure.in: Update error message for missing GMP/MPFR.
8834         * configure: Regenerate.
8836 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8838         * configure.in: Update MPFR version in error message.
8840         * configure: Regenerate.
8842 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8844         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8845         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8846         --with-gmp-lib): New flags.
8848         * configure: Regenerate.
8850 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
8852         * MAINTAINERS (Write After Approval): Change my email address.
8854 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8856         * MAINTAINERS (Write After Approval): Add myself.
8858 2006-11-22  Philipp Thomas  <pth@suse.de>
8860         * MAINTAINERS (i18n): Update e-mail address.
8862 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8864         * MAINTAINERS (spu port): Add myself as maintainer.
8865         (Write After Approval): Remove myself.
8867 2006-11-22  Ben Elliston  <bje@au.ibm.com>
8869         * configure.in (skipdirs): Don't build libssp for SPU.
8870         * configure: Regenerate.
8872 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8874         * MAINTAINERS (spu port): Add myself as maintainer.
8875         (libobjc): Update my email address.
8877 2006-11-21  Andrea Bona  <andrea.bona@st.com>
8879         * MAINTAINERS (Write After Approval): Add myself.
8881 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8883         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8884         * configure : Rebuilt.
8886 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8888         * MAINTAINERS (Write After Approval): Add myself.
8890 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
8892         * MAINTAINERS (Write After Approval): Add myself.
8894 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8896         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8897         libmpfr.a.
8898         * configure: Regenerate.
8900 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
8902         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8903         (unstage): Test for stage_last presence.
8905         PR bootstrap/29802
8906         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8907         STAGE_PREFIX.
8908         * Makefile.in: Regenerate.
8910 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
8912         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8913         maintainers.
8915 2006-11-14  Erven Rohou  <erven.rohou@st.com>
8917         * MAINTAINERS (Write After Approval): Add myself.
8919 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
8921         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8922         and stageN-package/Makefile.
8923         * Makefile.in: Regenerated.
8925 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
8927         * configure.in: Remove target-libgloss from noconfigdirs for
8928         bfin-*-*.
8929         * configure: Regenerated.
8931 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8933         * configure.in (have_gmp): Only error if the gcc directory exists.
8935         * configure: Regenerate.
8937 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8939         * configure.in: Robustify error message for missing GMP/MPFR.
8941         * configure: Regenerate.
8943 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
8945         * MAINTAINERS (Write After Approval): Add myself.
8947 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
8949         * MAINTAINERS: Change email address.
8951 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8953         * MAINTAINERS (Write After Approval): Add myself.
8955 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
8957         * MAINTAINERS (Write After Approval): Add myself.
8959 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
8961         * MAINTAINERS (Write After Approval): Move myself to
8962         Write After Approval section.
8964 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8966         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
8967         need_gmp anymore.
8968         * configure: Regenerate.
8970 2006-10-16  Tobias Burnus  <burnus@net-b.de>
8972         * MAINTAINERS (Write After Approval): Add myself.
8974 2006-10-16  Ben Elliston  <bje@au.ibm.com>
8976         * config.guess: Import latest version.
8977         * config.sub: Likewise.
8979 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
8981         * Makefile.def: Added pdf target handling.
8982         * Makefile.tpl: Added pdf target handling.
8983         * Makefile.in: Regenerated.
8985 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
8987         * MAINTAINERS: Add self as score port maintainer.
8989 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
8991         * MAINTAINERS (Write After Approval): Add myself.
8993 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
8995         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
8996         or newer.
8997         * configure: Regenerated.
8999 2006-09-27  Dave Brolley  <brolley@redhat.com>
9001         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9002         using $s instead of $r.
9003         * configure: Regenerated.
9005 2006-09-26  Thiemo Seufer  <ths@mips.com>
9007         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9008         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9009         * configure: Regenerate.
9011 2006-09-24  Graeme Peterson  <gridly@gmail.com>
9013         * MAINTAINERS (Write After Approval): Remove myself.
9015 2006-09-22  Chao-ying Fu  <fu@mips.com>
9017         * MAINTAINERS (Write After Approval): Add myself.
9019 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
9021         * MAINTAINERS: Add self as soft-fp maintainer.
9023 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
9025         * MAINTAINERS: Add myself as avr maintainer.
9026         Remove Marek Michalkiewicz as avr maintainer.
9028 2006-09-07  Roberto Costa  <roberto.costa@st.com>
9030         * MAINTAINERS (Write After Approval): Add myself.
9032 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
9034         * configure.in: Never build newlib for a Mingw host.
9035         Never build newlib as Mingw target library.
9036         Test the existence of winsup/cygwin for building a Cygwin newlib,
9037         rather than just winsup.
9038         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9039         building a Mingw target.
9040         * configure: Regenerate.
9042 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9044         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9046 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
9048         * config.guess: Import from src (was more updated).
9049         * config.sub: Likewise.
9051 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
9053         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9054         * configure: Regenerated.
9056 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
9058         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9059         for stages after the first.
9061 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
9063         * Makefile.def: Add dependencies for configure-opcodes
9064         on configure-intl and all-opcodes on all-intl.
9065         * Makefile.in: Regenerated.
9067 2006-07-13  Ben Elliston  <bje@au.ibm.com>
9069         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9071 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9073         Port to hosts whose 'sort' and 'tail' implementations
9074         treat operands with leading '+' as file names, as POSIX
9075         has required since 2001.  However, make sure the code still
9076         works on pre-POSIX hosts.
9077         * ltmain.sh: Don't assume "sort +2" is equivalent to
9078         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9080 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
9082         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9084 2006-07-04  Peter O'Gorman  <peter@pogma.com>
9086         * ltconfig: chmod 644 before ranlib during install.
9088 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9090         PR bootstrap/18058
9091         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9092         if the bootstrap compiler is a GCC version that supports it.
9093         * configure: Regenerate.
9095 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9097         * configure.in: Fix thinkos in previous check-in.
9098         * configure: Regenerate.
9100 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9102         PR other/27063
9103         * configure.in: Test subdir_requires and give an appropriate
9104         error message.
9105         * configure: Regenerate.
9107 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9109         * MAINTAINERS (Write After Approval): Add myself.
9111 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9113         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9115 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9117         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9119 2006-06-20  David Ayers  <d.ayers@inode.at>
9121         PR bootstrap/28072
9122         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9123         whether target-libjava is being configured instead of whether the
9124         java front end is enabled.
9125         * configure: Regenerate.
9127 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9129         PR target/27540
9130         * configure.in: Only enable libgomp on IRIX 6.
9131         * configure: Regenerate.
9133 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9135         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9136         too.
9137         * Makefile.in: Regenerate.
9139 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9141         * config-ml.in: Alter CCASFLAGS to include special
9142         multilib options the same as is done for CFLAGS.
9144 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9146         * configure.in: Don't enable libgomp on hpux10.
9147         * configure: Rebuilt.
9149 2006-06-12  David Ayers  <d.ayers@inode.at>
9151         PR bootstrap/27963
9152         PR target/19970
9153         * configure.in: Remove target-boehm-gc from noconfigdirs where
9154         ${libgcj} is specified.
9155         * configure: Regenerate.
9157 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9159         Sync from src:
9161         * configure.in: Sync.
9162         * configure: Regenerated.
9164         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9166         * Makefile.def: Added dependencies from sim and gdb on intl, and
9167         added configure dependencies to everything with an all dependency
9168         on intl.
9169         * Makefile.in: Regenerated.
9171 2006-06-06  David Ayers  <d.ayers@inode.at>
9173         PR libobjc/13946
9174         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9175         * Makefile.in: Regenerate.
9176         * configure.in: Add --enable-objc-gc at toplevel and have it
9177         enable boehm-gc for Objective-C.
9178         Remove target-boehm-gc from libgcj.
9179         Add target-boehm-gc to target_libraries.
9180         Add target-boehm-gc to noconfigdirs where ${libgcj}
9181         is specified.
9182         Assert that boehm-gc is supported when requested for Objective-C.
9183         Only build boehm-gc if needed either for Java or Objective-C.
9184         * configure: Regenerate.
9186 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9188         PR 27674
9189         * Makefile.tpl (configure-[+prefix+][+module+],
9190         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9191         Remove rule to unstage bootstrapped modules.
9192         (stage_current): New.
9193         * Makefile.in: Regenerate.
9195 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9197         * MAINTAINERS (Write After Approval): Update my e-mail address.
9199 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9201         * include/libiberty.h: Declare pex_run_in_environment.
9203 2006-05-31  Asher Langton  <langton2@llnl.gov>
9205         * MAINTAINERS (Write After Approval): Add myself.
9207 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9209         * Makefile.def (bfd, opcodes): Fix lib_path.
9210         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9211         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9212         * Makefile.in: Regenerate.
9214 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9216         * Makefile.in: Regenerate.
9218 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9220         * Makefile.def: Add install-html target. Add datarootdir
9221         docdir and htmldir to flags_to_pass.
9222         * Makefile.tpl: Add install-html target.
9223         * Makefile.in: Regenerate.
9224         * configure.in: Add --with-datarootdir, --with-docdir, and
9225         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9226         * configure: Regenerate.
9228 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9230         * configure.in: Enable gprof for cross builds.
9231         * configure: Regenerate.
9233 2006-05-22  Richard Guenther  <rguenther@suse.de>
9235         Revert
9236         2006-01-31  Richard Guenther  <rguenther@suse.de>
9237         Paolo Bonzini  <bonzini@gnu.org>
9239         * Makefile.def (target_modules): Add libgcc-math target module.
9240         * configure.in (target_libraries): Add libgcc-math target library.
9241         (--enable-libgcc-math): New configure switch.
9242         * Makefile.in: Re-generate.
9243         * configure: Re-generate.
9244         * libgcc-math: New toplevel directory.
9246 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9247             Andreas Tobler  <a.tobler@schweiz.ch>
9249         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9250         * configure: Rebuilt.
9252 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9254         * MAINTAINERS (Write After Approval): Add myself.
9256 2006-05-01  DJ Delorie  <dj@redhat.com>
9258         * configure.in: Restore CFLAGS if GMP isn't present.
9259         * configure: Regenerate.
9261 2006-05-01  Richard Guenther  <rguenther@suse.de>
9263         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9264         maintainer.
9266 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9268         * MAINTAINERS (Write After Approval): Add myself.
9270 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9272         * MAINTAINERS (Write After Approval): Add myself.
9274 2006-04-18  DJ Delorie  <dj@redhat.com>
9276         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9277         reference libgloss so that libssp can be built in a combined
9278         tree.
9279         * configure: Regenerate.
9281 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9283         * MAINTAINERS (Write After Approval): Add myself.
9285 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9287         * configure.in: Require makeinfo 4.4 or higher.
9288         * configure: Regenerate.
9290 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9292         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9293         Rearrange the entries of other libraries to have them in one place.
9295 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9297         * MAINTAINERS (Write After Approval): Remove myself.
9298         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9300 2006-03-14  Richard Guenther  <rguenther@suse.de>
9302         * configure: Regenerate with autoconf 2.13.
9304 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9306         * MAINTAINERS: Use my work address.
9308         * MAINTAINERS: Update my E-mail address.
9310 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9312         * configure.in: Handle --disable-<component> generically.
9313         * configure: Regenerate.
9315 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9317         PR libgcj/17311
9318         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9320 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9322         * MAINTAINERS (Write After Approval):  Remove myself.
9323         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9325 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9327         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9328         (TARGET_CONFIGDIRS): Remove.
9329         * configure.in: Remove AC_SUBST(target_configdirs).
9330         * Makefile.in, configure: Regenerated.
9332 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9334         * MAINTAINERS (Write After Approval):  Remove myself.
9335         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9337 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9339         PR bootstrap/25670
9341         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9343         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9344         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9345         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9346         BUILD_PREFIX, BUILD_PREFIX_1.
9347         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9349         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9350         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9352         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9353         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9354         of `cat stage_current`.  Always provide the `r' and `s' variables.
9355         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9356         a single shell execution.
9357         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9358         bootstrapped modules, make the stage1 module if the build was not
9359         started yet, else build the current stage.
9360         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9361         (all-build, all-host, all-target, [+make_target+]-host,
9362         [+make_target+]-target): Do not use \-continued lines.
9363         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9364         (current_stage, restrap, stage_last): New.
9366         * Makefile.in: Regenerate.
9367         * configure: Regenerate.
9369 2006-02-19  Bud Davis  <jmdavis@link.com>
9371         * MAINTAINERS (Write After Approval):  Remove myself.
9372         (Language Front End Maintainers):  Add myself as fortran 95
9373         maintainer and update e-mail address.
9375 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9377         * MAINTAINERS (Write After Approval):  Remove myself.
9378         (Language Front End Maintainers):  Add myself as fortran 95
9379         maintainer.
9381 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9383         * MAINTAINERS (Write After Approval): Add myself.
9385 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9387         * MAINTAINERS (Write After Approval):  Remove myself.
9388         (Language Front End Maintainers):  Add myself as
9389         fortran 95 maintainer.
9391 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9393         Sync from src:
9395         2005-12-27  Leif Ekblad  <leif@rdos.net>
9397         * configure.in: Add support for RDOS target.
9398         * configure: Regenerate.
9400 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9401             Andreas Schwab  <schwab@suse.de>
9403         * configure: Regenerate.
9405 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9407         * configure.in (enable_libgomp): Add AIX.
9408         * configure: Regenerate.
9410 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9412         * MAINTAINERS (Write After Approval): Add myself.
9414 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9416         * MAINTAINERS (Write After Approval): Add myself.
9418 2006-01-31  Richard Guenther  <rguenther@suse.de>
9419         Paolo Bonzini  <bonzini@gnu.org>
9421         * Makefile.def (target_modules): Add libgcc-math target module.
9422         * configure.in (target_libraries): Add libgcc-math target library.
9423         (--enable-libgcc-math): New configure switch.
9424         * Makefile.in: Re-generate.
9425         * configure: Re-generate.
9426         * libgcc-math: New toplevel directory.
9428 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9430         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9431         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9432         the assembler, linker and binutils.
9433         * configure: Regenerate.
9435 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9437         * MAINTAINERS (Write After Approval): Add myself.
9439 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9441         * configure: Regenerate.
9443 2006-01-18  Richard Henderson  <rth@redhat.com>
9444             Jakub Jelinek  <jakub@redhat.com>
9445             Diego Novillo  <dnovillo@redhat.com>
9447         * libgomp: New directory.
9448         * Makefile.def: Add target_module libgomp.
9449         * Makefile.in: Regenerate.
9450         * configure.in (target_libraries): Add target-libgomp.
9451         * configure: Regenerate.
9453 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9455         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9456         @ from continuation.
9457         * Makefile.in: Rebuilt.
9459 2006-01-04  Chris Lattner  <sabre@gnu.org>
9461         * MAINTAINERS (Write After Approval): Add myself.
9463 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
9465         PR bootstrap/24252
9467         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9468         * Makefile.tpl (OBJDUMP): New.
9469         (EXTRA_HOST_FLAGS): Add it.
9470         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9472         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9473         to use symbolic links between directories.  Avoid race conditions
9474         or make them harmless.
9475         * configure.in: Do not try to use symbolic links between directories.
9477         * Makefile.def (LEAN): Pass.
9478         * Makefile.tpl (LEAN): Define.
9479         (stage[+id+]-start): Accept that the previous directory does not
9480         exist, if the bootstrap is lean.
9481         (stage[+id+]-bubble): Invoke lean bootstrap commands after
9482         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
9483         configure substitution.
9484         ([+compare-target+]): Likewise.
9485         ([+bootstrap-target+]-lean): New.
9486         * configure.in: Remove lean bootstrap support from here.
9488         * Makefile.in: Regenerate.
9489         * configure: Regenerate.
9491 2006-01-04  Ben Elliston  <bje@au.ibm.com>
9493         * MAINTAINERS (libdecnumber): Add myself.
9495 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
9497         * libtool-ldflags: New script.
9499 2006-01-02  Andreas Schwab  <schwab@suse.de>
9501         * configure.in: When reconfiguring remove Makefile in
9502         all stage directories.
9503         * configure: Regenerate.
9505 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
9507         * MAINTAINERS: Update my email address.
9509 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
9511         Revert Ada-related part of the previous change.
9513         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9514         Do not pass.
9515         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9516         * Makefile.in: Regenerate.
9517         * configure.in: Do not include mt-ppc-aix target fragment.
9518         * configure: Regenerate.
9520 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
9522         * configure.in: Select appropriate fragments for PowerPC/AIX.
9523         * configure: Regenerate.
9525         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9526         BOOT_CFLAGS, BOOT_LDFLAGS.
9527         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9528         BOOT_CFLAGS, BOOT_LDFLAGS.
9529         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9530         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9531         (stage): Fail if we cannot complete the work.
9532         * Makefile.in: Regenerate.
9534 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9536         * configure.in: Replace ms1 with mt.
9537         * configure: Rebuilt.
9539 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
9541         * MAINTAINERS: Update my email address.
9543 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
9545         * Makefile.tpl (all, do-[+make_target+], do-check, install,
9546         install-host-nogcc): Don't invoke $(stage) at the end.
9547         * Makefile.in: Regenerate.
9549 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
9551         * configure.in: Flip the top-level bootstrap switch.
9552         * configure: Regenerate.
9554 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
9556         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9557         $(stage) and $(unstage).
9558         (EXTRA_TARGET_FLAGS): Correct double-quoting.
9559         (all): Remove stray semicolon.
9560         (local-distclean): Don't handle multilib.tmp and multilib.out.
9561         (install.all): Set $s for consistency.
9562         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9563         check_multilibs setting.  Always make the install directory.
9564         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9565         Correct @if/@endif.
9566         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9567         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9568         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9569         (multilib.out): Remove.
9570         * Makefile.in: Regenerated.
9572 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
9574         * MAINTAINERS (Write After Approval): Add myself.
9576 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9578         * MAINTAINERS: Add myself as mt maintainer.
9580         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
9582 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
9584         * MAINTAINERS: Change email address.
9586 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
9588         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9589         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9590         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
9591         Find in-tree tools if available.
9592         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9593         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9594         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9595         (COMPILER_*_FOR_TARGET): New.
9596         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9597         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9598         (CONFIGURED_*, USUAL_*): Remove.
9599         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9600         STRIP): Use autoconf substitutions.
9601         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9602         COMPILER_NM_FOR_TARGET): New.
9603         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9605         (all): Make all-host and all-target in parallel.
9606         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9607         that $$r and $$s are set before invoking a recursive make.
9608         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9609         ([+bootstrap-target+]): Inline most of the `all' target.
9611 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9613         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9614         from the gcc build directory.
9615         * Makefile.in: Regenerate.
9617 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9619         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
9620         depend on all-libdecnumber.
9621         * configure.in (host_libs): Include libdecnumber.
9622         * Makefile.in: Regenerate.
9623         * configure: Likewise.
9625 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9627         * libdecnumber: Import decNumber sources from the dfp-branch.
9629 2005-11-21  Kean Johnston  <jkj@sco.com>
9631         * config.sub, config.guess: Sync from upstream sources.
9633 2005-11-21  Ben Elliston  <bje@au.ibm.com>
9635         Import from Autoconf sources:
9637         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9638         * config/move-if-change: Don't output "$2 is unchanged";
9639         suggested by Ben Elliston.  Handle weird characters correctly.
9641 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9643         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9644         to match upstream libtool for darwin.
9646 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9648         * Makefile.def: Remove gdb dependencies for gdbtk.
9649         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9650         (configure-gdb, install-gdb): New rules.
9651         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9652         * Makefile.in, configure: Regenerated.
9654 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9656         * MAINTAINERS (Write After Approval): Add myself.
9658 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9660         * MAINTAINERS (Write After Approval): Add myself.
9662 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
9664         * MAINTAINERS (alias analysis): Add Daniel Berlin and
9665         Diego Novillo.
9667 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9669         PR bootstrap/24297
9670         * Makefile.tpl (do-[+make-target+], do-check, install,
9671         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9672         are set before recursing.
9673         * Makefile.in: Regenerate.
9675 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9677         PR bootstrap/18939
9678         * Makefile.def (gcc) <target>: Fix thinko.
9679         * Makefile.in: Regenerate.
9681 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9683         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9684         * configure: Regenerate.
9686 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
9688         * MAINTAINERS (Write After Approval): Add self.
9690 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9692         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9693         target-libffi, target-qthreads, target-libjava, and
9694         targetlibobjc.
9695         * configure: Regenerate.
9697 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9699         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9700         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9701         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9702         (USUAL_OBJDUMP_FOR_TARGET): New.
9703         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9704         * configure.in: Check for $OBJDUMP_FOR_TARGET.
9705         * configure, Makefile.in: Regenerated.
9707 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9709         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9710         before other host packages.
9712 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9714         * MAINTAINERS: Add self as sh libraries/configury maintainer.
9716 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9718         PR bootstrap/22340
9720         * configure.in (default_target): Remove.
9721         * Makefile.tpl (all): Do not use prerequisites as subroutines
9722         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9723         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9724         use prerequisites as subroutines.
9725         (check-host, check-target): New.
9726         (bootstrap configure & all targets): Do not use stage*-start
9727         if the directory layout is already ok.
9728         (non-bootstrap configure & all targets): Prepend a $(unstage).
9729         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
9730         (NOTPARALLEL): Remove.
9731         (unstage, stage variables): New variables.
9732         (unstage, stage targets): Simply expand to those variables.
9734         * configure: Regenerate.
9735         * Makefile.in: Regenerate.
9737 2005-10-04  James E Wilson  <wilson@specifix.com>
9739         * Makefile.def (lang_env_dependencies): Add libmudflap.
9740         * Makefile.in: Regenerate.
9742 2005-10-03  Andreas Schwab  <schwab@suse.de>
9744         Backport from libtool CVS:
9745         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
9747         * ltmain.sh: add support for installing into temporary
9748         staging area (e.g. 'make install DESTDIR=...')
9750 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9752         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9753         * configure: Regenerated.
9755 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
9757         * configure: Regenerate with the correct
9758         autoconf version.
9760 2005-09-30  Catherine Moore  <clm@cm00re.com>
9762         * configure.in (bfin-*-*): New.
9763         * configure: Regenerated.
9765 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
9767         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9768         (LIPO_FOR_TARGET): New.
9769         (CONFIGURED_LIPO_FOR_TARGET): New.
9770         (USUAL_LIPO_FOR_TARGET): New.
9771         (STRIP_FOR_TARGET): New.
9772         (CONFIGURED_STRIP_FOR_TARGET): New.
9773         (USUAL_STRIP_FOR_TARGET): New.
9774         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9775         STRIP_FOR_TARGET.
9776         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9777         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9778         * Makefile.in: Regenerate.
9779         * configure: Regenerate.
9781 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
9783         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9784         (rs6000-*-aix*): Same.
9785         * configure: Regenerate.
9787 2005-09-16  Tom Tromey  <tromey@redhat.com>
9789         * MAINTAINERS: Add self as java maintainer.
9791 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9793         * configure.in: Recognize f95 in the --enable-languages option,
9794         and substitute it for fortran, issuing a warning.
9795         * configure: Regenerate.
9797 2005-08-30  Phil Edwards  <phil@codesourcery.com>
9799         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
9800         * configure:  Regenerated.
9802 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
9804         * MAINTAINERS: Add self as ms1 maintainer.
9806 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
9808         * Makefile.def (libssp): Add to lang_env_dependencies.
9809         * Makefile.in: Regenerate.
9811 2005-08-18  Ian Lance Taylor  <ian@airs.com>
9813         * MAINTAINERS: Add myself as middle-end maintainer.
9815 2005-08-17  Christian Groessler  <chris@groessler.org>
9817         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9818         * Makefile.in: Regenerate.
9820 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
9822         * MAINTAINERS (write after approval): Added myself.
9824 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
9826         * MAINTAINERS (Write After Approval): Add myself.
9828 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
9830         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9831         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9832         Look for alternate names of the target cc and c++
9833         * configure: Regenerate.
9835 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
9837         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9838         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9839         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9840         tools; remove code to manually set them.
9841         (Target tools): Look in the environment for them.
9842         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9843         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9844         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9845         build directory.
9846         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9847         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9848         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9849         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9850         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9851         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9852         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9853         * configure: Regenerate.
9854         * Makefile.in: Regenerate.
9856 2005-07-28  Ben Elliston  <bje@au.ibm.com>
9858         * MAINTAINERS: Update for removed CPU targets.
9860 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
9862         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9863         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9864         * Makefile.in: Regenerated.
9866 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
9868         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9869         (CFLAGS_FOR_TARGET): Use it.
9870         (CXXFLAGS_FOR_TARGET): Likewise.
9871         * Makefile.in: Regenerated.
9872         * configure.in (--with-build-sysroot): New option.
9873         * configure: Regenerated.
9875 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
9877         * Makefile.tpl: Wrap install between unstage and stage
9878         * Makefile.in: Regenerate.
9880 2005-07-21  Eric Christopher  <echristo@apple.com>
9882         * MAINTAINERS: Update affiliation.
9884 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
9886         * MAINTAINERS: Add self as crx port maintainer.
9888 2005-07-20  DJ Delorie  <dj@redhat.com>
9890         * MAINTAINERS: Add self as m32c maintainer.
9892 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
9894         * all files: Update FSF address.
9896 2005-07-15  Eric Christopher  <echristo@redhat.com>
9898         * MAINTAINERS: Change affiliation.
9900 2005-07-14  Jim Blandy  <jimb@redhat.com>
9902         * configure.in: Add cases for Renesas m32c.
9903         * configure: Regenerated.
9905 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9907         * COPYING.LIB: Update from fsf.org.
9909 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9911         * COPYING, compile, config.guess,
9912         config.sub, install-sh, missing, mkinstalldirs,
9913         symlink-tree, ylwrap: Sync from upstream sources.
9914         * config-ml.in: Update FSF address.
9916 2005-07-13  Eric Christopher  <echristo@redhat.com>
9918         * configure.in: Add toplevel noconfigdir support for tpf.
9919         * configure: Regenerate.
9921 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
9923         PR ada/22340
9925         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9926         * Makefile.in: Regenerate.
9928 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
9930         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
9931         Brolley to write-after-approval.
9933 2005-07-07  Andreas Schwab  <schwab@suse.de>
9935         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9936         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9937         * Makefile.in: Regenerated.
9939 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
9941         * configure.in: Don't build sim or rda when targetting darwin.
9942         * configure: Regenerate.
9944 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
9946         * configure.in: Add --enable-libssp and --disable-libssp.
9947         * configure: Regenerate with autoconf-2.13.
9949 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
9951         * Makefile.def (target_modules): Add libssp.
9952         * configure.in (target_libraries): Add target-libssp.
9953         * configure: Rebuilt.
9954         * Makefile.in: Rebuilt.
9956 2005-07-01  Zack Weinberg  <zackw@panix.com>
9958         * MAINTAINERS: Change email address.  Resign from maintainership.
9960 2005-07-01  Richard Guenther  <rguenther@suse.de>
9962         * MAINTAINERS: Change my e-mail address and affiliation.
9964 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
9966         * Makefile.def (stagefeedback): Come after profile.
9967         Define profiledbootstrap target.
9968         * Makefile.tpl (profiledbootstrap): Remove.
9969         (stageprofile-end): Zap stagefeedback.
9970         (stagefeedback-start): Copy all .gcda files, not only GCC's.
9971         * Makefile.in: Regenerate.
9973 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
9975         * MAINTAINERS: Update my email address.
9977 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
9979         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
9980         In 'cpp' stanza, support '#line' as well as '# '.
9982 2005-06-08  Andreas Schwab  <schwab@suse.de>
9984         * MAINTAINERS: Move myself from 'Write After Approval' to
9985         'CPU Port Maintainers' section as m68k maintainer.
9987 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
9989         * configure.in (unsupported_languages): New macro.
9990         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
9991         non-ported target libraries in noconfigdirs.
9992         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9993         non-linux-gnu.  Remove libgcj_ex_libffi.
9994         <lang_frag loop>: Set add_this_lang=no if the language is in
9995         unsupported_languages.
9996         * configure: Regenerate.
9998 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10000         * configure.in: Fix typo in handling of --with-mpfr-dir.
10001         * configure: Regenerate.
10003 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
10005         * MAINTAINERS: Update my email address.
10007 2005-06-02  Jim Blandy  <jimb@redhat.com>
10009         * config.sub: Add cases for the Renesas m32c.  (This patch has been
10010         accepted into the master sources.)
10012 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
10013             Michael Snyder  <msnyder@redhat.com>
10014             Stan Cox  <scox@redhat.com>
10016         * configure.in: Set noconfigdirs for ms1.
10018         * configure: Regenerate.
10020 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
10022         * MAINTAINERS (Write After Approval): Add self.
10024 2005-06-01  Josh Conner  <jconner@apple.com>
10026         * MAINTAINERS (Write After Approval): Add self.
10028 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
10030         * MAINTAINERS: Update my email address.
10032 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
10034         * MAINTAINERS (Write After Approval): Add self.
10036 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
10038         * MAINTAINERS (Write After Approval): Remove self.
10040 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
10042         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10043         (Dependencies): Consider target modules for bootstrap dependencies.
10044         Make target bootstrap modules depend on each stage's gcc.
10045         * Makefile.in: Regenerate.
10047 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
10049         * Makefile.def (configure-gcc): Depend on binutils having been built.
10050         (all-gcc): No need to do it here.
10051         * Makefile.in: Regenerate.
10053 2005-05-19  Paul Brook  <paul@codesourcery.com>
10055         * configure.in: Rewrite misleading error message when requested
10056         language cannot be built.
10057         * configure: Regenerate.
10059 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
10061         * ylwrap: Import from Automake 1.9.5.
10063 2005-05-13  David Ung  <davidu@mips.com>
10065         * MAINTAINERS (Write After Approval): Add self.
10067 2005-05-09  Mike Stump  <mrs@apple.com>
10069         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10070         lt_cv_sys_max_cmd_len for now.
10072 2005-05-09  Stan Cox  <scox@redhat.com>
10074         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10076 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
10078         * README.SCO: Update the URL.
10080 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
10082         * ltconfig: Define file_list_spec.  Pass file_list_spec and
10083         with_gnu_ld to libtool.
10084         * ltcf-c.sh (aix[45]): Define file_list_spec.
10085         * ltcf-cxx.sh (aix[45]): Same.
10086         * ltcf-gcj.sh (aix[45]): Same.
10087         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10088         exists, write list of input files to temporary file.
10090 2005-05-04  Mike Stump  <mrs@apple.com>
10092         * configure.in: Always pass --target to target configures as
10093         otherwise rebuilds that do --recheck will fail.
10094         * confiugure: Rebuilt.
10096 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10098         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10099         STAGE_HOST_EXPORTS.
10100         (configure, all): Add bootstrap support.
10101         (Host modules, target modules): Pass post-stage1 flags and exports.
10102         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10103         * Makefile.in: Regenerate.
10105 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10107         * configure: Regenerate.
10109 2005-04-27  Mike Stump  <mrs@apple.com>
10111         * MAINTAINERS: Add self as darwin maintainer.
10113 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10115         * config.sub: Update from master copy.
10117 2005-04-21  Mike Stump  <mrs@apple.com>
10119         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10120         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10122 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10124         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10125         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10126         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10127         "*-*-elf" and "*-*-linux*".
10128         * configure: Regenerate.
10130 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10132         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10134 2005-04-12  Mike Stump  <mrs@apple.com>
10136         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10138 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10140         * MAINTAINERS (Write After Approval): Add myself.
10142 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10144         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10146 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10148         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10149         (TARGET_CONFIGARGS): Include --with-target-subdir.
10150         (configure, all): New macros.  Use them throughout.
10151         * Makefile.in: Regenerate.
10153 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10155         * MAINTAINERS (Write After Approval): Add myself.
10157 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10159         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10161 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10163         * MAINTAINERS: Move John Carr to Write After Approval.
10165 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10167         * config/mh-mingw32: Delete.
10168         * configure.in: Don't use it.
10169         * configure: Regenerate.
10171 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10173         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10174         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10175         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10176         (HOST_LIB_PATH): Generate from Makefile.def.
10177         (TARGET_LIB_PATH): Likewise.
10178         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10179         * Makefile.in: Regenerate.
10180         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10181         (RPATH_ENVVAR): Include Darwin case.
10182         * configure: Regenerate.
10184 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10186         * MAINTAINERS (Various Maintainers): Remove self.
10187         (Write After Approval): Add self.
10189 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10191         * MAINTAINERS (Various Maintainers): Add self.
10193 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10195         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10196         * configure: Regenerate.
10198 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10200         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10201         gcc_version, and gcc_version_trigger from set of flags to pass.
10202         * Makefile.tpl: Remove definitions of above variables.
10203         (config.status): Remove dependency on $(gcc_version_trigger).
10204         * Makefile.in: Regenerate.
10205         * configure.in: Do not reference config/gcc-version.m4 nor
10206         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10207         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10208         * configure: Regenerate.
10210 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10211             Andrew Pinski  <pinskia@physics.uc.edu>
10213         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10214         * Makefile.in: Regenerate.
10216 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10218         * MAINTAINERS (Write After Approval): Add myself.
10220 2005-03-03  David Ayers  <d.ayers@inode.at>
10222         * MAINTAINERS (Write After Approval): Add myself.
10224 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10226         PR libgcj/20160
10227         * ltmain.sh: Avoid creating archives with components that have
10228         duplicate basenames.
10230 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10232         PR bootstrap/20250
10233         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10234         instead of check.
10235         * Makefile.in: Regenerate.
10237 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10239         * Makefile.in: Regenerate to fix conflict between the previous two
10240         patches.
10242 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10244         PR bootstrap/17383
10245         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10246         * Makefile.tpl (HOST_SUBDIR): New substitution.
10247         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10248         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10249         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10250         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10251         (Host modules, Bootstrapped modules): Use it.
10252         (Build modules, Target modules): Do not create symlink trees,
10253         always configure out-of-srcdir.
10254         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10255         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10256         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10257         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10259         * Makefile.in: Regenerate.
10260         * configure: Regenerate.
10262 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10264         Merged from libada-gnattools-branch:
10265         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10267         * gnattools: New directory.
10268         * Makefile.def: Add gnattools as a module, depending on target-libada.
10269         * Makefile.in: Regenerate.
10270         * configure.in: Include gnattools in host_tools; disable it if ada
10271         is disabled.
10272         * configure: Regenerate.
10274 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10276         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10277         treelang maintainer.
10278         (Write After Approval): Remove myself.
10280 2005-02-23  Paul Schlie  <schlie@comcast.net>
10282         * configure.in: Allow darwin targeted ports to build tk, itcl and
10283         libgui.
10284         * configure: Regenerate.
10286 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10288         PR libgcj/10353
10289         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10290         * configure: Regenerate.
10292 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10294         * MAINTAINERS (Write After Approval): Add myself.
10296 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10298         * MAINTAINERS: Update my e-mail address.
10300 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10302         * MAINTAINERS (Write After Approval): Add myself.
10304 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10306         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10307         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10308         target-libgloss when not *-*-elf and *-*-aout.
10309         * configure: Regenerate.
10311 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10313         * MAINTAINERS: Remove obsolete entries.
10315         * MAINTAINERS (Write After Approval): Add Michael Matz.
10317 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10319         * MAINTAINERS: Remove self as cpplib maintainer.
10321 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10323         * install-sh, config.sub: Import from upstream.
10325 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10327         PR bootstrap/18222
10328         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10329         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10330         * Makefile.in: Regenerate.
10332 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10334         * MAINTAINERS: Update my email address.
10336 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10337             Andreas Schwab  <schwab@suse.de>
10339         PR bootstrap/18033
10340         * config-ml.in: Eval option if surrounded by single quotes.
10342 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10344         Revert 2004-12-28 Makefile changes, a better fix will be
10345         applied to mainline and src after GCC 4.0 branches.
10347 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10349         PR bootstrap/17383
10351         * Makefile.def (target_modules): Remove stage parameter,
10352         it is always true now.
10353         * Makefile.tpl (configure-build-[+module+],
10354         configure-target-[+module+]): Always build symlink tree
10355         for the directory and for include.  BUILD_SUBDIR and
10356         TARGET_SUBDIR cannot be . anymore.
10357         * Makefile.in: Regenerate.
10359 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10361         Revert 2004-12-08 Makefile changes.
10363 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10365         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10366         cygwin, mingw.
10368 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10370         * configure.in (sh64-*-*): Reenable gprof.
10371         * configure: Regenerate.
10373 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10375         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10376         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10377         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10378         * Makefile.in: Regenerate.
10380 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10382         * MAINTAINERS: Update my email address.
10384 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10386         * Makefile.tpl: Generate normal dependencies if the LHS module is
10387         not bootstrapped.
10388         * Makefile.in: Regenerate.
10390 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10392         * configure.in: Include config/gxx-include-dir.m4.  Use
10393         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10394         * configure: Regenerate.
10396 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10398         * config.if: Delete.
10399         * configure.in: Set libstdcxx_incdir directly.
10400         * configure: Regenerate.
10402 2004-12-02  Eric Christopher  <echristo@redhat.com>
10404         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10405         * Makefile.in: Regenerate.
10407 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10409         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10410         * configure: Regenerate.
10412 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10414         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10415         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10416         * configure: Regenerate.
10418 2004-12-01  Eric Christopher  <echristo@redhat.com>
10420         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10421         of things to remove.
10423 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10425         * MAINTAINERS (Write After Approval): Update my e-mail address.
10427 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10429         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10430         from CVS libtool to always pass_all.
10432 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10434         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10435         (hppa*64*-*-*): Delete incorrect comment.
10436         * configure: Rebuilt.
10438 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10440         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10442 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10444         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10445         from CVS libtool to always pass_all.
10447 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10449         * install-sh, compile: Import from automake.
10451 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10453         * config.guess, config.sub:  Import from savannnah.
10455 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10457         * MAINTAINERS (Write After Approval): Add myself
10459 2004-11-12  Mike Stump  <mrs@apple.com>
10461         * Makefile.def: Add html support.
10462         * Makefile.tpl: Likewise.
10463         * Makefile.in: Regenerate.
10465 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
10467         PR 18423
10468         * configure.in: Remove all instances of build-fixincludes from
10469         noconfigdirs.
10470         (build_configargs): Supply --target to subdirectories.
10471         * configure: Regenerate.
10473         * Makefile.def: Make gcc install depend on fixincludes install.
10474         * Makefile.in: Regenerate.
10476 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
10478         * MAINTAINERS: Add myself as gcc testsuite maintainer.
10480 2004-11-11  Paul Brook  <paul@codesourcery.com>
10482         * MAINTAINERS: Add self as arm maintainer.  Update email address.
10484 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
10486         * configure.in (noconfigdirs) [mmix-*-*]: Disable
10487         target-libgfortran.
10488         * configure: Regenerate.
10490 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
10492         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10493         like CC.
10495 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
10497         * Makefile.def (host fixincludes): Specify missing targets.
10498         * Makefile.in: Regenerate.
10500 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
10502         * MAINTAINERS: Add myself
10504 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
10506         * MAINTAINERS (Write After Approval): Add myself.
10508 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
10510         * Makefile.def: Build fixincludes for the host, too.
10511         * Makefile.in: Regenerate.
10512         * configure.in (host_tools): Add fixincludes.
10513         * configure: Regenerate.
10515 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
10517         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10518         * configure: Regenerated.
10520 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
10522         PR other/17783
10523         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10524         * configure: Regenerated.
10526 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
10528         * README.SCO: Update per FSF instructions.
10530 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
10532         PR target/18151
10533         * configure.in (case ${target}): Do not build fixincludes for avr.
10534         * configure: Regenerated.
10536 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
10538         * configure.in (case ${target}): Do not build fixincludes
10539         on platforms where it is not used.
10540         * configure: Regenerated.
10542 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
10544         * configure.in: Use an absolute path to install-sh.
10545         * configure: Regenerated.
10547 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
10549         * MAINTAINERS (Write After Approval): Add myself.
10551 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
10553         * MAINTAINERS: Remove from Write After Approval those that are
10554         already maintainers.
10556 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
10558         * MAINTAINERS:  Update my email address.
10560 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
10562         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10563         * configure: Regenerate.
10565 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
10567         * MAINTAINERS:  Update my email address.
10569 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
10571         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
10572         entries belonging to this category.
10574 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
10576         * MAINTAINERS: Update my e-mail address.
10578 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
10580         Fix wrong conflict resolution in:
10582         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10584         * Makefile.in: Regenerate.
10585         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10586         in the recursive `make', instead of hardwiring `all'.
10587         (Autogenerated TARGET-* variables): New.
10589 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
10591         * configure.in: Enable target-libgloss for crx-*-*.
10592         * configure: Regenerate.
10594 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10596         * MAINTAINERS (Various Maintainers): Move the "windows,
10597         cygwin, mingw" maintainer to ...
10598         (OS Port Maintainers): ... here.
10600 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10602         * MAINTAINERS (Write After Approval): Remove those that are
10603         maintainers of some subsystem.
10605 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
10607         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10608         * ltcf-cxx.sh (tpf*): Likewise.
10609         * ltconfig (tpf*): Add TPF OS configuration support.
10611 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
10613         * MAINTAINERS: Change my email address to my new work account.
10615 2004-09-24  Michael Roth  <mroth@nessie.de>
10617         * configure.in (--without-headers): Add missing double quotes.
10618         * configure: Regenerate.
10620 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
10622         * ylwrap: Revert to previous version.
10624 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
10626         PR bootstrap/17369
10627         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10628         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10629         SET_GCC_LIB_PATH_CMD.
10630         (BASE_TARGET_EXPORTS): Likewise.
10631         * Makefile.in: Regenerated.
10633         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10634         * configure: Regenerated.
10636 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10638         * config.guess: New upstream version
10639         * compile, depcomp, install-sh, ylwrap: Likewise.
10641 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10643         * config/mh-x86omitfp: New host makefile fragment.  Add
10644         -fomit-frame-pointer to the default BOOT_CFLAGS.
10645         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10646         * configure: Regenerate.
10648 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10650         PR target/11572
10651         * configure.in (*-*-darwin*): Renable libobjc.
10652         * configure: Regenerate.
10654 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10656         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10658 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10660         * Makefile.def: Remove libbanshee.
10661         * Makefile.tpl: Ditto.
10662         * configure.in: Ditto.
10663         * Makefile.in: Regen.
10664         * configure: Ditto.
10666 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
10668         * ltmain.sh: Use $pic_object as $non_pic_object if
10669         $non_pic_object=none.
10671 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10673         * missing: Import latest version from master repository.
10675 2004-09-06  Nick Clifton  <nickc@redhat.com>
10677         * config.sub: Import latest version from master repository.
10678         * config.guess: Likewise.
10679         This includes these changes:
10681         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10683         * config.sub: Handle crisv32, alias etraxfs.
10684         * config.guess (crisv32:Linux:*:*): Handle.
10686         2004-08-13  Brad Smith  <brad@comstyle.com>
10688         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10689         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10691         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10693         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10694         assume the processor is a powerpc.  This is because coreutils
10695         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10696         in this case, due to a MacOS X bug that causes
10697         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10698         to return a negative number.
10699         Problem reported by Petter Reinholdtsen in:
10700         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10702         2004-07-19  Ben Elliston  <bje@gnu.org>
10704         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10706         2004-06-24  Ben Elliston  <bje@gnu.org>
10708         * config.guess: Update copyright years.
10709         * config.sub: Likewise.
10711         2004-06-22  Robert Millan  <robertmh@gnu.org>
10713         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10714         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10716         2004-06-22  Stanley F. Quayle <stan@stanq.com>
10718         * config.guess (*:*VMS:*:*): New entry. Replaces
10719         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10720         manufacturer.
10722         2004-06-22  Ben Elliston  <bje@gnu.org>
10724         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10725         * config.sub: Likewise.
10727         2004-06-22  Ben Elliston  <bje@gnu.org>
10729         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10730         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10732         2004-06-11  Ben Elliston  <bje@gnu.org>
10734         * config.guess (pegasos:OpenBSD:*:*): Remove.
10736         2004-06-11  Ben Elliston  <bje@gnu.org>
10738         From Wouter Verhelst <wouter@grep.be>:
10739         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10741         2004-06-11  Ben Elliston  <bje@gnu.org>
10743         * config.guess (luna88k:OpenBSD:*:*): New.
10745         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10747         * config.guess (m32r*:Linux:*:*): New case.
10748         * config.sub: Handle m32rle.
10750         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
10752         From Jens Petersen  <petersen@redhat.com>:
10753         * config.sub: Handle sparcv8.
10755         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
10757         From Tom Smith <smith@cag.lkg.hp.com>:
10758         * config.guess: Version suffixes are equally significant on Tru64
10759         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
10760         prefix of "P" (patched kernel).
10762         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
10764         * config.sub: Add support for National Semiconductor CRX target.
10766 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
10768         * MAINTAINERS (Various Maintainers): Remove myself as web page
10769         maintainer, add myself as maintainer of build status lists.
10771 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10773         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10774         *-*-netware, but add target-libmudflap.
10775         Consolidate *-*-netware targets (of which really only i?86 exists)
10776         into a single entry.
10777         * configure: Likewise.
10779 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
10781         * Makefile.tpl (sorry): Remove.
10782         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10783         (cleanstrap targets): Depend on distclean, not distclean-stage1.
10784         (do-clean): Clean per-stage directories too.
10785         (do-distclean): Run distclean-stage1 too.
10786         (.NOTPARALLEL): Enable during toplevel bootstrap.
10787         (stage[+id+]-bubble): Enable parallel execution during
10788         the recursive invocation.
10789         * Makefile.in: Regenerate.
10791         Fix previous checkin:
10793         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10794         include.
10795         * configure.in: Fix indentation.
10796         * configure: Regenerate.
10798 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
10800         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10801         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10802         * configure: regenerate
10803         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10804         -mdynamic-no-pic
10806 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10808         * Makefile.def (build_modules): Add fixincludes.
10809         (dependencies): Make gcc depend on fixincludes.
10810         * configure.in (build_tools): Add fixincludes.
10811         (build_configdirs): Always include build_libs.
10812         * Makefile.in: Regenerate.
10813         * configure: Regenerate.
10815 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
10817         * Makefile.def (bootstrap stages): Add 'lean' parameter.
10818         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10819         phony targets; do not generate timestamp files.
10820         (distclean-stageN): Remove references to their timestamp files.
10821         (restageN, touch-stageN): Remove.
10822         (stageN-bubble): Rewritten.
10823         (compare): Support lean bootstraps.
10824         * Makefile.in: Regenerate.
10826         * configure.in: Only warn when bootstrapping but
10827         build != host or build != target.  Support lean bootstraps.
10828         * configure: Regenerate.
10830 2004-08-26  Phil Edwards  <phil@codesourcery.com>
10832         * configure.in:  Give a better error message if GMP/MPFR are missing
10833         and a language needing them has been requested.
10834         * configure:  Regenerated.
10836 2004-08-25  Phil Edwards  <phil@codesourcery.com>
10838         * configure.in:  Print a list of available language front-ends if
10839         a requested one is missing.  Tidy stray tab characters.
10840         * configure:  Regenerated.
10842 2004-08-19  Michael Koch  <konqueror@gmx.de>
10844         * gcc/doc/install.texi: Update entry about automake for libjava.
10846 2004-08-17  Robert Millan  <robertmh@gnu.org>
10848         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10849         (instead of FreeBSD).
10850         * configure: Regenerate.
10852 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10854         * Makefile.in: Regenerate.
10855         * configure: Regenerate.
10857         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10858         stage_*_flags.
10859         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10860         for bootstrapped modules if toplevel bootstrap is going.
10861         (GCC bootstrap): Generate per-stage targets for all bootstrapped
10862         modules.  Adjust for changes in Makefile.def.  Enable several
10863         rules even in non-bootstrap mode, just to avoid peppering the
10864         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10865         (stage-[+prev+]-bubble): Remove.
10867         * Makefile.def (Dependencies): Depend on all-build-bison,
10868         all-build-flex, all-build-byacc, all-build-texinfo, rather
10869         than the host variations.
10870         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
10871         with BUILD_SUBDIR.
10872         (BISON): Update for recent Bisons.
10873         (YACC): Fix typo.
10874         (cross): Depend on all-build.
10875         (all): Do not depend on all-build.
10876         (prebootstrap): Remove.
10877         (dep-kind): Accept separate prefixes for MODULE and ON variables.
10878         (Prebootstrap dependencies): Add them to the per-stage targets
10879         and to all-prebootstrap.
10880         * configure.in (build_configdirs): Always enable build_tools.
10881         (BUILD_DIR_PREFIX): Remove.
10883         * Makefile.def (gcc): Add target variable.
10884         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10885         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10886         in the recursive `make', instead of hardwiring `all'.
10887         (Autogenerated TARGET-* variables): New.
10889 2004-08-13  Brian Booth  <bbooth@redhat.com>
10891         * MAINTAINERS: Remove myself from write-after-approval.
10893 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10895         * src-release: Stop distributing mmalloc with gdb (which doesn't
10896         use it).
10897         * Makefile.def: GDB doesn't depend on mmalloc anymore.
10898         * Makefile.in: Regenerate.
10900 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
10902         * configure.in (arm*-*-eabi*): New target.
10903         * configure: Regenerate.
10905 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
10907         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10908         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10909         (Dependencies): New section.
10910         * Makefile.tpl (Dependencies): Generate from Makefile.def.
10911         (configure-target-[+module+]): Depend on maybe-all-gcc
10912         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
10913         (toplevel profiledbootstrap): Fix dependencies.
10914         * Makefile.in: Regenerate.
10916 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
10918         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10919         target-libiberty to noconfigdirs.
10920         * configure: Regenerate.
10922 2004-08-03  Paul Brook  <paul@codesourcery.com>
10924         * configure.in: Check for MPFR as well as GMP.
10925         * configure: Regenerate.
10927 2004-08-01  Robert Millan  <robertmh@gnu.org>
10929         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10930         libmudflap for all GNU-based systems (with Glibc).
10931         * configure: Regenerate.
10933 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
10935         * Makefile.def (host-modules): Add gcc.
10936         * Makefile.in: Regenerate.
10937         * Makefile.tpl (sorry): New rule.
10938         (configure-host, all-host, [+make_target+]-host, do-check,
10939         install-host): Do not add gcc as a special case.
10940         (host modules): Add a small special-casing for gcc.  Export
10941         extra_make_flags through the environment.
10942         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10943         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10944         other recursive targets for gcc): Remove.
10946         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10947         (stage, unstage): New rules.
10948         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10949         distclean-stage[+id+]): Use stage_current.
10950         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10951         the stage*-start rules.
10953 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
10955         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10956         use -all_load flag.
10958 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
10960         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10961         * configure: Regenerate.
10963 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
10965         * maintainer-scripts/gcc_release: Revert yesterday's change.
10967 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
10969         * MAINTAINERS: Add myself to write-after-approval.
10971 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10973         * libf2c: Removed.
10974         * gcc/gccbug.in: Updated because of libf2c removal.
10975         * maintainer-scripts/gcc_release: Ditto.
10977 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
10979         * configure.in: Build libmudflap by default on FreeBSD.
10980         * configure: Regenerated.
10982 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
10984         * configure.in: Do not build libmudflap by default on non-GNU/Linux
10985         systems.
10986         * configure: Regenerated.
10988 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10990         PR target/16344
10991         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10992         feedback based compiler.
10993         * Makefile.in: Rebuilt.
10995 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
10997         * Makefile.def (host_modules): Set bootstrap=true for flex.
10998         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10999         * Makefile.in: Rebuilt.
11001 2004-07-07  Jan Hubicka  <jh@suse.cz>
11003         * MAINTAINERS: Add self as a profile feedback maintainer.
11005 2004-07-05  Phil Edwards  <phil@codesourcery.com>
11007         * configure.in:  Do not prepend $srcdir to /dev/null in
11008         makefile fragments.
11009         * configure:  Regenerate.
11011 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
11013         * Makefile.def (build_modules): Add bison, byacc, flex,
11014         m4, texinfo.
11015         (flags_to_pass): Add FLEX.
11016         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11017         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11018         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11019         DEFAULT_MAKEINFO): Remove.
11020         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11021         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11022         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11023         objdir or else use configured tool.
11024         (all-build): New.
11025         (all): Depend on it.
11026         (Build module dependencies): Add.
11027         * Makefile.in: Regenerate.
11028         * configure.in: Better support for multiple build modules,
11029         matching what is done for host/target modules.  Do not look
11030         for "plausible" locations of build tools if Canadian cross.
11031         Use autoconf's AC_PROG_CC to find a C compiler.  Define
11032         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
11033         * configure: Regenerate.
11035 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11037         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11038         * Makefile.in: Regenerate.
11040 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11042         * Makefile.tpl (configure-build-[+module+],
11043         configure-[+module+], configure-target-[+module+]): Pass
11044         [+extra_configure_args+].
11045         (all-build-[+module+], all-[+module+], check-[+module+],
11046         install-[+module+], [+make_target+]-[+module+],
11047         all-target-[+module+], check-target-[+module+],
11048         install-target-[+module+], [+make_target+]-target-[+module+]):
11049         Pass [+extra_make_args+].
11050         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11051         (GCC_HOST_EXPORTS): Remove.
11052         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11053         cross, check-gcc, check-gcc-c++, install-gcc,
11054         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11055         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11056         * Makefile.in: Regenerate.
11058 2004-06-21  Matthew Sachs  <msachs@apple.com>
11060         * MAINTAINERS: Added self to write-after-approval.
11062 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
11064         * configure.in: Check for srcdir/winsup rather than build directory
11065         winsup.
11066         * configure: Regenerate.
11068 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
11070         * configure.in: Don't build Cygwin native newlib if winsup
11071         directory is missing.  Emit warning instead.
11072         * configure: Regenerate.
11074 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
11076         * Makefile.tpl (touch-stage[+id+]): New.
11077         (restage[+prev+]): Depend on touch-stage[+id+].
11079         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11080         Use it throughout.
11082         * Makefile.def: Add profile and feedback bootstrap stages.
11083         Remove next field from bootstrap stages.
11084         * Makefile.tpl (LN, LN_S): Substitute.
11085         (stageN-start, stageN-end): Use double-colon rules, to
11086         provide a hook for additional setup commands.
11087         (distclean-stageN-gcc, restageN): Create dependencies from
11088         [+prev+], not from [+next+].
11089         (stageN-bubble): Add commands for successive stages from
11090         [+prev+], using double-colon rules.
11091         (all-stageN-gcc): Fix typo.
11092         (stagefeedback-start, profiledbootstrap): New.
11093         * Makefile.in: Regenerate.
11094         * configure.in: Call ACX_PROG_LN.
11095         * configure: Regenerate.
11097 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11099         * MAINTAINERS (Write After Approval): Add myself.
11101 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11103         * MAINTAINERS (Write After Approval): Add myself.
11105 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11107         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11108         without gcc.
11109         * configure: Regenerate.
11111 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11113         * Makefile.tpl: Fix typo.
11114         * Makefile.in: Regenerate.
11116 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11118         * configure.in: Remove new- prefix from toplevel
11119         bootstrap targets.
11120         * configure: Regenerate.
11122 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11124         * Makefile.tpl (all.normal): Rename to all.
11125         (all): Replace with a rule to pick the default
11126         target from configure.
11127         (all-gcc, configure-gcc): Use conditionals to
11128         do nothing when toplevel bootstrap is going on.
11129         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11130         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11131         * configure.in: Support --enable-bootstrap.
11133         * Makefile.def: Remove new- prefix from toplevel
11134         bootstrap targets.
11135         * Makefile.tpl: Likewise.
11137         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11138         target.
11140         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11141         $(RECURSE_FLAGS) to recursive invocation of make.
11143         * Makefile.in: Regenerate.
11144         * configure: Regenerate.
11146 2004-05-30  Andreas Jaeger  <aj@suse.de>
11147             Jim Wilson  <wilson@specifixinc.com>
11149         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11150         like CC.
11152 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11154         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11155         * configure: Regenerate.
11157 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11159         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11160         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11161         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11162         targets.
11163         * Makefile.in: Regenerate.
11165 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11167         * configure.in: Test the ability to symlink directories.
11168         * configure: Regenerate.
11170         * Makefile.def (bootstrap-stage): New definitions.
11171         * Makefile.tpl (configure-stage1-gcc,
11172         configure-stage2-gcc, configure-stage3-gcc,
11173         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11174         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11175         new-restage3, compare): Autogenerate, see Makefile.in
11176         entry for behavioral changes.
11177         (distclean-stage1, new-stage1-start, new-stage1-end,
11178         new-stage1-bubble, distclean-stage2, new-stage2-start,
11179         new-stage2-end, new-stage2-bubble, distclean-stage3,
11180         new-stage3-start, new-stage3-end): New autogenerated targets.
11181         (objext, prebootstrap, BOOT_CFLAGS,
11182         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11183         targets.
11185         * Makefile.in: Regenerate.
11186         (distclean-stage1, new-stage1-start, new-stage1-end,
11187         new-stage1-bubble, distclean-stage2, new-stage2-start,
11188         new-stage2-end, new-stage2-bubble, distclean-stage3,
11189         new-stage3-start, new-stage3-end): New targets.
11190         (all-stage1-gcc): Move prebootstrap dependency from here...
11191         (configure-stage1-gcc): ...to here.
11192         (new-bootstrap): Use bubble targets.
11193         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11194         Use per-stage distclean targets.
11195         (configure-stage1-gcc, configure-stage2-gcc,
11196         configure-stage3-gcc, all-stage1-gcc,
11197         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11198         Use new-stageN-start to prepare the tree.
11200 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11202         * Makefile.def (host_modules): add libcpp.
11203         * Makefile.tpl: Add dependencies on and for libcpp.
11204         * Makefile.in: Regenerate.
11205         * configure.in: Add libcpp host module.
11206         * configure: Regenerate.
11208 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11210         * Makefile.tpl: Whenever a recursive target is defined, wrap
11211         it in a special @if/@endif block, and prepare its maybe
11212         dependency in the @if/@endif block
11213         * configure.in: Instead of writing maybe dependencies, remove
11214         the @if/@endif statements, and remove the @if/@endif blocks
11215         that remain.
11216         * configure: Regenerate.
11217         * Makefile.in: Regenerate.
11219 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11221         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11223 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11225         PR bootstrap/15120
11226         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11227         * */configure: Rebuilt.
11229 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11231         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11232         of libf2c.
11233         * configure, Makefile.in: Regenerate.
11235 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11237         * MAINTAINERS (Write After Approval): Add myself.
11239 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11241         Merge from tree-ssa-20020619-branch.
11243         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11244         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11245         (HOST_GMPLIBS): Define.
11246         (HOST_GMPINC): Define.
11247         (TARGET_LIB_PATH): Add libmudflap.
11248         (GFORTRAN_FOR_TARGET): Define.
11249         (configure-build*): Export GFORTRAN.
11250         (configure-gcc): Export GMPLIBS and GMPINC.
11251         (all-gcc): Add maybe-all-libbanshee.
11252         (configure-target-libgfortran): Define.
11253         * Makefile.in: Regenerate.
11254         * configure.in (host_libs): Add libbanshee.
11255         (target_libraries): Add target-libmudflap and target-libgfortran.
11256         Add --with-libbanshee.
11257         Handle --disable-libmudflap.
11258         (*-*-freebsd*): Use with_gmp.
11259         Add $(libgcj) to noconfigdirs.
11260         * configure: Regenerate.
11261         * depcomp: New file.
11262         * MAINTAINERS: Add tree-ssa maintainers.
11264 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11266         * MAINTAINERS (Various Maintainers): Add myself.
11268 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11270         * MAINTAINERS (Write After Approval): Add myself.
11272 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11274         * MAINTAINERS (Write After Approval): Add myself.
11276 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11278         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11279         * configure: Regenerate.
11281 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11283         Revert:
11284         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11286         * Makefile.def (flags_to_pass): Remove *dir variables that
11287         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11288         as well as prefix and exec_prefix.
11289         * Makefile.in: Regenerate.
11291 2004-04-26  Robert Millan  <robertmh@gnu.org>
11293         Add patches from libtool CVS.
11294         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11295         * ltconfig: Likewise.
11296         * ltcf-c.sh: Likewise.
11297         * ltcf-cxx.sh: Likewise.
11298         * ltcf-gcj.sh: Likewise.
11300 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11302         * Makefile.def (host_modules): Mark with the bootstrap
11303         flag packages on which gcc depends.
11304         * Makefile.tpl (all-bootstrap): Use it.
11305         * Makefile.in: Regenerate.
11307 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11309         * Makefile.def (flags_to_pass): Remove *dir variables that
11310         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11311         as well as prefix and exec_prefix.
11312         * Makefile.in: Regenerate.
11314 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11316         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11317         * configure: Regenerate.
11318         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11319         * gcc/Makefile.tpl (compare): Use the result of the test.
11320         * gcc/Makefile.in: Regenerate.
11322 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11324         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11325         Always relocate gcc and prev-gcc to the original names, even
11326         if the build fails.
11327         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11328         New targets.
11330 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11332         * MAINTAINERS: Update my email address.
11334 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11336         * configure.in (mips*-*-irix5*): Enable ld.
11337         * configure: Regenerate.
11339 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11341         * configure: Regenerate.
11343 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11345         * Makefile.tpl (configure-[+module+], configure-gcc,
11346         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11347         Set and export LDFLAGS.
11348         * Makefile.in: Regenerate.
11350 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11352         * MAINTAINERS: Add myself to write-after-approval.
11354 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11356         PR bootstrap/14871
11357         * Makefile.tpl: If we don't have built-in-tree target tools,
11358         use the ones found by configure rather than hacking around with
11359         program_transform_name.
11360         * configure.in: Give Makefile.tpl the information necessary
11361         to do that.
11362         * Makefile.in: Regenerate.
11363         * configure: Regenerate.
11365 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11367         PR bootstrap/14760
11368         * configure.in: When computing baseargs, strip *all* copies of
11369         offending options.  Also, don't match/substitute the trailing space,
11370         so that this actually works when two similar options are separated by
11371         only one space.
11372         * configure: Regenerate.
11374 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11376         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11377         (rs6000-*-aix*): Same.
11378         * configure: Regenerate.
11380 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11382         * MAINTAINERS: Add myself to write-after-approval.
11384 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11386         * MAINTAINERS: Add myself to write-after-approval.
11388 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11390         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11391         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11392         * Makefile.in: Regenerate.
11394         * configure.in (top level bootstrap support): Rework --enable-werror
11395         to set @stage2_werror_flag@.
11396         * configure: Regenerate.
11397         * Makefile.tpl (top level bootstrap support): Pass
11398         @stage2_werror_flag@ down to configure in stages 2 and 3.
11399         * Makefile.in: Regenerate.
11401 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11403         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11404         for stages 2 and 3 as well as in make.  As a consequence, remove
11405         OUTPUT_OPTION (now detected by configure) from the flags passed down
11406         to make.
11407         * Makefile.in: Regenerate.
11409         * Makefile.tpl (new-bootstrap): Fix typo.
11410         * Makefile.in: Regenerate.
11412 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11414         * Makefile.tpl: Rearrange by moving recursive_targets rules
11415         into their proper sections.
11416         * Makefile.tpl (top level bootstrap support): Move disabling
11417         of coverage flags from 'make' to 'configure'; improve comments.
11418         * Makefile.in: Regenerate.
11420         * Makefile.tpl (experimental top level bootstrap) Move stage1
11421         language setting from all- target to configure- target; disable
11422         intermodule optimization in stage 1; prevent gratuitous rebuilds
11423         of stage 1.
11424         * Makefile.in: Regenerate.
11425         * configure.in: Comma-separate stage 1 language list for top
11426         level bootstrap.
11427         * configure: Regenerate.
11429         * Makefile.tpl: Clean up experimental top level bootstrap support:
11430         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11431         prev-gcc in configure- targets as well as all- targets.
11432         * Makefile.in: Regenerate.
11434 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11436         * compile: New file imported from automake.
11438 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11440         * configure.in: Remove symbolic link section.
11441         * configure: Regenerate.
11442         * Makefile.tpl (links): Remove.
11443         * Makefile.in: Regenerate.
11445 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11446             Nathanael Nerode  <neroden@gcc.gnu.org>
11448         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11449         Set with AC_CHECK_PROGS.
11450         * configure.in: Fix comment typo from last patch.
11451         * configure: Regenerate.
11453 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11455         * Makefile.tpl: Introduce experimental top level bootstrap support.
11456         * Makefile.in: Regenerate.
11457         * configure.in: Introduce support for top level bootstrap.
11458         * configure: Regenerate.
11460 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11461             Paolo Bonzini  <bonzini@gnu.org>
11463         PR bootstrap/14522
11464         * configure.in: Cope with shells that do not support unquoted ^
11465         * configure: Regenerate.
11467 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11468             Paolo Bonzini  <bonzini@gnu.org>
11470         PR bootstrap/14522
11471         * configure.in: Cope with shells that do not support nesting
11472         quotes inside quoted backquote substitutions.
11473         * configure: Regenerate.
11475 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
11477         PR bootstrap/14522
11478         * configure.in: Fix escaping of $.
11479         * configure: Regenerate.
11481 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11483         * configure: Regenerate, since I forgot to while committing Paolo's
11484         changes.
11486 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
11488         PR ada/14131
11489         Move language detection to the top level.
11490         * configure.in: Find default values for the tools as
11491         soon as possible.  Disable ada if GNAT is not found.
11492         Emit error message about missing languages.  Expand
11493         --enable-languages=all for the gcc subdirectory.
11495 2004-03-10  Ben Elliston  <bje@gnu.org>
11497         * MAINTAINERS: Update my email address.
11499 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
11501         * ltconfig: Disable building static libraries if building shared
11502         libraries on AIX 5L.
11504 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
11506         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11507         and disable libgcj.
11508         * configure: Regenerated.
11510 2004-03-01  Brian Booth  <bbooth@redhat.com>
11512         * MAINTAINERS: Add myself to write-after-approval.
11514 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
11516         * MAINTAINERS: Add myself to write-after-approval.
11518 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11520         PR bootstrap/7087
11521         * Makefile.tpl: Guard XFOO sed statements better.
11522         * Makefile.tpl: Add dependency for configure-target-libada.
11523         * Makefile.in: Regenerate (incidentally fixes broken
11524         commit when libada-branch was merged).
11526 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
11528         * MAINTAINERS: Add myself to write-after-approval.
11530 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
11532         * MAINTAINERS: Add Nicola Pero and myself as libobjc
11533         maintainers.
11535 2004-02-20  Andrew Cagney  <cagney@redhat.com>
11537         * config.guess: Update from version 2003-10-16 to 2004-02-16.
11538         * config.sub: Update from version 2003-11-03 to 2004-02-16.
11540 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11542         PR bootstrap/11932
11543         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11545 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
11547         * MAINTAINERS: Added myself to write-after-approval.
11549 2004-02-14  Michael Koch  <konqueror@gmx.de>
11551         * MAINTAINERS: Added myself to write-after-approval.
11553 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
11555         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
11556         some OS port maintainers to OS port maintainers section.
11558 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
11560         * MAINTAINERS: Add self.
11562 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11564         * MAINTAINERS: Alphabetize.
11566 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
11568         * MAINTAINERS: Remove myself.
11570 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
11572         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11573         (rs6000-*-aix*): Same.
11574         * configure: Regenerate.
11576 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
11578         * configure.in (host): Add in missing $noconfigdirs to defines.
11579         * configure: Regenerate.
11581 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
11582             Nathanael Nerode  <neroden@gcc.gnu.org>
11584         PR ada/6637, PR ada/5911
11585         Merge with libada-branch:
11586         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11587         with appropriate dependencies. Add --enable-libada configure switch.
11588         * configure, Makefile.in: Regenerate.
11590 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
11592         * MAINTAINERS: Add myself to write-after-approval.
11594 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11596         * configure.in: Don't pass --with-stabs on IRIX 5 either.
11597         * configure: Regenerate.
11599 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
11601         Merge from upstream:
11603         * ltmain.in: When setting IFS to '~', be careful about user
11604         arguments that contain '~'.
11606         2004-02-04  Peter O'Gorman  <peter@pogma.com>
11608         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11609         Also test $base_compile against $CC with escaped arguments. Bug
11610         reported by Geoff Keating <geoffk@apple.com>.
11612 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
11614         * MAINTAINERS: Remove i960 port.
11616 2004-01-23  DJ Delorie  <dj@redhat.com>
11618         * Makefile.def (target_modules) [libiberty]: Don't stage.
11619         * Makefile.in: Rebuilt.
11621 2004-01-20  Caroline Tice  <ctice@apple.com>
11623         * MAINTAINERS: Add myself to write-after-approval.
11625 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
11627         * MAINTAINERS: Update my email address.
11629 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
11631         * MAINTAINERS: Add myself to write-after-approval.
11633 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11635         * MAINTAINERS: Remove entries without email address.
11637 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11639         * MAINTAINERS: Add myself to write-after-approval.
11641 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11643         * MAINTAINERS: Update my email address.
11645 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11647         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11648         * Makefile.tpl (configure-target-[+module+]): Support stage.
11649         * Makefile.in: Rebuilt.
11651 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11653         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11655 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11657         * MAINTAINERS: Add myself as a MIPS maintainer.
11659 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11661         * configure.in: Use ./config.cache, not config.cache.
11662         * configure: Regenerate.
11663         * Makefile.tpl: Special-casing not needed for GCC any more.
11664         * Makefile.in: Regenerate.
11666         * configure.in: Don't share a cache file for host dirs.
11667         * configure: Regenerate.
11669         * config-ml.in: Don't mess with the cache file.
11671 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11673         * MAINTAINERS: Move myself from 'Write After Approval' to
11674         'CPU Port Maintainers' section as SPARC maintainer.
11676 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11678         * Makefile.tpl: Make GCC use a separate config.cache.
11679         * Makefile.in: Regenerate.
11681         PR bootstrap/11932, PR bootstrap/11933
11682         (I don't know if it will fix either of them, but it relates
11683         to them.)
11684         * configure.in: Don't use shared config.cache for target
11685         directories.
11686         * configure: Regenerate.
11688 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11690         * MAINTAINERS: Add myself to 'Write After Approval' section.
11692 2003-12-31  Roger Sayle  <roger@eyesopen.com>
11694         * configure.in (ia64*-*-hpux*): Disable building java libraries.
11695         * configure: Regenerated.
11697 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11699         * MAINTAINERS: Remove the mn10200 maintainer.
11701 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
11703         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11704         * configure: Regenerated.
11706 2003-12-16  Jan Hubicka  <jh@suse.cz>
11708         * MAINTAINERS: Add myself as callgraph maintainer.
11710 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11712         * configure.in (raw_libstdcxx_flags): Remove the leading space.
11713         * configure: Regenerate.
11715 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11717         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11718         'Write After Approval' section. Update email.
11720 2003-12-01  James Lemke  <jim@wasabisystems.com>
11722         * MAINTAINERS (Write After Approval): Add myself.
11724 2003-11-20  Matt Thomas  <matt@3am-software.com>
11726         * MAINTAINERS: Add myself as a vax port maintainer.
11728 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
11730         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11731         (configure-build-[+module+], configure-[+module+]): Likewise.
11732         (configure-target-[+module+], configure-gcc, config.status): Likewise.
11733         * Makefile.in: Regenerate.
11735 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11737         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11738         shared/dylibed libraries.
11739         * ltmain.sh: Likewise.
11740         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11741         * ltcf-cxx.sh: Likewise.
11742         * ltcf-gcj.sh: Likewise.
11743         * ltconfig: Likewise.
11745 2003-11-17  Stan Cox  <scox@redhat.com>
11747         * MAINTAINERS: Add myself as iq2000 port maintainer.
11749 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11751         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11752         * Makefile.in: Regenerate.
11754 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
11756         * config.sub: Update to 2003-11-03 version.
11758 2003-10-20  Phil Edwards  <phil@codesourcery.com>
11760         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
11761         * configure:  Regenerate.
11763 2003-10-20  Nicolas Pitre  <nico@cam.org>
11765         * MAINTAINERS: Add myself to 'Write After Approval' section.
11767 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
11769         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11771 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11773         * MAINTAINERS: Update my email address.
11775 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11777         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11779 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
11781         * MAINTAINERS: Add myself to 'Write After Approval' section.
11783 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
11785         * config.guess: Update to 2003-10-16 version.
11786         * config.sub: Update to 2003-10-16 version.
11788 2003-10-15  David Daney  <ddaney@avtrex.com>
11790         * MAINTAINERS: Added myself to 'Write After Approval' section.
11792 2003-10-15  Falk Hueffner  <falk@debian.org>
11794         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11795         'Write After Approval' section. Update email.
11797 2003-10-14  Roger Sayle  <roger@eyesopen.com>
11799         * MAINTAINERS: Move myself from 'Write After Approval' to
11800         'Various Maintainers' section as middle-end maintainer.
11802 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11804         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11805         HOST_FLAGS_TO_PASS.
11806         * Makefile.in: Regenerate.
11808 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
11810         * config.guess: Update to 2003-10-07 version.
11811         * config.sub: Update to 2003-10-07 version.
11813 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11815         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11816         * ltconfig (irix5*, irix6*): Don't override version_type.
11818 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
11820         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11821         * configure: Rebuilt
11822         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11823         * Makefile.in: Rebuilt
11825 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11827         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11829 2003-09-30  Carlo Wood  <carlo@alinoe.com>
11831         * MAINTAINERS (Write After Approval): Add myself.
11833 2003-09-29  Paul Koning  <ni1d@arrl.net>
11835         * MAINTAINERS: Move myself from "Write After Approval"
11836         to CPU platform maintainers for pdp11 platform.
11838 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
11840         * MAINTAINERS: Move myself from 'Write After Approval' to
11841         'Various Maintainers' section as libffi testsuite maintainer.
11843 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
11845         * configure.in: Pass a computed --program-transform-name
11846         to subconfigures.
11847         * configure: Regenerated.
11849 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11851         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11852         * Makefile.in: Regenerate.
11854         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11855         * Makefile.in: Regenerate.
11857 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
11859         * MAINTAINERS: Move myself from 'Write After Approval'
11860         to 'Various Maintainers' (objective-c) section.
11862 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
11864         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11865         quoting.
11866         * configure: Regenerated.
11868 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
11870         * MAINTAINERS (Write After Approval): Add myself to write after
11871         approval list.
11873 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
11875         * MAINTAINERS (Write After Approval): Add myself.
11877 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
11879         * MAINTAINERS: Update my e-mail address.
11881 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
11883         * libtool.m4 (LD): Correct powerpc64 host match.
11885 2003-09-06  James E Wilson  <wilson@tuliptree.org>
11887         * MAINTAINTERS: Update my affiliation and email address.
11889 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11891         * MAINTAINERS (Write After Approval): Add myself.
11893 2003-09-04  DJ Delorie  <dj@redhat.com>
11895         * configure: Regenerate.
11897 2003-09-04  Robert Millan  <robertmh@gnu.org>
11899         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11901 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11903         * configure.in: Ensure arguments to sed are properly spaced.
11904         * configure: Regenerate.
11906 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
11908         * MAINTAINERS: Update my e-mail address.
11910 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
11912         * MAINTAINERS (Write After Approval): Add myself.
11914 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
11916         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11917         * configure: Regenerated.
11919 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11921         * MAINTAINERS: Update my email address.
11923 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
11925         * configure.in:  Use newline instead of semicolon when assuming
11926         shell arguments in a for loop.
11927         * configure:  Regenerated.
11929 2003-08-22  Jason Eckhardt  <jle@rice.edu>
11931         * MAINTAINERS: Resurrect the i860 maintainer.
11933 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
11935         PR 8180
11936         * configure.in: When testing with_libs and with_headers, treat
11937         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
11938         * configure: Regenerate.
11940         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11941         make, shell, etc.
11942         (baseargs): Likewise.
11943         * configure: Regenerate.
11945 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
11947         * MAINTAINERS (Write After Approval): Add myself.
11949 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
11951         * configure.in: Disable libgcj for darwin not on powerpc.
11952         * configure: Rebuild.
11954 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
11956         * config-ml.in, symlink-tree: Add license.
11958 2003-08-03  Richard Stallman  <rms@gnu.org>
11959             Eben Moglen  <moglen@columbia.edu>
11961         * README.SCO: New file.
11963 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
11965         * Makefile.tpl (check, check-c++): Express dependencies using
11966         dependencies rather than commands.
11967         * Makefile.in: Regenerate.
11969 2003-08-01  Andrew Cagney  <cagney@redhat.com>
11971         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11972         * configure: Ditto.
11974 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
11976         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11977         * Makefile.in: Update.
11979 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
11981         * configure.in: Enable libgcj for darwin.
11982         * configure: Rebuild.
11984 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
11986         * config-ml.in:  Use ac_configure_args directly instead of
11987         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
11988         actually seen.
11990 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11992         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11993         creating target and build subdirs to build all parent dirs as needed.
11994         * Makefile.in: Rebuild.
11995         * configure.in: Don't build dirs explicitly here.
11996         * configure: Rebuild.
11998 2003-07-26  Paul Brook  <paul@nowt.org>
12000         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12002 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
12004         * Makefile.tpl (all-make): Depend on intl.
12005         * Makefile.in: Rebuilt.
12007 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12009         * install-sh:  Update to newer upstream versions (associated with
12010         aclocal 1.7).
12011         * mkinstalldirs:  Likewise.
12012         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
12014 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
12016         * MAINTAINERS: Move self from Bug database only accounts
12017         to write-after-approval.
12019 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
12021         * config.if: Remove unused libc_interface determination.
12023 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12025         * MAINTAINERS: Move self from write-after-approval to
12026         build machinery (*.in).
12028 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12030         PR bootstrap/11273
12031         PR bootstrap/11408
12032         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
12033         unused INSTALL_PROGRAM_ARGS.
12034         * configure.in: Use AC_PROG_INSTALL.
12035         * Makefile.in: Regenerate.
12036         * configure: Regenerate.
12038 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12040         * MAINTAINERS: Alphabetize.
12042 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
12044         * configure: Rebuilt.
12045         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12046         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12047         newlib nor libgloss.
12048         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
12049         * configure.in (am33_2.0-*-linux*): Added.
12051 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
12053         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12054         * configure: Regenerate.
12056 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12058         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12059         * Makefile.in: Regenerate.
12061 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12063         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12064         * Makefile.in: Regenerate.
12066 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12068         * Makefile.tpl: Replace PWD with PWD_COMMAND.
12069         * Makefile.in: Regenerated.
12071         * config-ml.in: Replace PWD with PWD_COMMAND.
12073 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12075         * intl: New directory; see intl/ChangeLog for details.
12076         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12077         * Makefile.tpl: all-gcc depends on maybe-all-intl.
12078         * Makefile.in: Regenerate.
12080 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12082         * configure.in: Clean up config-lang.in handling.  Delete
12083         useless assignment to "subdirs".
12084         * configure: Regenerate.
12086 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12088         * configure.in: Rename 'target_libs' to 'target_libraries'.
12089         Remove useless reference to 'target_libs'.
12090         * configure: Regenerate.
12092 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12094         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12095         * Makefile.in: Regenerate.
12097 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12099         * Makefile.def: Introduce flags_to_pass.
12100         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12101         * Makefile.in: Regenerate.
12103 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12105         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12106         and target-libgloss.
12107         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12108         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12109         * configure: Regenerate.
12111 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12113         * configure.in: Update testsuite_flags to new location.
12114         * configure. Regenerate.
12116 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12118         * Makefile.tpl: Remove BUILD_CC stuff.
12119         * Makefile.in: Regenerate.
12121 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12123         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12125 2003-06-16  Graeme Peterson  <gp@qnx.com>
12127         * MAINTAINERS (Write After Approval): Add myself.
12129 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12131         * config.guess: Update to 2003-06-12 version.
12132         * config.sub: Update to 2003-06-13 version.
12134 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12136         * config.guess: Update to 2003-06-06 version.
12137         * config.sub: Update to 2003-06-06 version.
12139 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12141         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12142         * configure. Regenerate.
12144 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12146         * configure.in: Disable serial configure by default.
12147         * configure: Regenerate.
12148         * Makefile.tpl: Abolish .NOTPARALLEL.
12149         * Makefile.in: Regenerate.
12151         * Makefile.tpl: Replace {build,host,target}_canonical by
12152         {build,host,target}.
12153         * Makefile.in: Regenerate.
12155         * Makefile.tpl: Fix stupid pasto.
12156         * Makefile.in: Regenerate.
12158 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12160         * Makefile.tpl: Remove bogus conditional.
12161         * Makefile.in: Regenerate.
12163 2003-06-05  Jan Hubicka  <jh@suse.cz>
12165         * Makefile.tpl (profiledbootstrap): New target.
12166         * Makefile.in (profiledbootstrap): New target.
12168 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12170         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12171         Pinski. Remove user names from other bugzilla-only maintainers.
12173 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12175         * Makefile.tpl: Make 'recursive targets' using autogen rather
12176         than shell loop.  Remove duplicate 'clean' targets and false
12177         comments.
12178         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12179         Add systematic method of specifying missing targets in subdirs.
12180         Add copyright boilerplate.
12181         * Makefile.in: Regenerate.
12182         * configure.in: Add 'recursive targets' to maybe list.
12183         * configure: Regenerate.
12185         * MAINTAINERS: "GNATS only" -> "Bug database only".
12187         * Makefile.tpl: Rename [+target+] to [+make_target+].
12188         * Makefile.def: Rename 'target' to 'make_target'.
12190 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12192         * MAINTAINERS: Add self as options handling maintainer.
12194 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12196         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12197         been too long since I touched those ports.
12199 2003-05-28  DJ Delorie  <dj@redhat.com>
12201         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12202         * Makefile.in: Regenerate.
12204 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12206         * configure.in: Use curly braces in the definition of tooldir.
12207         * configure: Regenerate.
12209 2003-05-21  DJ Delorie  <dj@redhat.com>
12211         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12212         newlib or libgloss.
12213         * Makefile.in: Regenerate.
12215 2003-05-21  DJ Delorie  <dj@redhat.com>
12217         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12218         * Makefile.in: Regenerate.
12220 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12222         * MAINTAINERS: Update my e-mail address.
12224 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12226         * configure.in: Switch more things to use maybe dependencies.
12227         * Makefile.tpl: Switch more things to use maybe dependencies.
12228         Factor out common code from autogen IF statements.
12229         * configure: Regenerate.
12230         * Makefile.in: Regenerate.
12232 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12234         * configure.in: Accept i[3456789]86 for machine type.
12235         * configure: Regenerate.
12237 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12239         * configure.in: Switch more things to use maybe dependencies.
12240         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12241         * configure: Regenerate.
12242         * Makefile.tpl: Switch more things to use maybe dependencies.
12243         * Makefile.in: Regenerate.
12245 2003-05-16  Andreas Schwab  <schwab@suse.de>
12247         * Makefile.tpl (install-opcodes): Define.
12248         * Makefile.in: Rebuild.
12250 2003-05-13  Andreas Jaeger  <aj@suse.de>
12252         * config.guess: Update to 2003-05-09 version.
12253         * config.sub: Update to 2003-05-09 version.
12255 2003-05-13  Michael Eager  <eager@mvista.com>
12257         * configure.in: Correct sed script so that options in quotes are not
12258         deleted.
12259         * configure: Rebuild.
12261 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12263         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12264         and $$s/newlib/libc/sys/cygwin32 include paths.
12265         * configure: Ditto.
12267 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12269         * MAINTAINERS: Update my email addresses.
12271 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12273         * config-ml.in: Propagate INSTALL variables.
12275 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12277         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12279 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12281         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12282         * Makefile.in: Regenerate.
12284 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12286         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12288 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12290         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12292 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12294         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12295         * Makefile.in: Regenerated.
12297 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12299         * MAINTAINERS (Write After Approval): Upgrade myself from
12300         GNATS only to write-after-approval. Update my mail address.
12302 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12304         (OS Port Maintainers: freebsd): Add myself.
12306 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12308         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12310 2003-04-22  Kean Johnston  <jkj@sco.com>
12312         * MAINTAINERS (SCO ports): Added myself.
12314 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12316         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12318 2003-04-19  Kean Johnston  <jkj@sco.com>
12320         * MAINTAINERS (Write After Approval): Add myself.
12322 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12324         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12325         * Makefile.in: Regenerate.
12327 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12329         * configure.in (powerpc64*-*-linux*): Remove.
12330         * configure: Rebuilt.
12332 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12334         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12335         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12336         and restrap.
12337         * Makefile.in:  Regenerate.
12339 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12341         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12342         * configure: Regenerated.
12344 2003-04-15  DJ Delorie  <dj@redhat.com>
12346         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12348 2003-04-13  Nick Clifton  <nickc@redhat.com>
12350         * config-ml.in: Remove support for --disable-aix removing
12351         call-aix multilibs.
12353 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12355         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12356         * */configure: Rebuilt.
12358 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12360         * MAINTAINERS: Add my email address.
12362 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12364         * MAINTAINERS (Write After Approval): Add myself.
12366 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12368         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12369         * Makefile.in: Regenerate.
12371 2003-03-14  Michael Chastain  <mec@shout.net>
12373         * Makefile.in: Regenerate with correct Makefile.def.
12375 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12377         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12378         Make macro.
12379         * Makefile.in: Regenerate.
12380         * configure.in: Clean up gxx_include_dir logic.
12381         * configure: Regenerate.
12383 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12385         * MAINTAINERS (Write After Approval): Add myself.
12387 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12389         * MAINTAINERS: Update my mail address.
12391 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12393         * configure.in (gxx_include_dir): Fix typo.
12394         * configure: Regenerated.
12396 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12398         * Makefile.tpl: Reindent.
12399         * Makefile.in: Regenerate.
12400         * configure.in: Reindent.  Don't set unused variables.
12401         * configure: Regenerate.
12403 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12405         * configure.in: Include $(build_tooldir)/sys-include in
12406         FLAGS_FOR_TARGET.
12407         * configure: Regenerated.
12409 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12411         * Makefile.tpl: Always pass down RANLIB.
12412         * Makefile.in: Regenerate.
12414         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12415         * Makefile.in: Regenerate.
12416         * configure.in: Remove unused logic relating to --enable-shared
12417         and --enable-threads.  Remove bogus comments.  Remove redundant
12418         noconfigdirs.
12419         * configure: Regenerate.
12421         * configure.in: Replace ${libstdcxx_version} by its value.
12422         Remove reference to mh-dgux.
12423         * configure: Regenerate.
12425 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12427         * MAINTAINERS (Write After Approval): Add myself.
12429 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12431         * Makefile.tpl: Rearrange.
12432         * Makefile.in: Regenerate.
12434 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12436         * configure.in: Add support for kaOS as cross build target system.
12437         * configure: Regenerated.
12439 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12441         * MAINTAINERS (Write after approval): Add myself.
12443 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12445         * MAINTAINERS: Update my email address.
12447 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12449         * MAINTAINERS: Add self to blanket write privs. section.
12451 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12453         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12454         configure-target-* as some target builds may require additional
12455         flags for preprocessor tests.
12456         * Makefile.in: Regenerated.
12458 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12460         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12461         * ltconfig: Handle it.
12462         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12463         auto-detecting it.
12465         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12466         it is used as argument to $CC.
12467         * ltcf-gcj.sh: Likewise.
12469         * configure.in: Introduce --enable-maintainer-mode.
12470         * configure: Rebuilt.
12471         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12472         for maintainer mode.
12473         * Makefile.in: Rebuilt.
12475 2003-02-18  Jason Merrill  <jason@redhat.com>
12477         * Makefile.tpl (check-c++): Allow parallelism.
12479 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12481         * MAINTAINERS: Remove John Carr (who never actually had access to
12482         gcc.gnu.org).
12484 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12486         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12487         don't configure target-libobjc.
12488         * configure: Regenerate.
12490 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12492         * Makefile.tpl (RANLIB): Define.
12493         * Makefile.in: Regenerate.
12495 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
12497         * MAINTAINERS: Update my email.
12499 2003-02-06  Keith R Seitz  <keiths@redhat.com>
12501         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12502         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12503         * Makefile.in: Regenerated.
12504         * configure.in: Remove all traces of snavigator, db, and grep.
12505         * configure: Regenerated.
12507 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12509         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12510         After Approval.
12512 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12514         * MAINTAINERS (Write after approval): Add myself.
12516 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
12518         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12519         * Makefile.in: Regenerated.
12521 2003-01-30  Roger Sayle  <roger@eyesopen.com>
12523         * config.guess: Updated to 2003-01-30's version.
12524         * config.sub: Updated to 2003-01-28's version.
12526 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
12528         * config.if: If gcc_version is already set, just use it.  Don't set
12529         gcc_version_trigger if it's already set, otherwise set it to
12530         gcc/version.c, but only if the file exists.  If it is not set and
12531         gcc/version.c does not exist, try to extract the version number from
12532         $CC.
12534 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
12536         * MAINTAINERS: Add myself to write-after-approval list.
12538 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
12540         * configure.in:  Revert 24Jan change.
12541         * configure:  Regenerate.
12543 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12545         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
12546         entry of HJ Lu.
12548 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12550         * configure.in: Revert previous change.
12551         * configure: Regenerate.
12553 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12555         * configure.in: Make rda native-only.
12556         * configure: Regenerate.
12558 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12560         * MAINTAINERS: Move myself from GNATS-only-accounts to
12561         write-after-approval.
12563 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12565         * configure.in: Add missing \.
12566         * configure: Rebuilt.
12568 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
12570         * configure.in (baseargs): Avoid using \| in sed regular
12571         expressions.
12572         * configure: Rebuilt.
12574 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
12576         * configure.in (baseargs): Remove all supported forms of
12577         --cache-file, --srcdir, --host, --build and --target options
12578         from argument lists.
12579         * configure: Rebuilt.
12581 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
12583         * MAINTAINERS: Add myself to write-after-approval list.
12585 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
12587         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12588         * configure: Rebuilt.
12590 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12592         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12593         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12594         * Makefile.in: Regenerate.
12595         * configure: Regenerate.
12597 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12599         * configure.in: Remove Makefile in build, host and target modules
12600         unless configure was run with --no-recursion.
12601         * configure: Rebuilt.
12603 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12605         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12606         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12607         * Makefile.in: Regenerate.
12609 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
12611         * config.guess: Update to 2003-01-03 version.
12612         * config.sub: Update to 2003-01-03 version.
12614 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12616         * configure: Regenerate with proper autoconf 2.13.
12618 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12620         * configure.in: Add AC_PREREQ for consistency.
12621         * configure: Regenerate.
12623 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
12625         * configure.in (GDB_TK): Add tcl directories conditional on
12626         gdb/gdbtk directory being present.
12627         * configure: Regenerate.
12629 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
12631         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
12632         used by gcc if LD is not defined and we are not doing a Canadian Cross.
12633         * configure: Rebuilt.
12635 2002-12-31  Tom Tromey  <tromey@redhat.com>
12637         * Makefile.in: Rebuilt.
12638         * Makefile.def (target_modules) [libffi]: Allow installation.
12640 2002-12-31  Andreas Schwab  <schwab@suse.de>
12642         * configure.in: Fix use of $program_transform_name.
12643         * configure: Regenerated.
12645 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12647         * configure.in (baseargs): Don't remove first configure argument.
12648         * configure: Regenerated.
12650 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12652         * Makefile.tpl (local-distclean): Don't remove...
12653         (multilib.ts): ... this.  Moved into...
12654         (multilib.out): ... this.  Don't use sub-make.
12655         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12656         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12657         (configure-build-[+module+], configure-[+module+],
12658         configure-target-[+module+], configure-gcc): ... these.  Test
12659         for Makefile existence.  Drop config.status from dependencies.
12660         * Makefile.in: Rebuilt.
12661         * configure.in: Move gcc-version-trigger to the end of
12662         ac_configure_args.  Add comments to maybedep.tmp and
12663         serdep.tmp.  Introduce --disable-serial-configure.  Remove
12664         nonopt from baseargs, matching and removing corresponding
12665         whitespace while at it.
12666         * configure: Rebuilt.
12668 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12670         * configure.in (host_configargs): Replace reference to
12671         no-longer-defined buildopts with --build=${build_alias}.
12672         * configure: Rebuilt.
12674         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12675         program_transform_name to standard idiom.
12676         (AUTOGEN, AUTOCONF): Define.
12677         (Makefile.in): Use $(AUTOGEN).
12678         (Makefile): Depend on config.status, and use autoconf-style rule to
12679         build it.  Move original commands to...
12680         (config.status): ... this new target.
12681         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12682         $(AUTOCONF).
12683         * Makefile.in: Rebuilt.
12685 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12687         * Makefile.tpl: Fix dramatic bustage due to change in
12688         program_transform_name.
12689         * Makefile.in: Regenerate.
12691         * configure.in: Remove unnecessary PATH setting.
12692         * configure: Regnerate.
12694         * configure.in: Don't default to unprefixed tools unless
12695         the native tools will work.
12696         * configure: Regenerate.
12698         * configure.in: Convert to autoconf script.  Blow away lots
12699         of now-redundant Makefile fragments.
12700         * configure: Generate using Autoconf.
12701         * Makefile.tpl: Rewrite to reflect autoconfiscation.
12702         * Makefile.in: Regenerate.
12704 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12706         * configure: Fix stupid bug where RANLIB was mistakenly included.
12708         * configure.in: Rename (buildargs, hostargs, targargs) to
12709         (build_configargs, host_configargs, target_configargs).
12711         * configure.in: Move logic out of sed statement.
12713         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12714         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12716 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
12718         * config.sub: Import from master repository
12719         * config.guess: Ditto
12721 2002-12-24  Andreas Schwab  <schwab@suse.de>
12723         * Makefile.tpl (multilib.out): Fix missing space.
12724         * Makefile.in: Regenerate.
12726 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12728         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
12729         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
12730         * Makefile.in: Regenerate.
12731         * configure.in: Remove unnecessary leftovers.
12733 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
12735         * configure.in (extra_ranlibflags_for_target): New variable.
12736         (*-*-darwin): Add -c to ranlib commands.
12737         * configure (tooldir): Handle extra_ranlibflags_for_target.
12739 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12741         * Makefile.tpl: Revert HJL's change.
12742         * Makefile.in: Regenerated.
12743         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12744         always.
12746 2002-12-19  Andreas Schwab  <schwab@suse.de>
12748         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12749         * Makefile.in: Regenerate.
12751 2002-12-18  H.J. Lu  <hjl@gnu.org>
12753         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12754         * Makefile.in: Regenerated.
12756         * configure.in (build_prefix): New. Substitute.
12758 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12760         * Makefile.tpl: Don't let real targets depend on phony targets.
12761         * Makefile.in: Regenerate.
12763         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12764         * Makefile.in: Regenerate.
12766 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
12768         * config.sub: Import from master repository
12769         * config.guess: Ditto
12771 2002-12-16  Jason Merrill  <jason@redhat.com>
12773         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12774         previous 'make bootstrap'.
12775         * Makefile.in: Regenerate.
12777 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
12779         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12781 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12783         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12784         * Makefile.in: Regenerate.
12786 2002-12-13  Jason Merrill  <jason@redhat.com>
12788         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
12789         library tests.
12790         (check-c++): Just depend on it and check-target-libstdc++-v3.
12791         * Makefile.in: Regenerate.
12793 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12795         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12796         * Makefile.in: Rebuilt.
12798 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12800         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12802 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12804         * configure: Fix bug put in by gremlins.
12806         * Makefile.tpl: Substitute more autoconfily.
12807         * configure: Substitute more autoconfily.
12808         * Makefile.in: Regenerate.
12810 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
12812         * config.sub: Import from master repository
12813         * config.guess: Ditto
12814         * MAINTAINERS: Added Svein Seldal under write after approval
12816 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
12818         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12819         * Makefile.in (all-sim): Ditto.
12821 2002-12-06  DJ Delorie  <dj@redhat.com>
12823         * Makefile.tpl: Change configure dependencies to not have real
12824         targets depend on phony targets.
12826 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
12828         * configure.in: Revert unintentional change.
12830         * Makefile.tpl: Change dependency for */multilib.out so that
12831         it works when gcc isn't in the tree.
12833         * configure.in: Substitute more.
12834         * configure: Run subconfigures from the Makefile.
12835         * Makefile.tpl: Run subconfigures from the Makefile; add a few
12836         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
12838 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12840         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12842 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12844         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12845         and corresponding dependencies.
12846         * Makefile.in: Regenerate.
12848         * configure.in (host_tools): Order binutils, gas and ld for
12849         convenience in running the testsuites.
12851         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12852         * Makefile.in: Regenerate.
12853         * configure.in: Introduce rules to serialize subconfigure runs.
12855         * configure.in: Introduce BASE_CC_FOR_TARGET.
12856         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
12857         Realize configure-build-* targets.  Realize configure-target-* targets.
12858         * Makefile.in: Regenerate.
12860 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12862         * configure: Move gcc_version_trigger stuff from here...
12863         * configure.in: ...to here.
12865         * configure.in: Separate subconfigure options added by this file from
12866         options given by the user.  Add machinery to put args for host
12867         subconfigures into the Makefile.
12869         * Makefile.tpl: Remove 'vault' targets.
12870         * Makefile.tpl: Reorder and comment dependencies.
12871         * Makefile.in: Regenerate.
12873 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12874         * configure.in: Fix my broken commit of previous patch. (sigh)
12876 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12878         * configure.in: Move host-specific darwin noconfigdirs into
12879         the host-specific section.
12881 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12883         * configure.in: Move host-specific darwin noconfigdirs into
12884         the host-specific section.
12886 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12888         * configure: Remove skip-this-dir support.
12889         * Makefile.tpl: Remove skip-this-dir support.
12891         * Makefile.tpl: Remove leftover support for non-autoconfiscated
12892         subdirectories.
12893         * Makefile.in: Regenerate.
12895         * Makefile.tpl: Strip out useless setting of 'dir'.
12896         * Makefile.in: Regenerate.
12898 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12900         * configure.in: Fix deeply stupid bug.
12902         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12903         shell code in CXX_FOR_TARGET
12904         * Makefile.def: Introduce raw_cxx.
12905         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12906         RAW_CXX_FOR_TARGET.
12907         * Makefile.in: Regenerate.
12909 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
12911         * Makefile.tpl: Remove unnecessary ifs.
12912         * Makefile.in: Regenerate.
12914         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
12915         dependencies.  Maybe-ize build-libiberty.  Create dummy install
12916         targets for 'no_install' modules.
12917         * configure: Move GDB_TK substitution to configure.in.  Move
12918         build_modules stuff to configure.in.
12919         * configure.in: Implement soft dependency machinery.  Maybe-ize
12920         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
12921         * Makefile.in: Regenerate.
12923 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12925         * Makefile.tpl: Make all-target, install-target behave similarly
12926         to all, install (only hitting configured targets).  Eliminate
12927         unused macro defintions.
12929         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12930         build != host.
12932         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12934         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12936         * configure.in: Produce lists of subdir targets we're actually
12937         configuring.  Remove references to "dosrel".
12938         * Makefile.tpl: Let configure set which subdir targets are hit.
12939         Remove install-cross; clean up install; remove ALL.  Remove
12940         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
12941         Autogenerate host module targets.  Remove empty dependency lines
12942         and redundant dependency; rearrange slightly.
12943         * Makefile.def: Add host-side libtermcap, utils.
12945         * Makefile.in: Regenerate.
12947 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12949         * ltconfig (osf[345]): Append $major to soname_spec.
12950         Reflect this in library_names_spec.
12951         * ltmain.sh (osf): Prefix $major with . for use as extension.
12953 2002-11-19  Andreas Jaeger  <aj@suse.de>
12955         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12956         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12957         and sparc64 GNU/Linux systems.
12959 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
12961         * MAINTAINERS: Update email.
12963 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12965         * MAINTAINERS: Complete James Dennett's entry.
12967 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
12969         * MAINTAINERS (Write After Approval): Add myself.
12971 2002-11-13  Bruce Korb  <bkorb@gnu.org>
12973         * Makefile.tpl: syntactic cleanup
12975 2002-11-13  Stuart Hastings  <stuart@apple.com>
12977         * MAINTAINERS: Add myself to write-after-approval list.
12979 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12981         * Makefile.def: Add list of recursive targets to autogenerate.
12982         Add build_modules.
12983         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
12984         targets.  Autogenerate *-build-* targets.
12985         * Makefile.in: Regenerate.
12987 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12989         * configure: More autoconf-style substitutions.
12990         * Makefile.tpl: More autoconf-style substitutions.
12991         * Makefile.in: Regenerate.
12993 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12995         * configure: Substitute more variables in a more autoconf-friendly
12996         way.  Simplify slightly.
12997         * Makefile.tpl: Make more variables substitutable in an
12998         autoconf-friendly way.
12999         * Makefile.in: Regenerate.
13001 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
13003         * MAINTAINERS (Write After Approval): Add myself.
13005 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13007         * configure.in (v810*): Remove special setting of tools.
13009         * configure: Add support for extra required flags for ar or nm.
13010         * configure.in (aix4.3+): Use above support for target-specific
13011         issues, rather than using config/mt-aix43.
13013 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13015         * configure: Remove 'removing', which doesn't work.  Replace $subdir
13016         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
13017         with $srcdir.  Reformat indentation.  Substitute some variables
13018         formerly hard-coded in the Makefile for build=host.
13019         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13020         * Makefile.def: Autogenerate more.
13021         * Makefile.in: Regenerate.
13023 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13025         * MAINTAINERS (Write After Approval): Add myself.
13027 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
13029         * Makefile.def (host_modules): Add rda.
13030         * Makefile.in: Regenerate.
13031         * configure.in (target_tool): Add target-rda to list.
13033 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13035         * MAINTAINERS: Remove "co-maintainer" note for web pages.
13037 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
13039         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
13040         and restrap targets to this rule.
13041         * Makefile.in:  Regenerate.
13043 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13045         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13046         GNATS only accounts.
13048 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
13050         * configure.in (i[3456]86-*-linux*): Add check to disable
13051         ${libgcj} for glibc1.
13053 2002-10-24  Denis Chertykov  <denisc@overta.ru>
13055         * MAINTAINERS: Add myself as ip2k port maintainer.
13057 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
13059         * configure.in: Add tic4x target.
13061 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13063         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13064         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13065         * Makefile.in: Regenerate.
13067         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13068         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13069         * Makefile.in: Regenerate.
13071 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
13073         * MAINTAINERS: Add myself as web pages co-maintainer.
13075 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13077         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13078         * Makefile.in: Regenerate.
13080 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
13082         * MAINTAINERS: Add myself and Nathan Sidwell
13083         <nathan@codesourcery.com> as VxWorks maintainers.
13085 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13087         * Makefile.def: Remove order dependency comments.
13088         * Makefile.tpl: Add explicit install-install dependencies.
13089         * Makefile.in: Regenerate.
13091         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13092         * Makefile.in: Regenerate.
13094         * Makefile.tpl: Add configure-target (for src-release in src)
13095         * Makefile.in: Regenerate.
13097 2002-09-30  Nick Clifton  <nickc@redhat.com>
13099         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13101 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13103         * configure.in (s390*-*-linux*): Enable libgcj.
13105 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13107         * configure: Revert accidentally applied changes.
13109         * Makefile.tpl: Make more autoconf-friendly.
13110         * Makefile.in: Regenerate.
13111         * configure: Make substitution more autoconf-like.
13113 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13115         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13116         single entry to handle all these.
13117         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13118         libjava on arm-*-elf.
13120 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13122         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13123         things that depend on them.
13125 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13127         * Makefile.tpl: Make subsituted variables more autoconfy.
13128         * Makefile.in: Regenerate.
13129         * configure: Make seds more autoconfy.
13131 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13133         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13134         * Makefile.in: Regenerate.
13135         * configure.in: Rewrite sed statements to look autoconfy.
13137         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13138         all-target-foo on configure-target-foo.
13139         * Makefile.def: Ditto.
13140         * Makefile.in: Rebuild.
13142 2002-09-25  Andrew Haley  <aph@redhat.com>
13144         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13146 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13148         * Makefile.def: New file.
13149         * Makefile.tpl: New file.
13150         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13151         * contrib/gcc_update: Note that Makefile.in is a generated file.
13153         * configure.in: Minor rearrangement.  Simplify tests.
13155 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13157         * configure.in (with_headers): Skip copy if value is "yes".
13158         (with_libs): Likewise.
13160 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13162         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13163         * configure.in (sh*-*-pe*): Ditto.
13164         * configure.in (mips*-*-pe*): Ditto.
13165         * configure.in (*arm-wince-pe): Ditto.
13167         * configure.in: Rearrange.
13169 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13171         * MAINTAINERS: Update my email address.
13173 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13175         * MAINTAINERS: (Write After Approval): Add myself.
13177 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13179         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13181 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13183         * MAINTAINERS: Change my mailing address.
13185 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13187         * MAINTAINERS (Write After Approval): Remove myself.
13188         (Various Maintainers: c++ runtime libs): Add myself.
13190 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13192         * MAINTAINERS (Write After Approval): Remove myself.
13193         (Various Maintainers: c++ runtime libs): Add myself.
13195 2002-08-15  Eric Christopher  <echristo@redhat.com>
13197         * config.sub: Import from master repository.
13198         * config.guess: Ditto.
13200 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13202         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13203         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13204         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13206 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13208         * MAINTAINERS: Add self to rs6000 vector extensions.
13210 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13212         * libiberty/configure: Reverted unintended yesterday's check in.
13214 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13216         * boehm-gc/configure, libf2c/configure: Rebuilt.
13217         * libffi/configure, libiberty/configure: Ditto.
13218         * libjava/configure, libobjc/configure: Ditto.
13219         * libstdc++-v3/configure, zlib/configure: Ditto.
13220         Merged from binutils:
13221         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13222         From Steve Ellcey <sje@cup.hp.com>:
13223         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13224         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13225         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13226         IA64.
13227         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13228         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13229         soname_spec, sys_lib_search_path_spec): Ditto.
13231 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13233         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13235 2002-08-04  H.J. Lu  (hjl@gnu.org)
13237         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13239 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13241         * MAINTAINERS (Write After Approval): Add myself.
13243 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13245         * configure.in: Move generic linux case to end.  Copy generic
13246         linux noconfigdirs to mips*-*-linux* entry and new
13247         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13249 2002-07-19  Michael Matz  <matz@suse.de>
13251         * MAINTAINERS: Add myself as ra* maintainer.
13253 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13255         * config.guess: Update to 2002-07-09 version.
13256         * config.sub: Update to 2002-07-03 version.
13258 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13260         * MAINTAINERS: Fix typo in a maintainer email address.
13262 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13264         * configure.in: Remove two redundant tests.
13266 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13268         * configure.in (mips*-*-irix6*o32): Enable stabs.
13270 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13272         * configure.in: Don't build grez.
13273         * Makefile.in: Ditto.
13275         * Makefile.in: Remove references to bsp, cygmon, libstub.
13276         * configure.in: Ditto.
13278         * configure.in: Remove leftover reference to gdbtest.
13280 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13282         * configure.in (gxx_include_dir):  Change to match versioned
13283         C++ headers if --enable-version-specific-runtime-libs is used.
13285 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13287         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13289 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13291         * configure.in: Make --without-x work.
13293 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13295         * configure.in: Rearrange target Makefile fragment collection.
13297         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13298         cvs[src].
13299         * configure.in: Ditto.
13301 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13303         * MAINTAINERS (Write After Approval): Update my e-mail address.
13305 2002-06-24  Ben Elliston  <bje@redhat.com>
13307         * configure.in (host_tools): Remove cgen.
13309         * Makefile.in (all-cgen): Remove; runs from its source directory.
13310         (check-cgen, install-cgen, clean-cgen): Likewise.
13311         (all-opcodes): Do not depend on all-cgen.
13312         (all-sim): Likewise.
13314 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13316         * Makefile.in: Eliminate 'apache' targets.
13317         * configure.in: Eliminate 'apache' targets.
13319         * configure.in: Eliminate redundant tests.  Reorganize.
13321         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13323         * config-ml.in: Eliminate references to Cygnus configure.
13325         * Makefile.in: Eliminate references to building emacs.
13327 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13329         * MAINTAINERS: Update my email address.
13331 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13333         * config.if (libstdcxx_incdir): Version C++ headers.
13334         (cxx_incdir): Remove.
13336 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13338         * MAINTAINERS (Write After Approval): Add self.
13340 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13342         * configure.in: Add support for ip2k.
13344 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13346         * configure.in: Fix AIX configury bug.
13348 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13350         * MAINTAINERS (Write After Approval): Add self.
13352 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13354         * configure.in: replace ${topsrcdir} with ${srcdir}
13356         * configure.in: Move definition of libstdcxx_flags
13357         right above usage, rather than waaay earlier.
13359         * configure.in: Pull definition of is_cross_compiler earlier.
13361         * configure.in: Rearrange a little.
13363         * configure.in: Remove references to librx.
13364         * Makefile.in: Remove references to librx.
13366 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13368         * config.sub: Add support for avr target.
13369         Import from master sources, rev 1.255
13371 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13373         * configure, .cvsignore:  Revert previous change...
13374         * Makefile:  ...delete.
13376 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13378         * configure.in: Eliminate ${gasdir} variable.
13380 2002-06-18  Dave Brolley  <brolley@redhat.com>
13382         * configure.in: Add support for frv.
13383         * config.sub: Add support for frv.
13385 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13387         * configure:  Remove garbage from previous commit.
13389 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13391         * configure:  For in-source builds, make a subdir and re-exec there.
13392         * Makefile:  New file.  Pass targets through to build directory.
13393         * .cvsignore:  No longer ignore "Makefile".
13395 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13397         * MAINTAINERS (Write After Approval): Add self.
13399 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13401         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13403 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13405         * configure.in (vax-*-netbsd*): Re-enable gas.
13407 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13409         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13410         BUILD_PREFIX_1, to correct nomenclature.
13411         * configure: Likewise.
13413         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13414         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13416 2002-05-31  Olaf Hering  <olh@suse.de>
13418         * config-ml.in: Propogate DESTDIR also.
13420 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13422         * configure.in (vax-*-netbsd*): Don't build gas for this
13423         platform.
13425 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13427         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13428         and libgcj for AVR.
13430 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13432         * MAINTAINERS (Write After Approval): Add myself.
13434 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13436         * config.guess: Update to 2002-05-22 version.
13437         * config.sub: Likewise.
13439 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13441         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13442         * config-ml.in: Likewise.
13443         * configure: Likewise.
13444         * configure.in: Likewise.
13446 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13448         * MAINTAINERS: Update my email address.
13450 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13452         * configure.in: Simplify makefile fragment collection.
13454         * configure.in: Remove code to build emacs.
13456         * configure.in : Remove --srcdir argument from targargs and buildargs
13457         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13459         * configure: Move some logic to configure.in.
13460         * configure.in: Move some logic from configure.
13462 2002-05-11  Tom Tromey  <tromey@redhat.com>
13464         * MAINTAINERS: Reflect libgcj reality.
13466 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
13468         * Makefile.in: Honour DESTDIR.
13470 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
13472         * config.guess: Import 2002-03-20 version.
13473         * config.sub: Import 2002-04-26 version.
13475 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13477         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13479 2002-05-07  Tim Josling  <tej@melbpc.org.au>
13481         * MAINTAINERS: Add self.
13483 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
13485         * ltmain.sh: Detect and handle object name conflicts
13486         while piecewise linking a static library.
13488 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
13490         * configure.in (noconfigdirs): Don't disable libgcj on
13491         sparc64-*-solaris* and sparcv9-*-solaris*.
13493 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
13495         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13497 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
13499         * configure.in (FLAGS_FOR_TARGET): Do not add
13500         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13501         on i[3456]86-*-linux*.
13503 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
13505         * configure.in (noconfigdirs): Replace [ ] with test.
13507         * configure.in (noconfigdirs): Do not add target-newlib if
13508         target == i[3456]86-*-linux*, and host == target.
13510 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
13512         * configure.in: delete reference to absent file
13514         * configure.in: replace '[' with 'test'
13516         * configure.in: Eliminate references to gash.
13517         * Makefile.in: Eliminate references to gash.
13519         * configure.in: remove useless references to 'pic' makefile fragments.
13521         * configure.in: (*-*-windows*) Finish removing.
13523         * configure.in: Eliminate redundant test for libgui.
13525 2002-04-29  Roger Sayle  <roger@eyesopen.com>
13527         * MAINTAINERS: Add self and realphabetize.  Update entries
13528         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
13529         entry for a29k port maintainer.
13531 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
13533         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13534         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13536 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
13538         * configure.in: remove references to dead files
13540 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
13542         * MAINTAINERS: Add information about purpose of this file.
13544 2002-04-18  Tom Tromey  <tromey@redhat.com>
13546         * configure.in: Disallow configuring libgcj when it is already
13547         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
13548         Solaris 2.8 by default.  For PR libgcj/6158.
13550 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13552         * configure.in:  Move default CC setting out of config/mh-* fragments
13553         directly into here.
13555 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13557         * configure.in: don't even try to configure or make a subdirectory
13558         if there's no configure script for it.
13560 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
13562         * MAINTAINERS: Remove chill maintainers.
13563         * Makefile.in (CHILLFLAGS): Remove.
13564         (CHILL_LIB): Remove.
13565         (TARGET_CONFIGDIRS): Remove libchill.
13566         (CHILL_FOR_TARGET): Remove.
13567         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13568         CHILL_LIB.
13569         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13570         (CHECK_TARGET_MODULES): Likewise.
13571         (INSTALL_TARGET_MODULES): Likewise.
13572         (CLEAN_TARGET_MODULES): Likewise.
13573         (configure-target-libchill): Remove.
13574         (all-target-libchill): Remove.
13575         * configure.in (target_libs): Remove target-libchill.
13576         Do not compute CHILL_FOR_TARGET.
13577         * libchill: Remove directory.
13579 2002-04-11  DJ Delorie  <dj@redhat.com>
13581         * Makefile.in, configure.in: Sync with binutils, entries
13582         follow...
13584 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
13586         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
13587         (do-tar, do-bz2): New rules.
13588         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
13589         (gdb-tar): New rule.
13590         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
13591         (insight_dejagnu.tar): New rule.
13592         (insight.tar): New rule.
13593         (gdb+dejagnu.tar): New rule.
13594         (gdb.tar): New rule.
13596 2002-02-01  Mo DeJong  <supermo@bayarea.net>
13598         * Makefile.in: Add all-tix to deps for all-snavigator
13599         so that tix is built when building snavigator.
13601 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
13603         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13604         ld and gdb are not supported.
13606 2002-01-07  Mark Salter  <msalter@redhat.com>
13608         * configure.in: Remove target-bsp and target-cygmon from arm builds.
13609         Allow target-libgloss to be built for arm, strongarm, and xscale.
13611 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
13613         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13614         options for i[3456]86-pc-linux* native builds.
13616 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
13618         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13619         files from .po files for a distribution.
13621 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
13623         * configure.in: Enable libstdc++-v3 for h8300 targets.
13625 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
13627         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13628         version from bfd/.
13630 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
13632         * Makefile.in (VER): When present, extract the version number from
13633         the file version.in.
13635 2001-05-24  Tom Rix  <trix@redhat.com>
13637         * configure.in : enable ld for aix
13639 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13641         * config.guess: Add linux target for S/390.
13643 2000-11-07  Philip Blundell  <pb@futuretv.com>
13645         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13647 2000-11-03  Philip Blundell  <pb@futuretv.com>
13649         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13650         files.
13652 2001-01-15  Ben Elliston  <bje@redhat.com>
13654         * configure.in (host_tools): Add sid.
13655         Always configure cgen.
13657 2000-11-24  Nick Clifton  <nickc@redhat.com>
13659         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13661 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13663         * Makefile.in (ALL_MODULES): Add all-cgen.
13664         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13665         (all-cgen): New target.
13666         (all-opcodes,all-sim): Depend on all-cgen.
13667         * configure.in (host_tools): Add cgen.
13668         Only configure cgen if --enable-cgen-maint.
13670 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13672         * configure.in: Add *-*-freebsd* configurations.
13674 2002-04-08  Tom Tromey  <tromey@redhat.com>
13676         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13677         Fixes PR libgcj/6068.
13679 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
13681         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13683 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13685         * configure.in (alpha*-dec-osf*): Enable libgcj.
13687 2003-03-27  Matthew Gingell  <gingell@gnat.com>
13689         * MAINTAINERS (Write After Approval): Add myself.
13691 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13693         Fix for: PR bootstrap/3591, target/5676
13694         * configure.in (mcore-pe): Disable the configuration of
13695         libstdc++-v3 since exceptions are not supported.
13697 2002-03-20  Anthony Green  <green@redhat.com>
13699         * configure.in: Enable libgcj for xscale-elf target.
13701 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13703         * MAINTAINERS:  Update my email address.
13705 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13707         * ltmain.sh (relink_command): Fix typo in previous change.
13709 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13711         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13712         (relink_command): Added --tag flags.
13713         (mode=install): If relinking fails; error out.
13715 2002-03-12  Richard Henderson  <rth@redhat.com>
13717         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
13718         .NOTPARALLEL tag.
13719         (do-check): Rename from check.
13720         (check): Allow parallel check.
13722 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
13724         * MAINTAINERS: Add myself as maintainer for xtensa port.
13725         Fix alphabetical order in CPU port maintainer list.
13726         Remove myself from Write After Approval list.
13728 2002-03-11  Richard Henderson  <rth@redhat.com>
13730         * Makefile.in (.NOTPARALLEL): Add fake tag.
13732 2002-03-07  H.J. Lu  (hjl@gnu.org)
13734         * configure.in: Enable gprof for mips*-*-linux*.
13736 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13738         * MAINTAINERS (Write After Approval): Add myself.
13740 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13742         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13743         libjava.
13744         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13746 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
13748         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13749         because its Makefile is there; test for the executable instead.
13751 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13753         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13754         libstdc++-v3 and libjava.
13756 2002-02-11  Adam Megacz  <adam@xwt.org>
13758         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13759         boehm-gc
13761 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
13763         * config.guess: Updated to 2002-01-30's version.
13764         * config.sub: Updated to 2002-02-01's version.
13765         Contribute sh64-elf.
13766         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
13767         * configure.in: Added sh64-*-*.
13769 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
13771         * MAINTAINERS: Belatedly add myself to write after approval list.
13773 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
13775         * MAINTAINERS: Put self in as maintainer for x86-64 port.
13776         Remove self as Write After Approval.
13778 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
13780         * MAINTAINERS: Put self in as maintainer for contrib/regression
13781         directory.
13783 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
13785         * MAINTAINERS:  Update my email address.
13787 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
13789         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
13790         target-libiberty, and target-libgloss.  Skip Java-related
13791         libraries if not supported for NetBSD on target CPU.
13793 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
13795         * install-sh: Use _inst.$$_ for temp file name.
13797 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
13799         * MAINTAINERS (Write After Approval): Move my contact info
13800         from here...
13801         (OS Port Maintainers): ...to here (netbsd).
13803 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
13805         * MAINTAINERS (Write After Approval): Add myself.
13807 2002-01-17  H.J. Lu  <hjl@gnu.org>
13809         * Makefile.in (all-fastjar): Also depend on all-libiberty.
13810         (all-target-fastjar): Also depend on all-target-libiberty.
13812 2002-01-16  H.J. Lu  (hjl@gnu.org)
13814         * config.guess: Import from master sources, rev 1.225.
13815         * config.sub: Import from master sources, rev 1.238.
13817 2002-01-16  Kazu Hirata  <kazu@hxi.com>
13819         * MAINTAINERS (Write After Approval): Remove myself.
13821 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
13823         * MAINTAINERS (Write After Approval): Add myself.
13825 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13827         * MAINTAINERS: Add self as docs co-maintainer.
13829 2001-12-11  Matthias Klose  <doko@debian.org>
13831         * MAINTAINERS (Write After Approval): Add myself.
13833 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
13835         * MAINTAINERS: Update my email address.
13837 2001-12-07  Turly O'Connor  <turly@apple.com>
13838         * MAINTAINERS (Write After Approval): Add myself.
13839         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13840         (rs6000_initialize_trampoline): Call __trampoline_setup for
13841         ABI_DARWIN too.
13842         * darwin-tramp.asm: New file, implements __trampoline_setup.
13843         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13845 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
13847         * MAINTAINERS (Write After Approval): Add myself.
13849 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
13851         * configure, configure.in: Use temp file for long sed commands.
13853 2001-12-03  Laurent Guerby  <guerby@acm.org>
13855         * config.sub: Update to version 1.232 on subversion.
13857 2001-12-03  Ben Elliston  <bje@redhat.com>
13859         * MAINTAINERS: Update mail address for config.* patches.
13861 2001-11-27  DJ Delorie  <dj@redhat.com>
13862             Zack Weinberg  <zack@codesourcery.com>
13864         When build != host, create libiberty for the build machine.
13866         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13867         CONFIG_ARGUMENTS.
13868         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13869         New variables.
13870         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13871         and rules.
13872         (all.normal): Depend on ALL_BUILD_MODULES.
13873         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13874         (all-build-libiberty): Depend on configure-build-libiberty.
13876         * configure: Calculate and substitute proper value for
13877         ALL_BUILD_MODULES.
13878         * configure.in: Create the build subdirectory.
13879         Calculate and substitute TARGET_CONFIGARGS (formerly
13880         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13882 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
13884         * MAINTAINERS (write-after-approval): Add self.
13886 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13888         * MAINTAINERS (GNATS only accounts): Remove self.
13890 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
13892         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13893         libf2c.
13895 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13897         * MAINTAINERS (Write After Approval): Add self.
13899 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13901         * MAINTAINERS: mips and s390 are also CPU ports.
13903 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13905         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13907 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
13909         * MAINTAINERS: Alphabetize.
13911 2001-11-09  Kazu Hirata  <kazu@hxi.com>
13913         * MAINTAINERS (Various maintainers: h8 port): Add myself.
13915 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13917         * MAINTAINERS (Various maintainers: hppa port): Added myself.
13919 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
13921         * configure.in (--enable-languages): Be more permissive about
13922         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
13924 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
13926         * config.sub: Import from master sources, rev. 1.230.
13927         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13929 2001-11-07  Laurent Guerby  <guerby@acm.org>
13931         * MAINTAINERS (Write After Approval): Add self.
13933 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
13935         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13937 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
13939         * config.sub: Import from master sources, rev 1.226.
13940         * config.guess: Import from master sources, rev 1.216.
13942 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
13944         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13945         * MAINTAINERS: Add self as maintainer of MMIX port.
13946         Remove old after-approval entry.
13948 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13950         * ChangeLog, configure: Fix spelling errors.
13952 2001-10-20  Brendan Kehoe  <brendan@zen.org>
13954         * MAINTAINERS: Tweak my address.
13956 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
13958         * MAINTAINERS: Update my email address.
13960 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
13962         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13963         * MAINTAINERS: Add self as maintainer of CRIS port.
13965 2001-10-10  Geert Bosch  <bosch@gnat.com>
13967         * MAINTAINERS (Various maintainers: Ada front end):
13968         Added Robert Dewar.
13970 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
13972         * MAINTAINERS (Write After Approval): Added self
13974 2001-10-02  Geert Bosch  <bosch@gnat.com>
13976         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13978 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
13980         * configure: Handle temporary files securely using mkdir.
13982 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
13984         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13986 2001-09-26  Will Cohen  <wcohen@redhat.com>
13988         * configure.in (*-*-linux*): Disable configuration of target-newlib
13989         and target-libgloss.
13991 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
13993         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13994         RANLIB.
13996 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
13998         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13999         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14000         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14001         avoid quotes nesting problems.
14002         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14003         (DO_X): Export only variables that are set.
14005 2001-09-19  Ben Elliston  <bje@redhat.com>
14007         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14008         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14009         semantics.  Use the shell built-in "type" command instead.
14011 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
14013         Merged from gcc-3_0-branch:
14014         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
14015         * ltcf-c.sh: Use $objext, not $ac_objext.
14016         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
14017         * ltcf-cxx.sh: Add support for GNU.
14018         2001-07-22  Timothy Wall  <twall@redhat.com>
14019         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
14020         default settings if using GNU tools with that configuration.
14021         * ltcf-cxx.sh: Ditto.
14022         * ltcf-gcj.sh: Ditto.
14023         2001-07-21  Michael Chastain  <chastain@redhat.com>
14024         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14025         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
14026         * ltmain.sh: Mark as gcc-local.
14028 2001-08-30  Eric Christopher  <echristo@redhat.com>
14029             Jason Eckhardt  <jle@redhat.com>
14031         * config.guess: Merge from master sources.
14032         * config.sub: Merge from master sources, add support for mipsisa32.
14034 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
14035         * config.sub: Merge from master sources, rev 1.219.
14036         * MAINTAINERS: Add self as contact for stormy16 port.
14038 2001-08-14  Zack Weinberg  <zackw@panix.com>
14040         * config.sub: Merge from master sources, rev 1.218.
14041         * config.guess: Merge from master sources, rev 1.209.
14043 2001-08-11  Graham Stott  <grahams@redhat.com>
14045         * Makefile.in (check-c++): Add missing semicolon.
14047 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
14049         * MAINTAINERS (Various maitainers: predict.def): Added myself.
14051 2001-07-30  Eric Christopher  <echristo@redhat.com>
14053         * MAINTAINERS (Various maintainers: mips port): Added myself.
14055 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14057         * configure.in (sh-*-linux*): New.
14059 2001-07-27  Richard Henderson  <rth@redhat.com>
14061         * .cvsignore: Add LAST_UPDATED.
14063 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
14065         * MAINTAINERS (Various maintainers: s390 port): Added myself.
14067 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
14069         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14071 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
14073         * MAINTAINERS (Write After Approval): Added myself.
14075 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14077         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14078         and libgcj on m68hc11/m68hc12.
14080 2001-06-27  H.J. Lu  (hjl@gnu.org)
14082         * Makefile (CFLAGS_FOR_BUILD): New.
14083         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14085 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14087         * README: Remove version number.
14089 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14091         * INSTALL/README: Update wrt. to the installation instructions now
14092         residing in gcc/doc/install.texi.
14094 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14096         * README: Replace with a cut-down and updated version of gcc/README.
14098 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14100         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14101         multilibs to be disabled.
14103 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14105         * MAINTAINERS (Write After Approval): Add myself.
14107 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14109         * config.guess: Import CVS version 1.195.
14110         * config.sub: Import CVS version 1.212.
14112 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14114         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14115         gcc/xgcc is built, use -print-prog-name to find out the program
14116         name to use.
14118 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14120         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14121         appear to also be in the master copy.
14122         * config.sub:  Import CVS version 1.211.
14124 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14126         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14127         with_gcc]: Use `gcc -shared' to build a shared library.
14129 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14131         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14132         archives.
14134 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14136         * MAINTAINERS (Write After Approval): Add myself.
14138 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14140         * configure.in (libstdcxx_flags): Do not try to execute
14141         libstdc++-v3/testsuite_flags until it exists.
14143 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14145         * MAINTAINERS: Update my email address.
14147 2001-05-31  Graham Stott  <grahams@redhat.com>
14149         * MAINTAINERS (Write After Approval): Add myself.
14151 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14153         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14154         libraries when using g++ with native linker.
14156 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14158         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14160 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14162         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14163         [aix4*|aix5*]: Prepend blank.
14165 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14167         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14168         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14169         of subdir/configure scripts to use the new libtool.m4.
14171 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14173         * MAINTAINERS (Write After Approval): Add myself.
14175 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14177         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14179 2001-05-11  Ben Elliston  <bje@redhat.com>
14181         * Makefile.in (all-sid): New target.
14182         (check-sid, clean-sid, install-sid): Likewise.
14184 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14186         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14188 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14190         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14191         libgcj.
14193 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14195         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14196         gcc/xgcc is built, use -print-prog-name to find out the program
14197         name to use.
14199 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14201         * configure.in (noconfigdirs): Don't reset it from scratch in the
14202         target case; only append to it.
14204         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14205         sparc-*-solaris2.8]: Disable ${libgcj}.
14207 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14209         * configure.in (libgcj_saved): Copy from $libgcj.
14210         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14211         --disable-libgcj.
14213 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14215         * MAINTAINERS: Remove self as MIPS maintainer and
14216         C front end maintainer.
14218 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14220         * configure.in: Move *-chorusos target case to the proper switch.
14221         Disable libgcj.
14223 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14225         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14226         1.641.2.228.
14228 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14230         * Makefile.in (STAGE1_CFLAGS): Pass down.
14232 2001-04-13  Alan Modra  <amodra@one.net.au>
14234         * config.guess: Add hppa64-linux support.  Note for next import that
14235         this is already in the master file.
14236         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14238 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14240         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14241         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14243 2001-04-11  Stan Shebs  <shebs@apple.com>
14245         * MAINTAINERS: Add self as Darwin port maintainer.
14247 2001-04-11  Alan Modra  <amodra@one.net.au>
14249         * MAINTAINERS: Update my email address.
14251 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14253         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14254         recent versions of FreeBSD (release 3 or later).
14255         * ltconfig: On FreeBSD, -lc must not be provided when building
14256         a shared library or else the standard -pthread gcc option is
14257         rendered worthless to later users of the built library.
14259 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14261         * MAINTAINERS: Add self and RTH as C front end maintainers.
14263 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14265         * config.sub: Make sure to match an already-canonicalized
14266         machine name (eg. mn10300-unknown-elf).
14268 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14270         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14271         New macros.
14272         (bootstrap, cross): Use RECURSE_FLAGS.
14273         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14275 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14277         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14279 2001-03-22  Colin Howell  <chowell@redhat.com>
14281         * Makefile.in (DO_X): Do not backslash single-quotes in
14282         backquotes (two places).
14284 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14286         Re-installed:
14287         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14288         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14289         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14290         * ltcf-cxx.sh: Likewise.
14291         * ltcf-gcj.sh: Likewise.
14293 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14295         * MAINTAINERS: Add myself as "documentation co-maintainer".
14297 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14299         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14300         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14302 2001-03-19  Tom Tromey  <tromey@redhat.com>
14304         * config-ml.in: Handle GCJ and GCJFLAGS.
14306 2001-03-21  Michael Chastain  <chastain@redhat.com>
14308         * Makefile.in: all-m4 depends on all-texinfo.
14310 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14312         * MAINTAINERS: Add myself to write after approval list.
14314 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14316         * Makefile.in (DO_X): Quote nested quotes.
14318 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14320         * MAINTAINERS: Add myself to write after approval list.
14322 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14324         * Makefile.in (DO_X): Use double quotes for quoting
14325         "RANLIB=$${RANLIB}".
14327 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14329         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14331 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14333         * configure.in: Only use `lang_requires' for languages athat are
14334         actually enabled.
14336 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14338         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14340 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14342         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14344 2001-03-07  Tom Tromey  <tromey@redhat.com>
14346         * configure.in: Allow config-lang.in to set `lang_requires' to list
14347         of other required languages.
14349 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14351         * Makefile.in: Remove RANLIB definition. Use RANLIB
14352         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14353         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14355 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14356             Alexandre Oliva  <aoliva@redhat.com>
14358         * Makefile.in (check-c++): Use tabs, not spaces.
14360 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14362         * MAINTAINERS: add myself to Write After Approval list.
14364 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14366         * Makefile.in (check-c++): New rule.
14368         * configure.in (target_libs): Remove libg++.
14369         (noconfigdirs): Remove libg++.
14370         (noconfigdirs): Same.
14371         (noconfigdirs): Same.
14372         (noconfigdirs): Same.
14374         * config-ml.in: Remove libg++ references.
14376         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14377         (ALL_TARGET_MODULES): Same.
14378         (configure-target-libg++): Remove.
14379         (all-target-libg++): Remove.
14380         (configure-target-libio): Remove.
14381         (all-target-libio): Remove.
14382         (check-target-libio): Remove.
14383         (.PHONY): Remove.
14384         (libg++.tar.bz2): Remove.
14385         (all-target-cygmon): Remove libio.
14386         (all-target-libstdc++): Remove.
14387         (configure-target-libstdc++): Remove.
14388         (TARGET_LIB_PATH): Remove libstdc++.
14389         (ALL_GCC_CXX): Remove libstdc++.
14390         (all-target-gperf): Correct.
14392 2001-02-16  Nick Clifton  <nickc@redhat.com>
14394         * configure.in (noconfigdirs): Allow configuration of texinfo
14395         for Cygwin hosts.
14397 2001-02-15  Anthony Green  <green@redhat.com>
14399         * configure: Introduce GCJ_FOR_TARGET.
14400         * configure.in: Ditto.
14401         * Makefile.in: Ditto.
14403 2001-02-13  Andreas Schwab  <schwab@suse.de>
14405         * MAINTAINERS: Update mail address.
14407 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14409         * config.guess: Add linux target for S/390.
14410         * config.sub: Likewise.
14412 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14414         * configure.in: for *-chorusos, don't config target-newlib and
14415         target-libgloss.
14417 2001-02-06  Ben Elliston  <bje@redhat.com>
14419         * configure: Output host type to stdout, not stderr.
14421 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14423         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14424         * ltcf-cxx.sh: Likewise.
14426         * config.if: Assume enable_libstdcxx_v3 is defined.
14428 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14430         Remove V2 C++ library.
14431         * configure.in: Remove --enable-libstdcxx_v3 support.
14433 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14435         * include/demangle.h: Add prototype for java_demangle_v3.
14437 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14439         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14441 2001-01-27  Richard Henderson  <rth@redhat.com>
14443         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14445 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14447         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14448         Don't unset, it's non-portable and no longer necessary, set to empty
14449         instead.
14451 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14453         * ltconfig: Shell portability fix for the tagname validity check.
14455 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14457         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14458         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14460 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14462         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14464 2001-01-26  Tom Tromey  <tromey@redhat.com>
14466         * configure.in: Allow libgcj to be built on Sparc Solaris.
14468 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
14470         * ltcf-c.sh: Add aix5 case.
14471         * ltcf-cxx.sh: Likewise.
14472         * ltconfig: Likewise.
14474 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
14476         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14477         keep at least one of build_libtool_libs or build_old_libs set to
14478         yes.
14480         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14481         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14483 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
14485         * configure.in: Enable libgcj on several additional platforms.
14487 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
14489         * configure.in: Enable libgcj for linux targets.
14491 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14493         * MAINTAINERS (Write After Approval): Add myself.
14495 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14497         * MAINTAINERS: Add myself as vax port maintainer.
14499 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
14501         * MAINTAINERS: Add myself as Mercury front-end maintainer.
14503 2001-01-09  Mike Stump  <mrs@wrs.com>
14505         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14506         failures of subdirectories.
14508 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14510         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14511         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14512         * ltcf-cxx.sh: Likewise.
14513         * ltcf-gcj.sh: Likewise.
14514         * ltconfig.sh: Fix typo.
14516 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14518         * configure: handle DOS-style absolute paths.
14520 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14522         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14524 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
14526         * MAINTAINERS: Add myself as avr port co-maintainer.
14528 2000-12-28  Ben Elliston  <bje@redhat.com>
14530         * MAINTAINERS: Add myself under ``Write After Approval''.
14532 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
14534         * texinfo: Remove directory from GCC.
14536 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14538         * COPYING: Update to current
14539         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14540         to 19yy as example year in copyright notice).
14542 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
14544         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14545         (libstdcxx_incdir): Pass down.
14546         * config.if: Remove expired bits for cxx_interface, add stub.
14547         (libstdcxx_incdir): Add variable for g++ include directory.
14548         * configure.in (gxx_include_dir): Use it.
14550 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
14552         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
14553         with old-email address from ``Write After Approval''.
14555 2000-12-15  Andreas Jaeger  <aj@suse.de>
14557         * configure.in: Handle lang_dirs.
14559 2000-12-14  Tom Tromey  <tromey@redhat.com>
14561         * MAINTAINERS: Removed brads.
14563         * MAINTAINERS: Added gcj developers.
14565 2000-12-13  Anthony Green  <green@redhat.com>
14567         * configure.in: Disable libgcj for any target not specifically
14568         listed.  Disable libgcj for x86 and Alpha Linux until compatible
14569         with g++ abi.
14571 2000-12-13  Mike Stump  <mrs@wrs.com>
14573         * Makefile.in (local-distclean): Also remove fastjar.
14575 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
14577         * contrib/gcc_update: Add fastjar --touch entries.
14579 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
14581         * configure.in: Disable language-specific target libraries for
14582         languages that aren't enabled.
14584 2000-12-10  Anthony Green  <green@redhat.com>
14586         * configure.in: Define libgcj.  Disable libgcj target libraries for
14587         most targets.
14589 2000-12-10  Neil Booth  <neilb@earthling.net>
14591         * MAINTAINERS: Update mail address, remove from WAA list.
14593 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14595         * libjava: Imported from /cvs/java.
14596         * libffi: Likewise.
14597         * Boehm-gc: Likewise.
14599 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14601         * configure.in (target_libs): Revert 2000-12-08 patch.
14602         (noconfigdirs): Added target-libjava.
14604 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14606         * djunpack.bat: removed.
14608 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14610         * Makefile.in: handle DOS-style absolute paths.
14611         * config-ml.in: likewise.
14612         * symlink-tree: likewise.
14614 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14616         * fastjar: Imported.
14618 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14620         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14621         libjava.
14622         * configure.in (target_libs): Removed `target-libjava'.
14624 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14626         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14627         (ALL_MODULES): Added fastjar.
14628         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14629         (all-target-libjava): all-fastjar replaces all-zip.
14630         (all-fastjar): Added.
14631         (configure-target-fastjar, all-target-fastjar): Likewise.
14632         * configure.in (host_tools): Added fastjar.
14634 2000-12-07  Mike Stump  <mrs@wrs.com>
14636         * Makefile.in (local-distclean): Remove leftover built files.
14638 2000-11-24  Nick Clifton  <nickc@redhat.com>
14640         * configure.in (xscale-elf): Add target.
14641         (xscale-coff): Add target.
14643 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14645         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14646         recent versions of FreeBSD (release 3 or later).
14647         * ltconfig: On FreeBSD, -lc must not be provided when building
14648         a shared library or else the standard -pthread gcc option is
14649         rendered worthless to later users of the built library.
14651 2000-11-16  Fred Fish  <fnf@be.com>
14653         * configure.in (enable_libstdcxx_v3): Fix typo,
14654         libstd++ -> libstdc++.
14656 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14658         * MAINTAINERS: Add self to Write After Approval list.
14660 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14662         * MAINTAINERS: Update my email address.  Add myself to global write
14663         privs list.
14665 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14667         * Makefile.in: Merge with src and libgcj.
14668         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14669         configure-target-<library> when their configure scripts need the C
14670         or C++ library to have already been built to work properly.
14671         (do_proto_toplev): Set them to an empty string.
14673         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14674         (REALLY_SET_LIB_PATH): Use them.
14676 2000-11-17  Stan Shebs  <shebs@apple.com>
14678         * MAINTAINERS: Add self to Write After Approval list.
14680 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14682         * configure: Provide the original toplevel configure arguments
14683         (including $0) to subprocesses in the environment rather than
14684         through gcc/configargs.h.
14686 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14688         * MAINTAINERS: Remove references to cccp. Change C9X reference to
14689         C99.  Alphabetise "Write After Approval" list.
14691 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
14693         * configure: Turn on libstdc++ V3 by default.
14695         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14696         if we've got GCC.
14698 2000-11-11  Philip Blundell  <philb@gnu.org>
14700         * MAINTAINERS: Add self to Write After Approval list.
14702 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
14704         * ltcf-c.sh (aix4): Improve shared library configuration; require
14705         exporting symbols.
14706         * ltcf-cxx.sh (aix4): Define.
14707         * ltconfig (aix4): Define library and soname specs appropriate for
14708         AIX.  Define command to create export symbols list.
14710 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14712         * config.sub: Add support for Sun Chorus
14714 2000-10-31  Nick Clifton  <nickc@redhat.com>
14716         * MAINTAINERS: Rename <name>@cygnus.com addresses to
14717         <name>@redhat.com.  Also installed new email address for Clint
14718         Popetz.
14720 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
14722         * etc: Remove directory from GCC.
14724 2000-10-16  Michael Meissner  <meissner@redhat.com>
14726         * configure (gcc/configargs.h): Only create if there is a build GCC
14727         directory created.
14729 2000-10-16  Matthias Klose  <doko@debian.org>
14731         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14732         when configured for libstdc++-v3.
14734 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
14736         * configure: Save configure arguments to gcc/configargs.h.
14738 2000-10-04  Philipp Thomas  <pthomas@suse.de>
14740         * config.guess: Import CVS version 1.157.
14741         * config.sub: Import CVS version 1.181.
14743 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
14745         * Makefile.in (bootstrap): avoid recursion if subdir missing
14746         (cross): ditto
14747         (do-proto-toplev): ditto
14749 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
14751         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14752         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14754         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14755         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
14756         all affected `configure' scripts.
14758 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
14760         * MAINTAINERS: Add self as cpplib co-maintainer.
14762 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
14764         * MAINTAINERS: Add self to Write After Approval list.
14766 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14768         * INSTALL/README: egcs -> GCC update.
14770 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14772         * MAINTAINERS: Add myself to Write After Approval list.
14774 2000-09-15  Kazu Hirata  <kazu@hxi.com>
14776         * MAINTAINERS: Add myself to Write After Approval list.
14778 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
14780         * configure.in: Do not build byacc for hppa64.  Provide paths to the
14781         X11 libraries for hppa64.
14783 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14785         * MAINTAINERS: Add myself as 68hc11 port maintainer.
14787 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
14789         * Makefile.in (all-zlib): Added dummy target.
14791         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14792         ltcf-gcj.sh: Updated from libtool multi-language branch.
14794 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
14796         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14797         (bootstrap*): Depend on all-bootstrap.
14799 2000-09-05  Philipp Thomas  <pthomas@suse.de>
14801         * config.guess: Import CVS version 1.156.
14802         * config.sub: Import CVS version 1.179.
14804 2000-09-02  Anthony Green  <green@cygnus.com>
14806         * Makefile.in (all-gcc): Depend on all-zlib.
14807         (CLEAN_MODULES): Add clean-zlib.
14808         (ALL_MODULES): Add all-zlib.
14809         * configure.in (host_libs): Add zlib.
14811 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
14813         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14814         crosses, but add gcc/include to the header search path for them.
14816 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
14818         * MAINTAINERS: Add self to Write After Approval list.
14820 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14822         * config.guess: Import CVS version 1.152.
14823         * config.sub: Import CVS version 1.177.
14825 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
14827         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14828         $targargs to tell whether newlib is going to be built.
14830         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14831         $$r/TARGET_SUBDIR/libio for _G_config.h.
14833 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
14835         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14837 2000-08-22  DJ Delorie  <dj@redhat.com>
14839         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14841 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
14843         * config-ml.in (CC, CXX): Avoid trailing whitespace.
14844         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14845         sub-configures.
14847 2000-08-21  DJ Delorie  <dj@redhat.com>
14849         * MAINTAINERS: Add self as a libiberty maintainer
14851 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
14853         * configure.in (libstdcxx_flags): Use
14854         libstdc++-v3/src/libstdc++.INC.
14856 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
14858         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14860 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14862         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14864         * configure: Make enable_threads and enable_shared defaults
14865         explicit.  Substitute enable_threads into generated Makefiles.
14866         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14867         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14869 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
14871         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14873 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
14875         * config-ml.in (CC): Remove bogus duplicate quotation mark from
14876         previous delta.
14878 2000-08-11  Jason Merrill  <jason@redhat.com>
14880         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14881         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14882         (FLAGS_FOR_TARGET): Not here.
14883         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14885 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
14887         * config-ml.in (CC, CXX): Don't introduce a leading space.
14889 2000-08-07  DJ Delorie  <dj@delorie.com>
14891         * MAINTAINERS: Add self as a DJGPP maintainer
14893 2000-08-07  DJ Delorie  <dj@redhat.com>
14895         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14896         "if we're also building gcc, and it's a gcc that will run on the
14897         build machine, we want to use its includes instead of the system's
14898         default includes".
14900 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14902         * MAINTAINERS: Add self to Write After Approval list.
14904 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
14906         * configure.in (libstdcxx_flags): Don't use `"'.
14908         * config-ml.in: Adjust multilib search paths to the
14909         appropriate multilib tree.
14911 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
14913         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14914         commas in $LANGUAGES.
14916 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
14918         * configure.in: Re-enable all references to libg++ and librx.
14920 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
14922         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14923         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
14924         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14925         * ltcf-cxx.sh (need_lc): Set based on postdeps.
14927         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14929 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
14931         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14932         CXX_FOR_TARGET for sed.
14934 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
14936         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14937         Do not override if already set in the environment or in configure.
14938         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14939         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14941 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
14943         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14944         the libtool CVS tree multi-language branch.
14945         * ltconfig, ltmain.sh: Updated.
14947 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
14949         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14950         (clean-target): Depend on it.
14952         * Makefile.in (FLAGS_FOR_TARGET): New macro.
14953         (GCC_FOR_TARGET): Use it.
14954         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14955         * configure.in: ... here.
14956         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
14957         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14959 2000-07-24  Eric Christopher  <echristo@cygnus.com>
14961         * MAINTAINERS: Add self to Write After Approval list.
14963 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
14965         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14966         (configure-target-libchill, configure-target-libobjc): Likewise.
14968         * configure.in: Use the same cache file for all target libs.
14969         * config-ml.in: But different cache files per multilib variant.
14971 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14973         * configure (topsrcdir): Don't use dirname.
14975 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
14977         * MAINTAINERS: Add self to Write After Approval list.
14979 2000-07-20  Jason Merrill  <jason@redhat.com>
14981         * configure.in: Remove all references to libg++ and librx.
14983         * configure, configure.in, Makefile.in: Unify gcc and binutils.
14985 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
14987         * config.sub: Update to subversions version 2000-07-06.
14989 2000-07-12  Andrew Haley  <aph@cygnus.com>
14991         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14992         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14994 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
14996         * symlink-tree:  Check number of arguments.
14998 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15000         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15001         search path for a g++ extracted from the build tree.  This
15002         will allow link tests run by configure scripts in
15003         subdirectories to succeed.
15005 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
15007         * ltconfig: Add support for mips-dde-sysv4.2MP
15009 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15011         * MAINTAINERS: Add myself as loop discovery maintainer.
15013 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
15015         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15016         `os2'. Force ac_cv_exeext to be ".exe" in that case.
15018 2000-06-19  Timothy Wall  <twall@cygnus.com>
15020         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15021         * config.sub: Add tic54x target.
15023 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15025         * MAINTAINERS: Add self as Fortran maintainer,
15026         remove Craig Burley.
15028 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15030         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15031         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15033 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
15035         * MAINTAINERS: Add self as i18n maintainer
15037 20000-05-21  H.J. Lu  (hjl@gnu.org)
15039         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15040         directory are used if they exist. Make sure
15041         $(build_tooldir)/include is searched for header files,
15042         $(build_tooldir)/lib/ for library files.
15043         (GCC_FOR_TARGET): Likewise.
15044         (CXX_FOR_TARGET): Likewise.
15046 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
15048         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15050 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
15052         * Makefile.in (configure-target-libiberty): Depend on
15053         configure-target-newlib.
15055 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
15057         * configure.in, Makefile.in: Merge all libffi-related
15058         configury stuff from the libgcj tree.
15060 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15062         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15063         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15065 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15067         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15068         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15069         current version information.  Add to proto-toplev directory.
15070         (gdb-taz): Build do-djunpack.
15072 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
15074         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15076 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15078         * MAINTAINERS: Add self to Write After Approval list.
15080 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15082         * ltmain.sh: Preserve in relink_command any environment
15083         variables that may affect the linker behavior.
15085 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
15087         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15089 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15091         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15093 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15095         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15096         with the version name.
15098 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15100         * MAINTAINERS: Add self as bb-reorder maintainer.
15102 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15104         * config.if: Tweak.
15106 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15108         * djunpack.bat: New file.
15110 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15112         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15113         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15114         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15115         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15117 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15119         * config.sub (case $basic_machine): Change default for "ibm-*"
15120         to "openedition".
15122 2000-04-13  Andreas Jaeger  <aj@suse.de>
15124         * MAINTAINERS: Added myself.
15126 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15128         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15129         (do-md5sum): New target.
15130         (MD5PROG): Define.
15131         (PACKAGE): Default to TOOL.
15132         (VER): Default to a shell script.
15133         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15134         md5 checksum generation.
15135         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15136         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15137         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15138         insight.tar.bz2): Use gdb-taz to create archive.
15140 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15142         * configure (warn_cflags): Delete.
15144 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15146         * MAINTAINERS: Added myself.
15148 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15149             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15151         * configure.in (enable_libstdcxx_v3): Add.
15152         (target_libs): Add bits here to switch between libstdc++-v2 and
15153         libstdc++-v3.
15154         * config.if: And this file too.
15155         * Makefile.in: Add libstdc++-v3 targets.
15157 2000-04-05  Michael Meissner  <meissner@redhat.com>
15159         * config.sub (d30v): Add d30v as a basic machine type.
15161 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15163         * configure.in: -linux-gnu*, not -linux-gnu.
15165 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15167         * MAINTAINERS: Add self in write-after-approval section.
15169 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15171         * MAINTAINERS: Add self as ia64 port maintainer.
15173 2000-03-08  Neil Booth  <NeilB@earthling.net>
15175         * MAINTAINERS: Add self in write-after-approval section.
15177 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15179         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15180         (do-tar-bz2): Replace TOOL with PACKAGE.
15181         (gdb.tar.bz2): Remove GDBTK from GDB package.
15182         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15183         dejagnu.tar.bz2): New packages.
15185 2000-02-27  Andreas Jaeger  <aj@suse.de>
15187         * configure.in: Add entry for mips*-*-linux*, move catch all
15188         *-*-*linux* entry below this one.
15190 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15192         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15194 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15196         * config.sub: Support an OS of "wince".
15198 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15200         * config.guess, config.sub: Updated to match config's 2000-02-15
15201         version.
15203 2000-02-23  Linas Vepstas  <linas@linas.org>
15205         * config.sub: Add support for Linux/IBM 370.
15206         * configure.in: Likewise.
15208 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15210         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15212 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15214         * config.guess: Guess "cygwin" rather than "cygwin32".
15216 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15218         * configure (gcc_version): When setting, narrow search to
15219         lines containing `version_string'.
15221 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15223         * config.sub: Add support for avr target.
15225 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15227         * MAINTAINERS: Add maintainers for MCore port.
15229 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15231         * config.sub: Add mmix-knuth-mmixware.
15233 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15235         * MAINTAINERS: Pair cccp with cpplib maintainership.
15237 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15239         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15240         structure stuff to -L library search.
15241         (CXX_FOR_TARGET): Ditto.
15242         (CROSS_CHECK_MODULES): Fix spelling mistake.
15244 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15246         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15247         the C++ compiler.
15249 2000-01-12  Richard Henderson  <rth@cygnus.com>
15251         * configure.in: Don't build some bits for beos.
15253 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15255         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15256         as include files.
15258 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15260         * Add self as cpplib maintainer, as requested by Jason
15261         Merrill.  Correct my e-mail address.
15263 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15265         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15266         not mh-aix43.
15268 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15270         * MAINTAINERS: Add myself to "write after approval" list.
15272 1999-12-14  Richard Henderson  <rth@cygnus.com>
15274         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15275         * config.sub: Accept alphaev[78], alphaev8.
15277 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15279         * config.guess, config.sub: Update from autoconf.
15281 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15283         * MAINTAINERS:  update my playtime e-address.
15285 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15287         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15288         necessary libraries are missing.
15290 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15292         * MAINTAINERS: Add new 'write after approval' maintainer.
15294 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15296         * MAINTAINERS: Add new Java maintainer.
15298 1999-10-25  Andreas Schwab  <schwab@suse.de>
15300         * configure: Fix quoting inside arguments of eval.
15302 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15304         * config-ml.in: Allow suppression of some ARM multilibs.
15306 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15308         * config.guess: Add OS/390 match pattern.
15309         * config.sub: Add mvs, openedition targets.
15310         * configure.in (i370-ibm-opened*): New.
15312 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15314         * config.sub: Add support for configuring for pj.
15316 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15318         * config.sub (maybe_os): Add support for configuring for fr30.
15320 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15322         * configure.in: Do not configure or build ld for AIX
15323         platforms.  ld is known to be broken on these platforms.
15325 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15327         * config-ml.in: Pass compiler flag corresponding to multidirs to
15328         subdir configures.
15330 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15332         * Makefile.in (LDFLAGS): Define.
15334 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15336         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15337         noconfigdirs.
15338         (*-*-cygwin*): Likewise.
15340 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15342         * mkdep: New file.
15343         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15344         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15346         From Eli Zaretskii <eliz@is.elta.co.il>:
15347         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15348         long file name when using DJGPP on MS-DOS.
15350 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15352         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15354 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15356         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15357         dependency as this causes "make check" to globally "make all"
15359 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15361         * configure.in (target_libs): Added target-zlib.
15362         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15363         (CONFIGURE_TARGET_MODULES): Likewise.
15364         (CHECK_TARGET_MODULES): Likewise.
15365         (INSTALL_TARGET_MODULES): Likewise.
15366         (CLEAN_TARGET_MODULES): Likewise.
15367         (configure-target-zlib): New target.
15368         (all-target-zlib): Likewise.
15369         (all-target-libjava): Depend on all-target-zlib.
15370         (configure-target-libjava): Depend on configure-target-zlib.
15372         * Makefile.in (configure-target-libjava): Depend on
15373         configure-target-newlib.
15374         (configure-target-boehm-gc): New target.
15375         (configure-target-qthreads): New target.
15377         * configure.in (target_libs): Added target-qthreads.
15378         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15379         (CONFIGURE_TARGET_MODULES): Likewise.
15380         (CHECK_TARGET_MODULES): Likewise.
15381         (INSTALL_TARGET_MODULES): Likewise.
15382         (CLEAN_TARGET_MODULES): Likewise.
15383         (all-target-qthreads): New target.
15384         (configure-target-libjava): Depend on configure-target-qthreads.
15385         (all-target-libjava): Depend on all-target-qthreads.
15387         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15388         (CONFIGURE_TARGET_MODULES): Likewise.
15389         (CHECK_TARGET_MODULES): Likewise.
15390         (INSTALL_TARGET_MODULES): Likewise.
15391         (CLEAN_TARGET_MODULES): Likewise.
15392         (all-target-libjava): New target.
15393         (all-target-boehm-gc): Likewise.
15394         * configure.in (target_libs): Added libjava, boehm-gc.
15396 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15398         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15399         configure.bat in SUPPORT_FILES.
15400         (gas+binutils.tar.bz2): Likewise.
15402         * makeall.bat: Remove; obsolete.
15404 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15406         From Mark Elbrecht:
15407         * configure.bat: Remove; obsolete.
15409 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15411         * configure: Add -W -Wall to the default CFLAGS when compiling with
15412         gcc.
15414 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15416         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15418 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15420         * configure.in: Build ld on IRIX6.
15422 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15424         * Makefile.in: Change distribution targets to use bzip2 instead of
15425         gzip.
15426         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15427         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15429 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15431         * config.sub: Add mcore target.
15433 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15435         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15437 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15439         * config.guess (dummy): Changed to $dummy.
15441 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15443         * config.sub: Tidied up case statements.
15445 1999-05-22  Ben Elliston  <bje@cygnus.com>
15447         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15448         <jiro@din.or.jp>.
15450         * config.guess: Merge with FSF version. Future changes will be
15451         more accurately recorded in this ChangeLog.
15452         * config.sub: Likewise.
15454 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15456         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15458 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15460         * ltmain.sh: [mode link] Always use CC given by ltconfig.
15462 1999-04-23  Tom Tromey  <tromey@cygnus.com>
15464         * ltconfig, ltmain.sh: Update to libtool 1.2f.
15466 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
15468         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15469         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15470         Bad merge removed these two changes.
15472 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
15473                           Martin Heller (Ing.-Buero_Heller@t-online.de)
15475         * config.guess (interix Alpha): Add.
15477 1999-04-11  Richard Henderson  <rth@cygnus.com>
15479         * configure.in (i?86-*-beos*): Do config gperf; don't config
15480         gdb, newlib, or libgloss.
15482 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
15484         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15485         link a trivial program with -mabi=64.  If it fails, remove mabi=64
15486         from multidirs.
15488 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
15490         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15492 1999-04-08  Nick Clifton  <nickc@cygnus.com>
15494         * config.sub: Add support for mcore targets.
15496 1999-04-07  Michael Meissner  <meissner@cygnus.com>
15498         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15499         not mt-ospace, in order to shut up assembler warning about using
15500         symbols that are named the same as registers.
15502 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
15504         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15505         dependency list for all-target-cygmon.
15507 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
15509         * config-ml.in: Check $host, not $target, for selective multilibs.
15510         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15511         thumb interworking, and underscore prefix multilibs.
15513 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
15515         * missing: Update to version from current automake.
15517 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
15519         * configure (gxx_include_dir): Removed.
15521         * configure.in (gxx_include_dir): Handle it.
15522         * Makefile.in: Likewise.
15524 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
15526         * config.sub (mips64vr4111,mips64vr4111el) Add.
15528 1999-03-21  Ben Elliston  <bje@cygnus.com>
15530         * config.guess: Correct typo for detecting ELF on FreeBSD.
15532 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
15534         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15535         config/mh-djgpp.
15537 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
15539         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15540         all-target-newlib to dependency list for all-target-bsp.
15542 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15544         * config.sub: Add i386-uwin support.
15545         * config.guess: Likewise.
15547 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15549         * configure.in: cleanup, add mh-*pic handling for arm, special
15550         case powerpc*-*-aix*
15552 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
15554         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15555         can be built.
15557 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
15559         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15560         targets.
15562 1999-03-02  Nick Clifton  <nickc@cygnus.com>
15564         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15566 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
15568         * config.sub: Check for "cygwin*" rather than "cygwin32*"
15570 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15572         * config.sub: Fix typo in arm recognition.
15574 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
15576         * configure.in (noconfigdirs): Changed target_configdirs to
15577         include target-bsp only for m68k-*-elf* and m68k-*-coff*
15578         rather than m68k-*-* since it is not known to work on
15579         m68k-aout. Ditto for arm-*-*oabi.
15581 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
15583         * configure.in (*-*-windows*): Remove, no longer used.
15585 1999-02-19  Ben Elliston <bje@cygnus.com>
15587         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15588         Smart and improved by Andrew Cagney.
15590 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
15592         * config.guess: Recognize openbsd-*-hppa.
15594 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15596         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15597         only if it is not empty.
15599 1999-02-17  Nick Clifton  <nickc@cygnus.com>
15601         Patch from: Scott Bambrough <scottb@corelcomputer.com>
15603         * config.guess: Modified to recognize uname's armv* syntax.
15605         * config.sub: Modified to recognize uname's armv* syntax.
15607 1999-02-17  Mark Salter  <msalter@cygnus.com>
15609         * configure.in: Added target-bsp for sparclite.
15611 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
15613         * config.sub: Recognize alphapca5[67] and up to alphaev8.
15615 1999-02-08  Nick Clifton  <nickc@cygnus.com>
15617         * configure.in: Add support for strongarm port.
15618         * config.sub: Add support for strongarm target.
15620 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15622         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15623         the old name config/mh-cygwin32.
15624         Enable texinfo.
15626 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
15628         * configure.in: Do build ld for ix86 Solaris.
15630 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
15632         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
15633         $AR_FOR_TARGET.  Likewise for RANLIB.
15635 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15637         * config.sub (oabi):  Recognize.
15638         * configure.in (arm-*-oabi):  Handle.
15640 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15642         * config.guess: Improve detection of i686 on UnixWare 7.
15644 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15646         * config.guess: Add support for i386-pc-interix.
15647         * config.sub: Likewise.
15648         * configure.in: Likewise.
15650 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15652         * Makefile.in: Remove unneeded all-target-libio from
15653         from all-target-winsup target since it is now unneeded.
15654         Add all-target-libtermcap in its place since it is now
15655         needed.
15657 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15659         * configure.in: makefile stub for cygwin target is probably
15660         unnecessary.  Remove it for now.
15662 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15664         * configure.in: libtermcap.a should be built when cygwin is the
15665         target as well as the host.
15666         * config.guess: Allow mixed case in cygwin uname output.
15667         * Makefile.in: Add libtermcap target.
15669 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15671         * config.sub: Clean up handling of hppa2.0.
15673 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15675         * config.guess: Use C code to identify more HP machines.
15677 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15679         * config.sub: Handle hppa2.0.
15681 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15683         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15684         cygmon for all sparclite targets, regardless of object format.
15686 1998-12-15  Mark Salter  <msalter@cygnus.com>
15688         * configure.in: Added target-bsp for several target architectures.
15690         * Makefile.in: Added rules for bsp.
15692 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15694         * config.guess: Improve detection of hppa2.0 processors.
15696 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15698         * config.guess: Recognize FreeBSD using ELF automatically.
15700 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15702         * configure (skip-this-dir): Add handling for new shell script, which
15703         might be created by a sub-directory's configure to indicate, this particular
15704         directory is "unwanted".
15705         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15707 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15709         * ltconfig: import from libtool, after changing libtool to
15710         account for the cygwin name change.
15712 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15714         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15715         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15717 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
15719         * configure.in: Add libtermcap to list of cygwin dependencies.
15721 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
15723         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15724         they include winsup/include when it's a cygwin target.
15726 1998-11-12  Tom Tromey  <tromey@cygnus.com>
15728         * configure.in (host_tools): Added zip.
15729         * Makefile.in (all-target-libjava): Depend on all-zip.
15730         (all-zip): New target.
15731         (ALL_MODULES): Added all-zip.
15732         (NATIVE_CHECK_MODULES): Added check-zip.
15733         (INSTALL_MODULES): Added install-zip.
15734         (CLEAN_MODULES): Added clean-zip.
15736 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
15738         * Makefile.in: lose "32" from comment about cygwin.
15740 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
15742         * configure.in: Use -Os to build target libraries for the fr30.
15744 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
15746         * config.sub: Add fr30.
15748 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
15750         * configure.in: drop "32" from config/mh-cygwin32.  Check
15751         cygwin* instead of cygwin32*.
15752         * config.sub: Check cygwin* instead of cygwin32*.
15754 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
15756         * config.guess: Match any version of Unixware7.
15758 1998-10-20  Syd Polk  <spolk@cygnus.com>
15760         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15761         if desired.
15763 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
15765         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15766         these if the appropriate directories and files to not exist.
15768 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
15770         * Makefile.in (DEVO_SUPPORT): Add config.if.
15772 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15774         * configure: Add pattern to replace "build_tooldir"'s
15775         definition in the generated Makefile with "tooldir"'s
15776         actual value.
15778 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
15780         * config.sub: Bring back lost sparcv9.
15782         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15784 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
15786         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15787         CC_FOR_TARGET and friends.
15789 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
15791         * Makefile.in (build_tooldir): New variable, same as tooldir.
15792         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15793         -B$(build_tooldir)/bin/.
15794         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15796 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15798         * README: Remove installation instructions and refer to the
15799         INSTALL directory instead.
15801 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
15803         * config.sub: Add support for i[34567]86-pc-udk.
15804         * configure.in: Likewise.
15806 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
15808         * Makefile.in: add bzip2 package building bits for user
15809         tools module
15810         * configure.in: ditto
15812 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
15814         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15815         (ALL_TARGET_MODULES): Add all-target-libobjc.
15816         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15817         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15818         (all-target-libchill): Add dependencies.
15819         * configure.in (target_libs): Add libchill.
15821 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
15823         * configure.in (target_subdir): Remove duplicate line.
15825 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
15827         * Makefile.in (all-automake): fix dependencies.
15829 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
15831         * configure.in: Minor cleanups for building in the $(target_alias)
15832         subdir.
15834 1998-09-22  Jim Wilson  <wilson@cygnus.com>
15836         * Makefile.in (bootstrap): Set r and s before make all.  Use
15837         BASE_FLAGS_TO_PASS in make all.
15838         (cross): Likewise.
15840 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
15842         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15844 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
15846         * config.sub: Fix typo in last change.
15848 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15850         * config.sub: Add support for C4x target.
15851         * configure.in: Likewise.
15853 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
15855         * config.sub: Recognize sparcv9 just like sparc64.
15857 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
15859         * config.guess: Match "Pent II" or "PentII" for OpenServer.
15861 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
15863         * config.guess: Correctly identify Pentium II sco boxes.
15865         * config.guess: Fix "tr" code.  From Weiwen Liu.
15867 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
15869         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15870         stabs.
15872 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
15874         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15875         (ALL_TARGET_MODULES): Add all-target-libchill.
15876         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15877         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15878         (all-target-libchill): Add dependencies.
15879         * configure.in (target_libs): Add libchill.
15881 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15883         * config.guess: Avoid assumptions about "tr" behaves when
15884         LANG is set to something other than English.
15886 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
15888         * configure (gxx_include_dir): Changed to
15889         '${prefix}/include/g++'-${libstdcxx_interface}.
15891         * config.if: New to determine the interfaces.
15893 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
15895         * config.guess: Detect and handle MPE/IX.
15896         * config.sub: Deal with MPE/IX.
15898 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
15900         * configure.in: Use mh-aix43.
15902 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
15904         * configure: Fix --without/--disable cases for gxx-include-dir.
15906 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
15908         * mdata-sh:  Imported.  Needed for automake support.
15910 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
15912         * Makefile.in (taz): Try "chmod -R og=u ." before
15913         "chmod og=u `find . -print`".
15915 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
15917         * configure.in: Add arm-elf and thumb-elf support.
15919 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
15921         * Makefile.in: Undo previous patch.
15923 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
15925         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15926         to here ...
15927         (install-no-fixedincludes): and here
15928         (INSTALL_MODULES): ... from here.
15930 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15932         * config.sub: Merge with FSF.
15934         * config.guess: Merge with FSF.
15936 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
15938         * configure (extraconfigdirs): New variable.
15939         (SUBDIRS): Add extraconfigdirs and recurse on them too.
15940         * Makefile.in (all): Move higher in file.
15941         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15942         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15943         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15944         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15945         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15947 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
15949         * Makefile.in (all-target-libjava): Depend on all-gcc and
15950         all-target-newlib.
15951         (configure-target-libjava): Depend on $(ALL_GCC).
15953 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
15955         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15956         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15958 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
15960         * INSTALL/README: Fix typo.
15962 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15964         * ylwrap: Change absolute path checks to check for DOS style path
15965         names.
15967         * ylwrap: Don't use a full path name if the source file is in the
15968         same directory.  From hjl@lucon.org (H.J. Lu).
15970         * config-ml.in: Default to being verbose, to match Feb 18 change to
15971         configure.
15973 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
15975         Brought over from egcs:
15977         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15979         * configure.in (target_subdir): Set to ${target_alias} instead
15980         of "libraries".
15982         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15984         * configure.in (target_subdir): Set to libraries if enable_multilib.
15986 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
15988         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15989         multilibs, force reconfiguration the first time we create
15990         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15992 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
15994         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15995         avoid confusion with --no-recursion.
15997 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
15999         * configure.in: Win32 hosts shouldn't use install -x
16000         * install-sh: remove -x option, and special .exe-handling
16001         hack.
16003 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
16005         * config.guess: Recognize i586-pc-beos.
16006         * configure.in: Don't build some bits for beos.
16008 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16010         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16011         CFLAGS default to -O2.
16013         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16014         when using GNU ld.
16016 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
16018         * ltmain.sh: Correct install when using a different shell.
16020 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16022         * ltconfig, ltmain.sh: Update to libtool 1.2b.
16024 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
16026         * makefile.vms: Update to build binutils/makefile.vms.  Add install
16027         target.
16029 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
16031         * ltconfig: Update to correct AIX handling.
16033 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16035         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16037         * configure.in (target_subdir): Set to ${target_alias} instead
16038         of "libraries".
16040 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
16042         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16043         (Makefile): Depend on $(gcc_version_trigger).
16045         * configure (gcc_version): Change default initializer to empty
16046         string.
16047         (gcc_version_trigger): New variable; pass this variable down
16048         to subdir configures to enable them checking gcc's version
16049         themselves. Emit make macros for both gcc_version vars.
16050         (topsrcdir): Initialize reliably.
16051         (recursion line): Remove --with-gcc-version=${gcc_version}.
16053 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16055         * configure (enable_version_specific_runtime_libs): Implement new flag
16056         --enable-version-specific-runtime-libs which installs C++ runtime stuff
16057         in $(libsubdir); emit definition in each generated Makefile.
16058         (gxx_include_dir): Initialize depending on
16059         $enable_version_specific_runtime_libs.
16061 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16063         * configure (gcc_version): Initialize properly depending on
16064         how and where configure is started.
16065         (recursion line): Pass a --with-gcc-version=${gcc_version}
16066         to configures in subdirs.
16068 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
16070         * configure.in (noconfigdirs): Add configure pattern for mips tx39
16071         cygmon
16073 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
16075         * configure.in: Add cygmon and libstub support for mn10200.
16077 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
16079         * configure (gcc_version): Add new variable describing the
16080         particular gcc version we're building.
16081         * Makefile.in (libsubdir): Add new macro for the directory
16082         in which the compiler finds executables, libraries, etc.
16083         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16084         and libsubdir.
16086 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16088         * Makefile.in (local-clean): Remove *.log.
16089         (warning.log): Built with warn_summary from build.log.
16090         (mail-report.log): Run test_summary.
16091         (mail-report-with-warnings.log): Run test_summary including
16092         warning.log in the report.
16094 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16096         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16098 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16100         * Makefile.in (grep): Grep no longer depends on libiberty.
16102 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16104         * Makefile.in: all-snavigator needs all-libgui.
16106 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16108         * configure.in: Add cygmon and libstub support for mn10300.
16110 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16112         * missing: Update to version from automake 1.3.
16114         * ltmain.sh: On installation, don't get confused if the same name
16115         appears more than once in the list of library names.
16117 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16119         * config.sub: Accept m68060 and m5200 as CPU names.
16121 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16123         * configure: Use && rather than using -a in test, because odd
16124         strings can confuse test.
16125         * configure.in: Likewise.
16127 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16129         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16131 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16133         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16134         bootstrap4-lean): New targets.
16136 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16138         * mpw-* Delete.  Not used.
16140 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16142         * COPYING.LIB: Update FSF address.
16144 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16146         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16148         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16149         GAS_SUPPORT_DIRS.
16151 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16153         * ltconfig, ltmain.sh: Avoid producing a version number if
16154         -version-info was not used.
16156 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16158         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16159         building with newlib.
16161 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16163         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16164         Solaris `make' causes it to continue to next definition.
16166 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16168         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16169         the right GUI libraries and files are installed along with GDB.
16171 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16173         * configure.in: Change alpha to alpha* in several places.
16175 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16177         * config.sub: Recognize sparc86x.
16179 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16181         * configure.in (--enable-target-optspace): Remove debug echo.
16183 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16185         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16187 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16189         * ltconfig: Update cygwin32 support.
16191         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16192         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16193         (GDB_SUPPORT_DIRS): Likewise.
16195 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16197         * configure.in (target_makefile_frag): If --enable-target-optspace,
16198         use -Os to compile target libraries rather than -O2.  Default to
16199         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16200         not used.
16201         * configure.in (target_cflags): Ditto for d30v.
16203 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16205         * Makefile.in (all-bfd): Depend on all-intl.
16206         (all-binutils): Likewise.
16207         (all-gas): Likewise.
16208         (all-gprof): Likewise.
16209         (all-ld): Likewise.
16211 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16213         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16215 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16217         * Makefile.in (all-bfd): Depend upon all-libiberty.
16219         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16221 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16223         * Makefile.in: Add libstub.
16225         * configure.in: Ditto. Build libstub for targets that have cygmon
16226         support.
16228 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16230         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16232 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16234         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16235         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16237 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16239         * configure: Define DEFAULT_M4 by searching PATH.
16240         * Makfile.in: Use DEFAULT_M4.
16242 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16244         * ltconfig: Add cygwin32 support.
16246         * Makefile.in, configure.in: Add libtool as a native only directory
16247         to configure and build.
16249 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16251         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16253 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16255         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16257 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16259         * Makefile.in: add ash make rules
16260         * configure.in: add ash to native_only and host_tools lists
16262 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16264         * Makefile.in (all-gettext, all-intl): New targets.
16265         (ALL_MODULES): Added all-gettext, all-intl.
16266         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16267         (INSTALL_MODULES): Added install-gettext, install-intl.
16268         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16270         * configure.in (host_tools): Added gettext.
16271         (native_only): Likewise.
16272         (noconfigdirs) [various cases]: Likewise.
16273         (host_libs): Added intl.
16275 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16277         * configure: Do not disable building gdbtk for cygwin32 hosts.
16279 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16281         * configure.in: Add thumb-coff target.
16282         * config.sub: Add thumb-coff target.
16284 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16286         * Makefile.in: Revert yesterday's change.
16287         (all-target-winsup):  all-target-librx stays out of here.
16289 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16291         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16292         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16293         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16294         Remove references to librx and libg++.
16296 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16298         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16299         recursive makes
16301 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16303         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16304         for newlib directory.
16305         (CXX_FOR_TARGET): Likewise.
16307 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16309         * ltconfig: Update after libtool/ltconfig.in change for
16310         hpux11.
16312 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16314         * ltconfig, ltmain.sh: Update to libtool 1.2.
16316 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16318         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16319         (install-gcc-cross): Instead, override LANGUAGES here.
16321 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16323         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16324         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16326 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16328         * configure.in: Add Thumb-pe target.
16330 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16332         * Makefile.in - changed sn targets to snavigator
16333         * configure.in - changed sn targets to snavigator
16335 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16337         * config-ml.in: After building symlink tree call make distclean
16338         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16339         to be the case for libiberty.
16341 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16343         * configure: When making link, also check the current
16344         directory. The configure scripts may create one.
16346 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16348         * config.sub: Accept alphapca56 and alphaev6 properly.
16350 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16352         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16354 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16356         * config.sub (sco5): Fix typo.
16358 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16360         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16361         install-itcl.
16362         (install-itcl): Remove dependency on install-tcl.
16364 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16366         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16368 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16370         * configure.in: Don't build libgui for a cygwin32 target when not on
16371         a cygwin32 host.
16373 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16375         * configure (redirect): Set to null, so default behavior of
16376         configure is now --verbose.
16378 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16380         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16381         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16383 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16385         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16386         this change to sync Makefile.in with its ChangeLog entries.
16388 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16390         * ltmain.sh (mkdir): Check that the directory doesn't exist
16391         before we exit with error, so that we don't get races during
16392         parallel builds.
16394 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16396         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16398 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16400         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16401         PICFLAG_FOR_TARGET.
16402         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16404         * configure: Emit a definition for the new macro enable_shared
16405         into each Makefile.
16407 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16409         * configure.in (host_tools, native_only): Add libtool.
16411 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16413         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16414         Fix typo in ming config comment.
16416 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16418         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16420 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16422         * config.sub: Add tic30 cases, and map c30 to tic30.
16424 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16426         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16427         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16428         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16429         (CLEAN_TARGET_MODULES): Similarly
16430         (all-target-libf2c): Add dependences.
16431         * configure.in (target_libs): Add libf2c.
16433 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16435         * configure.in: Remove expect from noconfigdirs when target
16436         is cygwin32.  OK to build expect and dejagnu with Canadian
16437         Cross.
16439 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16441         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16442         host.
16444         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16445         and mingw32.
16447 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16449         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16450         here as it is not defined in the toplevel Makefile.
16452 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16454         * configure (package_makefile_rules_frag): New variable, which names
16455         a file with generic rules, ...
16456         Change comment to mention we now have FIVE parts.
16457         * configure: Undo last change.
16459 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16461         * config.guess: More accurate determination of HP processor types.
16462         * config.sub: More accurate determination of HP processor types.
16464 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16466         * configure (package_makefile_frag): Move inserting the
16467         ${package_makefile_frag} to where it should be according
16468         to the comment.
16470 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
16472         * config.guess: Add support for Linux/ARM.
16474 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
16476         * .cvsignore: Remove *-info and *-install since they match
16477         release-info and mpw-install, which we don't want to just ignore.
16479 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
16481         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16483 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
16485         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16486         local_prefix to sub-make invocations.
16488 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
16490         * configure.in: Check makefile fragments in the source
16491         directory.
16493 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16495         * configure.in: Check whether host and target makefile
16496         fragments exist before adding them to *_makefile_frag.
16498 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
16500         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16502 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
16504         * configure.in: Make sure we only replace RPATH_ENVVAR on
16505         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16506         regexp to sed.
16508         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16509         to sub-makes.
16511 1998-01-13  Lee Iverson   (leei@ai.sri.com)
16513         * config-ml.in (multi-do): LDFLAGS must include multilib
16514         designator.
16516 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
16518         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16520 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
16522         * config.sub: Add mingw32 support.
16523         * configure.in: Likewise.
16525 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16527         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16529 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
16531         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16532         * configure (gxx_include_dir): Provide a definition for subdirs
16533         which do not use autoconf.
16535 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
16537         * config.guess: Sync with egcs.  Picks up new alpha support,
16538         BeOS & some additional linux support.
16540 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
16542         * config.guess: HP 9000/803 is a PA1.1 machine.
16544 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
16546         * configure.in: It's alpha*-...
16548 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16550         * configure.in (host_makefile_frag, target_makefile_frag):
16551         Handle multiple config files.
16552         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16553         alpha-*-*.
16555 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
16557         * mkdep: New file.
16559 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
16561         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16563 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16565         * Makefile.in: Add libgui directory.
16566         (GDB_TK): Add all-libgui.
16567         * configure.in: Add libgui directory.
16568         * configure: Add all-libgui to GDB_TK.
16570 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
16572         * config-ml.in (multidirs): Add m32r to multilib list.
16574 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
16576         * Makefile.in (all-target-gperf): Change dependency to
16577         all-target-libstdc++.
16579 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
16581         * config.guess: Add BeOS support.
16583 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16585         Source directory cvs renamed to cvssrc:
16586         * configure.in (host_tools): Change cvs to cvssrc.
16587         (native_only): Likewise.
16588         (noconfigdirs) [various cases]: Likewise.
16589         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16590         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16591         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16592         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16593         (all-cvssrc): Rename target from all-cvs.
16595 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16597         * configure (gxx_include_dir): Fix thinko.
16599 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
16601         * Makefile.in (INSTALL_TARGET_CROSS): Define.
16602         (install-cross, install-gcc-cross): New targets.
16604 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
16606         * configure.in (noconfigdirs): Add support for Thumb target.
16608         * config.sub (maybe_os): Add support for Thumb target.
16610 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
16612         * Makefile.in: Add rules for cygmon.
16614         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16616 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
16618         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16619         * configure (gxx_include_dir): Provide a definition for subdirs
16620         which do not use autoconf.
16622 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
16624         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16625         11/18/97 build
16627 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
16629         * From Franz Sirl.
16630         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16631         found on RedHat Linux systems.
16633 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
16635         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16636         guesses.
16638 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16640         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16642 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16644         * ltmain.sh: If mkdir fails, check whether the directory was created
16645         anyhow by some other process.
16647 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16649         * configure.in (d30v-*-*): Configure all directories.
16651 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16653         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16654         for the D30V.
16656 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16658         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16660 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16662         * include/libiberty.h: Add extern "C" { so it can be used with C++
16663         progrms.
16664         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
16665         programs.
16667 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16669         * configure.in (d30v-*-*): Configure GCC now.
16671 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16673         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16674         is no longer needed.
16676 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16678         * Makefile.in: check-target-libio depends on all-target-libstdc++.
16680 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16682         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16683         targets using "$@" to provide support for similar but not identical
16684         targets without having to duplicate code.
16686 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16688         * makefile.vms: Fix to work with DEC C.
16690 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16692         * config.sub: Add mips-tx39-elf to marketing names.
16694 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16696         * ltmain.sh: Handle symlinks in generated script.
16698 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16700         * configure: Handle autoconf style directory options: --bindir,
16701         --datadir, --includedir, --infodir, --libdir, --libexecdir,
16702         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16703         --sysconfdir.
16704         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16705         (sharedstatedir, localstatedir, oldincludedir): New variables.
16706         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16707         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16708         sbindir, sharedstatedir, and sysconfdir.
16710 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16712         * Makefile.in (bootstrap-lean): New target.
16714 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16716         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16717         sn, and gnuserv from noconfigdirs.
16719 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
16721         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16723 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
16725         * Makefile.in (cross): New target.
16727 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
16728                           Jeff Law         <law@cygnus.com>
16730         * Makefile.in (bootstrap2, bootstrap3): New targets.
16731         (all-bootstrap): Remove outdated and confusing target.
16732         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16734 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16736         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16737         windows.  Consistent with gdb/configure.
16739 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
16741         * configure.in: Name Linux target fragment.
16743         * configure: Rewrite so that project Makefile fragment is inserted
16744         first and appears last in the resulting Makefile.
16746 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16748         * Makefile.in (install-itcl): Install tcl first.
16750 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
16752         * configure.in: remove bison from noconfigdirs for Cygwin32 host
16754 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16756         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16758         * configure.in (skipdirs): Add target-librx for Linux.
16759         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16761 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
16763         * Makefile.in (bootstrap): New target.
16765 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
16767         * config.sub: Accept 'amigados' for backward compatibility.
16769 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
16771         * config.guess: Merge with FSF.
16773 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
16775         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16777 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
16779         * config.sub: Add "marketing-names" patch.
16781 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
16783         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16785 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
16787         * config.sub: Handle v850-elf.
16789 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
16791         * .cvsignore (*-install): Remove.
16793 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
16795         * ltconfig: Set CONFIG_SHELL in libtool.
16796         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16798 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16800         * configure.in (target_subdir): Set to libraries if enable_multilib.
16802 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
16804         * config.guess: Update from gcc directory.
16806 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16808         * Makefile.in (all-sim): Depends on all-readline.
16810 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
16812         * Makefile.in (BISON, YACC): Use $$s.
16813         (all-bison): Depend on all-texinfo.
16815 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
16817         * Makefile.in (BISON): Add -L flag.
16818         (YACC): Likewise.
16820 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16822         * configure.in (noconfigdirs): Add support for v850e target.
16824         * config.sub (maybe_os): Add support for v850e target.
16826 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16828         * configure.in (noconfigdirs): Add support for v850ea target.
16830         * config.sub (maybe_os): Add support for v850ea target.
16832 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
16834         * config.sub: Add mipstx39.  Delete r3900.
16836 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16838         * Makefile.in (all-autoconf): Depends on all-texinfo.
16840 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
16842         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16843         eabi targets.
16845 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
16847         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16849         * configure: When handling a Canadian Cross, handle YACC as well as
16850         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
16851         * Makefile.in (all-bison): Depend upon all-texinfo.
16853 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
16855         * Makefile.in (BISON): bison, not byacc or bison -y.
16856         (YACC): bison -y or byacc or yacc.
16857         (various): Add *-bison as appropriate.
16858         (taz): No need to mess with BISON anymore.
16860 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
16862         * configure: If OSTYPE matches *win32*, try to find a good value for
16863         CONFIG_SHELL.
16865 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
16867         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16868         configure.in if it is present.
16870 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
16872         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16874 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
16876         * config.sub: Recognize `arc' cpu.
16877         * configure.in: Likewise.
16878         * config-ml.in: Likewise.
16880 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
16882         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16884 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
16886         * configure: Changed sed delimiter from ':' to '|' when
16887         attempting to substitute ${config_shell} for SHELL. On
16888         NT ${config_shell} may contain a ':' in it.
16890 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
16892         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16894 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
16896         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16898 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16900         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16902         * ylwrap: If the program is a relative path, force it to be
16903         absolute.
16905 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16907         * configure (tooldir): Set BISON to `bison -y' and not just bison.
16909 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16911         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16912         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16913         for libraries.
16915 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
16917         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16918         separated by spaces.
16920 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
16922         * ylwrap: New file.
16923         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16925         * ltmain.sh: Handle /bin/sh at start of install program.
16927         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16929         * ltconfig, ltmain.sh: New files, from libtool 1.0.
16930         * missing: New file, from automake 1.2.
16932 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
16934         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
16935         check-tk to CHECK_X11_MODULES.
16937 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16939         * config.sub: Merge with FSF.
16941 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16943         * config.guess: Merge with FSF.
16945 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16947         * configure: Treat msdosdjgpp like go32.
16948         * configure.in: Likewise.  Don't remove gprof for go32.
16950         * configure: Change Makefile.tem2 to Makefile.tm2.
16952 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
16954         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16956 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16958         * install-sh (chmodcmd): Set to null if the DST directory already
16959         exists.  Same as Nov 11th change.
16961 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
16963         * configure (GDB_TK): Needs itcl and tix.
16965 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
16967         * config.guess: Update from FSF.
16969 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
16971         * Makefile.in (GDB_TK): Depend on itcl and tix.
16973 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16975         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16976         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16977         (INSTALL_SCRIPT): New variable.
16978         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16979         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16980         to -x.
16981         * install-sh: Add support for -x option.
16983 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
16985         * configure.in, Makefile.in: Treat tix like itcl.
16987 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
16989         * Makefile.in (WINDRES): New variable.
16990         (WINDRES_FOR_TARGET): New variable.
16991         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16992         (EXTRA_HOST_FLAGS): Add WINDRES.
16993         (EXTRA_TARGET_FLAGS): Add WINDRES.
16994         (EXTRA_GCC_FLAGS): Add WINDRES.
16995         ($(DO_X)): Pass down WINDRES.
16996         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16997         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16998         DLLTOOL_FOR_TARGET.
17000 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
17002         * configure.in: configure sim before gdb for win32-x-ppc
17004 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17006         Move gperf into the toplevel, from libg++.
17007         * configure.in (target_tools): Add target-gperf.
17008         (native_only): Add target-gperf.
17009         * Makefile.in (all-target-gperf): New target, depend on
17010         all-target-libg++.
17011         (configure-target-gperf): Empty rule.
17012         (ALL_TARGET_MODULES): Add all-target-gperf.
17013         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17014         (CHECK_TARGET_MODULES): Add check-target-gperf.
17015         (INSTALL_TARGET_MODULES): Add install-target-gperf.
17016         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17018 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
17020         * config.sub (mn10200): Recognize new basic machine.
17022 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17024         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17025         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17027 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17029         * configure.in: If we're building mips-sgi-irix6* native, turn on
17030         ENABLE_MULTILIB and set TARGET_SUBDIR.
17032 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
17034         * Makefile.in (all-sn): Depend on all-grep.
17036 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
17038         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17040         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17041         Makefile.  From Jeff Makey <jeff@cts.com>.
17042         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17044         * Makefile.in (DISTBISONFILES): Remove.
17045         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
17046         $(DEFAULT_YACC).
17048         * configure.in: Build itl, db, sn, etc., when building for native
17049         cygwin32.
17051         * Makefile.in (LD): New variable.
17052         (EXTRA_HOST_FLAGS): Pass down LD.
17053         ($(DO_X)): Likewise.
17055 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
17057         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17059 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
17061         * configure.in (targargs): Strip out any supplied --build argument
17062         before adding our own. Always add --build.
17064 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
17066         * configure.in (targargs): Pass --build if we're doing
17067         a cross-compile.
17069 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
17071         * configure: Use '|' instead of ":" as the separator in
17072         sed. Otherwise sed chokes on NT path names with drive
17073         designators. Also look for "?:*" as the leading characters in an
17074         absolute pathname.
17076 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
17078         * config.sub: Support for r3900.
17080 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17082         * configure.in: Use install-sh, not install.sh.
17084 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17086         * Makefile.in (taz): Improve check for BISON so it doesn't try to
17087         apply it twice.
17089 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17091         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17092         install-binutils.
17094 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17096         * Makefile.in: Add automake targets.
17097         * configure.in (host_tools): Add automake.
17099 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17101         * configure: Default CXX to c++, not gcc.
17102         * Makefile.in (CXX): Set to c++, not gcc.
17103         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17105 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17107         * install-sh: try appending a .exe if source file doesn't
17108         exist
17110 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17112         * configure.in: Turn on multilib by default.
17113         (cross_only): Remove target-libiberty.
17115         * Makefile.in (all-gcc): Don't depend on libiberty.
17117 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17119         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17121 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17123         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17124         (DISTBISONFILES): Add ld/Makefile.in
17126 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17128         * configure.in: if target is cygwin32 but host isn't cygwin32,
17129         don't configure gdb tcl tk expect, not just gdb.
17131 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17133         * configure.in: Added gnuserv everywhere sn appears.
17135         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17136         (CROSS_CHECK_MODULES): Added check-gnuserv.
17137         (INSTALL_MODULES): Added install-gnuserv.
17138         (CLEAN_MODULES): Added clean-gnuserv.
17139         (all-gnuserv): New target.
17141 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17143         * config.guess: Fixes for MIPS OpenBSD systems.
17145 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17147         * Makefile.in (INSTALL_XFORM): Remove.
17148         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17150         * mkinstalldirs: New file, copied from automake.
17151         * Makefile.in (installdirs): Rename from install-dirs.  Use
17152         mkinstalldirs.  Change all users.
17153         (DEVO_SUPPORT): Add mkinstalldirs.
17155 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17157         * install-sh: Rename from install.sh.
17158         * Makefile.in (INSTALL): Change install.sh to install-sh.
17159         (DEVO_SUPPORT): Likewise.
17161         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17162         Graichen <graichen@rzpd.de>.
17164 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17166         * config.guess: Recognize OpenBSD systems correctly.
17168 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17170         * README, Makefile.in (ETC_SUPPORT): Remove references to
17171         cfg-paper*, configure.{texi,man,info*}._
17173 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17175         * Makefile.in (all.normal): Ensure that gcc is built after all
17176         the x11 - ie gdb - targets.
17178 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17180         * makefile.vms: Don't run conf-a-gas.
17182 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17184         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17186 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17188         * configure.in: Remove noconfigdirs case since gdb also
17189         configures and builds for tic80-coff.
17191 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17193         * configure: Set cache_file to config.cache.
17194         * Makefile.in (local-distclean): Remove config.cache.
17196 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17198         * COPYING: Update FSF address.
17200 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17202         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17203         noconfigdirs.
17205 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17207         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17208         MAKEDIRS, is empty.
17210 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17212         * config.sub: Tweak mn10300 entry.
17214 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17216         * configure.in (host_tools): Put sim before gdb, so gdb's
17217         configure.tgt can determine if the simulator was configured.
17219 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17221         * config.sub: Move BeOS $os case to be with other Cygnus
17222         local cases.
17224 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17226         * config.sub: Remove misplaced comment that broke Linux.
17228 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17230         * config.sub: Add BeOS support.
17232 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17234         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17236 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17238         * configure.in (noconfigdirs): Remove tcl and tk from
17239         noconfigdirs for cygwin32 builds.
17241 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17243         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17245 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17247         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17248         make-all.com, use makefile.vms instead.
17250 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17252         * config.sub: Accept -lnews*.
17254 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17256         * configure.in (noconfigdirs): Disable target-newlib,
17257         target-examples and target-libiberty for d30v.
17259 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17261         * configure.in (noconfigdirs): Enable ld for d30v.
17263 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17265         * configure.in (tic80-*-*): Build compiler.
17267 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17269         * configure.in (d30v-*): Remove sim directory from list of
17270         unsupported d30v directories
17272 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17274         * config.sub, configure.in: Add d30v target cpu.
17276 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17278         * makefile.vms: New file.
17279         * make-all.com: Remove.
17281 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17283         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17285 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17287         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17289 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17291         * Makefile.in (ALL_MODULES): Added all-db.
17292         (CROSS_CHECK_MODULES): Addec check-db.
17293         (INSTALL_MODULES): Added install-db.
17294         (CLEAN_MODULES): Added clean-db.
17296 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17298         * config.guess: Merge with latest FSF sources.
17300 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17302         * Makefile.in (ALL_MODULES): Added all-itcl.
17303         (CROSS_CHECK_MODULES): Added check-itcl.
17304         (INSTALL_MODULES): Added install-itcl.
17305         (CLEAN_MODULES): Added clean-itcl.
17307 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17309         * configure.in: build gdb for mn10200
17311 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17313         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17315 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17317         * configure.in (tic80-*-*): Turn off most targets right now.
17319 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17321         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17322         rather than the makeinfo program.
17323         (do-info): Depend upon all-texinfo.
17325 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17327         * configure.in: Remove uses of config/mh-linux.
17329         * config.sub, config.guess: Merge with latest FSF sources.
17331 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17333         * config.sub (case $basic_machine): Add tic80 entries.
17335 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17337         * config.sub, config.guess: Merge with latest FSF sources.
17339 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17341         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17342         * mpw-config.in: Test for NewFolderRecursive.
17343         * mpw-install: Use symbolic name for startup filename.
17344         * mpw-README: Add various additional details.
17346 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17348         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17350 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17352         * configure.in: Do build gcc and the target libraries for
17353         the mn10200.
17355 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17357         * configure.in: don't avoid building gdb for mn10300 any more
17358         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17359         instead of single-quoting it.
17361 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17363         * configure.in: Don't use --with-stabs on IRIX 6.
17365 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17367         * configure.in (m32r): Build gdb, libg++ now.
17369 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17371         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17372         directories from noconfigdirs.
17374 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17376         * config.sub (basic_machine): added mips16 configuration
17378 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17380         * config.sub: Handle d10v-unknown.
17382 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17384         * config.sub: Handle v850-unknown.
17386 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17388         * Makefile.in: add findutils
17389         * configure.in: add findutils to list of host_tools
17391 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17393         * config.sub: Handle mn10200 and mn10300.
17395 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17397         * configure.in (d10v-*): Do not build librx.
17399 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17401         * configure.in (mn10300): Build everything except gdb & libgloss.
17403 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17405         * config.guess:  Patch for Dansk Data Elektronik servers,
17406         from Niels Skou Olsen <nso@dde.dk>.
17408         For ncr, use /bin/uname rather than uname, since GNU uname does not
17409         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17411         Patch for MIPS R4000 running System V,
17412         from Eric S. Raymond <esr@snark.thyrsus.com>.
17414         Fix thinko for nextstep.
17416         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17418         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17419         * config.guess: Guess mips-dec-mach_bsd4.3.
17421         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17422         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17423         release numbers.
17424         * config.guess (mips-mips-riscos*):  Emit just enough of the
17425         release number.
17427         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17428         * config.guess (sparc-auspex-sunos*):  Added.
17429         (f300-fujitsu-*): Added.
17431         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17432         * config.guess:  Recognize a Tadpole as a sparc.
17434 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17436         * config.guess: Don't assume that NextStep version is either 2 or
17437         3.  NextStep 4 (aka OpenStep 4) has come out now.
17439 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17441         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17442         From Rik Faith <faith@cs.unc.edu>.
17444 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17446         * config.sub: Contributions from bug-gnu-utils to:
17447         Support plain "hppa" (no version given) architecture, reported by
17448         OpenStep.
17449         OpenBSD like NetBSD.
17450         LynxOs is not a hardware supplier.
17452         * config.guess: Contributions from bug-gnu-utils to add support for:
17453         OpenBSD like NetBSD.
17454         Stratus systems.
17455         More Pyramid systems.
17456         i[n>4]86 Intel chips.
17457         M680[n>4]0 Motorola chips.
17458         Use unknown instead of lynx for hardware manufacturer.
17460 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17462         * install.sh (chmodcmd): Set to null if the DST directory already
17463         exists.
17465 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17467         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17468         not use mt-ppc target Makefile fragment any more.
17470 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17472         * configure.in (*-*-windows):  Exclude everything but those dirs
17473         needed to build windows.
17475 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
17477         * Makefile.in (all-target-winsup): Depend on all-target-librx.
17479 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17481         * configure.in:  Exclude mmalloc from i386-windows.
17483 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17485         * Undo my previous change.
17487 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
17489         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17490         unconditionally.
17491         (MAKEOVERRIDES): Define (revert this part of October 18 change).
17493 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17495         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
17496         host to add it's own flags.
17498 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
17500         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17502 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
17504         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17505         (CXX_FOR_TARGET): Likewise.
17506         (GCC_FOR_TARGET): Define.
17507         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17508         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17509         CC_FOR_TARGET was specified on the command line.
17510         (MAKEOVERRIDES): Don't define.
17512 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
17514         * configure.in (m32r): Fix spelling of libg++ libs.
17516 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
17518         * config.sub (-apple*): Remove, now redundant.
17520 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
17522         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17524         * configure: Rework yesterday's sed script patch.
17526         * config.sub: Merge with FSF.
17528 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
17530         * config.guess:  Merge from FSF.
17532         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
17533         * config.guess: Use pc instead of unknown, for pc clone systems.
17534         Change linux to linux-gnu.
17536         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17537         * config.guess: Avoid non-portable tr syntax.
17539 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
17541         * test-build.mk (HOLES): Add "xargs" for gdb.
17543         * configure: Avoid hpux10.20 sed bug.
17545 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
17547         * configure.in:  Add support for windows host
17548         (that is a build done under the Microsoft build environment).
17550 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
17552         * Makefile.in: Replace all uses of srcroot with s, to shrink
17553         command line lengths.
17555         Patches from Geoffrey Noer <noer@cygnus.com>:
17556         * configure.in: If configuring for newlib, pass --with-newlib to
17557         subdirectories.
17558         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17559         -Bnewlib/ and -Lwinsup to gcc.
17560         (CXX_FOR_TARGET): Likewise.
17562 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17564         * Makefile.in (ETC_SUPPORT): Add configure.
17566 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
17568         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17569         host configuration file.
17571 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
17573         * configure.in: Break mn10x00 support into separate
17574         mn10200 and mn10300 configurations.
17575         * config.sub: Likewise.
17577 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
17579         * configure.in: Add lots of stuff to noconfigdirs for
17580         the mn10x00 targets.
17582         * config.sub, configure.in: Add mn10x00 support.
17584 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
17586         * make-all.com: Call conf-a-gas, not config-a-gas.
17588 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
17590         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17591         targets.
17593 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
17595         * mpw-README: Add much more detail for native PowerMac.
17596         * mpw-install: New file.
17597         * mpw-configure: Add --norecursion and --help options.
17598         * mpw-config.in: Translate readme and install files when
17599         copying to objdir.
17600         * mpw-build.in: Don't always depend on byacc and flex.
17601         (install-only-top): New action.
17603 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
17605         * configure.in:  You can now configure GDB for the v850.
17607 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
17609         * configure.in (noconfigdirs): Don't configure any C++ dirs
17610         if targeting D10V.
17612 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17614         * config.sub: Recognize mips64vr5000.
17616 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
17618         * configure.in: Use a single line for host_tools and native_only.
17620 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
17622         * config.sub, configure.in: Add entries for m32r.
17624 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
17626         * Makefile.in (inet-install): Don't run install-gzip.
17628 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
17630         * configure.in:  Don't config lots of things for *-*-windows*.
17632 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
17634         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17635         (host_libs, host_tools): Copy from configure.in.
17636         * mpw-configure: Don't complain about directories not found.
17638 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17640         * configure.in (i[345]86): Recognize i686 for pentium pro.
17641         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17642         file.
17644         * config.guess (i[345]86): Ditto.
17646 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17648         * configure.in (noconfigdirs): Removed gdb for D10V.
17650 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17652         * configure.in: Remove ld, target-libio, target-libg++, and
17653         target-libstdc++ from noconfigdirs.
17655 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17657         * configure: Fix three locations where shell scripts were
17658         being run directly rather than with config_shell.
17660 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17662         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17663         * config.sub (basic_machine): Recognize v850.
17665 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17667         * mpw-configure: Handle multiple enable/disable options and
17668         pass them down recursively, handle -c and -s flags appropriately
17669         depending on choice of compiler, add escape mechanism for
17670         quoted arguments to gC.
17672 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17674         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17675         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17676         so that -mrelocatable-lib and -mno-eabi are used.
17678         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17679         not support --print-multi-lib, don't abort.
17681 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17683         * make-all.com: Run config-a-gas.
17684         * setup.com: Don't copy subdirectory files around.
17686 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17688         * configure.in (*-*-ose): Remove exclusion of libgloss for this
17689         target, it now compiles correctly.
17691 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17693         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17695 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17697         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17699 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17701         * configure.in (native_only): Add prms.
17703 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17705         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17706         (BINUTILS_SUPPORT_DIRS): Likewise.
17708 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17710         * configure.in (d10v-*-*): Don't configure ld or gdb until the
17711         d10v support is added.
17713 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17715         * configure.in (d10v-*-*): New target.
17717 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
17719         * config.guess (HP 9000/811): Recognize this as a PA1.1
17720         machine.
17722 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
17724         * Makefile.in (do-tar-gz): New target, split out from tail end of
17725         taz target.  Run each command separately, don't use pipes.
17726         (taz): Use it.
17728 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
17730         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17731         * mpw-build.in: No builds should depend on building byacc or flex,
17732         they are assumed to be installed already.
17734 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17736         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17737         variable that CC_FOR_TARGET needs.
17739 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17741         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17742         options have changed since the last time the subdirectory was
17743         configured, and if it has, reconfigure.
17744         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17745         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17747 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
17749         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17750         CLEAN_MODULES): Add bash.
17751         (all-bash): New target.
17753 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
17755         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17757 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17759         * config.sub (basic_machine): Recognize d10v as a valid processor.
17761 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
17763         * mpw-configure: Add support for --bindir.
17764         * mpw-build.in: Use a GCC-specific build script for GCC actions.
17766 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
17768         * configure.in: add bash, time, gawk to list of hosttools and things
17769         to only build for native toolchains
17771 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17773         * Makefile.in (docdir): Remove.
17775 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17777         * Makefile.in (datadir): Set to $(prefix)/share.
17779 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
17781         * configure.in: build diff and patch for cygwin32-hosted
17782         toolchains.
17784 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
17786         * config.sub: Accept -rtems*.
17788 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
17790         * configure.in: enable dosrel for cygwin32-hosted builds,
17791                 remove diff from the list of things not buildable
17792                 via Canadian Cross
17794 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
17796         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17797         don't get ". ".
17799 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
17801         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17803 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
17805         * Makefile.in (taz): Handle case where tex3patch didn't even get
17806         checked out.  Also, if it was found, put the symlink in a new util
17807         subdirectory.
17809 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17811         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17813 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
17815         * config.sub: Recognize -openvms.
17816         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17817         * make-all.com, setup.com: New files.
17819 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17821         * Makefile.in (taz): tex3patch moved to texinfo/util.
17823 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
17825         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17826         * configure.in: remove make from disable-if-Can-Cross list
17827                 enable gdb if ${host} and ${target} are cygwin32
17829 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
17831         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
17832         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17834 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17836         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
17837         distinguish sysv/svr4/bsd variants.
17838         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17840 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
17842         * configure.in: Added copyright notice.
17843         * move-if-change: Added copyright notice.
17845 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17847         * configure.in (powerpcle-*-solaris*): Until we get shared
17848         libraries working, don't build gdb, sim, make, tcl, tk, or
17849         expect.
17851 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
17853         * config.guess:  Merge with FSF:
17855         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17856         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17858         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17859         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17861         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
17862         * config.guess:  Combine two OSF1 rules.
17863         Also recognize field test versions.  From mjr@zk3.dec.com.
17864         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
17865         because GNU uname does not support -p.  From pmr@pajato.com.
17867 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
17869         * Makefile.in (MAKEDIRS): Removed $(tooldir).
17871 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
17873         * mpw-README: Document GCCIncludes.
17875 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
17877         * configure.in (alpha-*-linux*): Set enable_shared to yes.
17879 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17881         * mpw-configure: Handle --enable-FOO and --disable-FOO.
17883 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
17885         * configure.in (*-*-cygwin32): Configure make.
17887 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
17889         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17891 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
17893         * Makefile.in (all-inet): Depend on all-perl.
17895         * Makefile.in (inet-install): New target.
17897         * Makefile.in (all-inet): Depend on all-tcl.
17898         (all-inet): Depend on all-send-pr.
17900 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17902         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17903         temporarily.
17905 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
17907         * configure.in: Don't configure --with-gnu-ld on AIX.
17909 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17911         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17913 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
17915         * Makefile.in (ALL_MODULES): Added all-inet.
17916         (CROSS_CHECK_MODULES): Added check-inet.
17917         (INSTALL_MODULES): Added install-inet.
17918         (CLEAN_MODULES): Added clean-inet.
17919         (all-indent): New target.
17921         * configure.in (host_tools): Added inet.
17922         (native_only): Added inet.
17923         (noconfigdirs): Added inet.
17925 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
17927         * configure.in: Don't configure libgloss if we are not configuring
17928         newlib.
17930 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
17932         * configure.in: Don't configure libgloss for unsupported
17933         architectures.
17935 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17937         * Makefile.in (CLEAN_MODULES): Add clean-apache.
17939 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
17941         * Makefile.in (ALL_MODULES): Include all-apache.
17942         (CROSS_CHECK_MODULES): Include check-apache.
17943         (INSTALL_MODULES): Include install-apache.
17944         (all-apache): New target.
17946         * configure.in: Added apache everywhere perl is seen.
17948 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17950         * Makefile.in: Add support for clean-{module} and
17951         clean-target-{module} rules.
17953 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
17955         * configure.in (*-*-ose) do not build libgloss.
17957 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17959         * config.guess (prep*:SunOS:5.*:*): Turn into
17960         powerpele-unknown-solaris2.
17962 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
17964         * configure.in: Permit --enable-shared to specify a list of
17965         directories.
17967 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17969         * configure.in (host==solaris): Pass only the first word of $CC
17970         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17972 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17974         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17976 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
17978         * Makefile.in (ALL_MODULES): Include all-perl.
17979         (CROSS_CHECK_MODULES): Include check-perl.
17980         (INSTALL_MODULES): Include install-perl.
17981         (ALL_X11_MODULES): Include all-guile.
17982         (CHECK_X11_MODULES): Include check-guile.
17983         (INSTALL_X11_MODULES): Include install-guile.
17984         (all-perl): New target.
17985         (all-guile): New target.
17987         * configure.in (host_tools): Include perl and guile.
17988         (native_only): Include perl and guile.
17989         (noconfigdirs): Don't build guile and perl; no ports have been
17990         done.
17992 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
17994         * configure (--enable-*): Handle quoted option lists such as
17995         --enable-sim-cflags='-g0 -O' better.
17997 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17999         * Makefile.in ({,inst}all-target): New rule so we can make and
18000         install all of the target directories easily.
18002 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18004         * configure.in: Add missing global flag in sed substitution when
18005         deleting `target-' from ${configdirs}.
18007 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
18009         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18010         option.
18012         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18013         config/mh-necv4.
18015         * install.sh: Correct misspelling of transformbasename.
18017         * config.guess: Recognize mips-*-sysv*.
18019 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
18021         * config.sub: Recognize mon960.
18023 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
18025         * configure: Restore Canadian Cross handling of BISON and LEX,
18026         removed in Feb 20 change.
18028 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18030         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18031         Mention make install.  Remove the old copyright date as well the
18032         clumsy and rather pointless copyright on the README file.
18034 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18036         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18037         Makefile after running symlink-tree, then run `make distclean' to
18038         avoid clobbering any generated files in srcdir.
18040 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
18042         * configure.in (m68k-*-netbsd*): Build everything now.
18044 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18046         * Makefile.in (taz): Fix quoting.
18048 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
18050         * configure.in (sparclet-*-*): Build everything now.
18052 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18054         * configure.in (m68k-*-linux*): New host.
18056 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
18058         * configure: Check for bison before byacc.
18060 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
18062         * Makefile.in configure:  Change the way LEX and BISON/YACC are
18063         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
18064         searching PATH.  These are used as fallbacks by Makefile.in if
18065         flex/bison/byacc aren't in objdir.
18067 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
18069         * Makefile.in: Make everything which depends upon all-bfd also
18070         depend upon all-opcodes, in case --with-commonbfdlib is used.
18072 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18074         * configure.in (host *-*-cygwin32): Don't build gdb if we are
18075         building NT native compilers on Unix.
18077 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
18079         * configure.in: Don't get CC from the host Makefile fragment if we
18080         can find gcc in PATH, or if this is a Canadian Cross.  Move the
18081         Solaris test for /usr/ucb/cc to the post target script, just after
18082         the compiler sanity test.
18084 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
18086         * config.sub: Merge with FSF.
18088 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
18090         * Makefile.in (RPATH_ENVVAR): New variable.
18091         (REALLY_SET_LIB_PATH): Use it.
18092         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18094 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18096         * config.sub, configure.in: Recognize sparclet cpu.
18098 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18100         * config.guess:  Support m68k-cbm-sysv4.
18102 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18104         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18105         m68k-unknown-linuxaout from linker help string.  Put quotes around
18106         $ld_help_string.
18108 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18110         * config.guess (powerpc-harris-powerunix): Add guess for port
18111         to new target.
18113 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18115         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18117 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18119         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18120         $(REALLY_SET_LIB_PATH) in Makefile.
18121         * Makefile.in (SET_LIB_PATH): New variable.
18122         (REALLY_SET_LIB_PATH): New variable.
18123         ($(DO_X)): Use $(SET_LIB_PATH).
18124         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18125         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18126         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18127         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18128         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18129         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18130         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18131         (install-dosrel): Likewise.
18132         (all-opcodes): Depend upon all-libiberty.
18134 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18136         * config.guess (*:CYGWIN*): New
18138 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18140         * Makefile.in (all-target-winsup): All all-target-libiberty.
18142 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18144         * configure.in (noconfigdirs): Add missing # in front of comment.
18146 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18148         * configure.in: add second pass to things added to noconfigdirs
18149         so *-gm-magic can exclude libgloss properly.
18151 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18153         * mpw-configure (extralibs_name, rez_name): Set correctly
18154         for MWC68K compiler.
18156         * mpw-README: Add more info on the necessary build tools.
18158 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18160         * configure.in, config.sub: Recognize cygwin32.
18162 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18164         * config.guess, config.sub: Recognize A/UX.
18166 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18168         * config.sub: Merge with gcc/config.sub.
18170 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18172         * mpw-build.in (do-binutils): Add build of stamps.
18174 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18176         * config.sub: Add recognition for mips64vr4100*-* targets.
18178 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18180         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18181         Add creation of gconfigargs with `--enable-shared' turned on.
18182         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18183         ($(host)-stamp-stage3-configured): Likewise.
18184         (HOLES): Add chatr and ldd.
18185         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18187 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18189         * configure: Pass --nfp to recursive configures.
18191 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18193         * Makefile.in (DLLTOOL): New.
18194         (DLLTOOL_FOR_TARGET): New.
18195         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18196         (EXTRA_TARGET_FLAGS): Ditto.
18197         (EXTRA_GCC_FLAGS): Ditto.
18198         (CONFIGURE_TARGET_MODULES): Ditto.
18199         (DO_X): Ditto.
18200         * configure: Add DLLTOOL.
18202 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18204         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18205         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18206         mh-sco, since old workarounds no longer needed, and don't
18207         build ld, since libraries have weak symbols in COFF.
18209 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18211         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18213 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18215         * configure.in: Make sure that ${CC} can be used to compile an
18216         executable.
18218 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18220         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18221         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18222         nothing depending on whether gdbtk is being built.
18224 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18226         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18228 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18230         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18231         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18233 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18235         * config-ml.in: Add support for
18236         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18237         Simplify setting of multidirs from --disable-foo.
18239 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18241         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18242         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18243         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18244         non-empty, pass them on to the  GCC make.
18245         (all-bootstrap): New rule that is like all-gcc, except it executes
18246         the GCC bootstrap rule instead of the GCC all rule.
18248 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18250         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18252 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18254         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18255         DG/UX support.
18257 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18259         * config.sub (i*86*) Change [345] to [3456]
18261 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18263         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18264         --with-gnu-ld=no.
18266 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18268         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18269         AIX multilibs get built.
18271 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18273         * configure.in (i386-win32): Don't build expect if we're not
18274         building the tcl subdir.
18276 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18278         * Makefile.in: (configure-target-examples, all-target-examples):
18279         New targets, configure and build example programs.
18281 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18283         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18284         use it as input to sedit the generated MPW makefile.
18285         * mpw-README: Add a suggestion about Gestalt.h.
18287 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18289         * config.sub: Accept *-*-ieee*.
18291 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18293         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18294         Ronald F. Guilmette <rfg@monkeys.com>.
18296 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18298         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18299         for powerpc-pe native.
18300         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18301         (target==powerpc-pe): duplicate i386-win32 entry.
18303 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18305         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18306         of vxworks, not just vxworks5.1.
18308 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18310         * mpw-configure: Add support for exec-prefix.
18312 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18314         * config.guess: Recognize HP model 816 machines as having
18315         a PA1.1 processor.
18317 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18319         * configure: Ignore new autoconf configure options.
18321 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18323         * config.guess:  Recognize Pentium under SCO.
18324         From Robert Lipe <robertl@arnet.com>.
18326 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18328         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18330 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18332         * configure.in: Don't configure gas for alpha-dec-osf*.
18334 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18336         * configure.in: Default to --with-stabs for some targets for which
18337         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18338         i[345]86*-*-unixware*.
18340 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18342         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18343         rather than basing it on the target.  Simplify handling of options
18344         controlling which directories to configure.  Remove extraneous
18345         slash in multi-clean target.
18347 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18349         * config-ml.in: Prefix more variables with ml_ so they don't collide
18350         with configure's.
18352 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18354         * configure: Don't turn -v into --v.
18356 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18358         * configure.in (targargs): Fix typo.
18360         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18362 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18364         * configure.in: Strip --host and --target options from
18365         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18366         --with-cross-host option when building with a cross-compiler.
18367         * configure: Canonicalize the arguments put into config.status by
18368         always using `=' for an option with an argument.  Pass a presumed
18369         --host or --target explicitly.
18371 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18373         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18374         into general OS recognition case.
18376 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18378         * configure.in (target_configdirs): add target-winsup only
18379         for win32 target systems.
18381 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18383         * Makefile.in (all-target-libgloss): Depend upon
18384         configure-target-newlib, since when libgloss is built it looks to
18385         see if the newlib directory exists.
18387 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18389         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18390         cfg-ml-*.in.
18392 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18394         * configure: Handle LD and LD_FOR_TARGET when configuring a
18395         Canadian Cross.
18397 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18399         * configure.in (target_libs): add target-winsup.
18400         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18401         (target==ppcle-pe): remove ld from $noconfigdirs.
18403 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18405         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18406         Preserve relative path names in $srcdir.  Build symlink tree if
18407         configuring cross target dir and srcdir=. (= no VPATH support).
18408         (configure-target-libg++): Depend on configure-target-librx.
18409         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18410         * config-ml.in: New file.
18411         * symlink-tree: New file.
18412         * configure: Ensure srcdir="." if that's what it is.
18414 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18416         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18417         includes and FLEX_SKELETON setting.
18418         * mpw-configure (--with-gnu-ld): New option, controls whether
18419         to use PPCLink or ld with PowerMac GCC.
18420         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18421         * mpw-config.in: Configure grez if targeting Mac.
18423         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18424         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18425         just macos.
18426         * configure.in: Configure grez resource compiler if targeting Mac.
18427         * Makefile.in (all-grez, install-grez): New targets.
18429 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18431         * configure: CXX defaults to gcc, not g++.  If we find
18432         gcc in the path, set CC to gcc -O2.
18434 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18436         * configure: Default ${build} correctly.  Avoid picking up extra
18437         spaces when reading CC and CXX from Makefile.  When doing a
18438         Canadian Cross, use plausible default values for numerous
18439         variables.
18440         * configure.in: When doing a Canadian Cross, don't try to
18441         configure tools whose configure script can't handle it.
18443 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18445         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18447 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18449         * configure:  Remove dubious bug reporting address.
18451 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18453         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18454         configure script, run that instead of this directory's configure.
18455         In either case, print a message that we're configuring the sub-dir.
18457 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18459         * configure.in: Before checking for the existence of various files,
18460         use sed to filter out "target-".
18462 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18464         * Makefile.in (DO_X): Split rule to decrease command line length
18465         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
18466         (Philippe De Muyter).
18468 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18470         * Makefile.in (all-patch): depend on all-libiberty.
18472 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
18474         * configure.in: If the only directory in target_configdirs which
18475         actually exists is libiberty, then set target_configdirs to empty,
18476         to avoid trying to build a target libiberty in a gas or gdb
18477         distribution.
18479 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
18481         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18482         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18483         systems.
18485 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18487         * configure.in (copy_dirs): Use sys-include instead of include
18488         for --with-headers option.
18490 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
18492         * Makefile.in, configure.in: Make winsup builds work with
18493         new scheme.
18495 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
18497         * configure.in: Build the linker on AIX.
18499 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18501         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
18502         where needed.
18504 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
18506         * Makefile.in (all-gcc): Fix typo.
18508 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18510         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
18512 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18514         * configure.in:  Rename libFOO to target-libFOO, and xiberty
18515         to target-xiberty, to provide more flexibility.
18516         (target_subdir):  Define.  Create if cross.
18517         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18518         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
18519         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18520         check-libFOO -> check-target-libFOO, etc.
18521         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18522         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18523         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18524         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
18525         allow ALL_GCC="" to only configure.
18526         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
18527         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
18528         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
18530 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
18532         * Makefile.in (taz): Build "info" in etc explicitly.
18534 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
18536         * configure.in:  Make sure that CC is undefined (as opposed to
18537         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
18538         problem with autoconf trying to configure on a host without GCC.
18540 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18542         * mpw-configure: Set host alias from choice of host compiler,
18543         only use generic MPW Makefile sed if present, edit a file
18544         named "hacked_Makefile.in" instead of "Makefile.in" if present.
18545         * mpw-README: Add problem notes about CW6 and CW7.
18547 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
18549         * Makefile.in (taz): Use ";" instead of ";;".
18551 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18553         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
18554         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18555         DISTDOCDIRS.
18556         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
18557         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
18559 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18561         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
18562         and gnats, because they are now subsumed by DISTSTUFFDIRS.
18563         Move bfd to DISTSTUFFDIRS.
18565 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18567         * Makefile.in (X11_LIB): Removed.
18568         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18570         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18572 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18574         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18575         names.
18577 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18579         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18581 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
18583         * configure.in (i[345]86-*-win32): Always build newlib.
18584         Don't configure cvs, autoconf or texinfo.
18585         * Makefile.in (LD_FOR_TARGET): New.
18586         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18587         Pass down LD_FOR_TARGET.
18589 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18591         * winsup: New directory.
18592         * Makefile.in: Build winsup.
18593         * configure.in: Winsup is configured when target is win32.
18594         Can only build win32 target GDB when native.
18596 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18598         * config.guess: Recognize HP model 819 machines as having
18599         a PA 1.1 processor.
18601 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18603         * configure: Fix sed loop which substitutes for CC and CXX to
18604         avoid bug found in various sed implementations.
18606 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18608         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18609         simulator.  Use standard powerpc-*-eabi*.
18611 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18613         * configure.in: Stop putting gas and binutils in noconfigdirs for
18614         powerpc-*-aix* and rs6000-*-*.
18616 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
18618         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18619         -mcall-aixdesc libraries.
18621 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
18623         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18625         * config.sub (arm | armel | armeb): Fix shell syntax.
18627 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18629         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18630         -msoft-float and -mcpu=common support.
18631         (powerpc*-*-eabisim*): Add support for building -mcall-aix
18632         libraries.
18634 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18636         * configure.in: Allow configuration and build of emacs19 for the alpha.
18638 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18640         * configure.in (CC): Get ^CC, not just any old CC, from
18641         ${host_makefile_frag}.
18643 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18645         * configure.in (CC): Try to get CC from
18646         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18648 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18650         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18651         only if it exists in $(srcdir).
18653 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18655         * configure: If CC and CXX are not set in the environment, set
18656         them, based on either an existing Makefile or on searching for gcc
18657         in PATH.  Substitute for CC and CXX in Makefile.
18658         * configure.in: Remove libm from target_libs.  Separate
18659         target_configdirs from configdirs.  If CC is not set in
18660         environment, try to get it from a host Makefile fragment.  Rewrite
18661         changes of configdirs to use skipdirs instead.  A few minor
18662         tweaks.  Take directories out of target_configdirs as they are
18663         taken out of configdirs.  Remove existing Makefile files from
18664         subdirectories.  Substitute for TARGET_CONFIGDIRS and
18665         CONFIG_ARGUMENTS in Makefile.
18666         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18667         by configure.in.
18668         (CONFIG_ARGUMENTS): Likewise.
18669         (CONFIGURE_TARGET_MODULES): New variable.
18670         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18671         ($(CONFIGURE_TARGET_MODULES)): New target.
18672         (configure-libg++, configure-libio): New targets.
18673         (all-libg++): Depend upon configure-libg++.
18674         (all-libio): Depend upon configure-libio.
18675         (configure-libgloss, all-libgloss): New targets.
18676         (configure-libstdc++): New target.
18677         (all-libstdc++): Depend upon configure-libstdc++.
18678         (configure-librx, all-librx): New targets.
18679         (configure-newlib): New target.
18680         (all-newlib): Depend upon configure-newlib
18681         (configure-xiberty): New target.
18682         (all-xiberty): Depend upon configure-xiberty.
18684 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18686         * configure.in (host i[345]86-*-win32):  Expand the
18687         noconfigdirs again.
18689 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18691         * mpw-configure: Fix sed command file name.
18693 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18695         * configure.in (host i[345]86-*-win32): Reduce the
18696         noconfigdirs again.
18698 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18700         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18701         or powerpc*-*-pe*, since they are not yet supported.
18703 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18705         Add PowerMac support and many other enhancements.
18706         * mpw-configure: New option --cc to select compiler to use,
18707         paste options set according to --cc into the generated
18708         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18709         if mpw-make.sed is present.
18710         * mpw-config.in: Don't test for gC1, test for mpw-touch,
18711         add forward includes for PowerPC include files.
18712         * mpw-build.in: Build using Makefile.PPC if present.
18713         (do-byacc, etc): Remove separate version resource builds.
18714         (do-gas): Build "stamps" before "all".
18715         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18716         * mpw-README: Update to reflect --cc option, PowerMac support,
18717         and recently-reported compatibility problems.
18719 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
18721         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18722         embedded m68k systems (-aout, -coff, -elf, -vxworks).
18723         (--with-multilib-top): Pass to recursive invocations.
18725 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
18727         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18728         v810-*-*.
18730 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18732         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18733         gdb, ld and opcodes on v810-*-*.
18735 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18737         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18738         (local-maintainer-clean): New target.
18739         (maintainer-clean): New target.
18740         (realclean): Just depend upon maintainer-clean.
18742 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18744         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18746 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
18748         * configure.in: Build ld in mips*-*-bsd* case.
18750 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
18752         * config.sub: Accept -lites* OS.  From Ian Dall.
18754 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
18756         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18757         targets.
18759 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18761         * configure.in: treat i386-win32 canadian cross the same as
18762         i386-go32 canadian cross.
18764 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18766         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18767         running under the simulator to build a reduced set of libraries.
18768         (powerpc-*-eabiaix): Add fine grained multilib support added to
18769         other powerpc targets yesterday.
18771 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18773         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18774         -disable-softfloat, -disable-relocatable, -disable-aix, and
18775         -disable-sysv to control which multilib libraries get built.
18777 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18779         * configure: Add Makefile.tem to list of files to remove in trap
18780         handler.
18782 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18784         * config.guess (*Linux*):  Add missing "exit"s.
18785         Also, need specific check for alpha-unknown-linux (uses COFF).
18787 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18789         * config.guess:  Merge with FSF:
18791         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
18792         * config.guess (AIX4): More robust release numbering discovery.
18794         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
18795         * config.guess (i386-sequent-ptx): Properly get version number.
18797         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
18798         * config.guess (mips:*:4*:UMIPS): New case.
18800 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18802         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18803         (i386-win32 host): Likewise.  Don't build readline.
18805 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
18807         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
18808         SUPPORT_FILES to submakes.
18810 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
18812         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18813         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18814         mpw-configure.
18816 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
18818         * configure.in (appdirs): Use =, not ==, in test expression when
18819         trying to build the text to print in the warning message for
18820         Solaris users.
18822 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
18824         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18826 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18828         * config.guess: Recognize lynx-2.3.
18830 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
18832         * config.sub (z8ksim): Deleted
18833         (z8k-*-coff): New, this is the one true name of the target.
18835 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
18837         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18839 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
18841         * config.guess (*:Linux:*:*): First try asking the linker what the
18842         default object file format is (elf, aout, or coff).  Then if this
18843         fails, try previous methods.
18845 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18847         * configure.in: Don't build newlib for *-*-vxworks5.1.
18849 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18851         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18852         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18854 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
18856         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18858 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
18860         * cfg-ml-com.in: New file.
18861         * cfg-ml-pos.in: New file.
18863 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18865         * COPYING.NEWLIB: Add HP free copyright to list.
18867 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18869         * config.sub: Recognize -eabi* for the system, not just -eabi.
18871 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18873         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18874         * config.sub, configure.in (win32): New target and host.
18876 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18878         * configure.in: Add i386-pe configuration.
18880 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
18882         * mpw-build.in (install): Install GDB after LD.
18884 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
18886         * mpw-config.in (elf/mips.h): Always forward-include, needed
18887         for GDB to build.
18889 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18891         * testsuite: New directory for customer acceptance and whole tool
18892         chain tests.
18894 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18896         * configure: If per-host line isn't found, but AC_OUTPUT is found
18897         and a configure script exists, run it instead.
18899 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18901         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
18903 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18905         * configure: Set build_{cpu,vendor,os,alias} to host values when
18906         --build isn't specified.
18908 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18910         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18911         (FLAGS_TO_PASS): Pass them.
18912         (EXTRA_TARGET_FLAGS): Ditto.
18914 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18916         * Makefile.in (all-libg++): Depend on all-libstdc++.
18918 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18920         * configure.in (noconfigdirs): Enable all packages for
18921         i386-unknown-netbsd.
18923 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
18925         * configure.in (noconfigdirs): Don't configure tk for i386-go32
18926         hosted builds (DOS builds)
18928 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18930         Changes for ARM based on patches from Richard Earnshaw:
18931         * config.sub: Handle armeb and armel.
18932         * configure.in: Omit arm linker only for riscix.
18934 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18936         * config.guess:  Update from FSF.
18938 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
18940         * config.sub: Recognize powerpcle as the little endian variant of
18941         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
18942         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
18943         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
18944         temporarily.
18946 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
18948         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18950 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
18952         * config.sub: Accept -lites* as a basic system type.
18954 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
18956         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18957         installed, and if so return linuxoldld as the system name.
18959 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
18961         * config.guess: Add hppa1.1-hp-lites support.
18963 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18965         * configure.in: Don't build newlib for m68k-vxworks5.1.
18967 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18969         * configure.in (mips-sgi-irix6): Use mh-irix5.
18971 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
18973         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18975 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18977         * test-build.mk: Enable building of shared libraries on IRIX 5 and
18978         OSF/1.  Fix compiler flags.
18979         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
18981 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
18983         * configure.in: Recognize --with-newlib.
18984         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18986 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18988         * Makefile.in: move {all,check,install}-gdb from *_MODULES
18989         to *_X11_MODULES due to gdbtk needing X include files et al.
18991 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
18993         Merge in support for Mac MPW as a host.
18994         (Old change descriptions retained for informational value.)
18996         * mpw-config.in: Add generic include forwards for cpu-specific
18997         include files in aout and elf directories.
18999         * mpw-configure: Added copyright.
19000         * mpw-config.in: Check for presence of required build tools.
19001         (target_libs): Add newlib.
19002         (target_tools): Add examples.
19003         (Read Me): Generate as "Read Me for MPW" instead.
19004         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19005         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19006         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19008         * mpw-configure: Remove subdir-specific makefile hackery,
19009         delete mk.tmp after using it.
19011         * mpw-build.in (all): Display start and end times.
19013         * mpw-configure (host_canonical): Set.
19014         (target_cpu): Always add to makefiles.
19015         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19016         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19017         (mpw-mh-mpw): Look for in srcdir and srcroot.
19018         Use sed instead of mpw-edit-prefix to edit prefix definitions.
19020         * mpw-build.in: (install-only): New target.
19022         * mpw-configure (host_alias, target_alias): Rename from hostalias
19023         and targetalias, add into generated Makefile.
19024         (mk.tmp): If present, add into generated Makefile.
19025         * mpw-build.in (all-gas): Build config.h first before gas proper.
19027         * mpw-configure (config.status): Write only if changed.
19028         * mpw-config.in (readline): Configure it (not built, just used for
19029         definitions).
19031         * mpw-config.in (elf/mips.h): Add a forward include.
19033         * mpw-config.in: Forward-include most .h files in include into
19034         extra-include.
19035         (readline): Don't build.
19036         mpw-build.in (install): Install GDB.
19038         * mpw-configure (prefix, mpw_prefix): Handle it.
19039         * mpw-config.in (mmalloc, readline): Don't configure.
19040         * mpw-build.in (thisscript): Rename to ThisScript.
19041         Use mpw-build instead of BuildProgram everywhere.
19042         (mmalloc, readline): Don't build.
19043         * mpw-README: New file, basic documentation about the MPW port.
19045         * mpw-config.in: Use forward-include to create include files.
19047         * mpw-configure: Add more things to the top of each configured
19048         Makefile, including contents of config/mpw-mh-mpw.
19049         * mpw-config.in (extra-include): Create this directory and fill it
19050         with Posix-like include files when configuring.
19052         * config.sub (apple, mac, mpw): Add various aliases.
19054         * mpw-build.in: New file, top-level build script fragment for MPW.
19055         * mpw-configure: New file, configure script for MPW.
19056         * mpw-config.in: New file, config fragment for MPW.
19058 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19060         * configure.in (host_libs): Remove glob, since it is gone from the
19061         sources.
19063 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19065         * Makefile.in: define empty GDB_NLM_DEPS var.
19067         * configure.in(target_makefile_frag): use config/mt-netware
19068         for netware targets.
19070 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19072         * config.sub: Merge in recent FSF changes.  Remove linux special
19073         cases.
19075 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19077         Revert this change:
19079         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19081                 * build-all.mk: Use CC=cc -Xs on Solaris.
19083 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19085         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
19086         stop using it.
19087         * Makefile.in: Nuke all references to glob subdirectory.
19089 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19091         * configure.in: Fix --enable-shared logic in per-host.
19093 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19095         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19097 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19099         * configure.in (noconfigdirs): Don't build gas on AIX, for
19100         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19102 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19104         * configure: Fix --cache-file to work if the file argument is a
19105         relative path.
19107 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19109         * configure: If the --cache-file is used, pass it down to
19110         configure in subdirectories.
19112 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19114         * config.sub: add vxworks29k configuration.
19116 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19118         * Makefile.in (taz): Do "diststuff" part quietly.
19120 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19122         * config.sub: Mini-merge with gcc/config.sub.
19124 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19126         * config.guess (IRIX): Sed - to _.
19128 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19130         * Makefile.in (source-vault, binary-vault): New targets.
19132 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19134         * config.sub: Recognize -eabi as a basic system type.
19136 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19138         * configure.in (enable_shared stuff): Fix typo.
19140 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19142         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19144 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19146         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19148 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19150         * configure.in (rs6000-*-*): Don't build gas.
19152 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19154         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19155         reduce command line length.
19156         (AS_FOR_TARGET): Check for as.new, not Makefile.
19157         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19159 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19161         * config.guess:  Merge from FSF.
19163 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19165         * configure: Don't use $ when handling program_suffix.
19167 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19169         * configure.in:  Configure tk for hppa/hpux.
19171 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19173         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19175 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19177         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19178         to LIBCXXFLAGS.  Tests are better run without it.
19180 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19182         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19184 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19186         * configure.in (*-*-netware*): Don't configure xiberty.
19188 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19190         * configure.in:  Remove tk from native_only list.
19192 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19194         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19195         for special NCD build.
19197 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19199         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19200         makeall.bat, they're only useful for binutils snapshots.
19201         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19202         makeall.bat to specified SUPPORT_FILES.
19204 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19206         * build-all.mk: Add Ericsson targets to sun4 and solaris
19207         hosts.  Add  BNR's sun4 target to solaris host, so their
19208         build-from-source will be tested in-house first.
19210 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19212         * Makefile.in (LIBCFLAGS): New variable.
19213         (CFLAGS_FOR_TARGET): Ditto.
19214         (LIBCFLAGS_FOR_TARGET): Ditto.
19215         (LIBCXXFLAGS): Ditto.
19216         (CXXFLAGS_FOR_TARGET): Ditto.
19217         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19218         (BASE_FLAGS_TO_PASS): Pass them.
19219         (EXTRA_TARGET_FLAGS): Ditto.
19221         * configure.in: Support --enable-shared.
19223 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19225         * configure.in (target_libs):  Include libstdc++ again.
19226         * config.guess:  Update from FSF (for FreeBSD).
19228 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19230         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19231         makeall.bat.
19232         (DISTDOCDIRS): Add `etc'.
19233         (ETC_SUPPORT_PFX): New variable.
19234         (taz): Include anything from etc starting with a word in
19235         ETC_SUPPORT_PFX.
19237 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19239         * config.sub: Update for recent FSF changes.  Remove obsolete
19240         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19241         spacing changes.
19243 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19245         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19247         * config.guess:  Merge with FSF.
19248         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19250 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19252         * configure: Since the "trap 0" handler will override the exit
19253         status on many systems, only use it for "exit 1", and make it set
19254         a non-zero exit status; reset it before "exit 0".  Also, check
19255         exit status of config.sub, and error out if it failed.
19257 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19259         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19260         and install libgloss.
19262 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19264         * Makefile.in (all-binutils): Depend upon all-byacc.
19266         * configure.in: Don't build emacs on Irix 5.
19268 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19270         * configure.in (*-*-netware*): Add libio.
19272 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19274         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19275         (CHECK_TARGET_MODULES): Ditto.
19276         (INSTALL_TARGET_MODULES): Ditto.
19277         (TARGET_LIBS): Ditto.
19278         (all-libstdc++): Note dependencies.
19280 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19282         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19284 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19286         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19287         -fexternal-templates.
19289         * configure.in (target_libs): Add libstdc++.
19290         (noconfigdirs): Add libstdc++ as appropriate.
19292 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19294         * config.guess:  Update from FSF.
19296 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19298         * configure: Use ${config_shell} when running ${configsub}.
19300 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19302         * config.sub: No longer recognize h8300h.
19304 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19306         * config.sub: Remove extraneous differences between config.sub and
19307         gcc/config.sub.
19309 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19311         * Makefile.in (DISTSTUFFDIRS): Add gas.
19313 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19315         * COPYING.NEWLIB: New file.
19317 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19319         * config.guess (HP-UX):  Patch from Harlan Stenn
19320         <harlan@landmark.com> to also emit release level.
19322 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19324         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19326 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19328         * config.sub:  Merge nextstep cleanup from FSF.
19330 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19332         * configure.in (arm-*-*): Don't configure ld for this target.
19334 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19336         * configure.in (*-*-netware): don't configure libg++, libio,
19337         librx, or newlib.
19339 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19341         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19342         configure ld--it works, but it doesn't support shared libraries.
19344 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19346         * config.guess (*-unknown-freebsd*):  Get rid of possible
19347         trailing "(Release)" in version string.
19348         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19350 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19352         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19353         Fix type: *-next-neststep -> *-next-nextstep.
19355         * config.guess:  Merge from FSF:
19357         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19359         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19361         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19363         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19364         instead of UNIX_SV for UnixWare 1.0).
19366 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19368         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19369         to make gdb/nlm/* build after the compiler and linker.
19371 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19373         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19374         not just i[34]86.
19375         (m68k-atari-sysv4):  Relocate to match FSF version.
19377         * config.guess:  More merges from the FSF:
19379         Add a space before function call or macro invocation.
19381         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19383         * config.guess: Add trap cmd to remove dummy.c and dummy when
19384         interrupted.
19386         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19388         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19389         (dummy): Redirect stderr from compilation of dummy.c.
19391         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19393         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19395 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19397         * configure: Accept and ignore --cache*, for compatibility with
19398         new autoconf.
19400 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19402         * config.guess:  Merge from FSF:
19404         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19406         * config.guess (Pyramid*:OSx*:*:*): New case.
19407         (PATH): Add /.attbin at end for finding uname.
19408         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19410         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19412         * config.guess (M88*:DolphinOS:*:*): New case.
19414         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19416         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19417         to select whether to use ELF or COFF.
19419         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19421         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19423         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19425         * config.guess: Guess the OS version for HPUX.
19427         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19429         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19431 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19433         * configure.in: Recognize --with-headers, --with-libs, and
19434         --without-newlib.
19435         * Makefile.in (all-xiberty): Depend upon all-ld.
19437 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19439         * configure.in: Change i[34]86 to i[345]86.
19441 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19443         * configure (version): A few more tweaks to help message.
19445 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19447         * Makefile.in:  Remove (for now) librx as a host library,
19448         now that we're building it for target.
19450 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19452         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19453         (Karl Berry).
19455 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19457         * configure.in:  Also configure librx.
19459 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19461         * Makefile.in:  Update various rules to reflect that librx
19462         is now needed for libg++.
19464 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19466         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19468 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
19470         * configure.in: Configure the examples directory.
19472 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19474         * configure: Simplify Jun 2 1994 change.
19476 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19478         * change CC to /usr/latest/bin/gcc for lynx host builds, since
19479         /bin/gcc isn't good enough to build gcc.
19481 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
19483         * Makefile.in (GDB_SUPPORT_FILES): Remove
19484         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
19485         (gdb.tar.gz): Add new rule to use standard distribution building
19486         mechanism.
19488 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19490         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
19491         Bill Cox <bill@cygnus.com>.
19493 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19495         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
19497 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
19499         * configure:  Search current dir first in .gdbinit.
19501 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19503         * config.sub:  Recognize freebsd (merged from gcc config.sub).
19505 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19507         * config.sub:  Refer to NeXT's operating system as nextstep.
19509         * config.sub (case $basic_machine):  Re-order the cases, to match
19510         the order in the FSF version (which is mostly alphabethical).
19511         Merge in some additions and changes from the FSF.
19513 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
19515         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19516         * config.sub: Recognize cxux7.
19517         * configure.in: Use mh-cxux for m88k-harris-cxux*.
19519 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19521         * config.sub:  Fix typo powerpc -> powerpc-*.
19523 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
19525         * Makefile.in: `all-emacs19' depends on `all-byacc'.
19527         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19528         parallel with all-emacs and install-emacs).  Top-level command
19529         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19531 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19533         * test-build.mk ($(host)-stamp-stage2-installed): Remove
19534         $(relbindir)/make before doing ``make install'', and use
19535         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
19536         installing over running make binary.
19537         ($(host)-stamp-stage3-installed): Likewise.
19539 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19541         * config.guess: Recognize Mach.
19543 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19545         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19546         see whether --exec-prefix was used.
19548 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19550         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
19552 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19554         * Makefile.in: Add all-librx target similar to all-libproc.
19556 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
19558         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
19559         with post 1.2 uname bogosity.
19561 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19563         * configure: Remove temporary files on receipt of a signal.
19565 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
19567         * configure: If there is a package_makefile_frag, remove
19568         ${subdir}/Makefile.tem after copying it in.
19570 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19572         * build_all.mk: support rs6000 lynx identifies itself as
19573         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
19574         since /bin/gcc is too feeble to compile a modern gcc.
19576 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19578         * brought devo/test-build.mk update-to-date with progressive/
19579         test-build.mk. Add lynx targets and hppa flag info.
19581 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19583         * configure.in:  Use mh-ncrsvr43.  Patch from
19584         Tom McConnell <tmcconne@sedona.intel.com>.
19586 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19588         * config.guess (i386-unknown-bsdi):  No longer need to
19589         check #if defined(__bsdi__) && defined(__i386__).
19591 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19593         * configure: Set program_transform_nameoption correctly.
19595 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19597         * brought build-all.mk update-to-date with progressive build-all.mk,
19598         added new targets and hppa info.
19600 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19602         * configure: If config.guess result is a prefix of the user
19603         specified target, assume a native build and use the user specified
19604         target as the host alias.  Remove SunOS patch suffix removal hack.
19605         * configure.in: Remove SunOS patch suffix removal hack.
19607         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19608         in NATIVE_CHECK_MODULES.
19610 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
19612         * Makefile.in: Rename HOST_ONLY to NATIVE.
19613         * configure: Delete SunOs patch suffix from host_canonical
19614         and build_canonical variables that are prepended to Makefiles.
19615         * configure.in: Add comments for easier maintenance.
19617 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19619         * Makefile.in: Add all-libproc target similar to all-gui.
19621 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
19623         * Makefile.in (CHECK_MODULES): split into
19624         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19626 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
19628         * config.guess (i386-unknown-bsdi): New system to guess.
19630 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19632         * Makefile.in: Add all-gui target (but not yet build by "all").
19634 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19636         * config.sub: Move deletion of patch suffix from here...
19637         * configure.in: To here, at Ian's suggestion.  The top-
19638         level scripts might need to know of a patch level.
19640 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19642         * config.sub: Strip off patch suffix so rtl is recognized
19643         as a sunos4.1.3 machine, even though it's been patched.
19645 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19647         * Makefile.in (INSTALL_LAST): Delete.
19648         (INSTALL_DOSREL): New.
19650 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19652         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19653         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19654         whether we pass down --with-gnu-ld anyhow.
19656 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19658         * Makefile.in (INSTALL_LAST): Change operation so it works
19659         on more flavors of make.
19660         * configure.in (go32): Don't build libg++ or libio.
19662 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19664         * Makefile.in (Move HOST_PREFIX_1 and friends up so
19665         they can be overriden by templates.
19667 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19669         * configure.in (target==go32): Don't build gdb.
19670         * dosrel: New directory.
19672 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19674         * configure.in (host==go32): Configure dosrel too.
19675         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19676         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19677         be set by incoming names or templates.
19678         (INSTALL_LAST): New rule.
19680 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19682         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19684 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19686         * configure.in (appdirs): New variable.  Currently empty, but will
19687         be used in gas distribution.  If nonempty, lists a set of
19688         directories at least one of which must get configured, or top
19689         level configuration is considered to have failed.
19690         (rs6000-*-lynxos*): Use new file name.
19692 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19694         Eliminate XTRAFLAGS.
19695         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19696         newlib include files using -idirafter, and also use -nostdinc.
19697         (CXX_FOR_TARGET): Likewise.
19698         (XTRAFLAGS): Removed.
19699         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19700         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19701         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19702         ($(DO_X)): Don't pass down XTRAFLAGS.
19704 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19706         * configure.in (mips*-dec-bsd*): New target; do build linker.
19707         (mips*-*-bsd*): New target; don't build linker.
19709 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19711         * configure.in: support rs6000-*-lynxos* configuration.
19712         support sunos4 as a cross target.
19714         * config.sub: look for lynx*, not lynx since the OS version may
19715         legitimately be part of the name.
19717 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19719         * configure.in (i[34]86-*-sco*): Move to be with other i386
19720         targets.
19721         (romp-*-*): New target.  Skip various binary utilities.
19722         (vax-*-*): New target.  Don't build newlib.
19723         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
19725 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19727         * configure.in: Only set host_makefile_frag if config
19728         directory exists.
19730 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19732         * install.sh: If $dstdir exists, don't check whether each
19733         component does.
19735 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19737         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19739 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
19741         * configure.in (*-*-lynxos*): Don't configure newlib for either
19742         native or cross Lynx.
19744 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
19746         * config.sub (sparc64-elf): Fix os.
19747         (z8k): Remove duplicate.
19749 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19751         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19752         gcc/stmp-fixproto, to try to prevent fixproto from being run.
19754 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
19756         * configure: Make file links cleanly even if Lynx fails on
19757         an NFS symlink (at least fail cleanly).
19759 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19761         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19762         -XNh2000.
19764 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19766         * configure: Unknown options are fatal again.
19768 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
19770         * configure: Ignore --x-includes and --x-libraries, for Autoconf
19771         compatibility.
19773 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
19775         * build-all.mk: Add `clean' target.
19777 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19779         * config.guess:  Add SINIX support.
19780         * configure.in:  Add mips-*-sysv4* support.
19782 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
19784         * build-all.mk: Document all useful targets.
19785         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19786         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19788 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19790         * configure: Support --silent, --quiet.
19792 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19794         * configure: Support --disable-FEATURE.
19796 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19798         * config.guess: Recognize NCR running SVR4.3.
19800 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19802         * config.guess:  Make BSDI generate i386-unknown-bsd386.
19803         Patch from Paul Eggert <eggert@twinsun.com>.
19805 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19807         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19809 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19811         * configure: Make unrecognized options give nonfatal warnings
19812         instead of fatal errors, and pass them to any subdirectory
19813         configures in case they recognize them.
19814         Make --x equivalent to --with-x.
19816 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19818         * configure: Add --enable-* options.  Clean up usage message and
19819         some comments.
19821 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
19823         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19825 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19827         * configure.in (hppa*-*-*): Enable binutils.
19829 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19831         * config.sub: Recognize cisco.
19833 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
19835         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19837 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19839         * config.guess: about target *-hitachi-hiuxwe2, don't print more
19840         than one configuration name.  Add comment.
19842 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
19844         * config.guess: about target *-hitachi-hiuxwe2, fixed
19845         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
19846         macro is incorrect.]
19848 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19850         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19851         than the "make ls" stuff which used to be here.
19853 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19855         * config.guess:  Recognize i[34]86-unknown-freebsd.
19856         From Shawn M Carey <smcarey@rodan.syr.edu>.
19858 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19860         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19862 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
19864         * config.guess: Check for ptx.
19866 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
19868         * config.sub: Add os9k checking.
19870 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19872         * config.guess: Handle OSF1 running on HPPA processors
19874 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19876         * configure: If subdir configure fails, print out a message with
19877         subdirectory name, in case subdir's configure code didn't identify
19878         itself.
19880 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
19882         * configure.in: Remove embedded newlines from configdirs.
19883         Avoid mismatches of substrings.  Fix matching strings at end
19884         of configdirs.
19886 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
19888         * config.guess:  Add Lynx/rs6000 config support.
19890 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19892         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19894 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
19896         * configure.in (hppa*-*-osf*): Treat this just like most other
19897         PA configurations (eg no binutils or ld).
19898         (hppa*-*-*elf*): These configurations have binutils and ld.
19900 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19902         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
19904 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19906         * configure.in (rs6000-*-*): Build gas.
19908 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19910         * Makefile.in:  Avoid bug in losing hpux sed.
19912 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19914         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19915         for GDB and GDB has been fixed to not need it.
19917 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19919         * config.guess: Recognize vax hosts.
19921 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19923         * configure (while loop): Don't use "break 2" inside case
19924         statement -- the case statement isn't an enclosing loop.
19926 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19928         * config.guess:  Clean up NeXT support, to allow nextstep
19929         on Intel machines.  Make OS be nextstep.
19931 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
19933         * config.guess: Add alternate forms for Convex.
19935 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
19937         * configure:  Completely rewrite option processing.  Take
19938         advantage of pattern-matching to avoid invoking test frequently.
19939         Also clean up host and target defaulting logic.
19941 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19943         * Makefile.in: Replace all occurrances of "rootme" with "r" and
19944         "$${rootme}" with "$$r", to increase the likelihood that the do-*
19945         commands (plus user environment) will fit SCO limits.
19947 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19949         * configure.in: Don't issue warnings about directories which are
19950         not being configured if -norecursion is set.  Correct test for
19951         --with-gnu-as and --with-gnu-ld to not get confused by substring
19952         matches.
19954         * configure.in: Don't build gas for alpha-dec-osf1*.
19956 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
19958         * configure:  Back out Per's change of 12/19/1993.  It changes the
19959         behavior of configure in unexpected and confusing ways.
19961         Also, use different delim char when calculating
19962         program_transform_name so that the name can contain slashes.
19964 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
19966         * configure.in, config.sub: Add support for VSTa micro-kernel.
19968 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
19970         * configure.in: Nuke hacks which were used to get a special
19971         version of GAS for HPPA configurations.
19973 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19975         * configure:  If only ${target_alias} is given, use that
19976         as the default for ${host_alias}.
19977         * configure:  Add missing back-slashes before nested quotes.
19979 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19981         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19983 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
19985         * config.guess:  Recognize some Tektronix configurations.
19986         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19988 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19990         * config.sub: Match any flavor of SH.
19992 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
19994         * configure.in: Don't try to configure newlib for Alpha.
19996 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19998         * configure.in: Don't build ld for Irix 5.  Don't build gas,
19999         libg++ or libio for any Alpha target.
20001         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20003 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
20005         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20006         default arguments -- so it tried to compress itself.
20008 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20010         * configure.in (notsupp): ensure that a space is always at the end
20011         of the configdirs list, since the grep checks for an explicit space
20013 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20015         * configure.in (target i386-sysv4.2): don't build ld, since static
20016         versions of many libraries are not available.
20018 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20020         * config.guess: Recognize Apollos (using environment variables).
20021         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20023 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20025         * config.guess: Recognize Sony news mips running newsos.
20027 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
20029         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20030         "fi ; else" for bash.
20032 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
20034         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20036 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
20038         * config.sub: accept unixware as an alias for svr4.2.
20039         Fix some inconsistancies with the gcc version.
20041 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20043         * Makefile.in (DISTDOCDIRS):  Add gdb.
20045 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20047         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
20049 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20051         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20052         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20053         this now.
20055 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20057         * config.sub: Accept hiux* as an OS name.
20059         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20060         etc/make-stds.texi.  The underscore came from gcc, and dje now
20061         agrees that RUNTESTFLAGS is the correct name.
20063 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20065         * install.sh:  Remove 'set -e'.  It makes any conditionals
20066         in the script useless.
20068         * config.guess: Automatically recognize arm-acorn-riscix
20069         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20071 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
20073         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20075 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20077         * Makefile.in (DISTDOCDIRS): New variable.
20078         (taz): Edit local Makefile.in sooner, instead of proto-toplev
20079         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
20081 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20083         * configure.in (hppa target): check the source directory for the
20084         pagas sub-directory
20086 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
20088         * config.sub: Allow -aout* and -elf*.
20090 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20092         * configure.in: Don't build ld on i386-solaris2, same as for
20093         sparc-solaris2.
20095 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20097         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20099 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20101         * configure.in:  Configure gdb for alpha.
20103 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20105         * Makefile.in (CXXFLAGS): Add -O.
20107 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20109         * config.guess: added support for DG Aviion
20111 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20113         * configure.in: Produce warning message for subdirectories not
20114         configurable for this host/target combination.  Don't try to
20115         configure gdb for vms.
20117 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20119         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20120         appropriate files before making "diststuff".
20121         (DISTBISONFILES): New var: list of files to be edited.
20122         (DISTSTUFFDIRS): Add binutils.
20124 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20126         * config.sub: also handle mipsel and mips64el (for little endian mips)
20128 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20130         * configure.in: Add * to end of all OS names.
20132 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20134         * configure.in: Build newlib for LynxOS native.
20136 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20138         * config.guess: Add support for delta 88k running SVR3.
20140         * configure.in: Add comment about HP compiler vs. emacs.
20142 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20144         * configure.in: don't build ld on solaris2 (not a viable option
20145         due to bugs in getpwnam & getpwuid)
20147 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20149         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20150         config.guess will produce a full version number.
20152 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20154         * configure.in: Build linker and binutils for alpha-dec-osf1.
20156 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20158         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20159         and gdb/testsuite/Makefile.in.
20161 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20163         * configure.in: recognize mips*- instead of mips-
20165 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20167         * config.sub: Accept linux*coff and linux*elf as operating
20168         systems.
20170 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20172         * config.sub: Recognize mips64, and mips3 as an alias for it.
20174 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20176         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20177         gdb knows how to handle OSF/1 shared libraries.
20179 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20181         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20182         * config.guess: Recognize Hitachi's HIUX.
20183         * config.sub: Recognize h3050r* and hppahitachi.
20184         Remove redundant cases for hp9k[23]*.
20186 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20188         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20189         if gas and ld are in the source tree and are in ${configdirs}.
20190         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20191         --with options (but still pass them down on the command line,
20192         if they were explicitly specified).
20194 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20196         * configure: substitute SHELL value in Makefile.in with
20197         ${CONFIG_SHELL}
20199 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20201         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20202         *-*-solaris2* targets.
20204 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20206         * Makefile.in: define M4, and pass it down to sub-makes;
20207         all-autoconf now depends on all-m4
20209 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20211         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20212         presence of {ar,ranlib} instead of a configured directory
20214 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20216         * config.guess: Accept 34?? as well as 33?? for NCR.
20218 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20220         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20221         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20223 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20225         * configure: grab values for $(CC) and $(CXX) from the
20226         environment, so that someone can do "CC=gcc configure; make" and
20227         have it work right (matching the way that autoconf works now)
20229         * configure.in, Makefile.in: add support for gash, the tcl
20230         interface to Galaxy
20232         * config.guess: add NetBSD variants (hp300, x86)
20234 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20236         * install.sh: Support -d option (in the manner of SunOS 4 install,
20237         as it is more deterministic than that of GNU install)
20238         (chmodcmd): Set file to mode 755 by default (should also do default
20239         chgrp and chown, but I don't feel like dealing with that now)
20241 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20243         * config.sub: Remove h8300hhms alias.
20245 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20247         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20249 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20251         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20252         as stmp-fixinc
20254 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20256         * config.sub: recognize m88110-bug-coff.
20258 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20260         * Makefile.in (all-libio): all dependencies on the toolchain used
20261         to build this (gcc, gas, ld, etc)
20263 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20265         * config.guess: Deal with OSF/1 1.3 on alpha.
20267 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20269         * install.sh: add some 'else true' clauses for portability
20271         * configure.in: don't build libio for h8[35]00-*-* targets
20273 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20275         * Makefile.in:  Add support for new libio.
20277 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20279         * install.sh: If one command fails, don't try the rest.  Don't try
20280         to remove $dsttmp (via trap) unless we have already created it.
20281         If $src doesn't exist, detect it and exit with an error.
20283         * config.guess: Recognize BSD on hp300.
20285 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20287         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20288         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20290 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20292         * Makefile.in (all-send-pr): depends on all-prms
20294 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20296         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20298 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20300         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20301         Added test for mips-mips-riscos5.
20303 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20305         * configure.in: use mh-hp300 for 68k HP hosts
20307 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20309         * configure: add support for CONFIG_SHELL, so that you can use
20310         some alternate shell for evaluating configure scripts
20312 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20314         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20315         in configure script to bug-gdb@prep.ai.mit.edu when building
20316         distribution archive.
20317         * Makefile.in (COMPRESS):  Remove def.
20318         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20319         gdb.tar.Z and make-gdb.tar.Z respectively.
20320         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20321         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20322         to convergence with 'taz' target in Makefile.in.
20324 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20326         * install.sh (dsttmp): use trap to ensure that tmp files go
20327         away on error conditions
20329 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20331         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20333 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20335         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20336         its parent is '/' not ''.
20338         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20340 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20342         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20343         that ${newsrcdir}/configure.in does.
20345 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20347         * test-build.mk: support for CONFIG_SHELL
20349 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20351         * config.sub (netware):  Add as a basic system type.
20353 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20355         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20356         $(srcdir)/ from the dependency on Makefile.in.
20358 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20360         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20361         (h8300hhms is temporary until multi-libraries are implemented).
20362         * configure.in: Handle h8300h too.
20364 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20366         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20368 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20370         * configure:  Remove extraneous output when guessing host type.
20371         * config.guess:  Remove extraneous output when guessing using C
20372         compiler rather than uname, or when guessing fails.
20374 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20376         * Makefile.in: remove all.cross and install.cross targets
20378         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20379         definitions
20381 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20383         * configure.in (target sh): Build gprof.
20385 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20387         * config.sub: change -solaris to -solaris2
20389 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20391         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20393 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20395         * configure: Correct error message for missing Makefile.in to
20396         print correct directory.
20398 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20400         * install.sh: kludge around 386BSD shell bug
20402 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20404         * config.guess:  Recognize NeXT.
20405         * config.guess:  Recognize i486-ncr-sysv4.
20406         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20408 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20410         * Makefile.in (MAKEINFOFLAGS): New variable.
20411         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20412         * build-all.mk, test-build.mk: Pass down --no-split as
20413         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20415 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20417         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20419 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20421         * Makefile.in (libg++.tar.z):  New rule.
20422         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20423         * Makefile.in (taz):  Only do a single chmod.
20425 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20427         * install.sh: don't use dirname anymore (replaced with sed usage)
20429 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20431         * Makefile.in:  Change extension for gzip'd files from '.z' to
20432         '.gz' per new FSF standard usage.
20434 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20436         * configure: put quotes around the final value of program_transform_name
20438 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20440         * Makefile.in: new install.sh support; update install-info rules
20442 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20444         * configure.in: Build diff for crosses, but not for go32 host.
20446         * configure.in: Build gprof only for native, and don't build it
20447         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20449 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20451         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20453 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20455         * configure.in (host_tools): Add prms.
20457 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20459         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20460         with $(FLAGS_TO_PASS) on the command line
20462         * config.sub: Recognize lynx and lynxos
20464 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20466         * config.sub: Accept -ecoff*, not just -ecoff.
20468 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20470         * Makefile.in (taz): Use .gz suffix instead of .z.
20471         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20472         names.
20474 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20476         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20478 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20480         * Makefile.in (install-no-fixedincludes):  install gcc last, so
20481         that rebuilds that might happen during 'make install' don't get
20482         bogus gcc include files
20484 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20486         Change from Utah for HPPA support:
20487         * config.guess: Recognize hppa1.x-hp-bsd.
20489 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
20491         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
20492         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20494 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20496         * config.sub: Add support for rom68k and bug boot monitors.
20498 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
20500         * Makefile.in: Make all-opcodes depend on all-bfd.
20502 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20504         * config.guess: Added special check for i[34]86-univel-sysv4*.
20506 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
20508         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20509         the processor rather than assuming i486.
20511 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20513         * config.guess: Recognize SunOS6 as Solaris3.
20515 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
20517         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
20518         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20520 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
20522         * build-all.mk (all-cross): New target for Canadian Cross.
20523         Added Q2 go32 targets.
20524         * test-build.mk: Configure go32 cross sparclite-aout and
20525         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
20526         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20528 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20530         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20531         GO32 hosted toolchains
20533 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20535         * configure: change  so "-exec-prefix" gets passed down rather
20536         than "-exec_prefix" so autoconf generated Makefiles get the
20537         exec_prefix set right.
20539 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20541         * config.guess: get the Solaris2 minor version number
20543         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20545 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20547         * config.guess: Recognize some Sequent platforms.
20549 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20551         * Makefile.in: added the vault-install target
20553         * configure.in: actually use the Sun3 makefile fragment that's in
20554         config, also added the release dir to configdirs
20556 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20558         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20560 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20562         * configure.in: remove some program from Alpha targetted toolchains
20564 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
20566         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
20567         gprof.
20568         (taz): Run "make diststuff" in those directories instead of "make
20569         proto-dir".  Look for "VERSION=" only at start of line in subdir
20570         Makefile.  Use "gzip -9" for compression.
20571         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20572         (binutils.tar.z): New target.
20574 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20576         * Makefile.in (taz): Include gpl.texinfo.
20578 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20580         * Makefile.in (setup-dirs): Merged into "taz" target.
20581         (taz): Only do `proto-dir' stuff if a directory is actually needed
20582         for this target.
20584 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
20586         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20587         (FLAGS_TO_PASS): Pass down MUNCH_NM.
20588         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20589         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20590         (gcc-no-fixedincludes): Correct for current gcc Makefile.
20592 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
20594         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20595         config.sub, and move-if-change to gdb testsuite distribution
20596         archive, so the testsuite can be extracted, configured, and
20597         run separately from the gdb distribution.  Blow away the Chill
20598         tests that require a Chill compiled executable, since GNU Chill
20599         is not yet publically available.
20601 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20603         * test-build.mk: set environment variables in a single command,
20604         instead of a list of assignments and exports
20606         * config.guess: recognize Alpha/OSF1 systems
20608 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20610         * configure: Change help message to prefer --options rather than
20611         -options.
20613 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20615         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20616         zippy@ecst.csuchico.edu.
20617         * config.guess: Recognize miniframe.
20619 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20621         * Makefile.in: Use srcroot to find runtest rather than rootme.
20622         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20624 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20626         * test-build.mk: Extensive additions to support building on a
20627         machine other than the host.
20629 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20631         * configure (tooldir): Fix for i386-aix again.
20633 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
20635         * configure, Makefile.in:  Change definition of $(tooldir)
20636         to match the FSF.
20638 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20640         * config.guess:  Recognize i[34]86/SVR4.
20642 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20644         * Makefile.in (all-gdb): gdb depends on sim.
20646 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20648         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20649         at the same time we make the prototype gdb directory.
20650         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20651         files at the same time as the gdb base release distribution.
20653 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20655         * Makefile.in (check): Use individual check targets rather than
20656         DO_X rule.
20657         (check-gcc): Added.
20659 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20661         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20662         for System V release 3.2.
20664 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20666         * config.sub: Recognize hppaosf.
20667         * configure.in: Do configure ld/binutils/gas for it.
20669 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20671         * configure (tooldir): Alter syntax used to set this, for systems
20672         where "\$" isn't handled right, like i386-aix.
20674 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20676         * configure: Pass program-transform-name, not
20677         program_transform_name, to recursive configures.
20679 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20681         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20682         of gas+ld+binutils.
20684 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20686         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
20688 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20690         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20692 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20694         * Makefile.in (PRMS): Set back to all-prms.
20696 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20698         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20699         targets, rather than for MIPS hosts.
20701 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20703         * configure.in: add comment for --with-x default values
20705         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20707         * Makefile.in: add check-* targets for each of the directories in
20708         the tree.  Add a definition of RUNTEST that will use the one we
20709         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20711 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20713         * configure.in: Removed obsolete references to bfd_target and
20714         target_makefile_frag.
20716         * build-all.mk: Set assorted targets for Q2.
20717         * config.sub: Recognize z8k-sim and h8300-hms.
20718         * test-build.mk: Really don't pass host to configure.
20719         (HOLES): Added uname.
20721 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
20723         * configure: Handle an empty program-prefix, program-suffix or
20724         program-transform-name correctly.
20726 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20728         * build-all.mk: -G 8 no longer required for MIPS targets.
20729         * test-build.mk: Don't pass host argument to configure; make it
20730         guess.
20732 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
20734         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
20735         * Makefile.in (COMPRESS):  New macro, like GZIP.
20737 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20739         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20741         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20742         with gas currently defaults to -G 0.
20744 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
20746         * Makefile.in (all-flex): flex depends on byacc.
20748         * build-all.mk: If host not specified, use config.guess.  Pass TAG
20749         to test-build.mk as RELEASE_TAG.
20750         * test-build.mk (configargs): New variable containing arguments to
20751         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
20752         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20754         * config.guess: Use /bin/uname when checking -X argument on SCO,
20755         to avoid invoking GNU uname which doesn't understand -X.
20757         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20759         * configure.in: Build gas for mips-*-*.
20761 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20763         * Makefile.in (all.normal): insert missing backslash.
20765 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20767         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20769         * Makefile.in: Complete overhaul to merge many almost identical
20770         targets.
20772 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20774         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20775         (gdb.tar.Z): Adjusted.
20777         * Makefile.in (setup-dirs, taz): New targets; should be general
20778         enough to adapt for gdb sometime.  Build only .z file.
20779         (gas.tar.z): New target.
20781 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
20783         * build-all.mk: Use CC=cc -Xs on Solaris.
20785 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
20787         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
20788         for handling BISON for FSF releases.
20790 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20792         * configure: Actually implement the change zoo just documented.
20794 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
20796         * configure: when using config.guess, only set target_alias when
20797         it's not already been set (ie, on the command line)
20799 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20801         * Makefile.in: add installcheck target, set PRMS to install-prms
20803 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20805         * configure: add support for package_makefile_fragment, handle the
20806         case where a directory has a configure.in file but no Makefile.in
20807         more gracefully (with an actual understandable error message, even);
20808         add support for --without (and add this to the usage message); also
20809         explicitly add a --host=${host_alias} to the command line when
20810         config.guess is used
20812 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20814         * configure: Must use both --host and --target in recursive calls.
20816 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20818         * Makefile.in: Change deja-gnu to dejagnu.
20820 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20822         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20824 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20826         * configure.in: canonicalize all instances to *-*-solaris2*,
20827         also strip out a number of tools to not build for go32 host
20829 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20831         * config.guess: add GPL.
20833         * Makefile.in, config.guess, config.sub, configure: bump
20834         copyrights to 93.
20836 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
20838         * Makefile.in (do-info): Removed obsolete check for existence of
20839         localenv file.
20841         * Makefile.in (MAKEOVERRIDES): Define to be empty.
20843 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20845         * Makefile.in: a couple of 'else true' for decstation,
20846         support for TclX
20848         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20850 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
20852         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20854 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
20856         * config.guess: Recognize i386-ibm-aix (PS/2).
20857         * configure.in: Use config/mh-aix386 file for it.
20859 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
20861         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20862         CC_FOR_TARGET instead.
20863         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20865 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
20867         * Makefile.in: Add sim to list of directories sent with gdb
20869 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20871         * configure.in: Put back mips-dec-bsd* case.
20873 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
20875         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20876         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
20877         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20879 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20881         * configure.in: remove no-op mips-dec-bsd* in "case $target"
20883         * Makefile.in (dir.info): only run gen-info-dir if it exists,
20884         (install-info): install dir.info only if it exists,
20885         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20887 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
20889         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
20890         gas for mips-dec-bsd.
20892 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
20894         * configure (makesrcdir): If ${srcdir} is relative and not ".",
20895         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20897 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20899         * configure.in: Added "dejagnu" to hosttools list.
20901 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
20903         * config.sub, configure.in, config.guess:  Add support
20904         for Bosx, an AIX variant from Bull.
20905         Patches from F.Pierresteguy@frcl.bull.fr.
20907 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20909         * devo/dejagnu: Initial creation of devo/dejagnu.
20910         Migrated dejagnu testcases and support files for testing software
20911         tools to reside as subdirectories, currently called "testsuite",
20912         within the directory of the software tool.  Migrated all programs,
20913         support libraries, etc. beloging to dejagnu proper from
20914         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
20915         with no modifications.  The changes to these files which will
20916         allow them to configure, build, and execute properly will be made
20917         in a future update.
20919 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20921         * Makefile.in: Change send_pr to send-pr.
20922         * configure.in: Likewise.
20923         * send_pr: Renamed directory to send-pr.
20925 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
20927         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
20929 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
20931         * README:  Update for gdb-4.8 release.
20932         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
20933         gdb-xxx.tar.z (gzip'd) file also.
20935 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20937         * Makefile.in: make all-diff depend on all-libiberty
20939 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
20941         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20943 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20945         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20947 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
20949         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
20950         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
20951         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
20953 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20955         * Makefile.in:  makeinfo binary is in a new location
20957 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
20959         * config.sub: Accept -ecoff as an OS.
20961         * Makefile.in: Various changes to eliminate a level of make
20962         recursion and reduce the required command line length.
20963         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20964         sub-makes.
20965         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20966         variables holding settings for specific sub-makes.
20967         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20968         in terms of BASE_FLAGS_TO_PASS.
20969         (TARGET_LIBS): New variable listing directories which use
20970         TARGET_FLAGS_TO_PASS.
20971         (subdir_do): Eliminated.
20972         (do-*): New set of targets to replace subdir_do.
20973         (various): All targets which used subdir_do now depend on do-*.
20974         (local-clean): Renamed from do_clean.
20975         (local-distclean): New target, dependency of distclean and
20976         realclean.
20977         (install-info): Don't create directories.  Depend on dir.info
20978         rather than calling make recursively.
20979         (install-dir.info): Eliminated.
20980         (install-info-dirs): Create all info directories here.
20981         (dir.info): Depend upon do-install-info.
20983         * test-build.mk (HOLES): Added false.
20985 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
20987         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
20989 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20991         * Makefile.in (info): remove dependency on all-texinfo.  The
20992         problem was really in texinfo/C, not at this level.
20994 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20996         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20998 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
21000         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
21001         GDB releases.
21003 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21005         * configure: Include srcdir in message about target of link not
21006         being found.  Don't convert `-' to `_' in `with' options being
21007         passed to subdirs.
21009 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21011         * configure.in: add uudecode to host_tools
21013         * Makefile.in: added {all,install}-uudecode targets, added them to
21014         the appropriate lists
21016 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
21018         * Makefile.in (all-gcc): Added dependency on all-gas.
21020         * configure.in (mips-*-*): Build ld and binutils.
21022 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21024         * configure: check return code from mkdir, print error message and
21025         exit on failure.
21027 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
21029         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
21031 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21033         * test-build.mk (HOLES): Added tar, cpio and uudecode.
21035 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21037         * config.sub (h8500):  Recognize this as a cpu type.
21039 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21041         * configure: source directory missing is no longer a warning
21043         * configure.in: recognize irix[34]* instead of irix[34]
21045         * Makefile.in: define and pass down X11_LIB
21047 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
21049         * guess-systype: Renamed to ...
21050         * config.guess:  ... by popular request.
21051         * configure.in, Makefile.in:  Update accordingly.
21053 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
21055         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
21056         + Add Convex, Cray/Unicos, and Encore/Multimax support.
21057         + Execute ./dummy instead of assuming . is in PATH.
21059 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
21061         * guess-systype:  New shell script.  Attempts to guess the
21062         canonical host name of the executing host.
21063         Only a few hosts are supported so far.
21064         * configure:  Call guess-systype if no host is specified.
21066 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21068         * Makefile.in (gcc-no-fixedincludes): Made to work with current
21069         gcc Makefile.
21071 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
21073         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21074         (all-gcc, install-gcc, subdir_do): Use it.
21076 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21078         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21080 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
21082         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21083         set exclusively by configure, using configure.in .
21085 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21087         * test-build.mk: set $PATH for all builds
21089         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21091 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21093         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21094         the one used in gcc/Makefile.in, so that a null expansion doesn't
21095         override the one needed to build gcc with a native cc.
21097 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21099         * configure: Accept -with arguments.
21101 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21103         * Makefile.in: added h8300sim
21105 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21107         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21108         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21109         (all-cygnus, native, build-cygnus): Make
21110         $(canonhost)-stamp-3stage-done, not $(host)....
21111         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21112         i386-sco3.2v4.  Added else true to if command.
21114 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21116         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21118 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21120         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21122 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21124         * configure.in: don't remove binutils from Solaris builds
21126 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21128         * Makefile.in: get rid of earlier definitions for *clean,
21129         also handle the recursive info rule better
21131 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21133         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21134         do more-or-less the right thing.
21136 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21138         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21139         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21141 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21143         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21144         $(host_canonical).
21146         * configure.in: split the configdirs list into 4 categories (native
21147         v. cross, library v. tool) and handle the cross-only and native-
21148         only in more reasonable (and correct!) way.
21150 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21152         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21153         configdirs anymore.
21155 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21157         * Makefile.in: extensive cleanup::  removed all of the explicit
21158         clean-* targets, collapsed many wrappers around subdir_do into
21159         one, added additional targets to satisfy standards.texi, deleted
21160         some old targets, some changes for consistency
21162 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21164         * configure.in: handle some programs as cross-only, and others as
21165         native only
21167         * test-build.mk: handle partial holes in a more generic manner
21169         * Makefile.in: m4 depends on libiberty
21171 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21173         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21174         time, wdiff, and find to configdirs
21176         * Makefile.in: all, clean, and install rules for the new programs
21177         added to configure.in
21179 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21181         * configure.in: use mh-sun for all *-sun-* hosts
21183 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21185         * Makefile.in: define flags for X11 include files and library file
21186         locations, pass them down to the programs that need this info
21188         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21190 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21192         * configure.in: start building libg++ for HP-UX targets
21194 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21196         * README:  Update references to files moved into etc/.
21198 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21200         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21201         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21203 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21205         * configure: accept dash as well as underscore in long option
21206         names for FSF compatibility.
21208 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21210         * config.sub: added -sco3.2v4 support from FSF.
21212 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21214         * configure.in: expand the section that adds or removes
21215         directories from the list of programs to build, to handle native
21216         vs. cross in addition to host v. native
21218 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21220         * Makefile.in:  Replace C++ in macro names with CXX.
21221         This is less likely to break ...
21223 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21225         * test-build.mk: add -w to GNU_MAKE
21227 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21229         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21230         add 'sparc' to list of recognized cpus.  This needed to make
21231         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21232         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21233         then changes that into $CPU-wrs-vxworks.
21235         * configure.in: remove most references to gdbtest, regularize
21236         target based program removal
21238         * test-build.mk: import from p3 tree (many fixes and changes)
21240 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21242         * Makefile.in: added rules to handle tcl, tk, and expect
21244         * configure.in: handle those directories if they exist
21246 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21248         * config.sub: removed bogus hppabsd and hppahpux names, since
21249         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21251 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21253         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21254         depends upon all-xiberty
21256         * Makefile.in: changes from p3, including:
21258         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21260         * Makefile.in (XTRAFLAGS): include newlib directories if
21261         newlib/Makefile exists, rather than if host != target.
21263         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21265         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21266         from the same source tree and not building a cross-compiler.  This
21267         matters for the libg++ configuration if reconfiguring a tree that
21268         has already been installed.
21270         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21272         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21273         pick up the machine and system specific header files.
21275         * Makefile.in: added AS_FOR_TARGET, passed down in
21276         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21277         the C compiler to use to create programs which are run in the
21278         build environment, set it to default to $(CC), and passed it down
21279         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21281         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21283         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21284         We need them for unusual native builds, like systems without
21285         ranlib.
21287         * configure: also define $(host_canonical) and
21288         $(target_canonical), which are the full, canonical names for the
21289         given host and target
21291 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21293         * Makefile.in:  Added separate definitions for C++.
21295 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21297         * configure.in (configdirs):  Add deja-gnu.
21299 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21301         * README:  Update for configure.texi and gdb-4.7 release.
21303 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21305         * Makefile.in:  Move "all" target to top of file.
21306         Previously, first target was ".PHONY" which caused BSD4.4 make
21307         to build .PHONY when make was run without arguments.
21309 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21311         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21312         Library-copylefted code in libiberty.
21314 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21316         * config.sub:  Replace m68kmote with plain old m68k.
21318 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21320         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21322 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21324         * config.sub: Complain if no argument is given.  Added support for
21325         386bsd as OS and target alias.
21327 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21329         * Makefile.in (XTRAFLAGS): include newlib directories if
21330         newlib/Makefile exists, rather than if host != target.
21332 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21334         * config.sub: recognize sparclite-wrs-vxworks.
21336         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21337         p3.) Added clean-xiberty to clean.
21339 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21341         * configure.in: use *-*-* instead of nested cases for host and target
21343 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21345         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21346         from the same source tree and not building a cross-compiler.  This
21347         matters for the libg++ configuration if reconfiguring a tree that
21348         has already been installed.
21350 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21352         * config.sub (i486v/i486v4):  Merge in from FSF version.
21354 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21356         * configure: only set PWD if it is already set.
21358 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21360         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21361         doesn't have unset and all success paths (and most error paths)
21362         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21363         to just ${PWD} to avoid confusion.)
21365 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21367         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21368         even for a native compilation.
21370 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21372         Changes to make the gdb.tar.Z rule work better.
21374         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21375         (DEVO_SUPPORT):  Add configure.texi.
21376         (bfd-ilrt.tar.Z):  Remove ancient rule.
21378 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21380         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21381         pick up the machine and system specific header files.
21383         * configure.in, config.sub: added new target m68010-adobe-scout,
21384         with alias of adobe68k.  Changed configure.in to check for
21385         -scout before -sco* to avoid a false match.
21387         * Makefile.in: added AS_FOR_TARGET, passed down in
21388         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21389         the C compiler to use to create programs which are run in the
21390         build environment, set it to default to $(CC), and passed it down
21391         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21393 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21395         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21396         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21397         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21398         FOR_TARGET variants, to newlib and libg++.
21400 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21402         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21403         first.
21405 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21407         * config.sub:  Accept `elf' as an environment.
21409 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21411         * Makefile.in (all-opcodes):  cd into the right directory
21413 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21415         * configure: added -program_transform_name option, used as
21416         argument to sed when installing programs.
21417         configure.texi: added documentation for -program_prefix,
21418         -program_suffix and -program_transform_name.
21420 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21422         * config.sub:  Accept i486 where i386 ok.
21424 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21426         * config.sub: accept we32k
21428 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21430         * config.sub, configure.in: accept OSE68000 and OSE68k.
21432         * Makefile.in: don't create all directories for ``make install'';
21433         let the subdirectories create the ones they need.
21435 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21437         * COPYING: new file, GPL v2
21439 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21441         * Makefile.in: use the new gen-info-dir, which needs a template
21442         argument (which also lives in texinfo)
21444         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21446 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21448         * config.sub (ncr3000):  Change i386 to i486.
21450 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21452         * Makefile.in: add install-rcs, install-grep to
21453         install-no-fixedincludes, removed install-bison and install-libgcc
21455 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21457         * configure.in: grab the HPUX makefile fragment if on HPUX
21459 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21461         * Makefile.in: eradicate bison spoor (ditto libgcc).
21462         configure.in: recognise m68{k,000}-ericsson-OSE.
21463         es1800 is alias for m68k-ericsson-OSE
21465 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21467         * configure.in: rearrange the parts that remove programs from
21468         configdirs, based now on HOST==TARGET or by canonical triple.
21470 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21472         * test-build.mk: recurse explicitly with -f test-build.mk when
21473         appropriate.  predicate stage3 and comparison on the existence
21474         of gcc.  That is, if gcc isn't around, we aren't three-staging.
21475         On very clean, also remove ...stamp-co.  Build in-place before
21476         doing other builds.
21478 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21480         * Makefile.in, configure.in: add tgas
21482 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21484         * Makefile.in: a number of changes merged in from progressive.
21486         * configure.in: add libm.
21488         * .cvsignore: ignore some stuff that comes from test-build.mk.
21490 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
21492         * config.sub:  Add es1800 (m68k-ericsson-es1800).
21494 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21496         * configure: Add program_suffix (parallel to program_prefix)
21497         * Makefile.in: adjust directory-creating script for losing decstation
21499 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
21501         * configure:  Minor $subdir-related fixes.
21503 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21505         * configure: fix various problems with propogating
21506         makefile_target_frag in subdirs.
21507         * configure.in: config libgcc if its there
21509 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
21511         * config.sub:  HPPA merge.
21513 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
21515         * Makefile.in:  Replace all-bison with all-byacc in all
21516         dependency lines for other tools (which now use byacc).
21518 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
21520         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
21522 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
21524         * Makefile.in: make gprof rules similar to byacc rules (instead of
21525         vestigal $(unsubdir) that didn't work...)
21527 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
21529         * config.sub:  Add support for Linux.
21530         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
21531         (at least for libg++).
21533 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
21535         * configure.texi: fix doc for the -nfp option to configure
21537 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
21539         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21541 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
21543         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21544         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21545         * configure.in: added solaris* host_makefile_frag hook.
21547 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21549         * config.sub: changed recognition of m68000 so that various
21550         m68k types can be specified via m680[01234]0
21552 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21554         * config.sub (basic_machine): fix sed so that '-foo' isn't
21555         completely substituted out while .+'-foo' loses the '-foo'
21557 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21559         * config.sub ($os): Add -aout.
21561 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
21563         * configure:  If host_makefile_frag is absolute, don't
21564         prefix ${invsubdir} (relevant to libg++ auto-configure).
21566 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21568         * Makefile.in (tooldir): Define it.
21569         (all-ld): Depend on all-flex.
21571 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
21573         * Makefile.in (check):  Fix libg++ special case.
21575 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
21577         * configure: do not bury `pwd` into config.status, thus do fewer
21578         pwd's.
21580         * configure: print the "Building in" message only when building in
21581         other than "." AND verbose.
21583         * configure: remove -s, rework -v to better accommodate guested
21584         configures.
21586         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21588 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
21590         * Makefile.in: macroize flags passed on recursion.  remove
21591         fileutils.
21593 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
21595         * configure: get makesrcdir right for subdirs deeper than 1.
21597         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21598         install.
21600 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
21602         * Makefile.in: don't print subdir_do or recursion lines.
21604 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
21606         * standards.texi: added menu item.
21608         * Makefile.in: build and install standards.info.
21610         * standards.texi: new file.
21612 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21614         * configure: test for and move config.status pieces from
21615         ${subdir}/.
21617 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
21619         * configure:  Test for existance of files before trying to mv
21620         them, to avoid numerous non-existance messages.
21622 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
21624         * configure: correct final line of config.status.
21626         * configure: patch from eggert.  Avoids a protection problem if
21627         the original Makefile.in is read only.
21629         * configure: use move-if-change from gcc to create config.status.
21630         Some makefiles depend on config.status to tell if a directory
21631         has been reconfigured for a different host.  This change
21632         prevents those directories from remaking everything in the case
21633         where the reconfig was only intended to rebuild a Makefile.
21635         * configure: test for config.sub with "config.sub sun4" rather
21636         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21637         host alias from a missing config.sub.
21639 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21641         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21642         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21644 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21646         * configure: mkdir ${subdir} as needed.
21648 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21650         * Makefile.in,configure.in: added autoconf.
21652 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21654         * Makefile.in: no longer pass against on recursion.
21656         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21657         definitions are not inherited.
21659         * configure: correct makesrcdir when subdir is .
21661 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21663         * configure:  Add support for 'subdirs' variable, which is
21664         like 'configdirs', except that configure doesn't re-invoke
21665         itself for subdirs, it just creates a Makefile for each subdir.
21666         * configure.texi:  Document subdirs.
21668 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21670         * configure.in: added flex to configdirs
21672 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21674         * Makefile.in: remove clean-stamps from clean.
21676 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21678         * configure.in:  Add gdbtest to configdirs.
21680 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21682         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21683         to recursive makes.
21684         * configure.in:  Recognize new ncr3000 config.
21686 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21688         * Makefile.in, configure.in: removed references to gdbm.
21690 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21692         * config.sub:  Don't canonicalize os value
21693         newsos* to bsd (readline needs to check for newsos).
21694         (This fix was earlier made Jan 31, but got re-broken.)
21696 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21698         * configure.in:  sco is an os, not a vendor!
21700         * configure:  Quote $( better.  Keep various shells happy.
21702 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21704         * Makefile.in: eliminate stamp-files.
21706 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21708         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21709         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21711 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21713         * config.sub:  fix iris/iris3.
21715 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21717         * configure: re-add -rm.
21719 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
21721         * Maskefile.in: add .stmp-rcs to all.
21723         * configure.in: remove gas from rs6000 build, use aix host fragment.
21725 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
21727         * configure: pass down site_option during recursion.
21729 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
21731         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
21733 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
21735         * configure: Change exec_prefix so that it really defaults to prefix.
21737 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
21739         * Makefile.in, configure.in:  Add support for mmalloc library.
21741 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
21743         * Makefile.in: add stmp dependencies for a few more things.
21745 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
21747         * configure: adjusted error message on objdir/srcdir configure
21748         collision, per john's suggestion.
21750         * Makefile.in: add libiberty stmp to all and all.cross.
21752 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
21754         * Makefile.in: remove force dependencies, add grep to all.
21756 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
21758         * Makefile.in: drop flex.  make stamp files work.
21760         * configure: added test for conflicting configuration in srcdir,
21761         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
21762         gets cranky.  use relative paths for configure and srcdir
21763         whenever possible.  Send some error messages to stderr that were
21764         going to stdout.
21766 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
21768         * Makefile.in:  Fix libg++ rule to check for gcc directory
21769         before using gcc/gcc.  Also pass XTRAFLAGS.
21771 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
21773         * Makefile.in: added stmp-files so that directories aren't polled
21774         when they are already built.
21776         * configure.texi: fixed a node pointer problem.
21778 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
21780         * config.sub configure.in gdb/configure.in
21781         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21782         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21783         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
21785 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21787         * configure: -recurring becomes -silent.  corrected help message
21788         for -site= option.
21790         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21792 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21794         * configure: when building Makefile for crosses, replace
21795         tooldir and program_prefix.  default srcdir from location of
21796         config.sub.  remove "for host in hosts" and "for target in
21797         targets" loops.
21799 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21801         * Makefile.in: Do not pass bindir or mandir to cvs.
21803 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
21805         * Makefile.in, configure.in: removed traces of namesubdir,
21806         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
21807         copyrights to '92, changed some from Cygnus to FSF.
21809         * configure.texi: remove most references to multiple hosts,
21810         multiple targets, subdirs, etc.
21812         * configure.man: removed rcsid. reference config.sub not
21813         config.subr.
21815         * Makefile.in: mkdir $(infodir) on install-info.
21817 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
21819         * configure.texi:  Explain better about .gdbinit and about
21820         the environment that configure.in sections run in.
21822 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
21824         * configure.in:  Ultrix is only a decstation if it's a MIPS.
21826 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
21828         * README:  DOC.configure => cfg-paper.texi.
21830 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
21832         * config.sub (near case $os):  Don't convert newsos* to bsd!
21834 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
21836         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
21837         the number of copies of COPYING that go into the GDB tar file.
21839 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
21841         * bfd/configure.in, gdb/config/mh-i386sco,
21842         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21843         Fix SCO configuration stuff.
21845 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
21847         * Makefile.in:  For libg++, make sure the -I pointing
21848         to the gcc directory goes *after* all the libg++-local -I flags.
21849         Also, move just-gcc dependency from just-libg++ to all-libg++.
21851 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
21853         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
21855 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
21857         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
21859 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
21861         * config.sub:  Add stratus configuration frags.  Also
21862         submitted to FSF.
21864 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
21866         * Makefile.in (DEV_SUPPORT):  add configure.man.
21868         * config.sub(Decode manufacturer-specific):  add -none*.
21870 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
21872         * Makefile.in:  remove form feeds to make Sun's make happy.
21873         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
21875 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
21877         * Makefile.in (AR_FLAGS):  Make quieter.
21879 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
21881         * configure.in:  Add libg++.
21882         * configure:  When verbose, don't output the command line at each
21883         level; it will be unremarkably the same as the previous version,
21884         which will be the same as what the user typed.
21886 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
21888         * configure.in, Makefile.in: fix clean-info, add flex.  add
21889         fileutils.
21891         * configure: be less sensitive to spaces in Makefile.in.  Do not
21892         look for sources in "..".  Doing so breaks subdirectories that
21893         might have their own configure.  If a subdir has it's own
21894         configure script, use it.
21896 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
21898         * cfg-paper.texi: some changes suggested by rms.
21900 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
21902         * config.sub:  Merge in some small additions from the FSF version,
21903         taken from the gcc distribution, to bring the Cygnus and FSF
21904         versions into closer sync.
21906 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
21908         * configure.in:  Changed svr4 references to sysv4.
21910 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
21912         * configure: added -V for version number option.
21914 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
21916         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21917         renamed from DOC.configure to cfg-paper.texi.
21919 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21921         * configure, config.subr, config.sub: config.subr is now
21922         config.sub again.
21924 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
21926         * configure.texi: new file, in progress.
21928         * Makefile.in: build info file and install the man page for
21929         configure.
21931         * configure.man: new file, first cut.
21933         * configure: find config.subr again now that configuration "none"
21934         has gone.  removed all traces of the -ansi option.  removed all
21935         traces of the -languages option.
21937         * config.subr: resync from rms.
21939 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21941         * configure, config.sub, config.subr: merge config.sub into
21942         config.subr, call the result config.subr, remove config.sub, use
21943         config.subr.
21945         * Makefile.in: revised install for dir.info.
21947 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21949         * configure.in: add decstation host makefile frag.
21951         * Makefile.in: BISON now bison -y again.  also install-gcc on
21952         install.  clean-gdbm on clean.  infodir belongs in datadir.
21953         Make directories for info install.  Build dir.info here then
21954         install it.
21956 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21958         * Makefile.in: fix for bad directory tests.
21960 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21962         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
21963         regexp.  -srcdir relative was being handled incorrectly.
21965         * Makefile.in: unwrapped some for loops so that parallel makes
21966         work again and so one can focus one's attention on a particular
21967         package.
21969 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21971         * configure: added PWD as a stand in for `pwd` (for speed). use
21972         elif wherever possible.  make -srcdir work without -objdir.
21973         -objdir= commented out.
21975 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21977         * configure: +options become --options.  -subdirs commented out.
21978         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
21979         Makefile now at top of generated Makefile.  Removed cvs log
21980         entries.  added -srcdir.  create .gdbinit only if there is one
21981         in ${srcdir}.
21983         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
21984         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
21985         and mandir now keyed off datadir by default.
21987 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21989         * Freshly created ChangeLog.
21992 Local Variables:
21993 mode: change-log
21994 left-margin: 8
21995 fill-column: 76
21996 version-control: never
21997 End: