c++: partially inst requires-expr in noexcept-spec [PR101043]
[official-gcc.git] / ChangeLog
blob3fd01d64af62aeef16bdfe487f1cfdd184f48aec
1 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
3         PR bootstrap/12596
4         * .gitignore: Add '/gettext*'.
5         * configure.ac (host_libs): Replace intl with gettext.
6         (hbaseargs, bbaseargs, baseargs): Split baseargs into
7         {h,b}baseargs.
8         (skip_barg): New flag.  Skips appending current flag to
9         bbaseargs.
10         <library exemptions>: Exempt --with-libintl-{type,prefix} from
11         target and build machine argument passing.
12         * configure: Regenerate.
13         * Makefile.def (host_modules): Replace intl module with gettext
14         module.
15         (configure-ld): Depend on configure-gettext.
16         * Makefile.in: Regenerate.
18 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
20         * intl/*: Remove.
22 2023-11-09  Jivan Hakobyan  <jivanhakobyan9@gmail.com>
24         * MAINTAINERS: Add myself.
26 2023-11-09  YunQiang Su  <yunqiang.su@cipunited.com>
28         * MAINTAINERS: Update my email address.
30 2023-11-06  Carl Love  <cel@linux.ibm.com>
32         * MAINTAINERS: Update my email address.
34 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
36         * .github/CONTRIBUTING.md: Wrap lines more tightly.
38 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
40         * .github/CONTRIBUTING.md: New file.
41         * .github/PULL_REQUEST_TEMPLATE.md: New file.
43 2023-10-22  Iain Sandoe  <iain@sandoe.co.uk>
45         * configure: Regenerate.
46         * configure.ac: Do not add default runpaths to GCC exes
47         when we are building -static-libstdc++/-static-libgcc (the
48         default).
49         * libtool.m4: Add 'enable-darwin-at-runpath'.  Act  on the
50         enable flag to alter Darwin libraries to use @rpath names.
52 2023-10-15  Mike Frysinger  <vapier@gentoo.org>
54         * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
55         * Makefile.in: Regenerate.
57 2023-10-11  Filip Kastl  <fkastl@suse.cz>
59         * MAINTAINERS: Fix name order.
61 2023-10-10  Christoph Müllner  <christoph.muellner@vrull.eu>
63         * MAINTAINERS: Add myself.
65 2023-10-06  Sergei Trofimovich  <siarheit@google.com>
67         PR bootstrap/111663
68         * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
69         * Makefile.in: Regenerate.
71 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
73         * SECURITY.txt: Fix up indentation.
75 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
77         * SECURITY.txt: Fix up commas.
79 2023-10-04  Siddhesh Poyarekar  <siddhesh@gotplt.org>
81         * SECURITY.txt: New file.
83 2023-09-18  Fei Gao  <gaofei@eswincomputing.com>
85         * MAINTAINERS: Add myself.
87 2023-09-15  Yang Yujie  <yangyujie@loongson.cn>
89         * config-ml.in: Remove unneeded loongarch clause.
90         * configure.ac: Register custom makefile fragments mt-loongarch-*
91         for loongarch targets.
92         * configure: Regenerate.
94 2023-09-12  Edwin Lu  <ewlu@rivosinc.com>
96         * MAINTAINERS: Add myself
98 2023-09-12  Thomas Schwinge  <thomas@codesourcery.com>
99             Chung-Lin Tang  <cltang@codesourcery.com>
101         PR testsuite/109951
102         * Makefile.tpl (BASE_TARGET_EXPORTS): Add
103         'SYSROOT_CFLAGS_FOR_TARGET'.
104         * Makefile.in: Regenerate.
106 2023-09-05  Yang Yujie  <yangyujie@loongson.cn>
108         * config-ml.in: Do not build the multilib library variant
109         that is duplicate with the toplevel one.
111 2023-08-29  Tsukasa OI  <research_trasio@irq.a4lg.com>
113         * MAINTAINERS: Add myself.
115 2023-08-22  Filip Kastl  <fkastl@suse.cz>
117         * MAINTAINERS: Update my email address.
119 2023-08-11  Eric Feng  <ef2648@columbia.edu>
121         * MAINTAINERS: Add myself.
123 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
125         * Makefile.def: Reflect that libsframe needs to installed before
126         libbfd.  Reorder a bit to better track libsframe dependencies.
127         * Makefile.in: Regenerate.
129 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
131         * Makefile.def: Add install dependency on libsframe for libbfd.
132         * Makefile.in: Regenerated.
134 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
136         * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
137         Solaris 11.
139 2023-08-07  Alexander von Gluck IV  <kallisti5@unixzen.com>
141         * configure: Regenerate.
142         * configure.ac: Add Haiku to list of ELF OSes
143         * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
145 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
147         * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
148         options, including options containing paths.
150 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
152         * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
153         NM, if there is one.  Run nm on itself, not on /dev/null, to avoid
154         errors from nms that refuse to work on non-regular files.  Remove
155         other workarounds for this problem.  Strip out blank lines from the
156         nm output.
158 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
160         * configure.ac: Reinstate 32b PA-RISC HP-UX targets
161         * configure: Regenerate.
163 2023-08-07  Simon Marchi  <simon.marchi@efficios.com>
165         * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
166         * configure: Re-generate.
167         * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
168         (PKG_CONFIG_PATH): New.
169         * Makefile.in: Re-generate.
171 2023-08-07  Luis Machado  <luis.machado@arm.com>
173         * configure.ac: Disable year2038 by default on 32-bit hosts.
174         * configure: Regenerate.
176 2023-08-07  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
178         * Makefile.def: Add gprofng module.
179         * configure.ac: Add --enable-gprofng option.
180         * Makefile.in: Regenerate.
181         * configure: Regenerate.
183 2023-08-07  Martin Liska  <mliska@suse.cz>
185         * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
186         * configure: Regenerate.
188 2023-08-07  Fangrui Song  <maskray@google.com>
190         * configure: Regenerate.
191         * configure.ac: Add --with-zstd.
193 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
195         * configure: Regenerate.
196         * configure.ac: Recover tilegx/tilepro targets.
198 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
200         * configure: Regenerated.
201         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
202         --plugin and rc before enabling --plugin.
204 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
206         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
207         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
208         * configure.ac: Include config/gcc-plugin.m4.
209         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
210         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
211         RANLIB if possible.
212         * Makefile.in: Regenerated.
213         * configure: Likewise.
215 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
217         * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
218         $(CFLAGS).
220 2023-08-07  David Faust  <david.faust@oracle.com>
222         * MAINTAINERS: Add the BPF port to my reviewer listing.
224 2023-08-02  Jan Beulich  <jbeulich@suse.com>
226         * MAINTAINERS: Correct my email address.
228 2023-08-02  Hu, Lin1  <lin1.hu@intel.com>
230         * MAINTAINERS (Write After Approval): Add myself.
232 2023-08-01  Richard Ball  <richard.ball@arm.com>
234         * MAINTAINERS: Add myself.
236 2023-07-31  Andreas Schwab  <schwab@suse.de>
238         * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
239         * configure: Regenerate.
240         * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
242 2023-07-31  xuli  <xuli1@eswincomputing.com>
244         * MAINTAINERS: Add myself.
246 2023-07-25  Thomas Schwinge  <thomas@codesourcery.com>
248         * MAINTAINERS: List myself as "nvptx port" maintainer.
250 2023-07-21  Cupertino Miranda  <cupertino.miranda@oracle.com>
252         * MAINTAINERS: Add myself to write after approval
254 2023-07-18  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
256         * MAINTAINERS: Add myself as a reviewer for the riscv port.
258 2023-07-18  Robin Dapp  <rdapp@ventanamicro.com>
260         * MAINTAINERS: Add myself as a reviewer for the riscv port.
262 2023-07-12  Hao Liu  <hliu@os.amperecomputing.com>
264         * MAINTAINERS: Add Hao Liu to write after approval
266 2023-07-12  Ken Matsui  <kmatsui@gcc.gnu.org>
268         * MAINTAINERS: Add Ken Matsui to write after approval
270 2023-07-07  Eugene Rozenfeld  <erozen@microsoft.com>
272         * Makefile.in: Collect both kernel and user events for autofdo
273         * Makefile.tpl: Collect both kernel and user events for autofdo
275 2023-06-30  Rishi Raj  <rishiraj45035@gmail.com>
277         * MAINTAINERS: Added myself to Write After Approval and DCO
279 2023-06-29  Eugene Rozenfeld  <erozen@microsoft.com>
281         * Makefile.in: Remove -gtoggle for STAGEautoprofile
282         * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
284 2023-06-25  Lehua Ding  <lehua.ding@rivai.ai>
286         * MAINTAINERS: Add Lehua Ding to write after approval
288 2023-06-25  Iain Sandoe  <iain@sandoe.co.uk>
290         * Makefile.def: Pass the enable-host-pie value to GCC configure.
291         * Makefile.in: Regenerate.
292         * configure: Regenerate.
293         * configure.ac: Adjust the logic for shared and PIE host flags to
294         ensure that PIE is passed for hosts that require it.
296 2023-06-16  YunQiang Su  <yunqiang.su@cipunited.com>
298         * MAINTAINERS (Write After Approval): move Matthew Fortune
299         to Write After Approval.
301 2023-06-15  Marek Polacek  <polacek@redhat.com>
303         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
304         check.
305         * configure: Regenerate.
307 2023-06-14  Filip Kastl  <filip.kastl@gmail.com>
309         * MAINTAINERS: Add myself to write after approval
311 2023-06-02  YunQiang Su  <yunqiang.su@cipunited.com>
313         * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
314         port maintainer.
315         (Write After Approval): Remove myself.
317 2023-05-30  Jeevitha Palanisamy  <jeevitha@linux.ibm.com>
319         * MAINTAINERS (Write After Approval): Add myself.
321 2023-05-29  Martin Jambor  <mjambor@suse.cz>
323         * MAINTAINERS: Replace spaces with tabs.
325 2023-05-27  Benjamin Priour  <vultkayn@gcc.gnu.org>
327         * MAINTAINERS: New entry.
329 2023-05-18  Eugene Rozenfeld  <erozen@microsoft.com>
331         * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
332         * Makefile.in: Regenerate
334 2023-05-17  Eugene Rozenfeld  <erozen@microsoft.com>
336         * Makefile.in: Disable warnings as errors for STAGEautofeedback
338 2023-05-11  Robin Dapp  <rdapp@ventanamicro.com>
340         * MAINTAINERS: Sort.
342 2023-05-11  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
344         * MAINTAINERS: Add myself.
346 2023-05-10  Pan Li  <pan2.li@intel.com>
348         * MAINTAINERS: Add myself.
350 2023-04-28  Eugene Rozenfeld  <erozen@microsoft.com>
352         * Makefile.in: Define PROFILE_MERGER
353         * Makefile.tpl: Define PROFILE_MERGER
355 2023-04-27  Robin Dapp  <rdapp@ventanamicro.com>
357         * MAINTAINERS: Change my email address.
359 2023-04-26  Patrick O'Neill  <patrick@rivosinc.com>
361         * MAINTAINERS: Add myself.
363 2023-04-26  Martin Liska  <mliska@suse.cz>
365         * MAINTAINERS: fix sorting
367 2023-04-25  Victor Do Nascimento  <victor.donascimento@arm.com>
369         * MAINTAINERS (Write After Approval): Add myself.
371 2023-04-24  Martin Liska  <mliska@suse.cz>
373         * MAINTAINERS: Fix sorting.
375 2023-04-21  Peter Foley  <pefoley2@pefoley.com>
377         * configure: Regenerate.
378         * configure.ac: Only create serdep.tmp if needed
380 2023-04-21  “ajit.kumar.agarwal@ibm.com”  <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
382         * MAINTAINERS (Write After Approval): Add myself.
384 2023-04-21  Vineet Gupta  <vineetg@rivosinc.com>
386         * MAINTAINERS (Write After Approval): Add myself.
387         Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
389 2023-04-06  Indu Bhagat  <indu.bhagat@oracle.com>
391         * MAINTAINERS: Add myself.
393 2023-03-22  Tobias Burnus  <tobias@codesourcery.com>
395         * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
397 2023-03-10  Arsen Arsenović  <arsen@aarsen.me>
399         * MAINTAINERS (Write After Approval): Add myself.
401 2023-02-16  Martin Liska  <mliska@suse.cz>
403         * MAINTAINERS: I'm stepping down from my positions.
405 2023-01-10  Philip Herron  <herron.philip@googlemail.com>
407         * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
409 2023-01-06  Clément Chigot  <chigot@adacore.com>
411         * configure.ac: Skip GMP and MPFR when --disable-gdb is
412         provided.
413         * configure: Regenerate.
415 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
417         * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
419 2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
421         * Makefile.def: Do not build shared libffi.
422         * Makefile.in: Regenerate.
424 2022-12-21  Andrew Pinski  <apinski@marvell.com>
426         * Makefile.def: Add configure-gdb dependencies
427         on all-gmp and all-mpfr.
428         * configure.ac: Split out MPC checking from MPFR.
429         Require GMP and MPFR if the gdb directory exist.
430         * Makefile.in: Regenerate.
431         * configure: Regenerate.
433 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
435         * configure.ac (target_libraries): Add target-libgm2.
436         Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
437         Add GCC_TARGET_TOOL entry for gm2.
438         (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
439         gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
440         * Makefile.def (target_modules): Add libgm2.
441         (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
442         (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
443         (languages): Add entry for language=m2 with gcc-check-target=check-m2
444         and lib-check-target=check-target-libgm2.
445         * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
446         (HOST_EXPORTS): Add definition for GM2.
447         (BASE_TARGET_EXPORTS): Add definition for GM2.
448         (GM2_FOR_BUILD): Defined.
449         (GM2FLAGS): Defined.
450         (GM2_FOR_TARGET): Defined.
451         (GM2FLAGS_FOR_TARGET): Defined.
452         (EXTRA_HOST_FLAGS): Defined.
453         (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
454         (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
455         (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
456         * configure: Rebuilt.
457         * Makefile.in: Rebuilt.
459 2022-12-13  Philip Herron  <philip.herron@embecosm.com>
461         * Makefile.def: Add Rust language.
462         * Makefile.in: Regenerate via autogen.
464 2022-12-09  Martin Liska  <mliska@suse.cz>
466         * MAINTAINERS: Fix spacing.
468 2022-12-07  Arthur Cohen  <arthur.cohen@embecosm.com>
470         * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
472 2022-12-07  Iain Sandoe  <iain@sandoe.co.uk>
474         * Makefile.def: Pass host_libs_picflag to host dependent library
475         configures.
476         * Makefile.in: Regenerate.
477         * configure: Regenerate.
478         * configure.ac (host_libs_picflag): New configure variable set to
479         '--with-pic' when building 'host_shared'.
481 2022-11-25  Weimin Pan  <weimin.pan@oracle.com>
483         * Makefile.def: Add libsframe as new module with its dependencies.
484         * Makefile.in: Regenerated.
485         * configure.ac: Add libsframe to host_libs.
486         * configure: Regenerated.
488 2022-11-23  Marek Polacek  <polacek@redhat.com>
490         Revert:
491         2022-11-23  Marek Polacek  <polacek@redhat.com>
493         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
494         isl.
495         * Makefile.in: Regenerate.
496         * Makefile.tpl: Set PICFLAG.
497         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
498         check.
499         * configure: Regenerate.
501 2022-11-23  Marek Polacek  <polacek@redhat.com>
503         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
504         isl.
505         * Makefile.in: Regenerate.
506         * Makefile.tpl: Set PICFLAG.
507         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
508         check.
509         * configure: Regenerate.
511 2022-11-14  Martin Liska  <mliska@suse.cz>
513         Revert:
514         2022-11-09  Martin Liska  <mliska@suse.cz>
516         * doc/Makefile: New file.
517         * doc/_static/custom.css: New file.
518         * doc/baseconf.py: New file.
519         * doc/bsd.rst: New file.
520         * doc/contrib.rst: New file.
521         * doc/contribute.rst: New file.
522         * doc/cppdiropts.rst: New file.
523         * doc/cppenv.rst: New file.
524         * doc/cppopts.rst: New file.
525         * doc/cppwarnopts.rst: New file.
526         * doc/favicon.ico: New file.
527         * doc/funding.rst: New file.
528         * doc/gcc_sphinx.py: New file.
529         * doc/gnu.rst: New file.
530         * doc/gnu_free_documentation_license.rst: New file.
531         * doc/gpl-3.0.rst: New file.
532         * doc/indices-and-tables.rst: New file.
533         * doc/lgpl-2.1.rst: New file.
534         * doc/logo.pdf: New file.
535         * doc/logo.svg: New file.
536         * doc/md.rst: New file.
537         * doc/requirements.txt: New file.
539 2022-11-14  Martin Liska  <mliska@suse.cz>
541         Revert:
542         2022-11-09  Martin Liska  <mliska@suse.cz>
544         * doc/baseconf.py: Port to GCC sources.
546 2022-11-14  Martin Liska  <mliska@suse.cz>
548         Revert:
549         2022-11-14  Martin Liska  <mliska@suse.cz>
551         * configure: Regenerate.
552         * configure.ac: Support Sphinx based documentation.
554 2022-11-14  Martin Liska  <mliska@suse.cz>
556         Revert:
557         2022-11-09  Martin Liska  <mliska@suse.cz>
559         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
560         provide a default.
562 2022-11-14  Martin Liska  <mliska@suse.cz>
564         Revert:
565         2022-11-09  Martin Liska  <mliska@suse.cz>
567         * doc/bsd.rst:
568         Add trailing newline.
569         * doc/contrib.rst:
570         Add trailing newline.
571         * doc/contribute.rst:
572         Add trailing newline.
573         * doc/cppdiropts.rst:
574         Add trailing newline.
575         * doc/cppenv.rst:
576         Add trailing newline.
577         * doc/cppopts.rst:
578         Add trailing newline.
579         * doc/cppwarnopts.rst:
580         Add trailing newline.
581         * doc/funding.rst:
582         Add trailing newline.
583         * doc/gnu.rst:
584         Add trailing newline.
585         * doc/gnu_free_documentation_license.rst:
586         Add trailing newline.
587         * doc/gpl-3.0.rst:
588         Add trailing newline.
589         * doc/indices-and-tables.rst:
590         Add trailing newline.
591         * doc/lgpl-2.1.rst:
592         Add trailing newline.
593         * doc/md.rst:
594         Add trailing newline.
596 2022-11-14  Martin Liska  <mliska@suse.cz>
598         Revert:
599         2022-11-09  Martin Liska  <mliska@suse.cz>
601         * configure.ac: Use new install URL.
602         * configure: Regenerate.
604 2022-11-14  Martin Liska  <mliska@suse.cz>
606         Revert:
607         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
609         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
610         instead of just ``.''.
611         * doc/gcc_sphinx.py: Moved to...
612         * doc/modules/gcc_sphinx.py: ...here.
614 2022-11-14  Martin Liska  <mliska@suse.cz>
616         Revert:
617         2022-11-10  Martin Liska  <mliska@suse.cz>
619         * doc/baseconf.py: Modernize by using pathlib.
621 2022-11-14  Martin Liska  <mliska@suse.cz>
623         Revert:
624         2022-11-11  Martin Liska  <mliska@suse.cz>
626         * doc/Makefile: Disable -j auto.
628 2022-11-14  Martin Liska  <mliska@suse.cz>
630         Revert:
631         2022-11-11  Martin Liska  <mliska@suse.cz>
633         * doc/Makefile: Update comment.
635 2022-11-14  Martin Liska  <mliska@suse.cz>
637         Revert:
638         2022-11-11  Martin Liska  <mliska@suse.cz>
640         * doc/indices-and-tables.rst: Rename Indexes to Indices.
642 2022-11-14  Martin Liska  <mliska@suse.cz>
644         Revert:
645         2022-11-13  Martin Liska  <mliska@suse.cz>
647         PR web/107643
648         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
649         is set.
650         * doc/indices-and-tables.rst: Use include_todo tag.
652 2022-11-14  Martin Liska  <mliska@suse.cz>
654         Revert:
655         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
657         * doc/contrib.rst: Update Jeff Law's email address.
659 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
661         * doc/contrib.rst: Update Jeff Law's email address.
663 2022-11-13  Martin Liska  <mliska@suse.cz>
665         PR web/107643
666         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
667         is set.
668         * doc/indices-and-tables.rst: Use include_todo tag.
670 2022-11-11  Martin Liska  <mliska@suse.cz>
672         * doc/indices-and-tables.rst: Rename Indexes to Indices.
674 2022-11-11  Martin Liska  <mliska@suse.cz>
676         * doc/Makefile: Update comment.
678 2022-11-11  Martin Liska  <mliska@suse.cz>
680         * doc/Makefile: Disable -j auto.
682 2022-11-10  Martin Liska  <mliska@suse.cz>
684         * doc/baseconf.py: Modernize by using pathlib.
686 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
688         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
689         instead of just ``.''.
690         * doc/gcc_sphinx.py: Moved to...
691         * doc/modules/gcc_sphinx.py: ...here.
693 2022-11-09  Martin Liska  <mliska@suse.cz>
695         * configure.ac: Use new install URL.
696         * configure: Regenerate.
698 2022-11-09  Martin Liska  <mliska@suse.cz>
700         * doc/bsd.rst:
701         Add trailing newline.
702         * doc/contrib.rst:
703         Add trailing newline.
704         * doc/contribute.rst:
705         Add trailing newline.
706         * doc/cppdiropts.rst:
707         Add trailing newline.
708         * doc/cppenv.rst:
709         Add trailing newline.
710         * doc/cppopts.rst:
711         Add trailing newline.
712         * doc/cppwarnopts.rst:
713         Add trailing newline.
714         * doc/funding.rst:
715         Add trailing newline.
716         * doc/gnu.rst:
717         Add trailing newline.
718         * doc/gnu_free_documentation_license.rst:
719         Add trailing newline.
720         * doc/gpl-3.0.rst:
721         Add trailing newline.
722         * doc/indices-and-tables.rst:
723         Add trailing newline.
724         * doc/lgpl-2.1.rst:
725         Add trailing newline.
726         * doc/md.rst:
727         Add trailing newline.
729 2022-11-09  Martin Liska  <mliska@suse.cz>
731         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
732         provide a default.
734 2022-11-09  Martin Liska  <mliska@suse.cz>
736         * configure: Regenerate.
737         * configure.ac: Support Sphinx based documentation.
739 2022-11-09  Martin Liska  <mliska@suse.cz>
741         * doc/baseconf.py: Port to GCC sources.
743 2022-11-09  Martin Liska  <mliska@suse.cz>
745         * doc/Makefile: New file.
746         * doc/_static/custom.css: New file.
747         * doc/baseconf.py: New file.
748         * doc/bsd.rst: New file.
749         * doc/contrib.rst: New file.
750         * doc/contribute.rst: New file.
751         * doc/cppdiropts.rst: New file.
752         * doc/cppenv.rst: New file.
753         * doc/cppopts.rst: New file.
754         * doc/cppwarnopts.rst: New file.
755         * doc/favicon.ico: New file.
756         * doc/funding.rst: New file.
757         * doc/gcc_sphinx.py: New file.
758         * doc/gnu.rst: New file.
759         * doc/gnu_free_documentation_license.rst: New file.
760         * doc/gpl-3.0.rst: New file.
761         * doc/indices-and-tables.rst: New file.
762         * doc/lgpl-2.1.rst: New file.
763         * doc/logo.pdf: New file.
764         * doc/logo.svg: New file.
765         * doc/md.rst: New file.
766         * doc/requirements.txt: New file.
768 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
770         * Makefile.def: Remove module 'liboffloadmic'.
771         * Makefile.in: Regenerate.
772         * configure.ac: Remove 'liboffloadmic' handling.
773         * configure: Regenerate.
775 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
777         * MAINTAINERS: Update email address.
779 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
781         * configure.ac: Don't configure readline if --with-system-readline is
782         used.
783         * configure: Re-generate.
785 2022-10-12  Cui,Lili  <lili.cui@intel.com>
787         * MAINTAINERS (Write After Approval): Add myself.
789 2022-10-11  Olivier Hainque  <hainque@adacore.com>
791         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
792         and friends for rtp !large. Assume the linker has the required
793         abilities and set lt_cv_deplibs_check_method.
795 2022-09-30  Olivier Hainque  <hainque@adacore.com>
797         * configure.ac (*vxworks*): If enable_shared is not
798         set, set to "no" and add --disable-shared to target and
799         host_configargs.
800         * configure: Regenerate.
802 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
804         * MAINTAINERS: Update my email address and DCO entry.
806 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
808         * MAINTAINERS (Write After Approval): Add myself.
810 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
812         * MAINTAINERS (Write After Approval): Add myself.
814 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
816         * MAINTAINERS: Update my email address.
818 2022-09-07  Tom de Vries  <tdevries@suse.de>
820         * configure.ac: Set extra_host_libiberty_configure_flags and
821         extra_host_zlib_configure_flags in separate case statements.
822         * configure: Regenerate.
824 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
826         * MAINTAINERS: Update c-sky port maintainers' emails.
828 2022-08-31  Martin Liska  <mliska@suse.cz>
830         * configure: Regenerate.
831         * configure.ac: Delete hpux9 and hpux10.
833 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
835         * Makefile.def: Drop libelf module and gcc-configure dependency
836         on it.
837         * Makefile.in: Regenerate with 'autogen Makefile.def'.
838         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
839         LIBELFINC.
840         * configure: Regenrate.
841         * configure.ac (host_libs): Drop unused libelf.
843 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
845         * Makefile.in: Regenerate.
847 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
849         * MAINTAINERS: Add myself as AutoFDO maintainer.
851 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
852             Arnaud Charlet  <charlet@adacore.com>
854         * configure: Regenerate.
856 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
858         PR bootstrap/106472
859         * Makefile.def (dependencies): Make configure-target-libgo depend
860         upon all-target-libbacktrace.
862 2022-07-27  David Faust  <david.faust@oracle.com>
864         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
866 2022-07-27  Richard Biener  <rguenther@suse.de>
868         * MAINTAINERS (Roger Sayle): Update e-mail address.
870 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
872         * MAINTAINERS (Write After Approval): Add myself.
874 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
876         * MAINTAINERS: Add myself as Ada front end co-maintainer.
878 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
880         * .gitignore: Do not ignore config.h.
882 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
884         * MAINTAINERS: Add myself to Write After Approval.
886 2022-07-04  Martin Liska  <mliska@suse.cz>
888         * MAINTAINERS: fix sorting of names
890 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
892         * MAINTAINERS: add myself.
894 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
896         * MAINTAINERS: Add myself to write after approval and DCO.
898 2022-07-02  Tim Lange  <mail@tim-lange.me>
900         * MAINTAINERS: Add myself.
902 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
904         * MAINTAINERS (Write After Approval): Add myself.
906 2022-06-30  Cui,Lili  <lili.cui@intel.com>
908         Revert:
909         2022-06-30  Cui,Lili  <lili.cui@intel.com>
911         * MAINTAINERS (Write After Approval): Add myself.
913 2022-06-30  Cui,Lili  <lili.cui@intel.com>
915         * MAINTAINERS (Write After Approval): Add myself.
917 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
919         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
920         (EXTRA_GCC_FLAGS): Likewise.
921         * Makefile.in: Rebuilt.
923 2022-06-28  konglin1  <lingling.kong@intel.com>
925         * MAINTAINERS (Write After Approval): Add myself.
927 2022-06-27  Tom de Vries  <tdevries@suse.de>
929         * configure.ac: Build libiberty pic variant for gdbserver.
930         * configure: Regenerate.
932 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
934         * configure: Regenerate.
935         * configure.ac: Correct use of $host.
937 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
939         * MAINTAINERS: Remove tilegx and tilepro entries.
940         * configure.ac: Remove tilegx and tilepro stanzas.
941         * configure: Rebuilt.
943 2022-05-28  Bruce Korb  <bkorb@gnu.org>
945         * .gitignore: Ignore vim swap files
947 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
949         * MAINTAINERS: Add myself to write after approval.
951 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
953         * MAINTAINERS: Remove myself from DCO section.
955 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
957         * MAINTAINERS: Update my email address.
959 2022-05-09  Clément Chigot  <chigot@adacore.com>
961         * MAINTAINERS: Update my email address.
963 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
965         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
966         section.
968 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
970         * MAINTAINERS: Update my email address.
972 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
974         * MAINTAINERS: Update my email address.
976 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
978         * MAINTAINERS: (CPU Port Maintainers): Add myself and
979         Lulu as LoongArch port maintainer.
981 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
982             Lulu Cheng  <chenglulu@loongson.cn>
984         * configure.ac: Add LoongArch tuples.
985         * configure: Regenerate.
987 2022-03-28  Tom Tromey  <tromey@adacore.com>
989         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
990         * configure: Rebuild.
992 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
994         * MAINTAINERS: Change my information.
996 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
998         * MAINTAINERS: Add myself to DCO section.
1000 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
1002         * configure.ac: Fix incorrect option in comment.
1003         * configure: Regenerate.
1005 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
1007         * Makefile.def (dependencies): Make configure-sim depend on
1008         all-readline.
1009         * Makefile.in: Regenerate.
1011 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
1013         * MAINTAINERS (Write After Approval): Update my e-mail address.
1015 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
1017         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
1019 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
1021         * MAINTAINERS: Update my email and add myself to the DCO list.
1023 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
1025         Revert:
1026         2021-09-16  Andrew Pinski  <apinski@marvell.com>
1028         PR bootstrap/67102
1029         * Makefile.def: Have configure-target-libffi depend on
1030         all-target-libstdc++-v3.
1031         * Makefile.in: Regenerate.
1033 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
1035         PR other/104181
1036         * build.log: Remove.
1038 2022-01-20  Martin Liska  <mliska@suse.cz>
1040         * MAINTAINERS: Adjust email address based on IRC request.
1042 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
1044         * MAINTAINERS: Update my email address.
1046 2022-01-17  Martin Liska  <mliska@suse.cz>
1048         * MAINTAINERS: Rename .c names to .cc.
1050 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
1052         * Makefile.am: Remove.
1054 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
1056         * Makefile.am: New file.
1058 2022-01-11  Martin Liska  <mliska@suse.cz>
1060         * MAINTAINERS: Sort 2 names.
1062 2022-01-10  Martin Liska  <mliska@suse.cz>
1064         * MAINTAINERS: Fix obvious issues with sorting.
1066 2022-01-07  liuhongt  <hongtao.liu@intel.com>
1068         * build.log: New file.
1070 2022-01-05  Nathan Sidwell  <nathan@acm.org>
1072         * MAINTAINERS: Add DCO entry.  Sort that list.
1074 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
1076         * MAINTAINERS: Change of email address in both DCO and
1077         Write After Approval list.
1079 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
1081         * configure: Regenerate.
1083 2021-12-21  Martin Liska  <mliska@suse.cz>
1085         * config.sub: Change mode back to 755.
1087 2021-12-17  Martin Liska  <mliska@suse.cz>
1089         * config.sub: Sync from master.
1091 2021-12-17  Martin Liska  <mliska@suse.cz>
1093         Revert:
1094         2021-12-16  Matthias Seidel  <mseidel@apache.org>
1096         * config.sub: Fix typo.
1098 2021-12-16  Matthias Seidel  <mseidel@apache.org>
1100         * config.sub: Fix typo.
1102 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
1104         Revert:
1105         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1107         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1108         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1109         * configure.ac: Include config/gcc-plugin.m4.
1110         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1111         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1112         RANLIB if possible.
1113         * Makefile.in: Regenerated.
1114         * configure: Likewise.
1116 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1118         * Makefile.tpl (BUILD_CFLAGS): New.
1119         (CFLAGS): Append $(BUILD_CFLAGS).
1120         (CXXFLAGS): Likewise.
1121         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1122         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1123         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1124         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1125         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1126         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1127         (PGO-TRAINING-TARGETS): Likewise.
1128         (PGO_BUILD_TRAINING): Likewise.
1129         (all): Add '+' to the command line for recursive make.  Support
1130         the PGO build.
1131         * configure.ac: Add --enable-pgo-build[=lto].
1132         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1133         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
1134         * Makefile.in: Regenerated.
1135         * configure: Likewise.
1137 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1139         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1140         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1141         * configure.ac: Include config/gcc-plugin.m4.
1142         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1143         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1144         RANLIB if possible.
1145         * Makefile.in: Regenerated.
1146         * configure: Likewise.
1148 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
1150         * MAINTAINERS: Add myself to write after approval.
1152 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
1154         * MAINTAINERS: Adding myself.
1156 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
1158         * configure: Regenerate.
1159         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1160         $(CPP).
1162 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
1164         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1165         libatomic.
1166         * Makefile.in: Regenerate.
1167         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1168         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1169         target-libphobos-bootstrap.
1170         (STAGE2_CONFIGURE_FLAGS): Likewise.
1171         * configure: Regenerate.
1172         * configure.ac: Add support for bootstrapping D front-end.
1174 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
1176         * MAINTAINERS: Add myself to DCO section and update email address.
1178 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
1180         * configure: Regenerate.
1181         * configure.ac: Ensure that PIC (shared) defaults are set
1182         correctly for Darwin.
1184 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
1186         * MAINTAINERS: Update my address.
1188 2021-11-12  Alan Modra  <amodra@gmail.com>
1190         * Makefile.def (configure-opcodes): Depend on configure-bfd.
1191         * Makefile.in: Regenerate.
1193 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
1195         * MAINTAINERS: Clarify the policy WRT the Write After Approval
1196         list.
1198 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
1200         * MAINTAINERS (Reviewers, arc): Remove my entry.
1201         (Write After Approval): Add an entry for myself.
1203 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
1205         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1206         * Makefile.in: Regenerate.
1207         * configure: Regenerate.
1208         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1210 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
1212         * MAINTAINERS: Fix up Maciej's entries.
1214 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
1216         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1217         maintainer.
1219 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
1221         PR other/102663
1222         * Makefile.def: Handle install-dvi target.
1223         * Makefile.tpl: Likewise.
1224         * Makefile.in: Regenerate.
1226 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
1228         * MAINTAINERS: Add myself for write after approval.
1230 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
1232         * Makefile.def: Mark libcody, libdecnumber,
1233         c++tools, libgcc, and libobjc as missing TAGS
1234         targets.
1235         * Makefile.in: Regenerate.
1237 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
1239         * MAINTAINERS: Add myself to DCO section and update email
1240         address.
1242 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
1244         * MAINTAINERS: Add myself to DCO section.
1246 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1248         * configure: Regenerate.
1249         * configure.ac (skipdirs): Add the contents of target_configdirs if
1250         we are not building gcc.
1252 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1254         * Makefile.def: Back-port commits ba4d88ad892f and
1255         755ba58ebef0 from binutils-gdb repository.
1256         * Makefile.in: Regenerated.
1258 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
1260         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1262 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
1264         * Makefile.def: Add a jit check target for the jit
1265         language.
1266         * Makefile.in: Regenerate.
1268 2021-09-16  Andrew Pinski  <apinski@marvell.com>
1270         PR bootstrap/67102
1271         * Makefile.def: Have configure-target-libffi depend on
1272         all-target-libstdc++-v3.
1273         * Makefile.in: Regenerate.
1275 2021-09-10  Petter Tomner  <tomner@kth.se>
1277         * MAINTAINERS: Me added to DCO and write after approval
1279 2021-09-01  YunQiang Su  <syq@debian.org>
1281         * MAINTAINERS: Add myself for write after approval.
1283 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1285         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1286         * Makefile.in: Regenerate.
1288 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
1290         * MAINTAINERS: Add myself for write after approval.
1292 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
1294         * Makefile.in: Regenerate.
1295         * Makefile.tpl: Make the state of the configured host
1296         shared flag available to makefile fragements.
1298 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
1300         * MAINTAINERS (Write After Approval): Add myself.
1302 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1304         * .dir-locals.el (bug-reference-url-format): Use https.
1306 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1308         * .dir-locals.el (c-mode): Change fill-column to 79.
1310 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
1312         * MAINTAINERS: Add myself to DCO section.
1314 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
1316         * configure: Regenerate.
1317         * configure.ac: Adjust cases for which it is necessary to
1318         include the Darwin host config fragment.
1320 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
1322         * MAINTAINERS: Add myself for write after approval and DCO.
1324 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
1326         * Makefile.def: Add dsymutil defs.
1327         * Makefile.in: Regenerated.
1328         * Makefile.tpl: Add dsymutil to flags.
1329         * configure: Regenerated.
1330         * configure.ac: Add dsymutil to target and build recipes.
1332 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
1334         * MAINTAINERS: Add myself for write after approval.
1336 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
1338         * MAINTAINERS (Write After Approval): Add myself.
1340 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
1342         * MAINTAINERS: Add myself for write after approval and DCO
1344 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
1346         * .gitignore: Add entry for cscope.out.
1348 2021-06-22  liuhongt  <hongtao.liu@intel.com>
1350         * MAINTAINERS: Remove my Write After Approval entry.
1352 2021-06-21  liuhongt  <hongtao.liu@intel.com>
1354         * MAINTAINERS: Add myself as maintainer of the i386 vector
1355         extensions.
1357 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
1359         * MAINTAINERS (Write After Approval): Add myself.
1361 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
1363         * MAINTAINERS (Various Maintainers): Add Andrew and myself
1364         as *vrp and ranger maintainers.
1366 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1368         * MAINTAINERS: Adjust my entry in the DCO section so that it does
1369         not trigger testsuite failures.
1371 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1373         * MAINTAINERS: Add myself to DCO section with both email addresses.
1375 2021-06-03  Jason Merrill  <jason@redhat.com>
1377         * MAINTAINERS: Add DCO version number.
1379 2021-06-02  Jason Merrill  <jason@redhat.com>
1381         * MAINTAINERS: Add DCO section.
1383 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
1385         * MAINTAINERS (Write After Approval): Add myself.
1387 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
1389         * configure.ac: Add gnulib to configdirs for sim.
1390         * configure: Regenerate.
1392 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
1394         * Makefile.def: Add configure-sim dependency on all-gnulib.
1395         * Makefile.in: Regenerated.
1397 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1399         * MAINTAINERS (Write After Approval): Add myself.
1401 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
1403         * MAINTAINERS (Write After Approval): Add myself.
1405 2021-05-11  Martin Liska  <mliska@suse.cz>
1407         * MAINTAINERS: Remove entries for removed
1408         components (HSA, BRIG, libhsail-rt).
1409         Move Pekka to Write After Approval.
1411 2021-05-11  Martin Liska  <mliska@suse.cz>
1413         * Makefile.def: Remove libhsail-rt.
1414         * Makefile.in: Likewise.
1415         * configure.ac: Likewise.
1416         * configure: Regenerate.
1417         * libhsail-rt/ChangeLog: Removed.
1418         * libhsail-rt/Makefile.am: Removed.
1419         * libhsail-rt/Makefile.in: Removed.
1420         * libhsail-rt/README: Removed.
1421         * libhsail-rt/aclocal.m4: Removed.
1422         * libhsail-rt/configure: Removed.
1423         * libhsail-rt/configure.ac: Removed.
1424         * libhsail-rt/configure.tgt: Removed.
1425         * libhsail-rt/include/internal/fibers.h: Removed.
1426         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1427         * libhsail-rt/include/internal/phsa-rt.h: Removed.
1428         * libhsail-rt/include/internal/workitems.h: Removed.
1429         * libhsail-rt/rt/arithmetic.c: Removed.
1430         * libhsail-rt/rt/atomics.c: Removed.
1431         * libhsail-rt/rt/bitstring.c: Removed.
1432         * libhsail-rt/rt/fbarrier.c: Removed.
1433         * libhsail-rt/rt/fibers.c: Removed.
1434         * libhsail-rt/rt/fp16.c: Removed.
1435         * libhsail-rt/rt/misc.c: Removed.
1436         * libhsail-rt/rt/multimedia.c: Removed.
1437         * libhsail-rt/rt/queue.c: Removed.
1438         * libhsail-rt/rt/sat_arithmetic.c: Removed.
1439         * libhsail-rt/rt/segment.c: Removed.
1440         * libhsail-rt/rt/workitems.c: Removed.
1441         * libhsail-rt/target-config.h.in: Removed.
1443 2021-05-04  Nick Clifton  <nickc@redhat.com>
1445         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1446         * configure: Regenerate.
1448 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
1449             Tobias Burnus  <tobias@codesourcery.com>
1451         * configure.ac (--enable-offload-defaulted): New.
1452         * configure: Regenerate.
1454 2021-04-23  David Faust  <david.faust@oracle.com>
1456         * MAINTAINERS (Write After Approval): Add myself.
1458 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1460         * MAINTAINERS (Write After Approval): Add myself.
1462 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
1464         * MAINTAINERS: Add myself as pru port maintainer.
1466 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
1468         * MAINTAINERS: Add myself as static analyzer maintainer.
1470 2021-03-18  Jeff Law  <jlaw@tachyum.com>
1472         * MAINTAINERS: Update primary entry.
1474 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
1476         * MAINTAINERS (Write After Approval): Add myself.
1478 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
1480         * Makefile.def: Remove all-sim dependency on configure-gdb.
1481         * Makefile.in: Regenerated.
1483 2021-03-11  Jeff Law  <law@redhat.com>
1485         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1487 2021-03-11  Martin Liska  <mliska@suse.cz>
1489         * Makefile.tpl: The change was done Makefile.in which
1490         is generated file.
1492 2021-03-08  Jeff Law  <law@redhat.com>
1494         * MAINTAINERS: Update my email address
1496 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1498         * config.guess: Import latest upstream.
1499         * config.sub: Import latest upstream.
1501 2021-01-25  Martin Liska  <mliska@suse.cz>
1503         PR gcov-profile/98739
1504         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1505         for profiledbootstrap.
1507 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1509         * MAINTAINERS (Write After Approval): Add myself.
1511 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1513         * MAINTAINERS (Write After Approval): Update my e-mail address.
1515 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1517         * MAINTAINERS: Fix spacing.
1519 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1521         * MAINTAINERS (Write After Approval): Add myself
1523 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1525         * Makefile.def: Sync with binutils-gdb:
1526         (dependencies): all-ld depends on all-libctf.
1527         (host_modules): libctf is no longer no_install.
1528         No longer no_check.  Checking depends on all-ld.
1529         * Makefile.in: Regenerated.
1531 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1533         * libtool.m4: Match gnu* along other GNU systems.
1534         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1535         * libgo/configure: Re-generate.
1537 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1539         * MAINTAINERS: Update my email address.
1541 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1543         * MAINTAINERS (Write After Approval): Add myself.
1545 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1547         * Makefile.def
1548         * Makefile.in
1549         * Makefile.tpl
1550         * configure
1551         * configure.ac
1553 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1555         * Makefile.def: Add libcody.
1556         * configure.ac: Add libcody.
1557         * Makefile.in: Regenerated.
1558         * configure: Regenerated.
1560 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1562         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1564 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1566         PR target/97865
1567         * libtool.m4: Update handling of Darwin platform link flags
1568         for Darwin20.
1570 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1572         * .gitignore: Sync with binutils-gdb
1574 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1576         * MAINTAINERS: Add myself as arc port maintainer.
1578 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1580         PR d/87788
1581         * configure.ac: Don't disable D for *-*-darwin*.
1582         * configure: Regenerate.
1584 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1586         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1587         hppa64-*-hpux11*.
1589 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1591         * configure: Regenerate.
1592         * configure.ac: Add --bootstrap-hwasan option.
1594 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1596         * config.guess: Import latest upstream.
1597         * config.sub: Import latest upstream.
1599 2020-11-16  Martin Liska  <mliska@suse.cz>
1601         * .gitignore: Add cache as clangd uses it now.
1603 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1605         * MAINTAINERS (Write After Approval): add myself
1607 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1609         * MAINTAINERS (Write After Approval): Add myself.
1611 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1613         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1614         Remove FIXME comments.
1616 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1618         * MAINTAINERS: Update my email address.
1620 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1622         * MAINTAINERS (Write After Approval): Add myself.
1624 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1626         PR target/97302
1627         * configure.ac: Only set with_gmp to /usr/local
1628         if not building in tree.
1629         * configure: Regenerate.
1631 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1633         * MAINTAINERS (Write After Approval): Add myself.
1635 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1637         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1639 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1641         PR bootstrap/96612
1642         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1643         if not the same as ${host}.
1644         * configure: Regenerate.
1646 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1648         * MAINTAINERS (Write After Approval): Add myself.
1650 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1652         * MAINTAINERS: Update my email address.
1654 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1656         * MAINTAINERS (Write After Approval): Add myself.
1658 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1660         * MAINTAINERS (Write After Approval): Add myself.
1662 2020-06-12  Martin Liska  <mliska@suse.cz>
1664         * .gitignore: Add .clang-tidy.
1666 2020-06-08  Jason Merrill  <jason@redhat.com>
1668         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1669         * configure: Regenerate.
1671 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1673         * MAINTAINERS: Add myself as xtensa port maintainer.
1675 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1677         * configure.ac: Don't require --enable-host-shared when building
1678         for Mingw.
1679         * configure: Regenerate.
1681 2020-05-18  Jason Merrill  <jason@redhat.com>
1683         * configure.ac: Update bootstrap dialect to -std=c++11.
1685 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1687         * MAINTAINERS (Write After Approval): Add myself.
1689 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1691         PR target/92713
1692         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1693         (noconfigdirs): Add 'target-libstdc++-v3'.
1694         * configure: Regenerate.
1696 2020-04-21  Stephen Casner  <casner@acm.org>
1698         PR 25830
1699         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1700         * configure: Rebuild.
1702 2020-04-17  Martin Liska  <mliska@suse.cz>
1703             Jonathan Yong <10walls@gmail.com>
1705         PR gcov-profile/94570
1706         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1707         for CYGWIN.
1709 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1711         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1713 2020-04-09  Tom Tromey  <tom@tromey.com>
1715         * configure: Rebuild.
1716         * Makefile.in: Rebuild.
1717         * Makefile.def (gdbsupport, gdbserver): New host modules.
1718         (configure-gdb): Depend on all-gdbsupport.
1719         (all-gdb): Depend on all-gdbsupport, all-libctf.
1720         * configure.ac (host_tools): Add gdbserver.
1721         Conditionally build gdbserver and gdbsupport.
1723 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1725         * configure.ac: Build libgomp by default for amdgcn.
1726         * configure: Regenerate.
1728 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1730         * MAINTAINERS (Write After Approval): Add myself.
1732 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1734         * MAINTAINERS (Write After Approval) : Add myself.
1736 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1738         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1740 2020-02-14  Martin Sebor  <msebor@redhat.com>
1742         * doc/extend.texi (attribute alias): Mention type requirement.
1743         (attribute weak): Same.
1744         (attribute weakref): Correct invalid example.
1746 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1748         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1750 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1751             Jakub Jelinek  <jakub@redhat.com>
1753         * .gitattributes: Add *.md diff=md.
1755 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1757         The mentioned auto-generated file is no more part of the
1759         GCC sources, it's auto-generated in $(builddir) during build.
1761         PR target/92055
1762         * contrib/gcc_update (files_and_dependencies): Remove
1763         entry for gcc/config/avr/t-multilib.
1765 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1767         * MAINTAINERS: Update my email address.
1769 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1771         * README.MOVED_TO_GIT: Remove.
1773 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1775         * README.MOVED_TO_GIT: New file.
1777 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1779         * MAINTAINERS (Write After Approval): Add myself.
1781 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1783         * MAINTAINERS (write_after_approval): Add myself.
1785 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1787         * MAINTAINERS (write_after_approval): Add myself.
1789 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1791         * MAINTAINERS (write_after_approval): Add myself.
1793 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1795         * configure.ac: Factor out common cases for compare_exclusions.
1796         * configure: Regenerate.
1798 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1800         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1801         flag.
1803 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1805         * MAINTAINERS (Write After Approval): Add myself.
1807 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1809         PR middle-end/92463
1810         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1811         * configure: Regenerate
1813 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1815         * configure.ac: Use https for gcc.gnu.org.
1816         * configure: Regenerated.
1818 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1820         * MAINTAINERS (aarch64 port): Remove my name, move to...
1821         (Write After Approval): ...Here.
1823 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1825         * MAINTAINERS: Change my email address as maintainer.
1827 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1829         PR fortran/91828
1830         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1831         * configure: Regenerated.
1833 2019-10-21  Jason Merrill  <jason@redhat.com>
1835         * .gitattributes: Also check ChangeLog whitespace.
1837 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1839         * contrib/dg-extract-results.sh: Add support for KPASS.
1840         * contrib/dg-extract-results.py: Likewise.
1842 2019-10-17  Jason Merrill  <jason@redhat.com>
1844         * .gitattributes: Avoid {} in filename pattern.
1846 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1848         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1849         Approval section.
1851 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1853         * MAINTAINERS: Add myself to Write After Approval
1855 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1857         * MAINTAINERS: Add myself as an aarch64 maintainer.
1859 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1861         * MAINTAINERS: Add myself as aarch64 maintainer.
1863 2019-09-23  Carl Love  <cel@us.ibm.com>
1865         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1866         New define_insn.
1867         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1868         vsx_xxpermdi16_le_V16QI): Removed define_insn.
1870 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1872         * MAINTAINERS (Sam Tebbs): Update email address.
1874 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
1876         * MAINTAINERS: Update my email address.
1878 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
1880         * libtool.m4: Handle uclinuxfdpiceabi.
1882 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1884         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1885         Remove myself from Write After Approval section.
1887 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1889         * configure.ac: Support for bpf-*-* targets.
1890         * configure: Regenerate.
1892 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1894         * config.sub: Import upstream version 2019-06-30.
1895         * config.guess: Import upstream version 2019-07-24.
1897 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1899         * MAINTAINERS: Remove spu port maintainers.
1901 2019-08-28  Martin Liska  <mliska@suse.cz>
1903         * .gitignore: Add .clangd and compile_commands.json
1904         to .gitignore.
1906 2019-08-23  Michael Forney  <mforney@mforney.org>
1908         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1909         * Makefile.in: Regenerate.
1911 2019-08-19  Tom Tromey  <tom@tromey.com>
1913         * configure: Rebuild.
1914         * configure.ac: Add --with-static-standard-libraries.
1916 2019-08-16  Alexandre Oliva <oliva@gnu.org>
1918         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1920 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
1922         * MAINTAINERS (Write After Approval): Add myself.
1924 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1926         * MAINTAINERS (Write After Approval): Remove myself, already listed in
1927         RISC-V port maitainer.
1929 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1931         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1933 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1935         * MAINTAINERS (Write After Approval): Add myself.
1937 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
1939         * MAINTAINERS (Write After Approval): Add myself.
1941 2019-06-25  Martin Liska  <mliska@suse.cz>
1943         contrib/filter-clang-warnings.py: Transform from
1944         filter-rtags-warnings.py.
1946 2019-06-15  Tom Tromey  <tom@tromey.com>
1948         * configure.ac (host_libs): Add gnulib.
1949         * configure: Rebuild.
1950         * Makefile.def (host_modules, dependencies): Add gnulib.
1951         * Makefile.in: Rebuild.
1953 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1955         * MAINTAINERS (Write After Approval): Add myself.
1957 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1959         * configure: Regenerate.
1960         * configure.ac: Add PRU target.
1962 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1964         * MAINTAINERS (Write After Approval): Add myself.
1966 2019-06-11  Nick Clifton  <nickc@redhat.com>
1968         Import these changes from the binutils/gdb repository:
1970         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1972         * Makefile.def (dependencies): configure-libctf depends on all-bfd
1973         and all its deps.
1974         * Makefile.in: Regenerated.
1976         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1978         * Makefile.def (host_modules): Add libctf.
1979         * Makefile.def (dependencies): Likewise.
1980         libctf depends on zlib, libiberty, and bfd.
1981         * Makefile.in: Regenerated.
1982         * configure.ac (host_libs): Add libctf.
1983         * configure: Regenerated.
1985 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
1987         * MAINTAINERS (Write After Approval): Add myself.
1989 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
1991         * MAINTAINERS: Update my email address.
1993 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1995         * MAINTAINERS (Write After Approval): Add myself.
1997 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
1999         * MAINTAINERS (Write After Approval): Add myself.
2001 2019-05-07  Jim Wilson  <jimw@sifive.com>
2003         * MAINTAINERS: Remove myself as IA-64 maintainer.
2005 2019-05-04  Roland Illig  <roland.illig@gmx.de>
2007         * MAINTAINERS (Write After Approval): Add myself.
2009 2019-05-02  Richard Biener  <rguenther@suse.de>
2011         PR bootstrap/85574
2012         * Makefile.tpl (compare target): Also compare extra-compare
2013         files.
2014         * Makefile.in: Regenerate.
2016 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
2018         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
2019         as modulo-scheduler maintainer.
2021 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
2023         * MAINTAINERS: Add myself as co-maintainer for Darwin.
2025 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
2027         * MAINTAINERS: Update my email address.
2029 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
2031         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
2032         * configure: Regenerate.
2034 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2036         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
2037         * configure: Regenerate.
2039 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
2041         * configure.ac: Add target-zlib to target_libraries.
2042         * configure: Regenerate.
2044 2019-04-09  Martin Liska  <mliska@suse.cz>
2046         * Makefile.in: Regenerate.
2047         * Makefile.tpl: Pass GENERATOR_CFLAGS
2048         in all stages.
2050 2019-03-28  Martin Liska  <mliska@suse.cz>
2052         PR bootstrap/89829
2053         * Makefile.in: Revert r254150.
2054         * Makefile.tpl: Likewise.
2056 2019-03-28  Ben Elliston  <bje@gnu.org>
2058         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
2059         related, and libdecnumber.
2061 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
2063         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
2064         (Write After Approval): Remove myself.
2066 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
2068         * MAINTAINERS (Write After Approval): Add myself.
2070 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
2072         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
2073         (Write After Approval): Remove myself and Julian.
2075 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
2077         * MAINTAINERS (Write After Approval): Add myself.
2079 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
2081         * MAINTAINERS (Write After Approval): Add myself.
2083 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2085         * ChangeLog: Replace space with tab.
2086         * MAINTAINERS: Delete 1 tab to keep alignment.
2088 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
2090         * MAINTAINERS (Write After Approval): Add myself.
2092 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
2094         * MAINTAINERS (Write After Approval): Add myself.
2096 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
2097             Kwok Cheung Yeung  <kcy@codesourcery.com>
2098             Julian Brown  <julian@codesourcery.com>
2099             Tom de Vries  <tom@codesourcery.com>
2100             Jan Hubicka  <hubicka@ucw.cz>
2101             Martin Jambor  <mjambor@suse.cz>
2103         * configure.ac: Likewise.
2104         * configure: Regenerate.
2105         * contrib/config-list.mk: Add amdgcn-amdhsa.
2107 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
2109         * MAINTAINERS (Write After Approval): Add myself.
2111 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2113         * MAINTAINERS (Write After Approval): Add myself.
2115 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2117         PR target/88535
2118         * config.guess: Import upstream version 2019-01-03.
2119         * config.sub: Import upstream version 2019-01-01.
2121 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2123         * MAINTAINERS (Write After Approval): Update my maintainer address.
2125 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
2127         * MAINTAINERS (Write After Approval): Add myself.
2129 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
2131         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2133 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
2135         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2136         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2137         (GCC_TARGET_TOOL): Likewise.
2138         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2139         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
2140         OTOOL, OTOOL_FOR_TARGET: New substitutions.
2141         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
2142         * configure: Regenerate.
2143         * Makefile.in: Likewise.
2145 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
2147         * MAINTAINERS (Write After Approval): Add myself.
2149 2018-11-13  Martin Liska  <mliska@suse.cz>
2151         * gcc.target/i386/pr87930.c: Move to ...
2152         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
2154 2018-11-10  Stafford Horne  <shorne@gmail.com>
2156         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2157         (Write After Approval): Remove myself.
2159 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2161         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2162         Append $INCICONV to it.
2164 2018-11-04  Stafford Horne  <shorne@gmail.com>
2166         * MAINTAINERS (Write After Approval): Add myself.
2168 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
2170         PR bootstrap/82856
2171         * multilib.am: New file.  From automake.
2173         Merge from binutils-gdb:
2174         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2176         * libtool.m4: Use AC_LANG_SOURCE.
2177         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2178         * ar-lib: New file.
2179         * test-driver: New file.
2180         * configure: Re-generate.
2182 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
2184         * MAINTAINERS (Write After Approval): Add myself.
2186 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
2188         PR bootstrap/87788
2189         PR d/87799
2190         * configure: Rebuild.
2191         * configure.ac: Disable D on systems where it is known not to work.
2193 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
2195         * Makefile.def (target_modules): Add libphobos.
2196         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2197         GDCFLAGS_FOR_TARGET.
2198         (dependencies): Make libphobos depend on libatomic, libbacktrace
2199         configure, and zlib configure.
2200         (language): Add language d.
2201         * Makefile.in: Rebuild.
2202         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2203         (HOST_EXPORTS): Add GDC.
2204         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2205         (BASE_TARGET_EXPORTS): Add GDC.
2206         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2207         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2208         (EXTRA_HOST_FLAGS): Add GDC.
2209         (STAGE1_FLAGS_TO_PASS): Add GDC.
2210         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2211         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2212         environment variables.
2213         * configure: Rebuild.
2214         * configure.ac: Add target-libphobos to target_libraries.  Set and
2215         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2217 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
2219         * MAINTAINERS (Write After Approval): Add myself.
2221 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2223         * MAINTAINERS (Write After Approval): Remove myself.
2225 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2227         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2229 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
2231         * MAINTAINERS: Update my email address.
2233 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
2235         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2236         maintainer.
2238 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
2240         * MAINTAINERS (Write After Approval): Add self.
2242 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
2244         * MAINTAINERS (write after approval): Add myself.
2246 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
2248         * MAINTAINERS: Update my email address.
2250 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
2252         * MAINTAINERS (write after approval): Add myself.
2254 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
2256         * MAINTAINERS: Add self to global reviewers list.
2258 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
2260         MAINTAINERS: Add c-sky port maintainers.
2262 2018-08-10  Martin Liska  <mliska@suse.cz>
2264         * MAINTAINERS: Revert change in previous commit and
2265         join lines.
2267 2018-08-10  Martin Liska  <mliska@suse.cz>
2269         * MAINTAINERS: Remove extra line.
2271 2018-08-06  Naveen H.S  <naveenh@marvell.com>
2273         * MAINTAINERS: Update my email address.
2275 2018-07-19  DJ Delorie  <dj@redhat.com>
2277         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2278         as maintainer.
2280 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
2282         * MAINTAINERS: Adjust email address for me and my colleague Robin
2283         Dapp.
2285 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2286             Sunil K Pandey  <sunil.k.pandey@intel.com>
2288         PR target/84413
2289         * config/i386/i386.c (m_CORE_AVX512): New.
2290         (m_CORE_AVX2): Likewise.
2291         (m_CORE_ALL): Add m_CORE_AVX2.
2292         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2293         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2294         and remove the rest of m_SKYLAKE_AVX512.
2296 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2298         * config.sub: Sync with upstream version 2018-07-03.
2300 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2302         * config.guess: Sync with upstream version 2018-06-26.
2303         * config.sub: Sync with upstream version 2018-07-02.
2305 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
2307         * libtool.m4: Sort output of 'find' to enable deterministic builds.
2308         * ltmain.sh: Likewise.
2310 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
2312         * contrib/config-list.mk: Remove powerpc-linux_paired.
2314 2018-06-29  Alexandre Oliva <oliva@adacore.com>
2316         * configure.ac: Introduce support for @unless/@endunless.
2317         * Makefile.tpl (dep-kind): Rewrite with cond; return
2318         postbootstrap in some cases.
2319         (make-postboot-dep, postboot-targets): New.
2320         (dependencies): Do not output postbootstrap dependencies at
2321         first.  Output non-target ones changed for configure to depend
2322         on stage_last @if gcc-bootstrap, and the original deps @unless
2323         gcc-bootstrap.
2324         * configure.in, Makefile.in: Rebuilt.
2326 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
2328         * MAINTAINERS (write after approval): Add myself.
2330 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
2332         * MAINTAINERS (write after approval): Add myself.
2334 2018-06-19  Nick Clifton  <nickc@redhat.com>
2336         * zlib/configure.ac: Restore old behaviour of only enabling
2337         multilibs when a target subdirectory is defined.  This allows
2338         building with srcdir == builddir.
2339         * zlib/configure: Regenerate.
2341 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
2343         * Makefile.def (fortran): Add check-target-libgomp-fortran.
2344         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2345         * Makefile.in: Regenerate.
2347 2018-06-16  Ben Elliston  <bje@gnu.org>
2349         * config.guess: Import latest version.
2350         * config.sub: Likewise.
2352 2018-06-08  Martin Liska  <mliska@suse.cz>
2354         * MAINTAINERS: Remove MPX-related entries.
2355         * Makefile.def: Remove libmpx support.
2356         * Makefile.in: Regenerate.
2357         * configure.ac: Remove removed files.
2358         * configure: Regenerate.
2359         * libmpx/ChangeLog: Remove.
2360         * libmpx/Makefile.am: Remove.
2361         * libmpx/Makefile.in: Remove.
2362         * libmpx/acinclude.m4: Remove.
2363         * libmpx/aclocal.m4: Remove.
2364         * libmpx/config.h.in: Remove.
2365         * libmpx/configure: Remove.
2366         * libmpx/configure.ac: Remove.
2367         * libmpx/configure.tgt: Remove.
2368         * libmpx/libmpx.spec.in: Remove.
2369         * libmpx/mpxrt/Makefile.am: Remove.
2370         * libmpx/mpxrt/Makefile.in: Remove.
2371         * libmpx/mpxrt/libmpx.map: Remove.
2372         * libmpx/mpxrt/libtool-version: Remove.
2373         * libmpx/mpxrt/mpxrt-utils.c: Remove.
2374         * libmpx/mpxrt/mpxrt-utils.h: Remove.
2375         * libmpx/mpxrt/mpxrt.c: Remove.
2376         * libmpx/mpxrt/mpxrt.h: Remove.
2377         * libmpx/mpxwrap/Makefile.am: Remove.
2378         * libmpx/mpxwrap/Makefile.in: Remove.
2379         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2380         * libmpx/mpxwrap/libtool-version: Remove.
2381         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2383 2018-06-04  Martin Liska  <mliska@suse.cz>
2385         * MAINTAINERS: Add myself as gcov maintainer.
2387 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
2389         * MAINTAINERS: Update my email address.
2391 2018-06-04  Tom de Vries  <tdevries@suse.de>
2393         * MAINTAINERS: Remove write-after-approval entries for component
2394         maintainers.
2396 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2398         * MAINTAINERS (write after approval): Add myself.
2400 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
2402         * MAINTAINERS: Update my email address.
2404 2018-06-01  Tom de Vries  <tdevries@suse.de>
2406         * MAINTAINERS: Update my email address.
2408 2018-05-22  Bin Cheng <bin.cheng@arm.com>
2410         * MAINTAINERS (loop-optimizer): Add myself.
2412 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
2414         * configure.ac: Added "nfp" target.
2415         * configure: Regenerate.
2417 2018-04-30  Richard Biener  <rguenther@suse.de>
2419         PR bootstrap/85571
2420         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2421         (STAGE3_TFLAGS): Likewise.
2422         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2423         (STAGEtrain_TFLAGS): Likewise.
2424         * Makefile.in: Regenerate.
2426 2018-04-26  Richard Biener  <rguenther@suse.de>
2428         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2429         (STAGE2_CFLAGS): Likewise.
2430         (STAGE2_TFLAGS): Likewise.
2431         (STAGE3_CFLAGS): Add -fchecking.
2432         (STAGE3_TFLAGS): Likewise.
2433         (STAGEtrain_CFLAGS): Filter out -fchecking.
2434         (STAGEtrain_TFLAGS): Likewise.
2435         * Makefile.in: Re-generate.
2437 2018-04-25  Catherine Moore <clm@codesourcery.com>
2439         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2441 2018-04-18  Paul Clarke  <pc@us.ibm.com>
2443         * MAINTAINERS (write after approval): Add myself.
2445 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
2447         * MAINTAINERS: Update my email address.
2449 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
2451         * MAINTAINERS: Remove redundant Write-After-Approval entry.
2453 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
2455         * MAINTAINERS: Update my email address and disambiguate myself
2456         a bit from Will Schmidt.
2458 2018-03-21  Nathan Sidwell  <nathan@acm.org>
2460         * MAINTAINERS: Move maintainers of now-removed picochip and score
2461         ports to write after approval.
2463 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
2465         * MAINTAINERS: Add entry for SVE maintainership.
2467 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
2469         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2470         * configure: Regenerate.
2472 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
2474         * MAINTAINERS (write after approval): Add myself.
2476 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2478         * MAINTAINERS (write after approval): Add myself.
2480 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
2482         * MAINTAINERS (write after approval): Add myself.
2484 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2486         Update copyright years.
2488 2018-01-03  Ben Elliston  <bje@gnu.org>
2490         * config.guess: Import latest version.
2491         * config.sub: Likewise.
2493 2017-12-12  Stafford Horne  <shorne@gmail.com>
2495         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2496         * configure: Regenerate.
2498 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2500         * MAINTAINERS (Write After Approval): Add myself.
2502 2017-11-28  Julia Koval  <julia.koval@intel.com>
2503             Sebastian Peryt  <sebastian.peryt@intel.com>
2505         * Makefile.def (target_modules): Remove libcilkrts.
2506         * Makefile.in: Ditto.
2507         * configure: Ditto.
2508         * configure.ac: Ditto.
2510 2017-11-28  Julia Koval  <julia.koval@intel.com>
2512         * MAINTAINERS (Write After Approval): Add myself.
2514 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2516         * MAINTAINERS (Write After Approval): Add myself.
2518 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2520         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2521         Use my SiFive email address.
2523 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2525         * MAINTAINERS (write after approval): Add myself.
2527 2017-10-27  Martin Liska  <mliska@suse.cz>
2529         * Makefile.tpl: Use proper name of folder as it was renamed
2530         during transition to 4 stages.
2531         * Makefile.in: Regenerate.
2533 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2535         * MAINTAINERS (write after approval): Add myself.
2537 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2539         * MAINTAINERS: Add a note that maintainership also includes web
2540         pages, docs, and testsuite related to that area.
2542 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2544         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2546 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2548         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2550 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2552         * MAINTAINERS: Remove myself as a vxworks maintainer.
2554 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2556         * MAINTAINERS: Remove email address of Jim Norris.
2558 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2560         * MAINTAINERS (Reviewers): Move myself from here...
2561         (CPU Port Maintainers): ... to here.
2563 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2565         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2567 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2569         * MAINTAINERS (write after approval): Add myself.
2571 2017-07-28  Tony Reix  <tony.reix@atos.net>
2573         * configure.ac (target-libffi): Don't disable for AIX.
2574         (go): Don't add to unsupported_languages on AIX.
2575         (target-libgo): Don't disable for AIX.
2576         * configure: Regenerate.
2578 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2580         * MAINTAINERS: Add myself.
2582 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2584         * MAINTAINERS: Update my email address.
2586 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2588         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2589         arm-specific auto-generated header files.
2591 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2593         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2594         * configure: Rebuilt.
2596 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2598         * MAINTAINERS: Readd myself for c6x.
2600 2017-06-28  Martin Liska  <mliska@suse.cz>
2602         PR bootstrap/81217
2603         * Makefile.def: Remove superfluous bootstrap_target from
2604         bootstrap_stage.
2605         * Makefile.in: Re-generate the file.
2607 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2609         * MAINTAINERS: Add myself to Write After Approval
2611 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2613         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2615 2017-06-19  Martin Liska  <mliska@suse.cz>
2617         * Makefile.def: Define 4 stages PGO bootstrap.
2618         * Makefile.tpl: Define FLAGS.
2619         * Makefile.in: Regenerate.
2621 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2623         * Makefile.def: Add check-gotools to go check targets.
2624         * Makefile.in: Rebuild.
2626 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2628         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2630 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2632         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2633         * configure: Regenerate.
2635 2017-05-31  Martin Liska  <mliska@suse.cz>
2637         * configure.ac: Add handling of stage2_werror_flags to
2638         action-if-given and to action-if-not-given.
2639         * configure: Regenerate.
2641 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2643         * MAINTAINERS: Add self to Write After Approval
2645 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2647         * MAINTAINERS: Update my email address, and remove myself as
2648         maintainer in some areas.
2650 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2652         * MAINTAINERS: Add self to Write After Approval
2654 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2656         * configure.ac: Add --enable-languages=default to mean default and
2657         make --enable-languages=all mean all supported languages.
2658         * configure: Regenerated.
2660 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2662         * config.gcc (powerpc*-*-*spe*): New.
2663         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2664         (powerpc-*-rtems*spe*): New.
2665         (powerpc*-*-linux*spe*): New.
2666         (powerpc-wrs-vxworksspe): New.
2667         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2668         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2669         * config.host (powerpc*-*-*spe*): New.
2671 2017-05-19  Martin Liska  <mliska@suse.cz>
2673         * configure.ac: Add --enable-werror-always just for
2674         bootstrap-debug (or none build config) and do not add it
2675         when we are on a release branch.
2676         * configure: Regenerated.
2678 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2680         * MAINTAINERS: Add self to Write After Approval
2682 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2684         * MAINTAINERS: Move myself to Write After Approval section.
2686 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2688         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2689         ACCH registers.
2690         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2691         available.
2692         (umulsidi3): Likewise.
2693         (mulsidi3_700): Disable this pattern when we have advanced mpy
2694         instructions.
2695         (umulsidi3_700): Likewise.
2696         (maddsidi4): New pattern.
2697         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2698         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2699         (mpydu_imm_arcv2hs): Likewise.
2700         * config/arc/predicates.md (accl_operand): New predicate.
2702 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2703             Andrew Burgess <andrew.burgess@embecosm.com>
2705         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2706         case.
2707         (ARC_AUTOFP_IRQ_P): Likewise.
2708         (ARC_AUTO_IRQ_P): Likewise.
2709         (rgf_banked_register_count): New variable.
2710         (parse_mrgf_banked_regs_option): New function.
2711         (arc_override_options): Handle rgf_banked_regs option.
2712         (arc_handle_interrupt_attribute): Add firq option.
2713         (arc_compute_function_type): Return fast irq type when required.
2714         (arc_must_save_register): Handle fast interrupts.
2715         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2716         (arc_return_address_regs): Update.
2717         * config/arc/arc.h (arc_return_address_regs): Update.
2718         (arc_function_type): Add fast interrupt type.
2719         (ARC_INTERRUPT_P): Update.
2720         (RC_FAST_INTERRUPT_P): Define.
2721         * config/arc/arc.md (simple_return): Update for fast interrupts.
2722         (p_return_i): Likewise.
2723         * config/arc/arc.opt (mrgf-banked-regs): New option.
2724         * doc/invoke.texi (mrgf-banked-regs): Document.
2726 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2728         * config/arc/arc.c (irq_ctrl_saved): New variable.
2729         (ARC_AUTOBLINK_IRQ_P): Define.
2730         (ARC_AUTOFP_IRQ_P): Likewise.
2731         (ARC_AUTO_IRQ_P): Likewise.
2732         (irq_range): New function.
2733         (arc_must_save_register): Likewise.
2734         (arc_must_save_return_addr): Likewise.
2735         (arc_dwarf_emit_irq_save_regs): Likewise.
2736         (arc_override_options): Handle deferred options.
2737         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2738         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2739         arc_must_save_return_addr.
2740         (arc_compute_frame_size): Handle automated save and restore of
2741         registers.
2742         (arc_expand_prologue): Likewise.
2743         (arc_expand_epilogue): Likewise.
2744         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2745         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2746         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2748 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2749         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2751         PR bootstrap/77661
2752         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2753         in-tree build MPC.
2754         * Makefile.in: Regenerate.
2756 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2758         * configure.ac: Enable LTO by default on darwin >= 9.
2759         * configure: Regenerate.
2761 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2763         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2764         and Andrew Waterman as the RISC-V maintainers.
2766 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2768         * MAINTAINERS: Add self to Write After Approval
2770 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2772         * config.guess: Import latest from upstream.
2774 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2776         * MAINTAINERS (Write After Approval): Remove entries that are
2777         already covered under Reviewers.
2779 2017-03-08  Mark Wielaard  <mark@klomp.org>
2781         PR demangler/70909
2782         PR demangler/67264
2783         * include/demangle.h: Add d_printing to struct demangle_component
2784         and pass struct demangle_component as non const.
2786 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2788         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2790 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2792         * Makefile.tpl: Remove HOST_ISLVER.
2793         (HOST_EXPORTS): Remove ISLVER.
2794         * Makefile.in: Regenerate.
2796 2017-02-13  Richard Biener  <rguenther@suse.de>
2798         * configure: Re-generate.
2800 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2802         * MAINTAINERS: Adjust bug reporting URL.
2804 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2806         * MAINTAINERS (Write After Approval): Remove redundant entry
2807         for Andrew Burgess.
2809 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2811         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2812         32-bit hppa*-*-hpux*.
2813         * configure: Regenerate.
2815 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2817         * configure.ac: Moved the white list of enabling BRIG FE to
2818         libhsail-rt/configure.tgt.
2819         * configure: Regenerated.
2820         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2822 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2823             Martin Jambor  <mjambor@suse.cz>
2825         * Makefile.def (target_modules): Added libhsail-rt.
2826         (languages): Added language brig.
2827         * Makefile.in: Regenerated.
2828         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2829         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2830         * configure: Regenerated.
2832 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2834         PR other/79046
2835         * configure: Regenerated.
2837 2017-01-04  Alan Modra  <amodra@gmail.com>
2839         * configure: Regenerate.
2841 2016-12-29  Ben Elliston  <bje@gnu.org>
2843         * config.sub: Import latest version.
2845 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2847         * MAINTAINERS (Write After Approval): Add myself.
2849 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2851         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2852         includes bootstrap-mpx.
2853         * configure: Regenerated.
2855 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2857         * MAINTAINERS (Write After Approval): Add myself.
2859 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
2861         * configure: Regenerate.
2863 2016-12-01  Matthias Klose  <doko@ubuntu.com>
2865         * configure.ac: Don't use pkg-config to check for bdw-gc.
2866         * configure: Regenerate.
2868 2016-11-30  Matthias Klose  <doko@ubuntu.com>
2870         * Makefile.def: Remove reference to boehm-gc target module.
2871         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2872         options and for the bdw-gc pkg-config module.
2873         * configure: Regenerate.
2874         * Makefile.in: Regenerate.
2876 2016-11-28  Nathan Sidwell  <nathan@acm.org>
2878         * MAINTAINERS (nvptx): Remove self.
2880 2016-11-25  Ben Elliston  <bje@gnu.org>
2882         * config.guess: Import latest version.
2883         * config.sub: Likewise.
2885 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
2887         * MAINTAINERS (Write After Approval): Add myself.
2889 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2891         * Makefile.def: Remove references to GCJ.
2892         * Makefile.tpl: Likewise.
2893         * Makefile.in: Regenerate.
2895 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2897         * config-ml.in: Remove references to GCJ.
2898         * configure.ac: Likewise.
2899         * configure: Regenerate.
2901 2016-11-01  Josh Conner  <joshconner@google.com>
2903         * MAINTAINERS (Write After Approval): Update email address,
2905 2016-10-27  Carl Love  <cel@us.ibm.com>
2907         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2908         Approval list to make it alphabetical.
2910 2016-10-27  Carl Love  <cel@us.ibm.com>
2912         * MAINTAINERS (Write After Approval): Add myself.
2914 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
2916         * MAINTAINERS (Reviewers): Add myself.
2917         (Write After Approval): Add myself.
2919 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
2920             Ulrich Weigand  <uweigand@de.ibm.com>
2922         * MAINTAINERS: Update email address.
2924 2016-10-10  Nathan Sidwell  <nathan@acm.org>
2926         * MAINTAINERS: Update email address.
2928 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
2930         * configure.ac: Add aarch64-*-freebsd*.
2931         * configure: Regenerate.
2933 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
2935         * MAINTAINERS: Update email address after it got reverted.
2937 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2939         * configure.ac (target_libraries): Readd target-boehm-gc.
2940         Restore --enable-objc-gc handling.
2941         * configure: Regenerate.
2943 2015-10-03  Jeff Law  <law@redhat.com>
2945         * MAINTAINERS: Move several inactive maintainers to the
2946         write-after-approval section.
2948 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
2950         * configure.ac: Add target-libffi to target_libraries.
2951         Readd libgcj target disablings, modified to only target-libffi.
2952         Readd target addition of go to unsupported languages.
2953         * configure: Regenerated.
2955 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
2957         * MAINTAINERS: Update email address.
2959 2016-09-30  Andrew Haley  <aph@redhat.com>
2961         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2962         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
2963         libgcj.
2965 2016-09-30  Andrew Haley  <aph@redhat.com>
2967         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2968         write-after approval after GCJ deletion.
2970 2016-09-30  Andrew Haley  <aph@redhat.com>
2972         * Makefile.def: Remove libjava.
2973         * Makefile.tpl: Likewise.
2974         * Makefile.in: Regenerate.
2975         * configure.ac: Likewise.
2976         * configure: Likewise.
2977         * gcc/java: Remove.
2978         * libjava: Likewise.
2980 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
2982         * MAINTAINERS (Reviewers): Add myself.
2984 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2986         * configure.ac: Disable "sim" directory for arc*-*-*.
2987         * configure: Regenerated.
2989 2016-09-23  Tamar Christina <tamar.christina@arm.com>
2991         * MAINTAINERS (Write After Approval): Add myself.
2993 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2995         * configure.ac: Check for the minimum in-tree MPFR version
2996         handled.
2997         * configure: Regenerate.
2999 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
3001         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
3002         * configure: Regenerated.
3004 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
3006         * MAINTAINERS (Write After Approval): Add myself.
3008 2016-06-23  Andi Kleen  <ak@linux.intel.com>
3010         * Makefile.def: Add autoprofiledbootstrap.
3011         * Makefile.tpl: Dito.
3012         * Makefile.in: Regenerate.
3014 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3016     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
3017     * configure: Regenerate.
3019 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3021         * configure: Regenerate.
3022         * configure.ac: Remove support for avr-rtems.
3024 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3026         * MAINTAINERS (Write After Approval): Add myself.
3028 2016-06-16  Michael Collison  <michael.collison@arm.com>
3030         * MAINTAINERS (Write After Approval): Add myself.
3032 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
3034         * MAINTAINERS (Write After Approval): Update e-mail address.
3036 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
3038         * MAINTAINERS (Write After Approval): Add myself.
3040 2016-05-28  Alan Modra  <amodra@gmail.com>
3042         * Makefile.tpl (configure): Depend on m4 files included.
3043         * Makefile.in: Regenerate.
3045 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3047         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
3048         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
3050 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3052         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
3053         special case builtin.
3054         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3055         support for ALTIVEC_BUILTIN_VEC_ADDEC.
3056         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3057         for __builtin_vec_addec.
3059 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3061         * config.guess: Import version 2016-04-02 (newest).
3062         * config.sub: Import version 2016-05-10 (newest).
3064 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
3066         * configure.ac: Add ARC support to libgloss.
3067         * configure: Regenerate
3069 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
3071         * MAINTAINERS (Write After Approval): Add myself.
3073 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3075         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
3076         * configure: Regenerated.
3077         * Makefile.def (gmp): Explicitly disable assembler.
3078         (mpfr): Adjust lib_path.
3079         (mpc): Likewise.
3080         * Makefile.in: Regenerated.
3082 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
3084         PR bootstrap/70704
3085         * configure.ac (--enable-stage1-checking): Add missing
3086         --enable-checking=.
3087         * configure: Regenerated.
3089 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3091         * config.guess: Revert r235676.
3092         * config.sub: Revert r235676.
3094 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3096         * config.guess: Remove SH5 support.
3097         * config.sub: Likewise.
3098         * configure: Likewise.
3099         * configure.ac: Likewise.
3101 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
3103         PR bootstrap/70704
3104         * configure.ac (--enable-stage1-checking): For --disable-checking or
3105         implicit --enable-checking, make sure extra flag matches in between
3106         stage1 and later checking.
3107         * configure: Regenerated.
3109 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3111         * .gitattributes: New file.
3113 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
3115         * MAINTAINERS (rs6000/powerpc port): Add myself.
3117 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
3119         PR bootstrap/70173
3120         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3121         and gotools directories.  Delete the stage_final file.
3122         * Makefile.in: Regenerate.
3124 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
3126         * MAINTAINERS (Write After Approval): Add myself.
3128 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
3130         * MAINTAINERS (Fortran maintainer): Remove myself.
3132 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
3134         * MAINTAINERS (Write After Approval): Add myself.
3136 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
3138         * MAINTAINERS (Write After Approval): Add myself.
3140 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3142         Sync with binutils-gdb:
3144         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3146         * configure.ac: Add mips and s390 to the gold target check.
3147         * configure: Regenerate.
3149 2016-03-01  DJ Delorie  <dj@redhat.com>
3151         * MAINTAINERS (mep): Remove myself as MeP maintainer.
3153 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
3155         * MAINTAINERS (libcpp): Add myself.
3156         (diagnostic messages): Likewise.
3158 2016-02-20  Tom de Vries  <tom@codesourcery.com>
3160         * MAINTAINERS: Fix whitespace.
3162 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
3164         * MAINTAINERS (Write After Approval): Add myself.
3166 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
3168         * config/isl.m4: Add comments about isl-0.16.
3169         * configure: Regenerate.
3171 2016-01-29  Martin Jambor  <mjambor@suse.cz>
3173         * MAINTAINERS (hsa maintainers): Add myself.
3175 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
3177         * MAINTAINERS: (Write After Approval): Add myself.
3179 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
3180             Sebastian Pop  <s.pop@samsung.com>
3182         * Makefile.in: Regenerate.
3183         * Makefile.tpl: Export ISLVER.
3184         * configure: Regenerate.
3185         * config/isl.m4: Detect isl-0.15.
3187 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
3189         PR bootstrap/69329
3190         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3191         * Makefile.in: Regenerate.
3193 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
3195         * configure.ac: Enable LTO for DJGPP
3196         * configure: Regenerate
3198 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3200         Sync with binutils-gdb:
3201         2015-10-21  Nick Clifton  <nickc@redhat.com>
3203         PR gas/19109
3204         * configure.ac: Note the 'none' is an acceptable argument to
3205         --enable-compressed-debug-sections.
3206         * configure: Regenerate.
3208 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3210         PR bootstrap/69134
3211         * Makefile.def (mpfr): Disable assembler.
3212         * Makefile.in: Regenerate.
3214 2016-01-01  Ben Elliston  <bje@gnu.org>
3216         * config.guess: Import version 2016-01-01.
3217         * config.sub: Likewise.
3219 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
3221         * MAINTAINERS (Write After Approval): Add myself.
3223 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
3225         * Makefile.in: Replace ISL with isl.
3226         * Makefile.tpl: Same.
3227         * config/isl.m4: Same.
3228         * configure.ac: Same.
3229         * contrib/download_prerequisites: Same.
3230         * configure: Regenerate.
3232 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
3234         * MAINTAINERS (Write After Approval): Add Myself.
3236 2015-12-17  Nathan Sidwell  <nathan@acm.org>
3238         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3239         * configure: Regenerate.
3241 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
3242             Sebastian Pop  <s.pop@samsung.com>
3244         * config/isl.m4 (ISL_CHECK_VERSION): Check for
3245         isl_ctx_get_max_operations.
3246         * configure: Regenerate.
3248 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
3250         * MAINTAINERS (Write After Approval): Add myself.
3252 2015-12-02  Ian Lance Taylor  <iant@google.com>
3254         PR go/66147
3255         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3256         * Makefile.in: Regenerate.
3258 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
3260         PR libffi/65726
3261         * Makefile.def (lang_env_dependencies): Make libffi depend
3262         on cxx.
3263         * Makefile.in: Regenerate.
3265 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
3267         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3268         symbols.
3270 2015-11-20  Tristan Gingold  <gingold@adacore.com>
3272         Sync with binutils-gdb:
3273         2015-11-20  Tristan Gingold  <gingold@adacore.com>
3275         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3276         * configure: Regenerate.
3278 2015-11-19  Martin Liska  <mliska@suse.cz>
3280         * .gitignore: Add .clang-format to ignored files.
3281         * Makefile.in: Add clang-format.
3282         * Makefile.tpl: Likewise.
3284 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
3286         * configure.ac: Enable libmpx by default.
3287         * configure: Regenerated.
3289 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
3291         * MAINTAINERS: Update email address.
3293 2015-10-23  Paulo Matos  <pmatos@linki.tools>
3295         * MAINTAINERS: Update email address.
3297 2015-10-23  Alan Hayward <alan.hayward@arm.com>
3299         * MAINTAINERS  (Write After Approval): Add myself.
3301 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3303         Sync with binutils-gdb:
3304         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3306         PR gas/19109
3307         * configure.ac: Add
3308         --enable-compressed-debug-sections={all,gas,gold,ld}.
3309         * configure: Regenerated.
3311 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
3313         * MAINTAINERS: Update list of Ada maintainers and email addresses.
3315 2015-10-09  Martin Liska  <mliska@suse.cz>
3317         * MAINTAINERS (Write After Approval): Add myself.
3319 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
3321         * MAINTAINERS (Write After Approval): Add myself.
3323 2015-10-02  Florian Weimer  <fweimer@redhat.com>
3325         * MAINTAINERS: Update email address.
3327 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
3329         * MAINTAINERS  (Write After Approval): Add myself.
3331 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
3333         * MAINTAINERS: Update email.
3335 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
3337         * MAINTAINERS: Update my email address.
3339 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
3341         * MAINTAINERS (ft32 port): Add myself.
3343 2015-08-28  David Sherwood  <david.sherwood@arm.com>
3345         * MAINTAINERS: Add myself.
3347 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
3349         * MAINTAINERS (Write After Approval): Add myself.
3351 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3353         PR libfortran/54572
3354         * Makefile.def: Make libgfortran depend on libbacktrace.
3355         * Makefile.in: Regenerate.
3357 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
3359         * MAINTAINERS (Write After Approval): Add myself.
3361 2015-08-12  Tom de Vries  <tom@codesourcery.com>
3363         PR other/67092
3364         * configure.ac: Remove --with_host_libstdcxx support.
3365         * configure: Regenerate.
3367 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
3368             Jakub Jelinek  <jakub@redhat.com>
3370         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3371         nvptx*-*-*.
3372         * configure: Regenerate.
3374 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
3376         * Makefile.def (libiconv): Define bootstrap=true.
3377         Mark pdf/html/info as missing.
3378         (configure-gcc): Depend on all-libiconv.
3379         (all-gcc): Ditto.
3380         (configure-libcpp): Ditto.
3381         (all-libcpp): Ditto.
3382         (configure-intl): Ditto.
3383         (all-intl): Ditto.
3384         * Makefile.in: Regenerate.
3386 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
3388         * MAINTAINERS (loop ivopts): Add the entry and myself.
3390 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3392         * MAINTAINERS (nvptx): Add self.
3394 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
3396         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3397         128-bit vector modes.
3399 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
3401         * MAINTAINERS (Write After Approval): Add myself.
3403 2015-07-28  Ben Elliston  <bje@gnu.org>
3405         * config.sub, config.guess: Import from upstream.
3407 2015-07-24  Michael Darling  <darlingm@gmail.com>
3409         PR other/66259
3410         * config-ml.in: Reflects renaming of configure.in to configure.ac
3411         * configure: Likewise
3412         * configure.ac: Likewise
3414 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
3416         * MAINTAINERS: Update my email address.
3418 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3420         Sync with binutils-gdb:
3421         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3423         * configure.ac (target_configdirs): Exclude target-zlib if
3424         target-libjava isn't built.
3425         * configure: Regenerated.
3427 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3429         Sync with binutils-gdb:
3430         2015-05-13  John David Anglin  <dave.anglin@bell.net>
3432         * configure.ac: Disable configuration of GDB for HPUX targets.
3433         * configure: Regenerate.
3435         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3437         * configure.ac: Add --with-system-zlib.
3438         * configure: Regenerated.
3440         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3442         * configure.ac: Add FT32 support.
3443         * configure: Regenerate.
3445         2015-01-12  Anthony Green  <green@moxielogic.com>
3447         * configure.ac: Don't disable gprof for moxie.
3448         * configure: Rebuild.
3450 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3452         Sync with binutils-gdb:
3453         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
3455         PR ld/18355
3456         * Makefile.def: Add extra_configure_flags to host zlib.
3457         * configure.ac (extra_host_zlib_configure_flags): New.  Set
3458         to --enable-host-shared When bfd is to be built as shared
3459         library.  AC_SUBST.
3460         * Makefile.in: Regenerated.
3462 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
3464         Sync with src:
3465         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3466         * Makefile.def (dependencies): Add all-zlib to all-bfd.
3467         * Makefile.in: Regenerated.
3469 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3471         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3472         target.
3473         * configure: Regenerate.
3475 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3477         * MAINTAINERS (Write After Approval): Add myself.
3479 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
3481         * MAINTAINERS (OS Port Maintainers): Add myself.
3482         (Various Maintainers): Remove myself from libffi testsuite.
3484 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
3486         * MAINTAINERS (gen* on machine desc): Add self.
3488 2015-06-02  Jason Merrill  <jason@redhat.com>
3490         PR bootstrap/66319
3491         * configure.ac: Use -std=gnu++98.
3493 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3495         * MAINTAINERS (Write After Approval): Add myself.
3497 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3499         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3500         * configure: Regenerate.
3502 2015-05-26  Jason Merrill  <jason@redhat.com>
3504         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3505         * configure: Regenerate.
3507 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3509         * configure.ac: FT32 target added.
3510         * configure: Regenerated.
3512 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3514         * MAINTAINERS (Write After Approval): Add myself.
3516 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3518         * MAINTAINERS (Write After Approval): Add myself.
3520 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3522         * configure.ac: Fix typo.
3523         * configure: Regenerate.
3525 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3527         * MAINTAINERS (Write After Approval): Add myself.
3529 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3531         * configure.ac: Match $host configured with triplets.
3532         * configure: Regenerate.
3534 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3536         * Makefile.tpl: Remove surplus whitespace throughout.
3537         * Makefile.in: Regenerate.
3539 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3541         * MAINTAINERS (Various Maintainers): Add myself as instruction
3542         combiner maintainer.
3544 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3546         PR bootstrap/62077
3547         * configure.ac (--enable-stage1-checking): Default to
3548         release,misc,gimple,rtlflag,tree,types if --disable-checking
3549         or --enable-checking is not specified and DEV-PHASE is not
3550         experimental.
3551         * configure: Regenerated.
3553 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3555         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3556         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3557         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3558         * Makefile.in: Regenerate.
3560 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3562         * MAINTAINERS: Update my email address.
3564 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3566         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3568 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3570         * MAINTAINERS: Add myself as an arm port reviewer.
3572 2015-03-25  Martin Liska  <mliska@suse.cz>
3573             Yury Gribov  <y.gribov@samsung.com>
3575         * Makefile.in: Fix ln source location for vimrc file.
3576         * Makefile.tpl: Likewise.
3578 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3580         PR bootstrap/25672
3581         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3582         cross-compiling.  Similarly for CXX_FOR_TARGET.
3583         * configure: Regenerate.
3585 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3587         * Makefile.def: Add libmpx.
3588         * configure.ac: Add libmpx.
3589         * Makefile.in: Regenerate.
3590         * configure: Regenerate.
3592 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3594         * MAINTAINERS (CPU Port Maintainers): Add myself
3595         i386 vector ISA extns mantainer.
3597 2015-03-13  Jeff Law  <law@redhat.com>
3599         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3600         maintainer.
3601         Remove Richard Henderson as a maintainer for the x86 port.
3603 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3605         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3607 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3609         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3610         pointer bounds checker and i386 MPX maintainer.
3612 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3614         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3616 2015-02-26  Martin Sebor  <msebor@redhat.com>
3618         * MAINTAINERS (Various Maintainers): Add self.
3620 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3622         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3623         Make sure it contains lto.
3624         * configure: Regenerate.
3626 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3628         * configure: Regenerate.
3630 2015-02-06  Diego Novillo  <dnovillo@google.com>
3632         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3633         middle-end, docstring): Remove myself.
3634         (Write After Approval): Add myself.
3636 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3638         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3639         (Write After Approval): Update address.
3641 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3643         PR jit/64780
3644         * configure.ac: Require the user to explicitly specify
3645         --enable-host-shared if the jit is enabled.
3646         * configure: Regenerate.
3648 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3650         * MAINTAINERS (Write After Approval): Add myself.
3652 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3654         * MAINTAINERS: Make whitespace consistent.
3656 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3658         * MAINTAINERS (Write After Approval): Add myself.
3660 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3662         * MAINTAINERS: (Write After Approval): Add myself.
3664 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3666         * MAINTAINERS: (Write After Approval): Add myself.
3668 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3670         * MAINTAINERS: (Write After Approval): Add myself.
3672 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3674         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3675         objective-c/c++ front end maintainer.
3677 2015-01-13  Marek Polacek  <polacek@redhat.com>
3679         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3681 2015-01-12  Jeff Law  <law@redhat.com>
3683         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3684         a very long time.
3686 2015-01-09  Ian Lance Taylor  <iant@google.com>
3688         * configure.ac (host_tools): Add gotools.
3689         * Makefile.def (host_modules): Add gotools.
3690         (dependencies): Add dependency of all-gotools on all-target-libgo.
3692 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3694         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3695         * configure: Regenerate.
3697 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3699         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3700         all-target-libgomp.
3701         * Makefile.in: Regenerate.
3703 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3705         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3707 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3709         * configure.ac: Add Visium support.
3710         * configure: Regenerate.
3712 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3714         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3715         * configure: Regenerate.
3717 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3719         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3720         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3721         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3722         (OBJCOPY_FOR_TARGET): New variable.
3723         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3724         * Makefile.in: Regenerate.
3725         * configure.ac: Check for already installed target objcopy.
3726         Also GCC_TARGET_TOOL on objcopy.
3727         * configure: Regenerate.
3729 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3731         * config.sub: Update from upstream, to 2015-01-01 version.
3732         * config.guess: Ditto.
3734 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3736         * MAINTAINERS (RTEMS Ports): Add myself.
3738 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3740         * MAINTAINERS (Write After Approval): Add myself.
3742 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3744         * MAINTAINERS (Write After Approval): Add myself.
3746 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3748         * configure.ac (--enable-as-accelerator-for): Don't set
3749         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3750         * configure: Regenerate.
3752 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3754         PR bootstrap/64023
3755         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3756         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3757         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3758         to CXX.
3759         * Makefile.in: Regenerated.
3761 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3762             Yury Gribov  <y.gribov@samsung.com>
3764         * .gitignore: Added .local.vimrc and .lvimrc.
3765         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3766         * Makefile.in: Regenerate.
3768 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3770         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3771         * configure: Regenerated.
3773 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3775         * MAINTAINERS (nvptx port): New entry.
3777 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3779         * configure: Regenerate.
3781 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3783         * configure.ac: Merge with Binutils.
3785 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3787         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3788         * Makefile.in: Regenerate.
3790 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3792         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3793         missing flex.
3794         * Makefile.in: Regenerated.
3796 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3798         * Makefile.in: Regenerate.
3800 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3802         PR bootstrap/63784
3803         * libtool.m4: Add $pic_flag with -shared.
3805 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3807         * MAINTAINERS (Write After Approval): Added myself.
3809 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3811         * MAINTAINERS (write-after-approval): Add myself.
3813 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3815         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3816         from 2 years ago.
3818 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3820         Revert:
3821         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3823         * MAINTAINERS (Write After Approval): Added myself as line map
3824         maintainer.
3826 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3828         Revert:
3829         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3831         * MAINTAINERS (Write After Approval): Added myself.
3833 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3835         * MAINTAINERS (Write After Approval): Added myself.
3837 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3839         * MAINTAINERS (Write After Approval): Added myself as line map
3840         maintainer.
3842 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3844         * MAINTAINERS (Various Maintainers): Added myself as line map
3845         maintainer.
3847 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3849         * move-if-change: Sync from upstream gnulib.
3851 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3853         * compile: Sync with upstream Automake.
3854         * depcomp: Ditto.
3855         * install-sh: Ditto.
3856         * missing: Ditto.
3857         * mkinstalldirs: Ditto.
3858         * ylwrap: Ditto.
3860 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3862         * config.sub: Update from upstream config repo.
3863         * config.guess: Ditto.
3865 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
3867         * Makefile.def: Add liboffloadmic to target_modules.  Make
3868         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3869         * Makefile.in: Regenerate.
3870         * configure: Regenerate.
3871         * configure.ac: Add liboffloadmic to target binaries.
3872         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3873         Add liboffloadmic to noconfig list when C++ is not supported.
3875 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3876             Thomas Schwinge  <thomas@codesourcery.com>
3877             Ilya Verbin  <ilya.verbin@intel.com>
3878             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3880         * configure: Regenerate.
3881         * configure.ac (--enable-as-accelerator-for)
3882         (--enable-offload-targets): New configure options.
3884 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3886         * Makefile.def: Make all-gcc depend on all-isl.
3887         * Makefile.in: Regenerate.
3889 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
3891         * ChangeLog.jit: New.
3892         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3894 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3896         PR target/63610
3897         * libtool.m4: Fix globbing of darwin versions.
3898         * configure: Regenerate.
3900 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3902         * Makefile.def: Remove CLooG.
3903         * Makefile.tpl: Ditto.
3904         * configure.ac: Ditto.
3905         * configure: Regenerate.
3906         * Makefile.in: Ditto.
3908 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
3910         * configure.ac: Handle nvptx-*-*.
3911         * configure: Regenerate.
3913 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
3915         * MAINTAINERS (Write After Approval): Add myself.
3917 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
3919         * Makefile.def (libcc1): Remove bootstrap=true;.
3920         * Makefile.in: Regenerated.
3922 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3924         * configure.ac: Update comment.
3925         * configure: Regenerate.
3927 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
3929         * MAINTAINERS (Write After Approval): Add myself.
3931 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
3933         * configure.ac (extra_host_libiberty_configure_flags): Add
3934         --enable-shared also for libcc1's benefit.
3935         * configure: Regenerate.
3937 2014-10-29  Tristan Gingold  <gingold@adacore.com>
3939         * MAINTAINERS: Change my email address.
3941 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
3942             Tom Tromey  <tromey@redhat.com>
3944         * Makefile.def: Add libcc1 to host_modules.
3945         * configure.ac (host_tools): Add libcc1.
3946         * Makefile.in, configure: Rebuild.
3948 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
3950         * configure.ac (build_configargs): Don't share config.cache between
3951         build subdirs.
3952         * configure: Regenerate.
3954 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3956         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3957         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3958         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3959         leon3v7 as leon3.
3960         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3961         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3962         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3963         * config/sparc/sparc.md (cpu): Add leon3v7.
3964         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3966 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3968         * MAINTAINERS (write-after-approval): Add myself.
3970 2014-10-23  Ian Lance Taylor  <iant@google.com>
3972         * configure.ac: Disable the Go frontend on systems where it is known
3973         to not work.
3974         * configure: Regenerate.
3976 2014-10-23  Richard Biener  <rguenther@suse.de>
3978         * Makefile.def: Add libcpp build module and dependencies.
3979         * configure.ac: Add libcpp build module.
3980         * Makefile.in: Regenerate.
3981         * configure: Likewise.
3983 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
3985         * MAINTAINERS (write-after-approval): Add myself.
3987 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
3989         * INSTALL/README: Do not mention CVS.
3991 2014-10-03  Jing Yu  <jingyu@google.com>
3993         * configure.ac: Add aarch64 to list of targets that support gold.
3994         * configure: Regenerate.
3996 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
3998         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
4000 2014-09-29  Catherine Moore  <clm@codesourcery.com>
4002         * MAINTAINERS:  Add myself as MIPS maintainer.
4004 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
4006         * MAINTAINERS: Move myself to MIPS maintainers.
4008 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4010         * MAINTAINERS: Put all email addresses between '<' and '>'.
4012 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4014         * MAINTAINERS: Move myself to reviewers (Fortran).
4016 2014-09-01  Andi Kleen  <ak@linux.intel.com>
4018         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
4019         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
4020         * Makefile.in: Regenerate.
4022 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4024         * rtx-classes-status.txt: Delete
4026 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4028         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
4030 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
4032         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
4033         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
4034         of checking for version number.
4035         * configure: Regenerated.
4036         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
4038 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4040         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
4041         is done; begin phase 6 (use extra rtx_def subclasses).
4043 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4045         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
4046         done; begin phase 5 (additional rtx_def subclasses).
4048 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4050         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
4052 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4054         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
4055         SET_BB_HEADER are done.
4057 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4059         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
4060         done.
4062 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4064         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
4066 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4068         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
4070 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4072         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
4074 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4076         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
4078 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4080         * rtx-classes-status.txt: Phase 3 (per-file commits within
4081         "config" subdirs) is done; begin phase 4 (removal of
4082         "scaffolding").
4084 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
4086         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
4087         dir) is done; begin phase 3 (per-file commits within "config"
4088         subdirs).
4090 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
4092         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
4093         phase 2 (per-file commits in main source dir).
4095 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
4097         * configure: Regenerated.
4099 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4101         * rtx-classes-status.txt (TODO): Add SET_BND_TO
4103 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4105         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
4107 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4109         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
4111 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4113         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4115 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4117         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4119 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
4121         * MAINTAINERS (Write After Approval): Add myself.
4123 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
4125         * MAINTAINERS: Remove myself
4127 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4129         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4131 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
4133         * MAINTAINERS (Write After Approval): Add myself.
4135 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4137         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4138         SET_BB_HEADER, SET_BB_FOOTER
4140 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4142         * rtx-classes-status.txt: New file
4144 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
4146         * configure.ac: Eliminate ClooG installation dependency.
4147         * configure: Regenerate.
4148         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4149         * Makefile.in: Regenerate.
4151 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
4153         * MAINTAINERS (Write After Approval): Add myself.
4155 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
4157         * MAINTAINERS (Write After Approval): Add myself.
4159 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
4161         * MAINTAINERS (Write After Approval): Add myself.
4163 2014-07-28  Anthony Green  <green@moxielogic.com>
4165         Import from savannah.gnu.org:
4166         * config.sub: Update to 2014-07-28 version.
4168 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
4170         * MAINTAINERS: Remove my MIPS maintainer entry.
4172 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
4174         PR target/47230
4175         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4176         * configure: Regenerate.
4178 2014-07-24  James Norris  <jnorris@codesourcery.com>
4180         * MAINTAINERS (Write After Approval): Add myself.
4182 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
4184         * configure.ac: Accept only CLooG 0.18.1.
4185         * configure: Regenerate.
4187 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
4189         * configure.ac: Don't accept isl 0.11.
4190         * configure: Regenerate.
4192 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4194         * MAINTAINERS (Write After Approval): Add myself.
4196 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4198         * configure.ac: Don't accept isl 0.10.
4199         * configure: Regenerate.
4201 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4203         Fix include path for in-tree cloog.
4204         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4205         * configure: Regenerate.
4207 2014-06-18  Richard Henderson  <rth@redhat.com>
4209         * .gitignore: Import gcc_update output.
4211 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
4213         * config-ml.in: Robustify ac_configure_args parsing.
4215         * configure.ac (--enable-linker-plugin-configure-flags)
4216         (--enable-linker-plugin-flags): New flags.
4217         (configdirs): Conditionally add libiberty-linker-plugin.
4218         * configure: Regenerate.
4219         * Makefile.def (host_modules): Add libiberty-linker-plugin.
4220         (host_modules) <lto-plugin>: Pay attention to
4221         @extra_linker_plugin_flags@ and
4222         @extra_linker_plugin_configure_flags@.
4223         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4224         * Makefile.in: Regenerate.
4226         * Makefile.tpl (configure-[+prefix+][+module+])
4227         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4228         "module_srcdir" instead of "module" for locating a module's srcdir.
4229         * Makefile.in: Regenerate.
4231 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
4233         * MAINTAINERS (Write After Approval): Add myself.
4235 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
4237         * MAINTAINERS: Update my email address.
4239 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4241         * MAINTAINERS (Write After Approval): Add myself.
4243 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
4245         * MAINTAINERS (Write After Approval): Add myself.
4247 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
4249         PR libstdc++/61011
4250         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4251         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4252         * configure: Regenerate.
4254 2014-05-28  Pedro Alves  <palves@redhat.com>
4256         * MAINTAINERS (Write After Approval): Add myself.
4258 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
4260         * MAINTAINERS: Update my affiliation/email.
4262 2014-05-19  Mike Stump  <mikestump@comcast.net>
4264         * MAINTAINERS: Add wide-int reviewers.
4266 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
4268         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4269         * configure: Regenerated.
4271 2014-05-15  Torvald Riegel  <triegel@redhat.com>
4273         * MAINTAINERS (libitm): Add myself as maintainer.
4275 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
4277         * MAINTAINERS (Write After Approval): Add myself.
4279 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
4281         * config.sub, config.guess: Import from upstream.
4283 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4285         * MAINTAINERS (Write After Approval): Put myself in correct order.
4287 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4289         * MAINTAINERS (Write After Approval): Add myself.
4291 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4293         * MAINTAINERS: Move myself from Reviewers to Write After Approval
4294         section.
4296 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4298         * MAINTAINERS (Write After Approval): Delete myself.
4300 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
4302         PR sanitizer/56781
4303         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4304         and -B* options with -Xcompiler.
4306 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
4308         PR bootstrap/60620
4309         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
4310         * Makefile.in: Regenerate.
4312 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
4314         * Makefile.def (dependencies): Make all-ld depend on all-binutils
4315         for WINDRES_FOR_TARGET in default-manifest.o rule.
4316         * Makefile.in: Regenerate.
4318 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
4320         * MAINTAINERS (Write After Approval): Add myself.
4322 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
4324         PR sanitizer/56781
4325         * Makefile.def: Set bootstrap=true; for host fixincludes.
4326         * configure.ac: Don't bootstrap host fixincludes unless
4327         --with-build-config=bootstrap-{a,ub}san.
4328         * Makefile.in: Regenerated.
4329         * configure: Regenerated.
4331 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
4333         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
4334         --enable-vtable-verify option parsing.  Don't add
4335         target-libsanitizer to bootstrap_target_libs unless
4336         --with-build-config=bootstrap-asan or
4337         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
4338         to bootstrap_target_libs unless --enable-vtable-verify.
4339         * configure: Regenerated.
4341 2014-03-10  Anatoly Sokolov <aesok@post.ru>
4343         * MAINTAINERS (Write After Approval): Add myself.
4345 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
4347         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4349 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
4351         PR bootstrap/58572
4352         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4353         -I for libstdc++-v3 includes if $(LEAN).
4354         * Makefile.in: Regenerated.
4356 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
4358         * MAINTAINERS: Update my email address.
4360 2014-02-24  Walter Lee  <walt@tilera.com>
4362         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4363         (tilegx-*-*): Change to tilegx*-*-*.
4364         * configure: Regenerate.
4366 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
4368         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4370 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
4372         * MAINTAINERS (Write After Approval): Add myself.
4374 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4376         PR target/59788
4377         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4378         *solaris2*.
4380 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
4382         * MAINTAINERS: Update my email address.
4384 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
4386         * MAINTAINERS: Convert to UTF-8.
4387         Properly sort Xinliang David Li's entry.
4389 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
4390             Sandra Loosemore  <sandra@codesourcery.com>
4392         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4393         nios2 port maintainers.
4395 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
4397         * MAINTAINERS (Write After Approval): Add myself.
4399 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4401         * configure.ac: Add user-friendly check for native x86_64-linux
4402         multilibs.
4403         * configure: Regenerate.
4405 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
4407         * MAINTAINERS: Add myself as sh maintainer.
4409 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4411         * MAINTAINERS: Add self as SLSR maintainer.
4413 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
4415         * MAINTAINERS: Update my email address.
4417 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
4419         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4421 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
4423         * Makefile.in: Regenerate.
4425         * Makefile.tpl: Fix typo.
4426         * Makefile.in: Regenerate partially.
4428 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4430         * configure.ac: Added libcilkrts to noconfig list when C++ is not
4431         supported.
4432         * configure: Regenerated.
4434 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
4436         * MAINTAINERS (Write After Approval): Add myself.
4438 2013-10-30  Jason Merrill  <jason@redhat.com>
4440         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4441         --disable-build-format-warnings.
4443 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4445         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
4446         depend on libstdc++ and libgcc.
4447         * configure: Regenerate.
4448         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
4449         libcilkrts for POSIX and i*86, and x86_64 architectures.
4450         * Makefile.in: Added libcilkrts related fields to support building it.
4452 2013-10-26  Jeff Law  <law@redhat.com>
4454         * Makefile.def (target_modules): Remove libmudflap
4455         (languages): Remove check-target-libmudflap).
4456         * Makefile.in: Rebuilt.
4457         * Makefile.tpl (check-target-libmudflap-c++): Remove.
4458         * configure.ac (target_libraries): Remove target-libmudflap.
4459         Remove checks which disabled libmudflap on some systems.
4460         * configure: Rebuilt.
4461         * libmudflap: Directory removed.
4463 2013-10-21  Cong Hou  <congh@google.com>
4465         * MAINTAINERS (Write After Approval): Add myself.
4467 2013-10-16  Mike Stump  <mikestump@comcast.net>
4469         * .dir-locals.el: Add.
4471 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
4473         * configure.ac: Add --enable-host-shared
4474         * configure: Regenerate.
4476 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4478         Import from savannah.gnu.org:
4479         * config.guess: Update to 2013-06-10 version.
4480         * config.sub: Update to 2013-10-01 version.
4482 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
4484         Changes to build configuration to allow big endian ARC ELF toolchain
4485         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4486         * configure: Regenerate.
4488 2013-09-20  Alan Modra  <amodra@gmail.com>
4490         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4491         ppc host match.  Support little-endian powerpc linux hosts.
4493 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4495         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4496         maintainer.
4498 2013-09-12  DJ Delorie  <dj@redhat.com>
4500         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4501         maintainers.
4503 2013-09-03  Richard Biener  <rguenther@suse.de>
4505         * configure.ac: Also allow ISL 0.12.
4506         * configure: Regenerated.
4508 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4510         * MAINTAINERS (Write After Approval): Add myself.
4512 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4514         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4516 2013-08-26  Caroline Tice  <cmtice@google.com>
4518         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4519         "Various Reviewers" to libvtv "Various Maintainers".
4521 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4523         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4525 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4527         * MAINTAINERS: Update name, email.
4529 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4531         * MAINTAINERS (Write After Approval): Add myself.
4533 2013-08-12  Caroline Tice  <cmtice@google.com>
4535         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4536         address in the Write After Approval section.
4538 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4540         * MAINTAINERS (Write After Approval): Update email.
4542 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4544         * configure.ac: Adjust to check VTV_SUPPORTED.
4545         * configure: Regenerated.
4547 2013-08-02  Caroline Tice  <cmtice@google.com>
4549         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4550         on non-linux systems; add target-libvtv to noconfigdirs; add
4551         libsupc++/.libs to C++ library search paths.
4552         * configure: Regenerated.
4553         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4554         libstdc++ and libgcc.
4555         * Makefile.in: Regenerated.
4557 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4559         * MAINTAINERS (Write After Approval): Add myself.
4561 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4562             Shiva Chen  <shiva0217@gmail.com>
4564         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4565         nds32 port maintainers.
4567 2013-07-17  Tim Shen  <timshen91@gmail.com>
4569         * MAINTAINERS (Write After Approval): Add myself.
4571 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4573         * configure.ac: Sync from binutils.
4574         * configure: Regenerate.
4576 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4578         * MAINTAINERS (Write After Approval): Add myself.
4580 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4582         * MAINTAINERS (Write After Approval): Add myself.
4584 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4586         * MAINTAINERS (Write After Approval): Add myself.
4588 2013-04-30  Brooks Moses  <bmoses@google.com>
4590         * MAINTAINERS: Update my email; move myself from Fortran
4591         reviewer to Write After Approval.
4593 2013-04-16  Andreas Schwab  <schwab@suse.de>
4595         * configure.ac (aarch64-*-*): Don't disable java.
4596         * configure: Regenerate.
4598 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4600         * MAINTAINERS (Write After Approval): Add myself.
4602 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4604         * Makefile.def (target_modules): Don't install libffi.
4605         * Makefile.in: Regenerate.
4607 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4609         * MAINTAINERS (Write After Approval): Add myself.
4611 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4613         * MAINTAINERS (Write After Approval): Add myself.
4615 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4617         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4618         * configure: Regenerated.
4620 2013-02-05  Ian Lance Taylor  <iant@google.com>
4622         PR go/55969
4623         * configure.ac: Disable libgo on some systems where it does not
4624         work.
4626 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4628         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4629         Remove Geoff Keating as rs6000 port maintainer, at his request.
4631 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4633         * MAINTAINERS: Update my email.
4635 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4637         * configure: Re-generate.
4639 2013-01-15  Richard Biener  <rguenther@suse.de>
4641         PR other/55973
4642         * configure: Re-generate.
4644 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4646         * Makefile.def (install-target-libsanitizer): Depend on
4647         install-target-libstdc++-v3.
4648         * Makefile.in: Regenerate.
4650 2013-01-14  Richard Biener  <rguenther@suse.de>
4652         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4653         * configure: Re-generate
4655 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4657         * config.sub: Update from config repo.
4659 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4661         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4662         * Makefile.in: Regenerate.
4664 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4666         * MAINTAINERS (arc): Add new port maintainership for myself.
4668 2013-01-09  Jason Merrill  <jason@redhat.com>
4670         * .gitignore: Import from gdb repository.
4672 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4674         * Makefile.def (configure-gcc): Depend on all-gmp.
4675         (all-gcc): Remove dependency on all-gmp.
4676         * Makefile.in: Regenerated.
4678 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4680         * config.sub: Merge from config repo.
4681         * config.guess: Ditto.
4683 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4685         * Makefile.def: Merge from binutils.
4686         * Makefile.in: Ditto.
4688 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4690         * MAINTAINERS: Update my email.
4692 2012-12-29  Ben Elliston  <bje@gnu.org>
4694         * config.guess: Update to 2012-12-29 version.
4695         * config.sub: Likewise.
4697 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4699         * Makefile.def (install-target-libgfortran): Depend on
4700         install-target-libquadmath, install-target-libgcc.
4701         (install-target-libsanitizer): Depend on install-target-libgcc.
4702         (install-target-libjava): Depend on install-target-libgcc.
4703         (install-target-libitm): Depend on install-target-libgcc.
4704         (install-target-libobjc): Depend on install-target-libgcc.
4705         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4706         * Makefile.in: Regenerate.
4708 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4710         * Makefile.def (install-target-libgo): Depend on
4711         install-target-libatomic.
4712         * Makefile.in: Regenerate.
4714 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4716         PR go/55201
4717         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4718         * Makefile.in: Regenerate.
4720 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4722         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4723         * configure: Regenerate.
4725 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4727         * config.sub: Merge from config repo.
4729 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4731         * Makefile.def (target_modules): Add bootstrap=true and
4732         raw_cxx=true to libsanitizer.
4733         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4734         * Makefile.in: Regenerated.
4735         * configure: Likewise.
4737 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4739         * MAINTAINERS: Remove self as RTL optimization maintainer.
4741 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4743         * MAINTAINERS (Write After Approval): Add myself.
4745 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4747         * Makefile.def (target_modules): Remove bootstrap=true and
4748         raw_cxx=true from libsanitizer.
4749         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4750         * Makefile.in: Regenerated.
4751         * configure: Likewise.
4753 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4755         * Makefile.def (target_modules): Add bootstrap=true and
4756         raw_cxx=true to libsanitizer.
4757         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4758         * Makefile.in: Regenerated.
4759         * configure: Likewise.
4761 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4763         PR bootstrap/54279
4764         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4765         * configure: Regenerate.
4766         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4767         * Makefile.in: Regenerate.
4769 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4771         * configure.ac: Disable libsanitizer if we're not building C++.
4772         * configure: Regenerate.
4774 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4776         * MAINTAINERS (Write After Approval): Add myself.
4778 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4780         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4781         Kostya Serebryany (kcc@google.com) and
4782         Jakub Jelinek (jakub@redhat.com).
4783         Rename area for Dodji Seketeli (dodji@redhat.com).
4785 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4787         * MAINTAINERS: (asan.c, related): Add myself.
4789 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4791         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4792         * configure: Regenerate.
4794 2012-11-13  Richard Henderson  <rth@redhat.com>
4796         * configure.ac: Move libsanitizer logic to subdirectory.
4797         * configure: Regenerate.
4799 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4801         * configure.ac: Enable libsanitizer just on x86 linux for now.
4802         * configure: Re-generate.
4804 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4806         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4807         sections.
4808         * configure: Regenerate.
4810 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4812         * configure.ac: Add section for configdirs for libsanitizer.
4813         Disable for cris-*-* and mmix-*-*.
4814         * configure: Regenerate.
4816 2012-11-12  Wei Mi <wmi@google.com>
4818         * configure.ac: Add libsanitizer to target_libraries.
4819         * Makefile.def: Ditto.
4820         * configure: Regenerate.
4821         * Makefile.in: Regenerate.
4822         * libsanitizer: New directory for asan runtime.  Contains an empty
4823         tsan directory.
4825 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4827         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4828         against Mingw64 w32api.
4829         * configure: Regenerate.
4831 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4833         * configure: Regenerated.
4835 2012-11-03  Robert Mason  <rbmj@verizon.net>
4837         * configure.ac: add --disable-libstdcxx configure option
4838         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4840 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4842         * MAINTAINERS (Write After Approval): Add myself.
4844 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4846         * MAINTAINERS (Write After Approval): Add myself.
4848 2012-10-24  Sharad Singhai  <singhai@google.com>
4850         * MAINTAINERS (Write After Approval): Add myself.
4852 2012-10-24  Eric Christopher  <echristo@gmail.com>
4854         * MAINTAINERS: Update email address.
4856 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4858         PR bootstrap/54820
4859         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4860         * configure: Regenerate.
4862 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
4864         * MAINTAINERS (aarch64): Add Marcus and myself.
4866 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
4868         PR bootstrap/54820
4869         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4870         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4871         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4872         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4873         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4874         * Makefile.in: Regenerate.
4875         * configure.ac (have_static_libs): New variable and associated check.
4876         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4877         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4878         * configure: Regenerate.
4880 2012-10-10  Richard Biener  <rguenther@suse.de>
4882         * MAINTAINERS: Adjust for changed surname.
4884 2012-10-04  Lawrence Crowl  <crowl@google.com>
4886         * MAINTAINERS (Write After Approval): Add myself.
4888 2012-10-01  Cary Coutant  <ccoutant@google.com>
4890         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4892 2012-09-28  Ian Lance Taylor  <iant@google.com>
4894         * Makefile.def: Make all-target-libgo depend on
4895         all-target-libbacktrace.
4896         * Makefile.in: Rebuild.
4898 2012-09-26  Ian Lance Taylor  <iant@google.com>
4900         * Makefile.def: Make all-gcc depend on all-libbacktrace.
4901         * Makefile.in: Rebuild.
4903 2012-09-20  Walter Lee  <walt@tilera.com>
4905         * configure.ac: Add tilegx to list of targets that support gold.
4906         * configure: Regenerate.
4908 2012-09-20  Marek Polacek  <polacek@redhat.com>
4910         * MAINTAINERS (Write After Approval): Add myself.
4912 2012-09-19  Steve Ellcey  <sellcey@mips.com>
4914         * configure.ac: Add mips*-mti-elf* target.
4915         * configure: Regenerate.
4917 2012-09-17  Ian Lance Taylor  <iant@google.com>
4919         * MAINTAINERS (Various Maintainers): Add libbacktrace.
4920         * configure.ac (host_libs): Add libbacktrace.
4921         (target_libraries): Add libbacktrace.
4922         * Makefile.def (host_modules): Add libbacktrace.
4923         (target_modules): Likewise.
4924         * configure, Makefile.in: Rebuild.
4926 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
4928         PR target/38607
4929         Merge upstream change.
4930         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4932         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4933         Add libgomp*.o to compare_exclusions for AIX.
4934         * configure: Regenerate.
4936 2012-09-06  Diego Novillo  <dnovillo@google.com>
4938         * configure.ac: Bump minimum GMP version to 4.2.3.
4939         * configure: Re-generate.
4941 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
4943         PR target/54461
4944         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4945         target-libgloss if not configured --with-avrlibc=no.
4946         * configure: Regenerate.
4948 2012-09-04  Jason Merrill  <jason@redhat.com>
4950         * configure.ac: Fix --enable-languages=all.
4952 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
4954         * MAINTAINERS (Write After Approval): Add myself.
4956 2012-09-03  Richard Guenther  <rguenther@suse.de>
4958         PR bootstrap/54138
4959         * configure.ac: Re-organize ISL / CLOOG checks to allow
4960         disabling with either --without-isl or --without-cloog.
4961         * configure: Regenerated.
4963 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
4965         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4966         * configure: Regenerate.
4968 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
4970         * MAINTAINERS: Fix my email address.
4972 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4974         PR binutils/4970
4975         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4976         and opcodes.
4977         * Makefile.in: Regenerated.
4979 2012-08-26  Art Haas <ahaas@impactweather.com>
4981         * configure: Regenerate.
4983 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
4985         * INSTALL/README: Also refer to the online installation
4986         instructions.
4988 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4990         * MAINTAINERS (Write After Approval): Add myself.
4991         (Picochip port): Remove myself.
4993 2012-08-14   Diego Novillo  <dnovillo@google.com>
4995         Merge from cxx-conversion branch.
4997         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4998         POSTSTAGE1_CONFIGURE_FLAGS.
4999         * Makefile.in: Regenerate.
5000         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
5001         Force C++ when bootstrapping.
5002         * configure: Regenerate.
5004 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
5006         * MAINTAINERS (Write After Approval): Add myself.
5008 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
5010         * README: Document use of ranges of years in copyright notices.
5012 2012-07-06  Richard Guenther  <rguenther@suse.de>
5014         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
5015         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
5016         --with-gmp=system.
5017         * Makefile.in: Regenerated.
5018         * configure: Likewise.
5020 2012-07-06  Richard Guenther  <rguenther@suse.de>
5022         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
5023         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
5024         supply V=1 as extra_make_flags.
5025         * configure: Regenerated.
5026         * Makefile.in: Likewise.
5028 2012-07-04  Tristan Gingold  <gingold@adacore.com>
5030         * configure: Regenerate.
5032 2012-07-03  Richard Guenther  <rguenther@suse.de>
5034         * Makfile.def (isl): Remove not necessary extra_exports and
5035         extra_make_flags.
5036         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
5037         * Makefile.in: Regenerated.
5039 2012-07-03  Richard Guenther  <rguenther@suse.de>
5041         * Makefile.def (cloog): Add V=1 to extra_make_flags.
5042         * configure.ac: If either the ISL or the CLooG check failed
5043         do not try to build in-tree versions.
5044         * Makefile.in: Regenerated.
5045         * configure: Regenerated.
5047 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5049         * configure: Regenerate.
5051 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
5053         * MAINTAINERS (Various Maintainers): Add myself as testsuite
5054         maintainer.
5056 2012-07-02  Richard Guenther  <rguenther@suse.de>
5058         * configure: Regenerated.
5060 2012-07-02  Richard Guenther  <rguenther@suse.de>
5061         Michael Matz  <matz@suse.de>
5062         Tobias Grosser <tobias@grosser.es>
5063         Sebastian Pop <sebpop@gmail.com>
5065         * Makefile.def: Add ISL host module, remove PPL host module.
5066         Adjust ClooG host module to use the proper ISL.
5067         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
5068         * configure.ac: Include config/isl.m4.  Add ISL host library,
5069         remove PPL.  Remove PPL configury, add ISL configury, adjust
5070         ClooG configury.
5071         * Makefile.in: Regenerated.
5072         * configure: Likewise.
5074 2012-07-02  Richard Guenther  <rguenther@suse.de>
5076         Merge from graphite branch
5077         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5079         * configure: Regenerated.
5080         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
5081         both cloog.org and legacy versions. The only supported version will
5082         be CLooG with the isl backend.
5084         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5086         * configure: Regenerated.
5087         * configure.ac: Require cloog isl 0.17.0
5089         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5091         * configure: Regenerated.
5092         * config/cloog.m4: Do not define CLOOG_ORG
5094 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
5096         * configure.ac: Skip C if explicitly selected.
5097         * configure: Regenerate.
5099 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
5101         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
5102         they contain -O2.
5103         * configure: Regenerate.
5105 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
5107         PR debug/53740
5108         * df.h, df-problems.c, dce.c: Revert last patch.
5110 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
5112         * MAINTAINERS (Write After Approval): Update my email address.
5114 2012-06-21  Meador Inge  <meadori@codesourcery.com>
5116         * MAINTAINERS (Write After Approval): Add myself.
5118 2012-06-20  Jason Merrill  <jason@redhat.com>
5120         * Makefile.tpl (check-target-libgomp-c++): New.
5121         (check-target-libitm-c++): New.
5122         * Makefile.def (c++): Add them.
5123         * Makefile.in: Regenerate.
5125 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
5127         * MAINTAINERS (Write After Approval): Add myself.
5129 2012-05-16  Olivier Hainque  <hainque@adacore.com>
5131         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5132         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5133         (install-no-fixedincludes): Adjust accordingly.
5134         * Makefile.in: Regenerate.
5136 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5138         Merge upstream change
5139         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5141 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
5143         * MAINTAINERS (Write After Approval): Add myself.
5145 2012-05-09  Nick Clifton  <nickc@redhat.com>
5146             Paul Smith  <psmith@gnu.org>
5148         PR bootstrap/50461
5149         * configure.ac (mpfr-dir): When using in-tree MPFR sources
5150         allow for the fact that from release v3.1.0 of MPFR the source
5151         files were moved into a src sub-directory.
5152         * configure: Regenerate.
5154 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
5156         * configure.ac: Bump minimum MPFR version to 2.4.0.
5157         * configure: Regenerated.
5159 2012-05-01  Richard Henderson  <rth@redhat.com>
5161         * Makefile.def (libatomic): New target_module.
5162         * configure.ac (target_libraries): Add libatomic.
5163         (noconfigdirs): Check if libatomic is supported.
5164         * Makefile.in, configure: Rebuild.
5166 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
5168         * MAINTAINERS (Write After Approval): Add myself.
5170 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
5172         * config.sub: Update to 2012-04-18 version from official repo.
5174 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
5176         * MAINTAINERS (Write After Approval): Add myself.
5178 2012-04-11  Steve Ellcey  <sellcey@mips.com>
5180         * MAINTAINERS: Changed email address.
5182 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
5184         PR target/52737
5185         * contrib/gcc_update (files_and_dependencies):
5186         Remove gcc/config/avr/t-multilib from touch data.
5188 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5190         * MAINTAINERS (OS Port Maintainers): Remove irix.
5191         * configure.ac (enable_libgomp): Remove *-*-irix6*.
5192         (unsupported_languages): Remove mips-sgi-irix6.*.
5193         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5194         (with_stabs): Remove.
5195         * configure: Regenerate.
5197 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5199         * MAINTAINERS (OS Port Maintainers): Remove osf.
5200         * configure.ac (enable_libgomp): Remove *-*-osf*.
5201         (with_stabs): Remove alpha*-*-osf*.
5202         * configure: Regenerate.
5204 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5206         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5207         * configure: Regenerate.
5209 2012-02-17  Walter Lee  <walt@tilera.com>
5211         * MAINTAINERS: (Write After Approval): Delete myself.
5213 2012-02-14  Walter Lee  <walt@tilera.com>
5215         * MAINTAINERS (tilegx port): Add myself.
5216         (tilepro port): Add myself.
5217         (Write After Approval): Add myself.
5219 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
5221         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5222         and Joseph Myers as docstring relicensing maintainers.
5224 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
5226         * MAINTAINERS (write-after-approval): Add myself.
5228 2012-02-08  Ira Rosen <irar@il.ibm.com>
5230         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5231         maintainer.
5233 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5235         * MAINTAINERS (Write After Approval): Move myself to
5236         maintain alphabetical order.
5238 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5240         * MAINTAINERS (Write After Approval): Add myself.
5242 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
5244         * MAINTAINERS (Write After Approval): Add myself.
5246 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5247             Jayant R Sonar <jayant.sonar@kpitcummins.com>
5249         * configure.ac (cr16-*-*): Remove nonconfigdirs.
5250         * configure: Regenerate.
5252 2012-01-23  Harshit Chopra  <harshit@google.com>
5254         * MAINTAINERS (Write After Approval): Add myself.
5256 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
5258         * configure.ac: Remove reference to mh-interix.
5259         * configure: Regenerate.
5261 2012-01-05  Richard Henderson  <rth@redhat.com>
5263         PR bootstrap/51072
5264         * configure.ac: Disable libitm if c++ is not enabled.
5265         * configure: Rebuild.
5267         * configure.ac: Fix regexp for same.
5268         * configure: Rebuild.
5270 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
5272         * MAINTAINERS (Write After Approval): Add myself.
5274 2012-01-02  Richard Guenther  <rguenther@suse.de>
5276         PR bootstrap/51686
5277         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5278         * Makefile.in: Regenerate.
5280 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
5282         * MAINTAINERS (Write After Approval): Add myself.
5284 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
5286         * configure: Regenerate.
5288 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
5290         * MAINTAINERS (picochip): Changed email address.
5292 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5294         * MAINTAINERS (write-after-approval): Add self.
5296 2011-11-29  DJ Delorie  <dj@redhat.com>
5298         * configure.ac (rl78-*-*) New case.
5299         * configure: Regenerate.
5300         * MAINTAINERS: Add myself as RL78 maintainer.
5302 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5304         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5306 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
5308         * libtool.m4: Additional FreeBSD 10 fixes.
5310 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
5312         * MAINTAINERS: Move myself from Write After Approval to CPU Port
5313         Maintainers section, as Epiphany maintainer.
5315 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
5317         PR target/49992
5318         * configure.ac: Remove ranlib special-casing for Darwin.
5319         * configure: Regenerate.
5321 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
5323         * MAINTAINERS (Reviewers): Keep the list sorted.
5325 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
5327         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5329 2011-11-09  Roland McGrath  <mcgrathr@google.com>
5331         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5332         * configure: Rebuild.
5333         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5334         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5335         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5336         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5337         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5338         Add READELF.
5339         * Makefile.in: Rebuild.
5341 2011-11-09  Jason Merrill  <jason@redhat.com>
5343         * Makefile.def (language=c++): Remove check-c++0x.
5344         * Makefile.in (check-gcc-c++): Regenerate.
5346 2011-11-08  Richard Henderson  <rth@redhat.com>
5348         * configure.ac: Test for libitm directory present first.
5350         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5352         * configure.ac: Test libitm/configure.tgt to disable libitm.
5353         * configure: Rebuild.
5355 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
5356             Richard Henderson  <rth@redhat.com>
5358         Merged from transactional-memory.
5360         * Makefile.def (lang_env_dependencies): libitm is c++.
5361         Add libitm target module.
5362         * configure.ac: Likewise.
5363         * config/mmap.m4: New file.
5364         * contrib/gcc_update: Add libitm to touch data.
5365         * Makefile.in, configure: Rebuild.
5367 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5369         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5370         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5371         * Makefile.in: Regenerate.
5373 2011-11-01  DJ Delorie  <dj@redhat.com>
5375         * config.sub: Update to version 2011-10-29 (added rl78)
5377 2011-10-27  Nick Clifton  <nickc@redhat.com>
5379         * config.sub: Import these changes from the config project:
5381         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
5382             Ben Elliston  <bje@gnu.org>
5384         * config.sub (epiphany): New.
5386         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
5387             Ben Elliston  <bje@gnu.org>
5389         * config.sub (hexagon, hexagon-*): New.
5391         2011-08-23  Roland McGrath  <mcgrathr@google.com>
5393         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5394         64eb to be64.
5396         2011-08-16  Roland McGrath  <mcgrathr@google.com>
5398         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5399         (nacl): Grok as alias for 32el-unknown-nacl.
5401 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
5403         * MAINTAINERS (Write After Approval): Add myself.
5405 2011-10-24  Teresa Johnson  <tejohnson@google.com>
5407         * MAINTAINERS (Write After Approval): Add myself.
5409 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
5411         * MAINTAINERS (sparc port): Remove myself.
5413 2011-09-14  Tom de Vries  <tom@codesourcery.com>
5415         * MAINTAINERS (Write After Approval): Add myself.
5417 2011-08-14  Yao Qi  <yao@codesourcery.com>
5419         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5420         * configure: Regenerate.
5422 2011-07-26  Ian Lance Taylor  <iant@google.com>
5424         * configure.ac: Set have_compiler based on whether gcc directory
5425         exists, rather than on whether gcc is in configdirs.
5426         * configure: Rebuild.
5428 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
5430         * MAINTAINERS (Global Reviewers): Add self.
5432 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
5434         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5435         link directories.
5436         * Makefile.in: Rebuild.
5438 2011-07-20  Ian Lance Taylor  <iant@google.com>
5440         PR bootstrap/49787
5441         * configure.ac: Move --enable-bootstrap handling earlier in file.
5442         If --enable-bootstrap and either --enable-build-with-cxx or
5443         --enable-build-poststage1-with-cxx, enable C++ automatically.
5444         * configure: Rebuild.
5446 2011-07-19  Ian Lance Taylor  <iant@google.com>
5448         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
5449         make C++ a boot_language.  Set and substitute
5450         POSTSTAGE1_CONFIGURE_FLAGS.
5451         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5452         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5453         * configure, Makefile.in: Rebuild.
5455 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
5457         * MAINTAINERS (Register Allocation): Move myself from reviewers to
5458         maintainers.
5460 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
5462         * MAINTAINERS (Global Reviewers): Add myself.
5464 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5466         * configure: Regenerate.
5468 2011-07-16  Jason Merrill  <jason@redhat.com>
5470         * Makefile.def (language=c++): Add check-c++0x and
5471         check-target-libmudflap-c++.
5472         * Makefile.tpl (check-target-libmudflap-c++): New.
5473         * Makefile.in: Regenerate.
5475 2011-07-16  Matthias Klose  <doko@ubuntu.com>
5477         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5478         * Makefile.def (target_modules/libjava): Pass
5479         $(EXTRA_CONFIGARGS_LIBJAVA).
5480         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5481         if not configured with --enable-static-libjava.
5482         * Makefile.in: Regenerate.
5483         * configure: Likewise.
5485 2011-07-15  Jason Merrill  <jason@redhat.com>
5487         * Makefile.in (check-c++): Move check-gcc-c++0x after
5488         check-target-libstdc++-v3.
5490 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5492         * MAINTAINERS (c6x port): New entry.
5494 2011-07-13  Jason Merrill  <jason@redhat.com>
5496         * Makefile.in (check-gcc-c++0x): New.
5497         (check-c++): Depend on it.
5499 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5501         PR target/39150
5502         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5503         x86_64-*-solaris2.1[0-9]*.
5504         * configure: Regenerate.
5506 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5508         * MAINTAINERS (RTL optimizers): Add self.
5510 2011-06-27  Gabriel Charette  <gchare@google.com>
5512         * MAINTAINERS (Write After Approval): Add myself.
5514 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5516         PR regression/47836
5517         PR bootstrap/23656
5518         PR other/47733
5519         PR bootstrap/49247
5520         PR c/48825
5521         * configure.ac (target_libraries): Remove target-libiberty.
5522         Remove case-statement setting skipdirs=target-libiberty for
5523         multiple targets.  Remove checking target_configdirs and
5524         removing target-libiberty but keeping target-libgcc if
5525         otherwise empty.
5526         * Makefile.def (target_modules): Don't add libiberty.
5527         (dependencies): Remove all traces of target-libiberty.
5528         * configure, Makefile.in: Regenerate.
5530 2011-06-13  Walter Lee <walt@tilera.com>
5532         * configure.ac (tilepro-*-*) New case.
5533         (tilegx-*-*): Likewise.
5534         * configure: Regenerate.
5536 2011-06-06  Jing Yu  <jingyu@google.com>
5538         * configure.ac: Skip target-libiberty for
5539         arm*-*-linux-androideabi.
5540         * configure: Regenerated.
5542 2011-06-06  Nick Clifton  <nickc@redhat.com>
5544         * config.sub: Sync from upstream.
5546 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5548         * MAINTAINERS (Write After Approval): Add myself.
5550 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5552         * MAINTAINERS: Update my email address.
5554 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5556         * MAINTAINERS (Write After Approval): Update my email address.
5558 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5560         * MAINTAINERS (Write After Approval): Add myself.
5562 2011-05-08  Doug Kwan  <dougkwan@google.com>
5564         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5565         * configure: Regenerated.
5566         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5567         value from configure.
5568         * Makefile.in: Regenerated.
5570 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5572         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5573         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5574         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5575         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5576         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5577         *-*-vxworks*): Disable newlib and libgloss in separate case
5578         statement.
5579         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5580         to separate case statement.
5581         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5582         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5583         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5584         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5585         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5586         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5587         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5588         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5589         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5590         i[[3456789]]86-*-rdos*, m32r-*-*,
5591         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5592         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5593         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5594         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5595         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5596         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5597         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5598         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5599         and libgloss in main case over targets.  Remove most empty cases
5600         in main case over targets.
5601         * configure: Regenerate.
5603 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5605         * MAINTAINERS (Write After Approval): Add myself.
5607 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5609         * configure.ac: Remove code setting special library locations for
5610         hppa*64*-*-hpux11*.  Remove code setting compiler for
5611         sparc-sun-solaris2*.
5612         * configure: Regenerate.
5614 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5616         * configure.ac: Separate libgloss_dir settings from general case
5617         over targets.
5618         * configure: Regenerate.
5620 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5622         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5623         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5624         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5625         cases in libgcj-disabling case statement.
5626         (hppa*64*-*-linux*): Set unsupported_languages instead of
5627         disabling target-zlib.
5628         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5629         to hppa*64*-*-hpux*.
5630         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5631         hppa*-*-hpux*.
5632         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5633         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5634         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5635         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5636         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5637         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5638         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5639         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5640         libgcj-disabling case statement.
5641         * configure: Regenerate.
5643 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5645         * configure.ac: Disable Java for targets not supporting libffi.
5646         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5647         Remove cases in Java-disabling statement.
5648         (*arm-wince-pe): Change to arm-wince-pe.
5649         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5650         cases in Java-disabling statement.
5651         (bfin-*-*): Don't disable Java again.
5652         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5653         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5654         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5655         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5656         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5657         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5658         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5659         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5660         Java-disabling statement.
5661         (mmix-*-*): Don't disable Java again.
5662         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5663         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5664         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5665         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5666         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5667         statement.
5668         * configure: Regenerate.
5670 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5672         * configure.ac: Separate cases disabling Java and Java libraries
5673         from general case over targets.
5674         * configure: Regenerate.
5676 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5678         * MAINTAINERS: Update my email address.
5680 2011-04-20  Easwaran Raman  <eraman@google.com>
5682         * MAINTAINERS (Write After Approval): Add myself.
5684 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5686         PR lto/48086
5687         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5688         * configure: Regenerate.
5690 2011-04-16  Jim Meyering  <meyering@redhat.com>
5692         * MAINTAINERS (Write After Approval): Add myself.
5694 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5696         * MAINTAINERS: Update my email address.
5698 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5700         * MAINTAINERS (Write After Approval): Add myself.
5702 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5704         * MAINTAINERS (Write After Approval): Add myself.
5706 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5708         * MAINTAINERS (Write After Approval): Add myself.
5710 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5712         * configure.ac (build_tools): Remove build-byacc.
5713         (host_libs): Remove mmalloc.
5714         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5715         autoconf automake libtool diff rcs fileutils shellutils time
5716         textutils wdiff find uudecode hello tar gzip indent recode release
5717         sed perl gawk findutils gettext zip.
5718         (libgcj): Remove target-qthreads.
5719         (target_tools): Remove target-examples target-gperf.
5720         (YACC): Don't handle building byacc.
5721         * configure: Regenerate.
5722         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5723         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5724         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5725         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5726         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5727         handle building components.
5728         * Makefile.in: Regenerate.
5730 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5732         * MAINTAINERS: Update my email address as Xtensa maintainer.
5734 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5736         * config.sub: Sync from upstream.
5738 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5740         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5741         (microblaze*): Don't disable libssp.
5742         * configure: Regenerate.
5744 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5746         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5747         moveifchange.
5748         * configure: Regenerate.
5749         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5750         * Makefile.in: Regenerate.
5752 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5754         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5755         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5756         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5757         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5758         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5759         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5760         md_exec_prefix cases.
5761         * configure: Regenerate.
5763 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5765         * configure.ac: Separate cases disabling target-libssp,
5766         target-libiberty, target-libstdc++-v3 and Fortran from general
5767         case over targets.
5768         * configure: Regenerate.
5770 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5772         * configure.ac (*-*-chorusos): Don't disable libgcj.
5773         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5774         Remove case.
5775         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5776         (arm-*-coff): Don't disable libgcj.
5777         (arm*-*-linux-gnueabi): Remove useless assignment.
5778         (arm-*-riscix*): Don't disable libgcj.
5779         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5780         configuration.
5781         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5782         (c54x*-*-*): Remove case.
5783         (tic54x-*-*): Don't disable GCC or GCC libraries.
5784         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5785         to *.
5786         (d10v-*-*): Don't disable GCC libraries.
5787         (d30v-*-*): Don't disable libgcj.
5788         (h8500-*-*): Don't disable GCC libraries.
5789         (i960-*-*): Don't disable libgcj.
5790         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5791         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5792         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5793         libgcj.
5794         (m68k-*-coff*): Remove case.
5795         (mmix-*-*): Don't disable libgloss on host.
5796         (mn10200-*-*, mn10300-*-*): Remove cases.
5797         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5798         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5799         Don't disable libgcj.
5800         (romp-*-*): Remove case.
5801         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5802         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5803         case.
5804         (v810-*-*): Don't disable GCC libraries.
5805         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5806         (ip2k-*-*): Don't disable GCC libraries.
5807         * configure: Regenerate.
5809 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5811         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5812         libffi on host.
5813         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5814         on host.
5815         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5816         * configure: Regenerate.
5818 2011-03-26  John Marino  <binutils@marino.st>
5820         * configure.ac: Add support for *-*-dragonfly*
5821         * configure: Regenerate.
5823 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5825         * configure.ac (native_only): Remove.
5826         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5827         send-pr uudecode guile gnuserv on host.
5828         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5829         send-pr rcs guile perl texinfo libtool on host.
5830         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5831         automake send-pr rcs guile perl texinfo libtool on host.
5832         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5833         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5834         (alpha*-dec-osf*): Don't disable fileutils on target.
5835         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5836         texinfo send-pr expect dejagnu on target.
5837         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5838         target-qthreads on target.
5839         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5840         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5841         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5842         x86_64-*-mingw*): Don't disable expect on target.
5843         (*-*-cygwin*): Don't disable target-gperf on target.
5844         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5845         gnuserv on target.
5846         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5847         target.
5848         * configure: Regenerate.
5850 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5852         * configure.ac (target_tools): Remove target-groff.
5853         (native_only): Remove target-groff.
5854         (hppa*64*-*-*): Don't disable byacc.
5855         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5856         setting.
5857         (*-*-kaos*): Don't skip target-librx and target-groff.
5858         (*-*-netware*): Don't skip target-libmudflap.
5859         (*-*-tpf*): Don't skip target-libmudflap.
5860         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5861         directories on the host.
5862         (ia64*-*-*vms*): Don't skip tix.
5863         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5864         host.
5865         * configure: Regenerate.
5867 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
5869         * configure.ac: Remove references to mt-mep, mt-netware,
5870         mt-wince.
5871         * Makefile.def: Add all-utils soft dependencies.
5872         * Makefile.tpl: Remove GDB_NLM_DEPS.
5873         * configure: Regenerate.
5874         * Makefile.in: Regenerate.
5876 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5878         * configure.ac: Do not include mh-x86omitfp.
5879         * configure: Regenerate.
5881 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5883         * configure.ac: Remove empty cases.
5884         * configure: Regenerate.
5886 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5888         * Makefile.def: Add dependency from termcap to gdb.
5889         * Makefile.in: Regenerate.
5891 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5893         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5894         * configure: Regenerate.
5895         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5896         * Makefile.tpl: Likewise.
5897         * Makefile.in: Regenerate.
5899 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5901         * configure.ac: Remove all mentions of tentative_cc.
5902         * configure: Regenerate.
5904 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5906         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5907         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5908         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5909         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5910         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5911         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5912         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5913         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5914         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5915         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5916         *-*-rhapsody*): Remove host cases.
5917         * configure: Regenerate.
5919 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5921         * configure.ac (ppc*-*-pe): Remove host case.
5922         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5923         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5924         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5925         cases.
5926         * configure: Regenerate.
5928 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5930         * config.sub: Update to version 2011-03-23.
5932 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5934         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5935         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5936         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5937         * configure: Regenerate.
5939 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5941         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
5942         to Write After Approval.
5943         * config-ml.in: Don't handle arc-*-elf*.
5944         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5945         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5946         handle GCC libraries.
5947         * configure: Regenerate.
5949 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5951         PR bootstrap/48120:
5952         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5953         Add -lstdc++ -lm to LIBS.
5954         * configure: Regenerate.
5956 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
5958         * config.guess: Update to version 2011-02-02
5959         * config.sub: Update to version 2011-02-24
5961 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
5963         PR lto/48086
5964         * configure.ac: Re-enable LTO on *-apple-darwin9.
5965         * configure: Regenerate.
5967 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
5969         PR lto/48086
5970         * configure.ac: Disable LTO on darwin due to an assembler change in
5971         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5972         under 256.
5973         * configure: Regenerate.
5975 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
5977         * MAINTAINERS: Update myself as score backend maintainer,
5978         update my e-mail address.
5980 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
5982         * MAINTAINERS: Update my e-mail address.
5984 2011-03-06  Joey Ye  <joey.ye@arm.com>
5986         * MAINTAINERS: Update my e-mail address.
5988 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5990         * configure.ac: Adjust test of with_ppl.
5991         * configure: Regenerated.
5993 2011-03-02  Kai Tietz  <ktietz@redhat.com>
5995         * MAINTAINERS: Adjust my e-mail address.
5997 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5999         * configure.ac: Add -lpwl to ppllibs.
6000         * configure: Regenerated.
6002 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6004         * config/cloog.m4: Add -lisl to clooglibs.
6005         * configure: Regenerated.
6007 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6009         * MAINTAINERS (CPU Port maintainers): Add self.
6011 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6013         * MAINTAINERS: Add myself as testsuite maintainer.
6015 2011-02-15  Mike Stump  <mikestump@comcast.net>
6017         * MAINTAINERS: Add myself as testsuite maintainer.
6019 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6021         Import from Libtool and gnulib:
6023         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
6025         Prepare for supporting FreeBSD 10.
6026         * config.rpath: Remove handling of freebsd1* which soon would
6027         match FreeBSD 10.0.
6029         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
6031         Remove support for FreeBSD 1.x.
6032         * libtool.m4 (_LT_LINKER_SHLIBS)
6033         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
6034         soon would incorrectly match FreeBSD 10.0.
6036 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6038         PR binutils/12283
6039         * move-if-change: Import version from gnulib.
6041 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
6043         PR lto/47225
6044         * Makefile.def (lto-plugin): Double dash for enable-shared.
6045         (configure-gcc): Depend on all-lto-plugin.
6046         * Makefile.in: Rebuilt.
6048 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6050         * configure.ac: Remove extra bracket.
6051         * configure: Regenerate.
6053 2011-02-08  Tobias Burnus  <burnus@net-b.de>
6055         * MAINTAINERS: Add myself as libquadmath maintainer.
6057 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
6059         * MAINTAINERS: Update my email address.
6061 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
6063         * MAINTAINERS (option handling): Add self.
6065 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
6067         PR lto/47225
6068         * Makefile.def: Add dependency for install-gcc
6069         on install-lto-plugin.
6070         * Makfile.in: Regenerated
6072 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
6074         * MAINTAINERS (CPU Port Maintainers): Add myself.
6076 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
6078         PR libgcj/44341
6079         * configure.ac: Discard --with-* flags for host when configuring
6080         target libraries for cross build.
6081         * configure: Rebuilt.
6083 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6085         * MAINTAINERS (linear loop transforms): Removed.
6087 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
6089         * configure.ac: If with_ppl is no, move setting with_cloog=no
6090         after CLOOG_REQUESTED check.
6091         * configure: Regenerated.
6093 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6095         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
6096         CLooG has been requested.
6097         * configure: Regenerated.
6099 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6101         * configure: Regenerated.
6102         * configure.ac: Check for version 0.11 (or later revision) of PPL.
6104 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
6106         * configure: Regenerated.
6107         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
6109 2011-01-21  Andreas Schwab  <schwab@redhat.com>
6111         * configure.ac: Use AS_HELP_STRING throughout.
6112         * configure: Regenerate.
6114 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
6116         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6117         * configure: Regenerate.
6119 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6121         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6123 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
6125         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6126         for ia64-hpux.
6127         * configure: Regenerate.
6129 2011-01-07  Jan Hubicka  <jh@suse.cz>
6131         PR lto/47225
6132         * Makefile.in: Regenerate.
6133         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6134         configure.
6136 2011-01-07  Jan Hubicka  <jh@suse.cz>
6138         * Makefile.in: Regenerate.
6139         * Makefile.def (gcc host module) and soft dependency on lto-plugin
6140         and configure dependency on lto-plugin configure.
6141         (lto-plugin module): Remove dependency on GCC; add dependency on
6142         liniberty.
6144 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
6146         * MAINTAINERS (Write After Approval): Add myself.
6148 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
6150         * configure: Regenerate.
6152 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
6154         * configure.ac: (picochip): Disable libiberty.
6156 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
6158         * MAINTAINERS (Write After Approval): Add myself.
6160 2010-12-10  Ian Lance Taylor  <iant@google.com>
6162         PR bootstrap/46819
6163         * configure.ac: For --disable-libgcj clear libgcj_saved.
6164         * configure: Rebuild.
6166 2010-12-10  Tobias Burnus  <burnus@net-b.de>
6168         PR fortran/46540
6169         * configure.ac: Add --disable-libquadmath and
6170         --disable-libquadmath-support.
6171         * configure: Regenerate.
6173 2010-12-03  Ian Lance Taylor  <iant@google.com>
6175         * MAINTAINERS: Add myself as libgo maintainer.
6177 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
6179         PR libffi/46792
6180         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6181         * configure: Regenerate.
6183 2010-12-02  Ian Lance Taylor  <iant@google.com>
6185         * configure.ac: Always set default for poststage1_ldflags to
6186         -static-libstdc++ -static-libgcc.
6188 2010-11-29  Andreas Schwab  <schwab@redhat.com>
6190         * configure.ac: Move comment to remove extra space in last argument
6191         of GCC_TARGET_TOOL.
6193 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
6195         PR other/46026
6196         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6197         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6198         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6199         (BASE_FLAGS_TO_PASS): Use it.
6200         * configure: Rebuilt.
6201         * Makefile.in: Rebuilt.
6203 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
6205         PR binutils/12258
6206         * configure.ac: Correct comments for --enable-gold/--enable-ld.
6207         Properly check default linker.
6208         * configure: Regnerated.
6210 2010-11-23  Matthias Klose  <doko@ubuntu.com>
6212         * configure.ac: For --enable-gold, handle value `default' instead of
6213         `both*'.  New configure option --{en,dis}able-ld.
6214         * configure: Regenerate.
6216 2010-11-20  Ian Lance Taylor  <iant@google.com>
6218         * configure.ac: Only disable a language library if no language needs
6219         it.  Don't let --disable-libgcj uncondtionally disable libffi.
6220         * configure: Rebuild.
6222 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6224         * Makefile.in: Regenerate.
6226         PR other/46202
6227         * configure.ac: Fix just-built in-tree STRIP name to be
6228         binutils/strip-new.
6229         * configure: Regenerate.
6230         * Makefile.def (install-strip-gcc, install-strip-binutils)
6231         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6232         (install-strip-sid): Mirror dependencies on non-strip variants
6233         of these targets on the respective -strip prerequisites.
6234         * Makefile.tpl (install-strip, install-strip-host)
6235         (install-strip-target): New targets.
6236         (install-strip-[+module+], install-strip-target-[+module+]):
6237         New targets.
6238         * Makefile.in: Regenerate.
6240 2010-11-19  Ian Lance Taylor  <iant@google.com>
6241             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6243         * configure.ac: Add target-libgo to target_libraries.  Set
6244         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6245         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6246         (HOST_EXPORTS): Add GOC.
6247         (BASE_TARGET_EXPORTS): Add GOC.
6248         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6249         (GOCFLAGS_FOR_TARGET): New variable.
6250         (EXTRA_HOST_FLAGS): Add GOC.
6251         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6252         * Makefile.def (target_modules): Add libgo.
6253         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6254         (dependencies): Add dependency from configure-target-libgo to
6255         configure-target-libffi and all-target-libstdc++-v3.  Add
6256         dependencies from all-target-libgo to all-target-libffi.
6257         (languages): Add go.
6258         * configure: Rebuild.
6259         * Makefile.in: Rebuild.
6261 2010-11-19  Ian Lance Taylor  <iant@google.com>
6263         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6264         compiler/flag environment variables.
6266 2010-11-18  Ian Lance Taylor  <iant@google.com>
6268         * configure.ac: Check for lang_requires_boot_languages in
6269         config-lang.in files.
6270         * configure: Rebuild.
6272 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6273             Tobias Burnus  <burnus@net-b.de>
6275         PR fortran/32049
6276         * Makefile.def: Add libquadmath; build it with language=fortran.
6277         * configure.ac: Add libquadmath.
6278         * Makefile.tpl: Handle multiple libs in check-[+language+].
6279         * Makefile.in: Regenerate.
6280         * configure: Regenerate.
6282 2010-11-16  Tom Tromey  <tromey@redhat.com>
6284         * MAINTAINERS: Moved myself to reviewers section.
6286 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
6288         * MAINTAINERS: Moved myself to reviewers section.
6290 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6292         * MAINTAINERS (Various Maintainers): Add self for build machinery.
6293         (Write After Approval): Remove self.
6295 2010-11-15  Andreas Schwab  <schwab@redhat.com>
6297         * configure.ac: Fix spelling in option names.
6298         * configure: Regenerated.
6300 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
6302         PR bootstrap/39622
6303         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6304         * configure: Regenerated.
6306 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
6308         * MAINTAINERS: Update my email address.
6310 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6312         * configure: Regenerate.
6314 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6316         * configure: Regenerate.
6318 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6320         * configure: Regenerate.
6322 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6324         * configure: Regenerate.
6326 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6328         * configure.ac: Support official CLooG.org versions.
6329         * configure: Regenerate.
6330         * config/cloog.m4: New.
6332 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
6334         * MAINTAINERS (Write After Approval): Add myself.
6336 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
6338         * MAINTAINERS: Update my email address.
6340 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
6342         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6343         * configure: Regenerate.
6345 2010-11-03  Ian Lance Taylor  <iant@google.com>
6346             Dave Korn  <dave.korn.cygwin@gmail.com>
6348         PR lto/46273
6349         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
6350         and on other supported platforms whenever LTO is enabled.
6351         * configure: Rebuild.
6353 2010-11-02  Alan Modra  <amodra@gmail.com>
6355         PR binutils/12110
6356         * configure.ac: Error when source path contains spaces.
6357         * configure: Regenerate.
6359 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
6361         * MAINTAINERS: Update my email address.
6363 2010-10-20  Ian Lance Taylor  <iant@google.com>
6365         * Makefile.def (target_modules): Set lib_path to src/.libs for
6366         libstdc++-v3 module.
6367         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6368         * Makefile.in: Rebuild.
6370 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6372         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6373         (Write After Approval): Remove myself.
6375 2010-10-15  Tristan Gingold  <gingold@adacore.com>
6377         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6379 2010-10-14  Douglas Rupp  <rupp@gnat.com>
6381         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6383 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6385         * configure.ac (build_lto_plugin): New shell variable.
6386         (--enable-lto): Turn on by default for all non-ELF platforms that
6387         have had LTO support added so far.  Set build_lto_plugin appropriately
6388         for both ELF and non-ELF.
6389         (configdirs): Add lto-plugin or not based on build_lto_plugin.
6390         * configure: Regenerate.
6392 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6394         Sync from src:
6395         * configure.ac (v850 support): Remove target-libgloss from
6396         noconfigdirs.
6397         * configure: Regenerate.
6399 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6401         PR bootstrap/45326
6402         PR bootstrap/45174
6403         * configure.ac: Honor initial values of $build_configargs,
6404         $host_configargs, $target_configargs.  Mark the precious, so
6405         environment settings get recorded.
6406         * configure: Regenerate.
6408 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6410         PR bootstrap/45796
6411         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6412         Depend on all-build-libiberty.
6413         * Makefile.in: Regenerate.
6415 2010-09-30  Michael Eager  <eager@eagercon.com>
6417         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6418         * configure: Regenerate.
6420 2010-09-28  Michael Eager  <eager@eagercon.com>
6422         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6424 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6426         PR bootstrap/44621
6427         * configure.ac: Fix unportable shell quoting.
6428         * configure: Regenerate.
6430 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
6432         * configure.ac (enable-lto): Add Darwin to the list of supported lto
6433         targets and amend comment.
6434         * configure: Regenerate.
6436 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
6438         * MAINTAINERS (Write After Approval): Add myself.
6440 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
6442         * configure.ac: Enable LTO by default on Darwin.
6443         * configure: Regenerate.
6445 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6447         * MAINTAINERS (Write After Approval): Add myself.
6449 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
6451         * MAINTAINERS (Write After Approval): Add myself.
6453 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
6455         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6456         ports
6458 2010-07-28  David Yuste  <david.yuste@gmail.com>
6460         * MAINTAINERS (Write After Approval): Add myself.
6462 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6464         * configure.ac: Support all v850 targets.
6465         * configure: Regenerate.
6467 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
6469         PR bootstrap/44455
6470         * configure.ac (extra_mpfr_configure_flags): Copy from
6471         extra_mpc_gmp_configure_flags.
6472         * configure: Re-generated.
6474 2010-07-22  Andi Kleen  <ak@linux.intel.com>
6476         * MAINTAINERS (Write After Approval): Add myself.
6478 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6480         * MAINTAINERS (Write After Approval): Add myself.
6482 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
6484         * MAINTAINERS (Write After Approval): Add myself.
6486 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6488         PR target/44862
6489         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6490         Provide -B option to allow for link spec %s substitutions for
6491         libstdc++.a on darwin.
6492         * Makefile.in: Regenerate.
6494 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6496         * MAINTAINERS (Reviewers): Update my e-mail address
6498 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6500         * Makefile.def (configure-gcc): Depend on all-libelf.
6501         * Makefile.in: Rebuild.
6503 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6505         * MAINTAINERS (Write After Approval): Add myself in the right place.
6507 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6509         * MAINTAINERS (Write After Approval): Add myself.
6511 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6513         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6515 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6517         * config.sub: Update to version 2010-05-21.
6518         * config.guess: Update to version 2010-04-03.
6520 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6522         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6523         * configure: Regenerate.
6525 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6527         * MAINTAINERS (Write After Approval): Add myself.
6529 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6531         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6532         a platform that supports LTO.
6533         * configure: Regenerate.
6535 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6537         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6538         * configure: Regenerated.
6540 2010-04-27  Roland McGrath  <roland@redhat.com>
6541             H.J. Lu  <hongjiu.lu@intel.com>
6543         * configure.ac (--enable-gold): Support both, both/gold and
6544         both/bfd to add gold to configdirs without removing ld.
6545         * configure: Regenerated.
6547         * Makefile.def: Add install-gold dependency to install-ld.
6548         * Makefile.in: Regenerated.
6550 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6552         PR lto/42776
6553         * configure.ac (--enable-lto): Refactor handling so libelf tests
6554         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6555         and allow LTO to be explicitly enabled on non-ELF platforms that
6556         are known to support it inside else-clause.
6557         * configure: Regenerate.
6559 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6561         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6562         * configure: Regenerate.
6564 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6566         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6567         * configure: Regenerate.
6569 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6571         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6572         separately.
6573         * configure: Regenerate.
6575 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6577         * MAINTAINERS (Write After Approval): Add myself.
6579 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6581         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6582         * configure: Regenerate.
6584 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6586         * configure: Regenerate after change to elf.m4.
6588 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6590         * MAINTAINERS (Write After Approval): Add myself.
6592 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6594         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6595         * configure: Regenerated.
6597 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6599         * configure.ac: Print "buggy but acceptable" when CLooG
6600         revision is less than 9.
6601         * configure: Regenerated.
6603 2010-04-01  Diego Novillo  <dnovillo@google.com>
6605         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6607 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6609         PR bootstrap/43615
6610         PR bootstrap/43328
6612         Revert:
6614         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6616         * configure.ac: Do not pass --enable-multilib nor
6617         --disable-multilib in baseargs.  Accept explicitly passed
6618         --enable_multilib.
6619         * configure: Regenerate.
6621 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6623         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6625 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6627         * MAINTAINERS: Remove myself.
6629 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6631         PR bootstrap/43328
6632         * configure.ac: Do not pass --enable-multilib nor
6633         --disable-multilib in baseargs.  Accept explicitly passed
6634         --enable_multilib.
6635         * configure: Regenerate.
6637 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6639         * MAINTAINERS (spu port): Remove me.
6641 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6643         * configure.ac (tic6x-*-*): New case.
6644         * configure: Regenerate.
6646 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6648         * config.sub: Update to version 2010-03-22.
6649         * config.guess: Update to version 2009-12-30.
6651 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6653         PR ada/42554
6654         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6655         * configure: Regenerate.
6657 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6659         * MAINTAINERS: Update my email address.
6661 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6663         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6664         (ghassan.shobaki@amd.com): Removed.
6666 2010-03-17  Alan Modra  <amodra@gmail.com>
6668         * MAINTAINERS: Update my email address.
6670 2010-03-16  Diego Novillo  <dnovillo@google.com>
6672         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6673         Matthews.
6675 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6677         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6678         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6680 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6682         * MAINTAINERS: Update my email address.
6684 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6686         * MAINTAINERS: Update my email address.
6688 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6690         * MAINTAINERS: Update my email address.
6692 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6694         * MAINTAINERS: Update my email address.
6696 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6698         PR libstdc++/32499
6699         * configure.ac (RANLIB): Default to true.
6700         (STRIP): Likewise.
6701         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6702         * configure: Regenerate.
6704 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6706         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6707         (Write After Approval): Update my email address.
6709 2010-02-17  Nick Clifton  <nickc@redhat.com>
6711         PR 11238
6712         * Makefile.tpl (local-distclean): Also remove config.cache files in
6713         sub-directories as there may not be Makefiles present in the
6714         sub-directories.
6715         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6716         the config.cache files found by the find command.
6718         * Makefile.in: Regenerate.
6719         * configure.ac: Revert previous delta.
6720         * configure: Regenerate.
6722 2010-02-15  Nick Clifton  <nickc@redhat.com>
6724         PR 11238
6725         * configure.ac: Delete config.cache files in sub-directories when
6726         deleting Makefiles.
6727         * configure: Regenerate.
6729 2010-02-12  Ben Elliston  <bje@gnu.org>
6731         * MAINTAINERS: Update my email address.
6733 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6735         * MAINTAINERS (spu port): Update my email address.
6737 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6739         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6741 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6743         * configure.ac: Add "recommended" version checks for GMP/MPC.
6744         Update recommended GMP/MPFR/MPC versions.
6745         * configure: Regenerate.
6747 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6749         * MAINTAINERS: Move my Embecosm email address into the
6750         write-after-approval section.
6752 2010-01-26  Ian Lance Taylor  <iant@google.com>
6754         * MAINTAINERS: Add myself as Go frontend maintainer.
6756 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6758         PR libstdc++/36101, PR libstdc++/42813
6759         * configure.ac (bootstrap_target_libs): Make inclusion of
6760         target-libgomp conditional on libgomb being in target_configdirs.
6761         * configure: Regenerate.
6763 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6765         PR libstdc++/36101, PR libstdc++/42813
6766         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6767         * configure: Regenerate.
6769 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6771         PR libstdc++/36101, PR libstdc++/42813
6772         * configure.ac (target_configdirs): Substitute.
6773         * Makefile.def: Bootstrap target module libgomp.
6774         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6775         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6776         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6777         * configure, Makefile.in: Regenerate.
6779 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6781         * MAINTAINERS: Adjust my details.
6783 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6785         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6787 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6789         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6791 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6793         * MAINTAINERS (Write After Approval): Add myself.
6795 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6797         * MAINTAINERS (Write After Approval): Add myself.
6799 2010-01-11  Richard Guenther  <rguenther@suse.de>
6801         PR lto/41569
6802         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6803         * Makefile.in: Regenerated.
6805 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6807         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6808         * configure: Regenerate.
6810 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6811             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6813         PR bootstrap/42424
6814         * configure.ac: Include libtool m4 files.
6815         (_LT_CHECK_OBJDIR): Call it.
6816         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6817         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6819         * configure: Regenerate.
6821 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6823         PR bootstrap/41818
6824         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6825         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6826         * Makefile.in: Regenerate.
6828 2010-01-02  Richard Guenther  <rguenther@suse.de>
6830         PR lto/41529
6831         * configure.ac: Include config/elf.m4.  Disable LTO if not
6832         builting for an elf target.
6833         * configure: Regenerate.
6835 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6837         * MAINTAINERS: Change my email address.
6839 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6841         * config.sub, config.guess: Update from upstream sources.
6843 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6845         * MAINTAINERS (Write After Approval): Add myself.
6847 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6849         PR middle-end/30447
6850         PR middle-end/30789
6851         PR other/40302
6853         * configure.ac: Require MPC.
6854         * configure: Regenerate.
6856 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6858         PR target/38384
6859         PR bootstrap/40972
6860         * libtool.m4: Sync from git Libtool.
6861         * ltoptions.m4: Likewise.
6862         * ltversion.m4: Likewise.
6863         * lt~obsolete.m4: Likewise.
6864         * ltmain.sh: Likewise.
6866 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6868         * configure.ac: Update minimum MPC version to 0.8.
6869         * configure: Regenerate.
6871 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
6873         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6874         * configure: Regenerated.
6876 2009-11-21  Ian Lance Taylor  <iant@google.com>
6878         * configure.ac: Change default of poststage1_ldflags to be empty if
6879         poststage1_libs is set.  When poststage1_libs is empty, and
6880         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6881         * configure: Rebuild.
6883 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
6885         * MAINTAINERS (Write After Approval): Update my email address.
6887 2009-11-20  Ben Elliston  <bje@au.ibm.com>
6889         * config.guess: Update from upstream sources.
6891 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6893         * Makefile.def: Restore host and target settings for gmp.
6894         * Makefile.in: Rebuild.
6896 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6898         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
6899         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
6900         Fix portability of test of C++ as bootstrap language.  Add
6901         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6902         * configure: Rebuild.
6903         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6904         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
6905         in-tree building.
6906         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6907         (POSTSTAGE1_HOST_EXPORTS): Use it.
6908         (STAGE[+id+]_CXXFLAGS): New.
6909         (BASE_FLAGS_TO_PASS): Pass it down.
6910         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
6911         extra_exports.
6912         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6913         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6914         extra_exports.
6915         * Makefile.in: Rebuild.
6917 2009-11-17  Ben Elliston  <bje@au.ibm.com>
6919         * config.sub, config.guess: Update from upstream sources.
6921 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6923         * MAINTAINERS (Write After Approval): Add myself.
6925 2009-11-09  Jon Beniston  <jon@beniston.com>
6927         * MAINTAINERS (Write After Approval): Add myself.
6929 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
6931         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
6932         paths for *-w64-mingw* and x86_64-*mingw*.
6933         * configure: Regenerated.
6935 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
6937         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6939 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
6941         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6942         Phil Edwards to Write-After Approval.
6944 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
6946         * configure.ac: Disable target-winsup & co for
6947         x86_64-*-mingw* and *-w64-mingw* targets.
6948         * configure: Regenerated.
6950 2009-10-16  Nick Clifton  <nickc@redhat.com>
6952         * MAINTAINERS: Add myself as a maintainer for the RX port.
6954 2009-10-26  Johannes Singler  <singler@kit.edu>
6956         * MAINTAINERS (Write After Approval): Update my e-mail address.
6958 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6960         * configure.ac (CLooG test): Use = with test.
6961         * configure: Regenerate.
6963 2009-10-22  Richard Guenther  <rguenther@suse.de>
6965         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
6966         cloog if the ppl version check failed.  Move flags saving
6967         before setting in libelf check.
6968         * configure: Regenerate.
6970 2009-10-21  Richard Guenther  <rguenther@suse.de>
6972         * configure.ac: Adjust the ppl and cloog configure to work as
6973         documented.  Disable cloog if ppl was disabled.  Omit the version
6974         checks if they were disabled.
6975         * configure: Re-generate.
6977 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6979         * configure.ac: Add 'lto' to enable_languages, not
6980         new_enable_languages, and only if not already present.
6981         * configure: Regenerate.
6983 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
6985         * README: Refer to the various COPYING* files instead of just
6986         COPYING.
6987         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6989 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
6991         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6993 2009-10-07  Richard Guenther  <rguenther@suse.de>
6995         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6996         and Richard Guenther as reviewers.
6997         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6998         as reviewers.
7000 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
7002         * config.sub: Update from upstream sources.
7004 2009-10-06  Ian Lance Taylor  <iant@google.com>
7006         * Makefile.def: check-gold depends upon all-gas.
7007         * Makefile.in: Rebuild.
7009 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
7011         * MAINTAINERS (Write After Approval): Add myself.
7013 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
7015         * Makefile.def: all-lto-plugin depends on all-libiberty.
7016         set bootstrap=true for lto-plugin.
7017         Add lto-plugin.
7018         * Makefile.in: Regenerate.
7019         * configure.ac (host_libs): Add lto-plugin.
7020         * configure: Regenerate.
7022 2009-10-03  Diego Novillo  <dnovillo@google.com>
7024         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
7025         (HOST_LIBELFLIBS): Define.
7026         (HOST_LIBELFINC): Define.
7027         * Makefile.in: Regenerate.
7028         * configure.ac: Add --enable-lto.
7029         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
7030         If --enable-lto is used, add 'lto' to new_enable_languages.
7031         If --enable-lto is used and gold is enabled, add
7032         lto-plugin to configdirs.
7033         * configure: Regenerate.
7035 2009-10-03  Simon Baldwin  <simonb@google.com>
7037         * configure.ac: If --with-system-zlib, suppress local zlib and
7038         pass --with-system-zlib to subdir configure scripts.
7039         * configure: Regenerate.
7041 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
7042             Paolo Bonzini  <bonzini@gnu.org>
7044         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
7045         $(srcdir).
7046         * Makefile.in: Rebuilt.
7048 2009-09-26  Gary Funck  <gary@intrepid.com>
7050         * MAINTAINERS (Write After Approval): Add myself.
7052 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7054         * configure.ac: Update minimum MPC version to 0.7.
7055         * configure: Regenerate.
7057 2009-09-25  Nick Clifton  <nickc@redhat.com>
7059         * configure.ac: Pass any --cache-file=/dev/null option on to
7060         subconfigures.
7061         * configure: Regenerate.
7063 2009-09-23  Nick Clifton  <nickc@redhat.com>
7065         * config.sub, config.guess: Update from upstream sources.
7067 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
7069         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
7070         * Makefile.in: Rebuilt.
7072 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7074         PR bootstrap/32272
7075         * configure.ac: Error out if $srcdir isn't '.' but contains
7076         host-${host_noncanonical}.
7077         * configure: Regenerate.
7079 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7081         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
7082         maintainer.
7084 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7086         * configure.ac: If bootstrapping a combined tree with
7087         --enable-gold, require c++ in stage1_languages.
7088         * configure: Regenerate.
7090         * configure.ac: Also add target_libs of stage1_languages to
7091         bootstrap_target_libs.
7092         * configure: Regenerate.
7094         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
7095         with --enable-languages not containing c++.
7096         * configure: Regenerate.
7098 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
7100         * configure.ac: Disable java and boehm-gc for bfin-*-*.
7101         * configure: Regenerate.
7103 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
7105         * MAINTAINERS (Write After Approval): Update my e-mail address,
7106         and move from from here...
7107         (Waiting for paperwork): To here.
7109 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
7111         * MAINTAINERS (Reviewers): Add self as driver reviewer.
7113 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7115         * configure.ac: Do not use $extrasub for replacing @if/@endif
7116         parts in Makefile; instead, use additional arguments to
7117         AC_CONFIG_COMMANDS to do the replacement manually, with several
7118         sed invocations, to avoid HP-UX sed command limits.
7119         * configure: Regenerate.
7121 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
7123         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7124         blank before -L.
7126 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
7128         * configure.ac (with-build-config): Document.  Handle without.
7129         Handle missing argument.
7130         * configure: Rebuilt.
7132 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
7134         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
7135         Default to bootstrap-debug only if compare-debug works.
7136         * configure: Rebuilt.
7137         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7138         * Makefile.in: Rebuilt.
7140 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7142         * MAINTAINERS (OS Port Maintainers): Update my email address.
7144 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
7146         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7147         * Makefile.in: Rebuilt.
7149 2009-09-01  Chris Demetriou  <cgd@google.com>
7151         * MAINTAINERS (Write After Approval): Add myself.
7153 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
7155         PR debug/30161
7156         * include/dwarf2.h (enum dwarf_tag): Added
7157         DW_TAG_GNU_template_template_param
7158         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7160 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7162         * Makefile.tpl (AWK): Fix typo.
7163         * Makefile.in: Regenerate.
7165 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7167         * configure.ac: Detect awk and sed.
7168         * Makefile.def (flags_to_pass): Add AWK and SED.
7169         * Makefile.tpl (AWK, SED): New.
7170         (BASE_FLAGS_TO_PASS): Add AWK and SED.
7171         * configure: Regenerate.
7172         * Makefile.in: Regenerate.
7174 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
7176         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7177         (collapseslashes): Likewise.
7179 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7181         * configure.ac (AC_PREREQ): Bump to 2.64.
7183 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7185         * configure.ac: Remove --with-datarootdir, --with-docdir,
7186         --with-pdfdir, --with-htmldir switches.
7187         * configure: Regenerate.
7189         * configure: Regenerate.
7191         * compile: Sync from Automake 1.11.
7192         * depcomp: Likewise.
7193         * install-sh: Likewise.
7194         * missing: Likewise.
7195         * mkinstalldirs: Likewise.
7196         * ylwrap: Likewise.
7198 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
7200         * ltmain.sh (func_normal_abspath): New function.
7201         (func_relative_path): Likewise.
7202         (func_mode_help): Document new -bindir option for link mode.
7203         (func_mode_link): Add new -bindir option, and use it to place
7204         output DLL if specified.
7206 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7208         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7209         (baseargs): Add --disable-option-checking.
7210         * configure: Regenerate.
7212         * Makefile.def (configure-target-libiberty): Depend on
7213         all-binutils and all-ld.
7214         (configure-target-newlib): Likewise.
7215         * Makefile.in: Regenerate.
7217 2009-08-17  Ben Elliston  <bje@au.ibm.com>
7219         * config.sub, config.guess: Update from upstream sources.
7221 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7223         Sync from src, merge:
7225         2009-07-02  Tristan Gingold  <gingold@adacore.com>
7227         * configure.ac: Do not exclude gas for i386-*-darwin.
7228         Add a case for x86_64-*-darwin.
7229         * configure: Regenerate.
7231 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
7233         * MAINTAINERS: Add my name to Write After Approval list.
7235 2009-08-06  Michael Eager  <eager@eagercon.com>
7237         * configure.ac: Add Microblaze target.
7238         * configure: Regenerate.
7240 2009-07-31  Christian Bruel  <christian.bruel@st.com>
7242         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7243         * configure: Regenerate.
7245 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
7247         * MAINTAINERS (Write After Approval): Update my e-mail address.
7249 2009-07-06  Ian Lance Taylor  <iant@google.com>
7251         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7252         * configure: Rebuild.
7254 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
7256         * MAINTAINERS: Move myself to the Graphite Reviewers.
7258 2009-06-30  Wei Guozhi  <carrot@google.com>
7260         * MAINTAINERS: Add my name to Write After Approval list.
7262 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
7264         PR bootstrap/40338
7265         * configure.ac (comparestring): Create new variable.
7266         * Makefile.tpl (comparestring): Use to skip some comparisions.
7267         * configure: Regenerate.
7268         * Makefile.in: Regenerate.
7270 2009-06-26  Doug Evans  <dje@sebabeach.org>
7272         * Makefile.def (host_modules): Add cgen.
7273         * Makefile.in: Regenerate.
7274         * configure.ac (host_tools): Add cgen.
7275         * configure: Regenerate.
7277 2009-06-23  DJ Delorie  <dj@redhat.com>
7279         * MAINTAINERS: Add myself as mep maintainer.
7281 2009-06-23  Ian Lance Taylor  <iant@google.com>
7283         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
7284         boot_languages.  Only bootstrap target libraries listed in
7285         target_libs for some boot language.  Add --with-stage1-ldflags,
7286         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
7287         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
7288         if not building with C++.
7289         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7290         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7291         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7292         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7293         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
7294         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7295         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7296         * configure, Makefile.in: Rebuild.
7298 2009-06-23  Li Feng  <nemokingdom@gmail.com>
7300         * MAINTAINERS: Added my name to write-after-approval list.
7302 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
7304         * configure.ac: Define is_elf for QNX Neutrino targets.
7305         * configure: Regenerate.
7307 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
7309         * MAINTAINERS: Added my name to the write-after-approval list
7311 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7313         * configure.ac: Detect MPC in default directory.
7314         * configure: Regenerate.
7316 2009-06-03  Jerome Guitton  <guitton@adacore.com>
7317             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7319         * Makefile.tpl (all): Avoid a trailing backslash.
7320         * Makefile.in: Regenerate.
7322 2009-06-03  Ben Elliston  <bje@au.ibm.com>
7324         * config.sub, config.guess: Update from upstream sources.
7326 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
7328         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7329         to noconfdirs.
7330         * configure: Regenerate.
7332 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
7334         * Makefile.tpl ([+compare-target+]): Compare all stage
7335         directories, rather than just gcc.
7336         * Makefile.in: Rebuilt.
7338 2009-06-01  Doug Kwan  <dougkwan@google.com>
7340         * configure.ac: Support gold for target arm*-*-*.
7341         * configure: Regenerate.
7343 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7345         * Makefile.def: Add MPC support and dependencies.
7346         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
7348         * Makefile.in, configure: Regenerate.
7350 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
7352         * Makefile.tpl (all): Avoid harmless warning in make all when
7353         gcc-bootstrap is enabled but stage_last does not exist.
7354         * Makefile.in: Rebuilt.
7356 2009-05-24  Nicolas Roche  <roche@adacore.com>
7358         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7359         * Makefile.in: Regenerate.
7361 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
7363         * MAINTAINERS: Update my e-mail address.
7365 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
7367         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
7368         * configure:  Regenerate.
7370 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7372         PR other/40159
7373         * Makefile.tpl (all): Don't assume gcc-bootstrap and
7374         gcc-no-bootstrap are mutually exclusive.
7375         * Makefile.in: Rebuilt.
7377 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7379         PR other/40159
7380         * Makefile.tpl (all): Don't end with unconditional success.
7381         * Makefile.in: Rebuilt.
7383 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
7385         PR target/37137
7386         * Makefile.def (flags_to_pass): Remove redundant and incomplete
7387         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7388         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7389         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
7390         stage_configureflags, stage_cflags and stage_libcflags into
7391         explicit Makefile macros.
7392         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7393         GFORTRAN.
7394         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7395         CC.  Set CC_FOR_BUILD from CC.
7396         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7397         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7398         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7399         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
7400         and GFORTRAN.
7401         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7402         (_LIBCFLAGS): Renamed to _TFLAGS.
7403         (do-compare-debug, do-compare3-debug): Drop.
7404         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7405         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7406         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7407         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7408         (XGCC_FLAGS_FOR_TARGET): New.
7409         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7410         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7411         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7412         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7413         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
7414         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
7415         TFLAGS.
7416         (BUILD_CONFIG): Include if requested.
7417         (all): Set TFLAGS on bootstrap.
7418         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7419         (all-stageid-prefixmodule): Likewise.
7420         (do-clean, distclean-stageid): Set TFLAGS.
7421         (restrap): Fix whitespace.
7422         * Makefile.in: Rebuilt.
7424 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
7426         * config.guess: Sync with src.
7428 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
7430         * configure.ac ($with_ppl):  Default to no if not supplied.
7431         ($with_cloog):  Likewise.
7432         configure:  Regenerate.
7434 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
7436         * MAINTAINERS: Update my e-mail address.
7438 2009-04-27  Nick Clifton  <nickc@redhat.com>
7440         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7442 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
7444         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7445         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7446         * Makefile.in: Regenerate.
7448 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7450         PR bootstrap/39739
7451         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7452         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7454         * configure, Makefile.in: Regenerate.
7456 2009-04-21  Taras Glek  <tglek@mozilla.com>
7458         * include/hashtab.h: Update GTY annotations to new syntax
7459         * include/splay-tree.h: Likewise
7461 2009-04-17  Ben Elliston  <bje@au.ibm.com>
7463         * config.sub, config.guess: Update from upstream sources.
7465 2009-04-15  Anthony Green  <green@moxielogic.com>
7467         * configure.ac: Add moxie support.
7468         * configure: Rebuilt.
7470 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
7472         * configure.ac: Change copyright header to refer to version
7473         3 of the GNU General Public License and to point readers at the
7474         COPYING3 file and the FSF's license web page.
7475         * Makefile.def: Likewise.
7476         * Makefile.tpl: Likewise.
7477         * Makefile.in: Regenerate.
7479 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
7481         * configure.ac: Restore match for darwin9 or later. Use double
7482         brackets since regeneration eats one pair.
7483         * configure: Regenerate.
7485 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7487         PR gas/10039
7488         * configure.ac: Require texinfo 4.7.
7489         * configure: Regenerated.
7491 2009-04-09  Nick Clifton  <nickc@redhat.com>
7493         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7494         the GCC Runtime Library Exception.
7496 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7498         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7499         * configure: Regenerate.
7501 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7503         * Makefil.def (languages): New entries.
7504         * Makefile.tpl (check-gcc-*): New generic target.
7505         * Makefile.in: Regenerate.
7507 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7509         * MAINTAINERS:  Update my email address.
7511 2009-03-18  Tom Tromey  <tromey@redhat.com>
7513         * configure: Rebuild.
7514         * configure.ac (host_libs): Add libiconv.
7515         * Makefile.in: Rebuild.
7516         * Makefile.def (host_modules): Add libiconv.
7517         (configure-gdb, all-gdb): Depend on libiconv.
7519 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7521         * configure.ac: Treat gdb as supported on x86_64-darwin.
7522         * configure: Regenerate.
7524 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7526         * configure.ac (--with-host-libstdcxx): New option.
7527         * configure: Regenerate.
7529 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7531         * MAINTAINERS:  Move myself into the write after approval list.
7533 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7535         * MAINTAINERS: Update e-mail address.
7537 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7539         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7541 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7543         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7545 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7547         Backport from git Libtool:
7549         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7550         Support GNU/kOpenSolaris.
7551         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7552         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7553         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7554         GNU/kOpenSolaris.
7556 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7558         * MAINTAINERS: Update e-mail address.
7560 2009-02-24  Michael Eager  <eager@eagercon.com>
7562         * MAINTAINERS (Write After Approval): Add self.
7564 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7566         * MAINTAINERS (Write After Approval): Add myself.
7568 2009-02-05  Andreas Schwab  <schwab@suse.de>
7570         * Makefile.tpl (stage_last): Define $r and $s before using
7571         $(RECURSE_FLAGS_TO_PASS).
7572         * Makefile.in: Regenerate
7574 2009-01-30  Ian Lance Taylor  <iant@google.com>
7576         * MAINTAINERS: Move myself to the Global Reviewers list.
7578 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7580         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7581         * configure: Regenerate.
7583 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7585         * MAINTAINERS: Make whitespace consistent.
7586         Remove Robert Millan from Write After Approval.
7588 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7590         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7591         (all-opcodes): Depend on all-libiberty.
7592         * Makefile.in: Regenerate.
7594 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7596         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7597         * configure: Regenerate.
7599 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7601         * MAINTAINERS (Write After Approval): Add myself.
7603 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7605         * MAINTAINERS: Add myself to reviewers (Fortran).
7607 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7609         PR tree-optimization/38515
7610         * configure.ac (cloog-polylib): Removed.
7611         (with_ppl, with_cloog): Test for "no".
7612         * configure: Regenerated.
7614 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7616         * MAINTAINERS: Moved myself to reviewers (Fortran).
7618 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7620         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7621         (Write After Approval): Remove myself.
7623 2009-01-03  Diego Novillo  <dnovillo@google.com>
7625         * MAINTAINERS: Remove myself from alias maintainership.
7627 2009-01-02  David Ayers  <ayers@fsfe.org>
7629         * MAINTAINERS: Update e-mail address.
7631 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7633         * MAINTAINERS: Make whitespace consistent.
7635 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7637         Backport from upstream Libtool:
7638         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7639         Add cache variables to tests that require the linker to work.
7640         For shlibpath_overrides_runpath, this also changes the semantics
7641         to let the result from the C compiler take precedence.
7643 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7645         * config.sub, config.guess: Update from upstream sources.
7647 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7649         * configure.ac (ppllibs): Add by default the lib flags.
7650         * configure: Regenerate.
7652 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7654         * MAINTAINERS:  Add myself to the write after approval list.
7656 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7658         * configure.ac: Add double brackets on darwin[912].
7659         * configure: Regenerate.
7661 2008-12-03  Daniel Kraft  <d@domob.eu>
7663         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7664         Approval to Reviewer section (for Fortran front-end).
7666 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7668         * configure.ac: Expand to darwin10 and later.
7669         * configure: Regenerate.
7671 2008-12-02  Andreas Schwab  <schwab@suse.de>
7673         * Makefile.def: configure-target-boehm-gc depends on
7674         all-target-libstdc++-v3.
7675         * Makefile.in: Regenerate.
7677 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7679         * MAINTAINERS:  Add myself as mingw maintainer.
7681 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7683         * config.sub, config.guess: Update from upstream sources.
7685 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7687         * README.SCO: Remove.
7689 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7691         * MAINTAINERS:  Add myself to the write after approval list.
7693 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7695         * MAINTAINERS:  Update my email address in WAA section.
7697 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7699         * MAINTAINERS: Update e-mail address.
7701 2008-11-27  Toon Moene  <toon@moene.org>
7703         * MAINTAINERS: Change e-mail address.
7705 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7707         * configure.ac: Build gdb for i?86-*-darwin*
7708         * configure: Regenerated.
7710 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7712         * MAINTAINERS: Added my full name.
7714 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7716         PR bootstrap/38014
7717         PR bootstrap/37923
7719         Revert:
7721         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7723         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7724         * Makefile.in: Regenerated.
7726         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7728         PR gdb/921
7729         PR gdb/1646
7730         PR gdb/2175
7731         PR gdb/2176
7733         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7734         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7735         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7736         (HOST_EXPORTS): Pass CPPFLAGS.
7737         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7738         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7739         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7740         * Makefile.in, configure: Regenerated.
7741         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7742         and CPPFLAGS_FOR_BUILD.
7744 2008-11-06  Jeff Law  <law@redhat.com>
7746         * MAINTAINERS: Add myself as middle end maintainer.
7748 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7750         * MAINTAINERS (Write after approval): Add myself.
7752 2008-11-05  Diego Novillo  <dnovillo@google.com>
7754         * MAINTAINERS (Global Reviewers): Add myself.
7755         (Non-Algorithmic Maintainers): Remove myself.
7757 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7759         * MAINTAINERS (Write after approval): Add myself.
7761 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7763         * MAINTAINERS (Write after approval): Add myself.
7765 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7767         * configure.ac (spu-*-*): Remove special case.
7768         * configure: Regenerate.
7770 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7772         * MAINTAINERS (Write after approval): Update my email address.
7774 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7776         * configure.ac [spu-*-*]: Do not set skipdirs.
7777         * configure: Re-generate.
7779 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7781         * MAINTAINERS (Various Maintainers): Add myself to reload.
7783 2008-10-25  Richard Guenther  <rguenther@suse.de>
7785         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7786         maintainer.  Remove myself as libgcc-math maintainer.
7787         (Non-Algorithmic Maintainers): Remove myself.
7789 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7791         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7792         * Makefile.in: Regenerated.
7794 2008-10-23  Cary Coutant  <ccoutant@google.com>
7796         * MAINTAINERS (Write after approval): Add myself.
7798 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7800         PR gdb/921
7801         PR gdb/1646
7802         PR gdb/2175
7803         PR gdb/2176
7805         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7806         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7807         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7808         (HOST_EXPORTS): Pass CPPFLAGS.
7809         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7810         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7811         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7812         * Makefile.in, configure: Regenerated.
7813         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7814         and CPPFLAGS_FOR_BUILD.
7816 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7818         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7819         Sebastian Pop.
7821 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7823         * MAINTAINERS (Write After Approval): Added myself.
7825 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7827         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7828         recommended version to 2.3.2.
7830         * configure: Regenerate.
7832 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7834         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7836 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7838         * MAINTAINERS (Write After Approval): Update e-mail address.
7840 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7842         * libtool.m4: Update to libtool 2.2.6.
7843         * lt~obsolete.m4: Update to libtool 2.2.6.
7844         * ltmain.sh: Update to libtool 2.2.6.
7845         * ltsugar.m4: Update to libtool 2.2.6.
7846         * ltversion.m4: Update to libtool 2.2.6.
7847         * ltoptions.m4: Update to libtool 2.2.6.
7848         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7850 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7852         * MAINTAINERS (Write After Approval): Add myself.
7854 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7856         * MAINTAINERS (Write After Approval): Update my name.
7858 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
7860         * MAINTAINERS: Add myself in "Write After Approval".
7862 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
7864         * MAINTAINERS: Add myself as ia64 maintainer.
7866 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
7868         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7869         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7870         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7871         and Michael Tiemann from Write After Approval since they do not
7872         actually have access.
7874 2008-09-05  Richard Guenther  <rguenther@suse.de>
7876         * configure.ac: Initialize clooglibs to -lcloog.
7877         * configure: Re-generate.
7879 2008-09-04  Le-Chun Wu  <lcwu@google.com>
7881         * MAINTAINERS (Write After Approval): Add myself.
7883 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
7885         * configure.ac (--with-cloog-polylib): New.
7886         (--disable-cloog-version-check): New.
7887         (--disable-ppl-version-check): New.
7888         * configure: Re-generate.
7890 2008-09-03  Richard Guenther  <rguenther@suse.de>
7892         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7893         cloog test.
7894         * configure: Re-generate.
7896 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
7898         Add picoChip port.
7899         * MAINTAINERS: Add picoChip maintainers.
7901 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
7902             Tobias Grosser  <grosser@fim.uni-passau.de>
7903             Jan Sjodin  <jan.sjodin@amd.com>
7904             Harsha Jagasia  <harsha.jagasia@amd.com>
7905             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7906             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
7907             Adrien Eliche  <aeliche@isty.uvsq.fr>
7909         Merge from graphite branch.
7910         * configure: Regenerate.
7911         * Makefile.in: Regenerate.
7912         * configure.ac (host_libs): Add ppl and cloog.
7913         Add checks for PPL and CLooG.
7914         * Makefile.def (ppl, cloog): Added modules and dependences.
7915         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7916         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7918 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7920         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7921         (GCC_SHLIB_SUBDIR): New.
7922         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7923         * configure: Regenerate.
7924         * Makefile.in: Regenerate.
7926 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7928         * MAINTAINERS: Consistently use tabs to separate columns.
7930 2008-08-29  Tristan Gingold  <gingold@adacore.com>
7932         * MAINTAINERS (Write after Approval): Add myself.
7934 2008-08-28  Tristan Gingold  <gingold@adacore.com>
7936         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7937         Enable bfd, binutils and opcodes.
7938         * configure: Regenerate.
7940 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7942         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
7944 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7946         * MAINTAINERS:  Use correct Umlaut for last name.
7948 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7950         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7952 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
7954         * MAINTAINERS: Update my email address.
7956 2008-08-16  Nicolas Roche  <roche@adacore.com>
7958         * Makefile.tpl: Add BOOT_ADAFLAGS.
7959         * Makefile.in: Regenerate.
7961 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
7963         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7964         * configure: Regenerate.
7966 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
7968         * configure.ac: Add makefile fragments for hpux.
7969         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7970         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7971         * configure: Regenerate.
7972         * Makefile.in: Regenerate.
7974 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
7976         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7978 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
7980         * MAINTAINERS (Write after Approval): Add myself.
7982 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
7984         * MAINTAINERS (Write After Approval):  Add myself.
7986 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
7988         * MAINTAINERS (Write After Approval):  Add myself.
7990 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7992         * MAINTAINERS: Update my email address.
7994 2008-06-25  Joey Ye  <joey.ye@intel.com>
7996         * MAINTAINERS (Write After Approval):  Add myself.
7998 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8000         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
8001         * Makefile.in: Regenerate.
8002         * configure: Regenerate.
8004 2008-06-17  Daniel Kraft  <d@domob.eu>
8006         * MAINTAINERS (Write After Approval):  Add myself.
8008 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8010         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
8011         "$@" is still intact with both Autoconf 2.59 and 2.62.
8012         * configure: Regenerate.
8014 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8016         * Makefile.tpl: Fix comment errors.
8017         * Makefile.in: Regenerate.
8019 2008-06-12  David S. Miller  <davem@davemloft.net>
8020             David Edelsohn  <edelsohn@gnu.org>
8022         * configure.ac: Add powerpc*-*-* to gold supported targets.
8023         * configure: Regenerate.
8025 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
8027         PR tree-optimization/36218
8028         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
8029         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
8030         (all prefix="build-"): Pass them to build-system sub-makes.
8031         * Makefile.in: Regenerate.
8033 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
8035         * MAINTAINERS (mt port): Remove.
8036         (sco5, unixware, sco udk): Remove.
8037         (Kean Johnston): Add to Write After Approval.
8039 2008-05-30  Julian Brown  <julian@codesourcery.com>
8041         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
8042         of libobjc for ARM EABI Linux.
8043         * configure: Regenerate.
8045 2008-05-18  Xinliang David Li   <davidxl@google.com>
8047         * ChangeLog: Remove wrong ChangeLog entry.
8049 2008-05-17  Xinliang David Li   <davidxl@google.com>
8051         * MAINTAINERS (Write After Approval): Add myself.
8053 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
8055         * MAINTAINERS (Write After Approval): Add myself.
8057 2008-05-14  Rafael Espíndola  <espindola@google.com>
8059         * config-ml.in: don't handle --enable-shared and --enable-static.
8061 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
8063         * MAINTAINERS: Update my email address.
8065 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
8067         * MAINTAINERS: Update my email address.
8069 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
8071         * MAINTAINERS (Write After Approval): Add myself.
8073 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
8075         * MAINTAINERS (Write After Approval): Add myself.
8077 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
8079         * MAINTAINERS (crx): Add myself.
8081 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8083         Sync with src:
8084         2008-04-14  David S. Miller  <davem@davemloft.net>
8086         * configure.ac: Add sparc*-*-* to gold supported targets.
8087         * configure: Regenerate.
8089 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8091         PR bootstrap/35457
8092         * configure.ac: Include override.m4.
8093         * configure: Regenerate.
8095 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8097         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
8098         * Makefile.in: Regenerate.
8100 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
8102         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
8103         as nonconfigurable directories list.
8104         * configure: Regenerate.
8106 2008-04-14  Ben Elliston  <bje@au.ibm.com>
8108         * config.sub, config.guess: Update from upstream sources.
8110 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
8112         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
8113         * Makefile.in: Regenerate.
8115 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
8117         * configure.ac: Do not build libssp for the AVR.
8118         * configure: Regenerate.
8120 2008-04-07  Ian Lance Taylor  <iant@google.com>
8122         * Makefile.def: check-gold depends upon all-binutils.
8123         * Makefile.in: Regenerate.
8125 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
8127         * MAINTAINERS (Write After Approval): Add myself.
8129 2008-04-04  Nick Clifton  <nickc@redhat.com>
8131         PR binutils/4334
8132         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
8133         builds.
8134         * configure: Regenerate.
8136 2008-04-04  NightStrike  <NightStrike@gmail.com>
8138         PR other/35151
8139         * configure.ac: Combine rules for mingw32 and mingw64.
8140         * configure: Regenerate.
8142 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
8144         * MAINTAINERS (Write After Approval): Add myself.
8146 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
8148         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8149         * Makefile.in (.NOTPARALLEL): Ditto.
8151 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
8153         * MAINTAINERS (Write After Approval): Add myself.
8155 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
8157         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8158         * Makefile.in (.NOTPARALLEL): Regenerate.
8160 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
8162         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8163         * Makefile.in: Regenerate.
8165 2008-03-26  Jakub Staszak  <kuba@et.pl>
8167         * MAINTAINERS (Write After Approval): Add myself.
8169 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8171         * MAINTAINERS:  Update e-mail address.
8173 2008-03-20  Ian Lance Taylor  <iant@google.com>
8175         * configure.ac: Add support for --enable-gold.
8176         * Makefile.def: Add gold as a directory like ld.
8177         * configure, Makefile.in: Regenerate.
8179 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8181         * configure.ac: m4_include config/proginstall.m4.
8182         * configure: Regenerate.
8184         Backport from upstream Libtool:
8186         2007-10-12  Eric Blake  <ebb9@byu.net>
8188         Deal with Autoconf 2.62's semantic change in m4_append.
8189         * ltsugar.m4 (lt_append): Replace broken versions of
8190         m4_append.
8191         (lt_if_append_uniq): Don't require separator to be overquoted,
8192         and avoid broken m4_append.
8193         (lt_dict_add): Fix typo.
8194         * libtool.m4 (_LT_DECL): Don't overquote separator.
8196 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
8198         * config.rpath: Add AIX 6 support.
8200 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
8202         * Makefile.def (stageprofile).  Remove -fprofile-generate
8203         from stage_libcflags.
8204         * Makefile.in: Regenerate.
8206 2008-03-13  Ben Elliston  <bje@au.ibm.com>
8208         * config.sub, config.guess: Update from upstream sources.
8210 2008-03-06  Tom Tromey  <tromey@redhat.com>
8212         * MAINTAINERS: Update for treelang deletion.
8214 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
8216         * MAINTAINERS: Update my email address.
8218 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
8220         * MAINTAINERS (darwin port): Add myself as a maintainer.
8221         (objective-c/c++): Add myself as a maintainer.
8223 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
8225         * MAINTAINERS (Write After Approval): Update my email address.
8227 2008-02-25  Tomas Bily  <tbily@suse.cz>
8229         * MAINTAINERS (Write After Approval): Add myself.
8231 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
8233         * MAINTAINERS (OpenMP): Add myself.
8235 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
8237         PR bootstrap/32009
8238         PR bootstrap/32161
8240         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8241         * configure: Regenerate.
8243         * Makefile.def: Define stage_libcflags for all bootstrap stages.
8244         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8245         STAGE4_LIBCFLAGS): New.
8246         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8247         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8248         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8249         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8250         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8251         for target modules.  Don't export LIBCFLAGS.
8252         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8253         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8254         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8255         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8256         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8257         * Makefile.in: Regenerate.
8259 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8261         PR libgcj/33085
8262         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8263         Do not use -DDLL_EXPORT.  Backport from upstream.
8265 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8267         * MAINTAINERS (Write After Approval): Add myself.
8269 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
8271         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8272         * configure: Regenerate.
8274 2008-01-31  Marc Gauthier  <marc@tensilica.com>
8276         * configure.ac (xtensa*-*-*): Recognize processor variants.
8277         * configure: Regenerate.
8279 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8281         PR bootstrap/34922
8282         * configure.ac (PARSE_ARGS): Push suitable setting of
8283         ac_subdirs_all, for `./configure --help=recursive'.
8284         Handle `+' in generic toplevel directory disabling.
8285         * configure: Regenerate.
8287 2008-01-28  Nick Clifton  <nickc@redhat.com>
8289         * MAINTAINERS (xstormy16): Take over maintainership.
8291 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
8293         * MAINTAINERS (c4x port): Remove.
8295 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
8297         * libtool.m4: Backport AIX 6 support from ToT Libtool.
8299 2008-01-23  Ben Elliston  <bje@au.ibm.com>
8301         * config.sub, config.guess: Update from upstream sources.
8303 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
8305         * MAINTAINERS (Write After Approval): Add myself.
8307 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
8309         * MAINTAINERS: Update my email address.
8311 2008-01-09  Raksit Ashok  <raksit@google.com>
8313         * MAINTAINERS (Write After Approval): Add myself.
8315 2008-01-09  Raksit Ashok  <raksit@google.com>
8317         * MAINTAINERS (Write After Approval): Add myself.
8319 2008-01-08  Ben Elliston  <bje@au.ibm.com>
8321         * config.sub, config.guess: Update from upstream sources.
8323 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8325         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8326         Change recommended MPFR from 2.2.1 -> 2.3.0.
8327         * configure: Regenerate.
8329 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
8331         * MAINTAINERS: Update my email address.
8333 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
8335         * MAINTAINERS: Update my email address.
8337 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
8339         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8340         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8341         * Makefile.in: Regenerate.
8343 2007-12-10  Mark Heffernan  <meheff@google.com>
8345         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8346         misplaced entries.
8348 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8350         * configure.ac: Enable libjava for x86_64-*-darwin9.
8351         * configure: Regenerate.
8353 2007-12-07  Bill Maddox  <maddox@google.com>
8355         * MAINTAINERS (Write After Approval): Add myself.
8357 2007-12-05  Ben Elliston  <bje@au.ibm.com>
8359         * config.sub, config.guess: Update from upstream sources.
8361 2007-12-02  Matthias Klose  <doko@ubuntu.com>
8363         * config-ml.in: Remove 64bit configure tests.
8365 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8367         * config-ml.in: Robustify against white space in absolute file
8368         names.
8370         * config-ml.in (multi-clean): Substitute ${Makefile}.
8371         Remove superfluous ${Makefile} in list.
8373 2007-11-19  Thiemo Seufer  <ths@mips.com>
8375         * config-ml.in: Don't hardcode the Makefile name.
8377 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
8379         * MAINTAINERS (Write After Approval): Add myself.
8381 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
8383         * MAINTAINERS (Write After Approval): Add myself.
8385 2007-11-06  Doug Kwan  <dougkwan@google.com>
8387         * MAINTAINERS (Write After Approval): Add myself.
8389 2007-10-25  Ben Elliston  <bje@au.ibm.com>
8391         * MAINTAINERS (mercury): Remove entry.
8392         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8394 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8396         * Makefile.def (dependencies): Make configure-gdb depend on
8397         all-intl.
8398         * Makefile.in: Regenerated.
8400 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
8402         * MAINTAINERS (Fortran maintainer): Remove myself.
8404 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
8406         * Makefile.def: To avoid problems running with parallel makes,
8407         build newlib before libgloss so that target specific header
8408         files are availble.
8409         * Makefile.in: Regenerate
8411 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
8413         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8414         * Makefile.in: Regenerate.
8416 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
8418         * MAINTAINERS (Register allocation reviewer): Add myself.
8420 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
8422         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8423         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8424         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
8425         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8426         * configure: Regenerate.
8428 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
8430         * MAINTAINERS (Register allocation reviewer): Add myself.
8432 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
8434         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8435         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8436         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8437         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8438         * configure.ac: Default them to host tools for $host = $build.
8439         Subst them.
8441         * configure: Regenerate.
8442         * Makefile.in: Regenerate.
8444 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
8446         * MAINTAINERS (Register allocation reviewer): Add myself.
8448 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
8450         * MAINTAINERS (Register allocation reviewer): Add myself.
8452 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
8454         * MAINTAINERS (Write After Approval): Fix typo.
8456 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
8458         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8459         * configure: Regenerate.
8461 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
8463         PR bootstrap/31906
8464         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8465         they're already prefixed.
8467 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
8469         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8470         libstdc++.
8471         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8472         * configure: Regenerate.
8473         * Makefile.in: Regenerate.
8475 2007-09-17  Andreas Schwab  <schwab@suse.de>
8477         * configure.ac: Raise minimum makeinfo version to 4.6.
8478         * configure: Regenerate.
8480 2007-09-17  Johannes Singler  <singler@ira.uka.de>
8482         * MAINTAINERS (write-after-approval) add myself
8484 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
8486         * configure.ac: Correct makeinfo version check.
8487         * configure: Regenerate.
8489 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8491         * MAINTAINERS: Update my email address.
8493 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8495         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8496         to $skipdirs and only disable gprof for newlib.  Use the normal
8497         mips*-elf* handling in other respects.
8498         * configure: Regnerate.
8500 2007-09-12  David Daney  <ddaney@avtrex.com>
8502         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8503         enabling libgcj.
8504         * configure: Regenerate.
8506 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8508         PR other/32154
8509         * configure.ac: For libgloss targets, point the linker to the linker
8510         script, startup code and simulator library.
8511         * configure: Regenerate.
8513 2007-09-07  Andrew Haley  <aph@redhat.com>
8515         * configure.ac (noconfigdirs): Remove target-libffi and
8516         target-libjava.
8517         * configure: Regenerate.
8519 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8521         PR target/33281
8522         * configure.ac: Use config/mh-mingw on mingw.
8523         * configure: Regenerate.
8525 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8527         * MAINTAINERS (Write After Approval): Add myself.
8529 2007-09-05  Richard Guenther  <rguenther@suse.de>
8531         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8532         nor --disable-checking is provided also turn on yes and types
8533         checking for stage1.
8534         * configure: Re-generate.
8536 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8538         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8539         (Write After Approval): Remove myself.
8541 2007-08-29  Nick Clifton  <nickc@redhat.com>
8543         * config.sub, config.guess: Update from upstream sources.
8545 2007-08-22  Bud Davis  <jmdavis@link.com>
8547         * MAINTAINERS (Write After Approval): Added myself.
8548         * MAINTAINERS (Reviewers): Removed myself.
8550 2007-08-18  Paul Brook  <paul@codesourcery.com>
8551             Joseph Myers  <joseph@codesourcery.com>
8553         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8554         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8555         * Makefile.in: Regenerate.
8556         * configure.ac (--with-debug-prefix-map): New.
8557         * configure: Regenerate.
8559 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8560             Nigel Stephens  <nigel@mips.com>
8562         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8563         as target_makefile_frag.
8564         * configure: Regenerate.
8566 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8568         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8569         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8570         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8571         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8572         (do-compare, do-compare3, do-compare-debug): New.
8573         ([+compare-target+]): Use them.
8575 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8577         * MAINTAINERS (Write After Approval): Change my email address.
8579 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8580             Ben Elliston  <bje@au.ibm.com>
8582         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8583         --silent if $silent.
8584         * configure: Regenerate.
8586 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8588         * MAINTAINERS (Various Maintainers): Add myself as
8589         loop infrastructure maintainer.  Update my e-mail
8590         address.
8592 2007-07-31  Diego Novillo  <dnovillo@google.com>
8594         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8595         Adjust description.
8597 2007-07-26  Richard Guenther  <rguenther@suse.de>
8599         * configure.ac: Add types checking to stage1 checking flags.
8600         * configure: Regenerate.
8602 2007-07-17  Nick Clifton  <nickc@redhat.com>
8604         * COPYING3: New file.  Contains version 3 of the GNU General
8605         Public License.
8606         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8607         Lesser General Public License.
8609 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8611         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8613 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8615         * MAINTAINERS (S/390 co-maintainer): Add myself.
8616         (Write After Approval): Remove myself.
8618 2007-07-13  Dan Hipschman  <dsh@google.com>
8620         * MAINTAINERS (Write After Approval): Add myself.
8622 2007-07-11  Nick Clifton  <nickc@redhat.com>
8624         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8625         WINDRES export.
8626         * Makefile.in: Regenerate.
8628 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8630         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8631         maintainer.
8633 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8635         * lt~obsolete.m4: New. Import from 20070318 libtool.
8637 2007-07-03  Julian Brown  <julian@codesourcery.com>
8639         * MAINTAINERS (Write After Approval): Add myself.
8641 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8643         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8644         * configure: Regenerate.
8646 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8648         * configure.ac: Add some missing m4 quotation.
8649         * configure: Regenerate.
8651 2007-07-02  Simon Baldwin  <simonb@google.com>
8653         * MAINTAINERS (Write After Approval): Add myself.
8655 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8657         * configure: Regenerate.
8659 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8661         * Makefile.def: Add windmc tool to build.
8662         * Makefile.tpl: Likewise.
8663         * configure.ac: Likewise.
8664         * Makefile.in: Regenerate.
8665         * configure: Regenerate.
8667 2007-06-28  DJ Delorie  <dj@redhat.com>
8669         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8670         not building newlib.
8671         * configure: Regenerated.
8673 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8675         * MAINTAINERS (Write After Approval): Add myself.
8677 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8679         * MAINTAINERS (Write After Approval): Add myself.
8681 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8683         * MAINTAINERS (Write After Approval): Add myself.
8685 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8687         * MAINTAINERS (Write After Approval): Add myself.
8689 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8691         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8692         * Makefile.in: Regenerated.
8694 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8696         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8697         bfin*-*-uclinux* targets.
8698         * configure: Regenerate.
8700 2007-06-14  Ian Lance Taylor  <iant@google.com>
8702         * MAINTAINERS: Add myself as non-algorithmic global write
8703         maintainer.
8705 2007-06-14  Diego Novillo  <dnovillo@google.com>
8707         * MAINTAINERS: Add self as middle-end maintainer and
8708         non-algorithmic global write maintainer.
8710 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8712         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8713         Move all Fortran maintainers except Paul Brook into the
8714         Non-Autopoiesis section.
8716 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8718         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8719         (distclean-stage[+id+]): Possibly delete stage_last.
8720         * Makefile.in: Regenerate.
8722 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8724         * MAINTAINERS (Various Maintainer): Fix typo.
8726 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8728         * MAINTAINERS (Various Maintainer): Add myself as
8729         dataflow maintainer.
8731 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8733         * config.sub, config.guess: Update from upstream sources.
8735 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8737         * Makefile.tpl: Fix spelling error.
8738         * Makefile.in: Regenerate.
8740 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8742         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8743         lt_cv_sys_max_cmd_len.
8745 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8747         * MAINTAINERS (Various Maintainers): Add myself as
8748         auto-vectorizer maintainer.
8750 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8752         PR libjava/32098
8753         * libtool.m4: Revert previous change.
8754         * ltgcc.m4: Put it here.
8756 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8758         * MAINTAINERS (Various Maintainers): Add myself as
8759         auto-vectorizer maintainer.
8761 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8763         PR libjava/32098
8764         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8766 2007-05-30  Richard Guenther  <rguenther@suse.de>
8768         * MAINTAINERS (Various Maintainers): Add myself as
8769         auto-vectorizer maintainer.
8771 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8773         PR bootstrap/29382
8774         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8775         * configure: Rebuilt.
8777 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8779         * MAINTAINERS (Write After Approval): Removed my name.
8781 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8783         * MAINTAINERS (Write After Approval): Remove myself.
8785 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8787         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8789 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8791         * ltmain.sh: Update from ToT Libtool.
8792         * libtool.m4: Update from ToT Libtool.
8793         * ltsugar.m4: New. Update from ToT Libtool.
8794         * ltversion.m4: New. Update from ToT Libtool.
8795         * ltoptions.m4: New. Update from ToT Libtool.
8796         * ltconfig: Remove.
8797         * ltcf-c.sh: Remove.
8798         * ltcf-cxx.sh: Remove.
8799         * ltcf-gcj.sh: Remove.
8801 2007-05-22  Ollie Wild  <aaw@google.com>
8803         * MAINTAINERS (Write After Approval): Add myself.
8805 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8807         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8808         stage_cflags.
8809         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8810         Remove CFLAGS/LIBCFLAGS.
8811         (configure-stage[+id+]-[+prefix+][+module+],
8812         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8813         * Makefile.in: Regenerate.
8815 2007-05-15  Diego Novillo  <dnovillo@google.com>
8817         * MAINTAINERS: Update e-mail address.
8819 2007-05-15  Revital Eres  <eres@il.ibm.com>
8821         * MAINTAINERS (Write After Approval): Add myself.
8823 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8825         * MAINTAINERS (Write After Approval): Updated my address.
8827 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8829         * MAINTAINERS (Write After Approval): Add myself.
8831 2007-05-11  Silvius Rus  <rus@google.com>
8833         * MAINTAINERS (Write After Approval): Add myself.
8835 2007-04-23  Tom Tromey  <tromey@redhat.com>
8837         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8839 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8841         * MAINTAINERS (cpplib): Rename to ...
8842         (libcpp): ... this.  Add C/C++ front end maintainers.
8844 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8846         * config-ml.in: Pass ${ml_config_env} to configure calls.
8848 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8850         * MAINTAINERS (Write After Approval): Add myself.
8852 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8854         * MAINTAINERS (Write After Approval): Add myself.
8856 2007-03-31  Tobias Burnus  <burnus@net-b.de>
8858         * MAINTAINERS (fortran 95 front end): Add myself.
8860 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8862         * MAINTAINERS (Write After Approval): Add myself.
8864 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
8866         * MAINTAINERS (Modulo Scheduler): Add myself.
8868 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
8870         * MAINTAINERS (fortran 95 front end): Add myself.
8871         (c++ front end): whitespace fix.
8873 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
8875         * MAINTAINERS (Write After Approval): Add myself.
8877 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8879         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8880         of glob.  Quote arguments with single quotes too.
8881         * configure: Regenerate.
8883 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8885         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8886         * Makefile.in: Regenerate
8888 2007-03-07  Andreas Schwab  <schwab@suse.de>
8890         * configure: Regenerate.
8892 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
8894         * configure.ac: Add "--with-pdfdir" configure option,
8895         which defines pdfdir variable.
8896         * Makefile.def (target=fixincludes): Add install-pdf to
8897         missing targets.
8898         (recursive_targets): Add install-pdf target.
8899         (flags_to_pass): Add pdfdir.
8900         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8901         target.
8902         * configure: Regenerate
8903         * Makefile.in: Regenerate
8905 2007-02-28  Eric Christopher  <echristo@apple.com>
8907         Revert:
8908         2006-12-07  Mike Stump  <mrs@apple.com>
8910         * Makefile.def (dependencies): Add dependency for
8911         install-target-libssp and install-target-libgomp on
8912         install-gcc.
8913         * Makefile.in: Regenerate.
8915 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
8917         * configure: Regenerate.
8918         * configure.ac: Move statements after variable declarations.
8920 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
8922         * MAINTAINERS: Add myself as sh maintainer.
8924 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
8926         * configure.ac: Adjust for loop syntax.
8927         * configure: Regenerate.
8929 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8931         * configure: Rebuilt.
8933 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8935         * configure.ac: Drop multiple occurrences of --enable-languages,
8936         and fix its quoting.
8937         * configure: Rebuilt.
8939 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
8940             Nathan Sidwell  <nathan@codesourcery.com>
8941             Vladimir Prus  <vladimir@codesourcery.com>
8942             Joseph Myers  <joseph@codesourcery.com>
8944         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8945         * configure: Regenerate.
8947 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
8949         * ltconfig (freebsd*): Default to elf.
8951 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8953         * configure.ac (target_libraries): Move libgcc before libiberty.
8954         * configure: Regenerated.
8956 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8957             Paolo Bonzini  <bonzini@gnu.org>
8959         PR bootstrap/30753
8960         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
8961         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
8962         * configure: Regenerated.
8964 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8966         * MAINTAINERS (Language Front End Maintainers): Update my mail
8967         address.
8969 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8971         PR bootstrap/30748
8972         * configure.ac: Correct syntax for Solaris ksh.
8973         * configure: Regenerated.
8975 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8977         * configure.ac: Sync with src.
8978         * configure: Regenerate.
8980 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8982         * Makefile.in: Regenerate.
8984 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8986         * config.sub: Sync with src.
8988 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8990         * Makefile.tpl (build_alias, host_alias, target_alias): Use
8991         noncanonical equivalents.
8992         * configure.in: Rename to...
8993         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8994         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8995         target_noncanonical.  Use them.  Rewrite removal of configure
8996         arguments for autoconf 2.59.  Discard variable settings.  Force
8997         program_transform_name for native tools.
8999         * Makefile.in: Regenerated.
9000         * configure: Regenerated with autoconf 2.59.
9002 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
9004         * MAINTAINERS (Write After Approval): Add myself.
9006 2007-01-31  Andreas Schwab  <schwab@suse.de>
9008         * Makefile.tpl (LDFLAGS): Substitute it.
9009         * Makefile.in: Regenerate.
9011 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
9013         * MAINTAINERS (Write After Approval): Add myself.
9015 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
9017         * MAINTAINERS (spu port): Add myself.
9019 2007-01-23  Richard Guenther  <rguenther@suse.de>
9021         PR bootstrap/30541
9022         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
9023         * Makefile.tpl (GNATBIND): Substitute it.
9024         (GNATMAKE): Likewise.
9025         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
9026         of STAGE_PREFIX.
9027         * Makefile.in: Regenerate.
9028         * configure: Regenerate.
9030 2007-01-18  Mike Stump  <mrs@apple.com>
9032         * configure.in: Re-enable -Werror for gcc builds.
9034 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
9036         * MAINTAINERS (Write After Approval): Add myself.
9038 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9040         * configure.in: Change == to = in test command.
9041         * configure: Regenerate.
9043 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9044             Nick Clifton  <nickc@redhat.com>
9045             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
9047         * configure.in (build_configargs, host_configargs, target_configargs):
9048         Remove build/host/target parameters.
9049         (host_libs): Add gmp and mpfr.
9050         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
9051         * Makefile.def (gmp, mpfr): New.
9052         (gcc): Remove target.
9053         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
9054         target_os, target_vendor): New.
9055         (configure): Add host_alias/target_alias arguments; adjust invocations.
9056         * configure: Regenerate.
9057         * Makefile.in: Regenerate.
9059 2007-01-11  Matt Fago  <fago@earthlink.net>
9061         * configure.in: Try to link to functions only in mpfr 2.2.x
9062         to improve robustness of configure tests.
9063         * configure: Regenerate.
9065 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
9067         * MAINTAINERS: Add myself as i386 maintainer.
9069 2007-01-08  Jan Hubicka  <jh@suse.cz>
9071         * MAINTAINERS: Add myself as i386 maintainer.
9073 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
9075         * configure.in: Add support for an x86_64-mingw* target.
9076         * configure: Regenerate.
9078 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
9080         * Makefile.tpl (all-target): Correct @if conditional for target
9081         modules.
9082         * configure.in: Omit libiberty if building only target libgcc.
9083         * configure, Makefile.in: Regenerated.
9085 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
9087         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
9088         * configure: Regenerate.
9090 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
9092         * Makefile.def (target_modules): Add libgcc.
9093         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
9094         * Makefile.tpl (clean-target-libgcc): Delete.
9095         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
9096         on gcc even for bootstrapped modules.  Rewrite handling of
9097         lang_env_dependencies to loop over target_modules.
9098         * configure.in (target_libraries): Add target-libgcc.
9099         * Makefile.in, configure: Regenerated.
9101 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9103         * configure.in: Reorganize recognition of languages.  Add
9104         --enable-stage1-languages.  Show supported languages for the chosen
9105         target rather than all recognized languages.
9106         * configure: Regenerate.
9108 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9110         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
9111         * Makefile.in: Regenerate.
9113 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9115         * configure.in: Warn that MPFR 2.2.0 is buggy.
9116         * configure: Regenerate.
9118 2006-12-27  Ian Lance Taylor  <iant@google.com>
9120         * configure.in: When removing Makefiles to force a reconfigure, also
9121         remove prev-DIR*/Makefile.
9122         * configure: Regenerate.
9124 2006-12-22  Andreas Schwab  <schwab@suse.de>
9126         * configure: Regenerate with correct autoconf version.
9128 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
9130         * configure.in: add AC_SUBST for *_FOR_TARGET.
9131         * configure: Regenerate.
9133 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9135         * configure.in: Simplify logic for rejecting languages that cannot
9136         be built.  Separate the case when a language is unsupported,
9137         from the case when the user chooses not to build a language.
9139 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9141         * configure.in: Remove "$build" case for powerpc-*-darwin* since
9142         it only affects bootstrap and could be tested on "$host" as well.
9143         * configure: Regenerate.
9144         * config/mh-ppc-darwin: Add to the stage1 cflags here.
9146 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9148         PR bootstrap/29544
9149         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9150         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9151         move here comment from Makefile.tpl.
9152         * Makefile.tpl: Move some definitions higher in the file.
9153         (STAGE1_CHECKING): New.
9154         * configure.in: Add --enable-stage1-checking.
9155         * configure: Regenerate.
9156         * Makefile.in: Regenerate.
9158 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9160         * MAINTAINERS: Add myself as build system maintainer.
9162 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
9164         * MAINTAINERS (Write After Approval): Add myself.
9166 2006-12-13  Eric Christopher  <echristo@apple.com>
9168         * MAINTAINERS: Add myself as darwin maintainer.
9170 2006-12-11  Ian Lance Taylor  <ian@airs.com>
9172         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9174 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
9176         MAINTAINERS: Update my entry.
9178 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
9180         * configure.in:  Handle spu makefile frag.
9181         * Makefile.tpl (MAINT): Define
9182         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9183         * configure: Regenerate.
9184         * Makefile.in: Regenerate.
9186 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9188         * config.guess: Import latest version.
9189         * config.sub: Likewise.
9191 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9193         * configure.in (spu-*-*): Don't skip target-libiberty.
9194         * configure: Regenerate.
9196 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
9198         PR bootstrap/30134
9199         * configure.in: Correct x86 darwin support for libjava to powerpc
9200         and i?86 only.
9201         * configure: Regenerate.
9203 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
9205         * configure.in: Add x86 darwin support for libjava.
9206         * configure: Regenerate.
9208 2006-12-07  Mike Stump  <mrs@apple.com>
9210         * Makefile.def (dependencies): Add dependency for
9211         install-target-libssp and install-target-libgomp on
9212         install-gcc.
9213         * Makefile.in: Regenerate.
9215 2006-12-04  Richard Guenther  <rguenther@suse.de>
9217         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9218         (Non-Algorithmic Maintainers): Move over non-algorithmic
9219         loop optimizer maintainers, add myself as a non-algorithmic
9220         middle-end maintainer.
9222 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
9224         * MAINTAINERS (Write After Approval): Add myself.
9226 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9228         * configure.in: Update error message for missing GMP/MPFR.
9230         * configure: Regenerate.
9232 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9234         * configure.in: Update MPFR version in error message.
9236         * configure: Regenerate.
9238 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9240         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9241         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9242         --with-gmp-lib): New flags.
9244         * configure: Regenerate.
9246 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
9248         * MAINTAINERS (Write After Approval): Change my email address.
9250 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9252         * MAINTAINERS (Write After Approval): Add myself.
9254 2006-11-22  Philipp Thomas  <pth@suse.de>
9256         * MAINTAINERS (i18n): Update e-mail address.
9258 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9260         * MAINTAINERS (spu port): Add myself as maintainer.
9261         (Write After Approval): Remove myself.
9263 2006-11-22  Ben Elliston  <bje@au.ibm.com>
9265         * configure.in (skipdirs): Don't build libssp for SPU.
9266         * configure: Regenerate.
9268 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9270         * MAINTAINERS (spu port): Add myself as maintainer.
9271         (libobjc): Update my email address.
9273 2006-11-21  Andrea Bona  <andrea.bona@st.com>
9275         * MAINTAINERS (Write After Approval): Add myself.
9277 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9279         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9280         * configure : Rebuilt.
9282 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9284         * MAINTAINERS (Write After Approval): Add myself.
9286 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
9288         * MAINTAINERS (Write After Approval): Add myself.
9290 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9292         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9293         libmpfr.a.
9294         * configure: Regenerate.
9296 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
9298         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9299         (unstage): Test for stage_last presence.
9301         PR bootstrap/29802
9302         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9303         STAGE_PREFIX.
9304         * Makefile.in: Regenerate.
9306 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
9308         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9309         maintainers.
9311 2006-11-14  Erven Rohou  <erven.rohou@st.com>
9313         * MAINTAINERS (Write After Approval): Add myself.
9315 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
9317         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9318         and stageN-package/Makefile.
9319         * Makefile.in: Regenerated.
9321 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
9323         * configure.in: Remove target-libgloss from noconfigdirs for
9324         bfin-*-*.
9325         * configure: Regenerated.
9327 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9329         * configure.in (have_gmp): Only error if the gcc directory exists.
9331         * configure: Regenerate.
9333 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9335         * configure.in: Robustify error message for missing GMP/MPFR.
9337         * configure: Regenerate.
9339 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
9341         * MAINTAINERS (Write After Approval): Add myself.
9343 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
9345         * MAINTAINERS: Change email address.
9347 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
9349         * MAINTAINERS (Write After Approval): Add myself.
9351 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
9353         * MAINTAINERS (Write After Approval): Add myself.
9355 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
9357         * MAINTAINERS (Write After Approval): Move myself to
9358         Write After Approval section.
9360 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9362         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
9363         need_gmp anymore.
9364         * configure: Regenerate.
9366 2006-10-16  Tobias Burnus  <burnus@net-b.de>
9368         * MAINTAINERS (Write After Approval): Add myself.
9370 2006-10-16  Ben Elliston  <bje@au.ibm.com>
9372         * config.guess: Import latest version.
9373         * config.sub: Likewise.
9375 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
9377         * Makefile.def: Added pdf target handling.
9378         * Makefile.tpl: Added pdf target handling.
9379         * Makefile.in: Regenerated.
9381 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
9383         * MAINTAINERS: Add self as score port maintainer.
9385 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
9387         * MAINTAINERS (Write After Approval): Add myself.
9389 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
9391         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
9392         or newer.
9393         * configure: Regenerated.
9395 2006-09-27  Dave Brolley  <brolley@redhat.com>
9397         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9398         using $s instead of $r.
9399         * configure: Regenerated.
9401 2006-09-26  Thiemo Seufer  <ths@mips.com>
9403         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9404         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9405         * configure: Regenerate.
9407 2006-09-24  Graeme Peterson  <gridly@gmail.com>
9409         * MAINTAINERS (Write After Approval): Remove myself.
9411 2006-09-22  Chao-ying Fu  <fu@mips.com>
9413         * MAINTAINERS (Write After Approval): Add myself.
9415 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
9417         * MAINTAINERS: Add self as soft-fp maintainer.
9419 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
9421         * MAINTAINERS: Add myself as avr maintainer.
9422         Remove Marek Michalkiewicz as avr maintainer.
9424 2006-09-07  Roberto Costa  <roberto.costa@st.com>
9426         * MAINTAINERS (Write After Approval): Add myself.
9428 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
9430         * configure.in: Never build newlib for a Mingw host.
9431         Never build newlib as Mingw target library.
9432         Test the existence of winsup/cygwin for building a Cygwin newlib,
9433         rather than just winsup.
9434         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9435         building a Mingw target.
9436         * configure: Regenerate.
9438 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9440         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9442 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
9444         * config.guess: Import from src (was more updated).
9445         * config.sub: Likewise.
9447 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
9449         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9450         * configure: Regenerated.
9452 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
9454         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9455         for stages after the first.
9457 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
9459         * Makefile.def: Add dependencies for configure-opcodes
9460         on configure-intl and all-opcodes on all-intl.
9461         * Makefile.in: Regenerated.
9463 2006-07-13  Ben Elliston  <bje@au.ibm.com>
9465         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9467 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9469         Port to hosts whose 'sort' and 'tail' implementations
9470         treat operands with leading '+' as file names, as POSIX
9471         has required since 2001.  However, make sure the code still
9472         works on pre-POSIX hosts.
9473         * ltmain.sh: Don't assume "sort +2" is equivalent to
9474         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9476 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
9478         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9480 2006-07-04  Peter O'Gorman  <peter@pogma.com>
9482         * ltconfig: chmod 644 before ranlib during install.
9484 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9486         PR bootstrap/18058
9487         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9488         if the bootstrap compiler is a GCC version that supports it.
9489         * configure: Regenerate.
9491 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9493         * configure.in: Fix thinkos in previous check-in.
9494         * configure: Regenerate.
9496 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9498         PR other/27063
9499         * configure.in: Test subdir_requires and give an appropriate
9500         error message.
9501         * configure: Regenerate.
9503 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9505         * MAINTAINERS (Write After Approval): Add myself.
9507 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9509         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9511 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9513         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9515 2006-06-20  David Ayers  <d.ayers@inode.at>
9517         PR bootstrap/28072
9518         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9519         whether target-libjava is being configured instead of whether the
9520         java front end is enabled.
9521         * configure: Regenerate.
9523 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9525         PR target/27540
9526         * configure.in: Only enable libgomp on IRIX 6.
9527         * configure: Regenerate.
9529 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9531         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9532         too.
9533         * Makefile.in: Regenerate.
9535 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9537         * config-ml.in: Alter CCASFLAGS to include special
9538         multilib options the same as is done for CFLAGS.
9540 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9542         * configure.in: Don't enable libgomp on hpux10.
9543         * configure: Rebuilt.
9545 2006-06-12  David Ayers  <d.ayers@inode.at>
9547         PR bootstrap/27963
9548         PR target/19970
9549         * configure.in: Remove target-boehm-gc from noconfigdirs where
9550         ${libgcj} is specified.
9551         * configure: Regenerate.
9553 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9555         Sync from src:
9557         * configure.in: Sync.
9558         * configure: Regenerated.
9560         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9562         * Makefile.def: Added dependencies from sim and gdb on intl, and
9563         added configure dependencies to everything with an all dependency
9564         on intl.
9565         * Makefile.in: Regenerated.
9567 2006-06-06  David Ayers  <d.ayers@inode.at>
9569         PR libobjc/13946
9570         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9571         * Makefile.in: Regenerate.
9572         * configure.in: Add --enable-objc-gc at toplevel and have it
9573         enable boehm-gc for Objective-C.
9574         Remove target-boehm-gc from libgcj.
9575         Add target-boehm-gc to target_libraries.
9576         Add target-boehm-gc to noconfigdirs where ${libgcj}
9577         is specified.
9578         Assert that boehm-gc is supported when requested for Objective-C.
9579         Only build boehm-gc if needed either for Java or Objective-C.
9580         * configure: Regenerate.
9582 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9584         PR 27674
9585         * Makefile.tpl (configure-[+prefix+][+module+],
9586         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9587         Remove rule to unstage bootstrapped modules.
9588         (stage_current): New.
9589         * Makefile.in: Regenerate.
9591 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9593         * MAINTAINERS (Write After Approval): Update my e-mail address.
9595 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9597         * include/libiberty.h: Declare pex_run_in_environment.
9599 2006-05-31  Asher Langton  <langton2@llnl.gov>
9601         * MAINTAINERS (Write After Approval): Add myself.
9603 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9605         * Makefile.def (bfd, opcodes): Fix lib_path.
9606         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9607         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9608         * Makefile.in: Regenerate.
9610 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9612         * Makefile.in: Regenerate.
9614 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9616         * Makefile.def: Add install-html target. Add datarootdir
9617         docdir and htmldir to flags_to_pass.
9618         * Makefile.tpl: Add install-html target.
9619         * Makefile.in: Regenerate.
9620         * configure.in: Add --with-datarootdir, --with-docdir, and
9621         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9622         * configure: Regenerate.
9624 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9626         * configure.in: Enable gprof for cross builds.
9627         * configure: Regenerate.
9629 2006-05-22  Richard Guenther  <rguenther@suse.de>
9631         Revert
9632         2006-01-31  Richard Guenther  <rguenther@suse.de>
9633         Paolo Bonzini  <bonzini@gnu.org>
9635         * Makefile.def (target_modules): Add libgcc-math target module.
9636         * configure.in (target_libraries): Add libgcc-math target library.
9637         (--enable-libgcc-math): New configure switch.
9638         * Makefile.in: Re-generate.
9639         * configure: Re-generate.
9640         * libgcc-math: New toplevel directory.
9642 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9643             Andreas Tobler  <a.tobler@schweiz.ch>
9645         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9646         * configure: Rebuilt.
9648 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9650         * MAINTAINERS (Write After Approval): Add myself.
9652 2006-05-01  DJ Delorie  <dj@redhat.com>
9654         * configure.in: Restore CFLAGS if GMP isn't present.
9655         * configure: Regenerate.
9657 2006-05-01  Richard Guenther  <rguenther@suse.de>
9659         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9660         maintainer.
9662 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9664         * MAINTAINERS (Write After Approval): Add myself.
9666 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9668         * MAINTAINERS (Write After Approval): Add myself.
9670 2006-04-18  DJ Delorie  <dj@redhat.com>
9672         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9673         reference libgloss so that libssp can be built in a combined
9674         tree.
9675         * configure: Regenerate.
9677 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9679         * MAINTAINERS (Write After Approval): Add myself.
9681 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9683         * configure.in: Require makeinfo 4.4 or higher.
9684         * configure: Regenerate.
9686 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9688         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9689         Rearrange the entries of other libraries to have them in one place.
9691 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9693         * MAINTAINERS (Write After Approval): Remove myself.
9694         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9696 2006-03-14  Richard Guenther  <rguenther@suse.de>
9698         * configure: Regenerate with autoconf 2.13.
9700 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9702         * MAINTAINERS: Use my work address.
9704         * MAINTAINERS: Update my E-mail address.
9706 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9708         * configure.in: Handle --disable-<component> generically.
9709         * configure: Regenerate.
9711 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9713         PR libgcj/17311
9714         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9716 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9718         * MAINTAINERS (Write After Approval):  Remove myself.
9719         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9721 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9723         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9724         (TARGET_CONFIGDIRS): Remove.
9725         * configure.in: Remove AC_SUBST(target_configdirs).
9726         * Makefile.in, configure: Regenerated.
9728 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9730         * MAINTAINERS (Write After Approval):  Remove myself.
9731         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9733 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9735         PR bootstrap/25670
9737         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9739         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9740         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9741         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9742         BUILD_PREFIX, BUILD_PREFIX_1.
9743         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9745         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9746         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9748         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9749         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9750         of `cat stage_current`.  Always provide the `r' and `s' variables.
9751         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9752         a single shell execution.
9753         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9754         bootstrapped modules, make the stage1 module if the build was not
9755         started yet, else build the current stage.
9756         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9757         (all-build, all-host, all-target, [+make_target+]-host,
9758         [+make_target+]-target): Do not use \-continued lines.
9759         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9760         (current_stage, restrap, stage_last): New.
9762         * Makefile.in: Regenerate.
9763         * configure: Regenerate.
9765 2006-02-19  Bud Davis  <jmdavis@link.com>
9767         * MAINTAINERS (Write After Approval):  Remove myself.
9768         (Language Front End Maintainers):  Add myself as fortran 95
9769         maintainer and update e-mail address.
9771 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9773         * MAINTAINERS (Write After Approval):  Remove myself.
9774         (Language Front End Maintainers):  Add myself as fortran 95
9775         maintainer.
9777 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9779         * MAINTAINERS (Write After Approval): Add myself.
9781 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9783         * MAINTAINERS (Write After Approval):  Remove myself.
9784         (Language Front End Maintainers):  Add myself as
9785         fortran 95 maintainer.
9787 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9789         Sync from src:
9791         2005-12-27  Leif Ekblad  <leif@rdos.net>
9793         * configure.in: Add support for RDOS target.
9794         * configure: Regenerate.
9796 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9797             Andreas Schwab  <schwab@suse.de>
9799         * configure: Regenerate.
9801 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9803         * configure.in (enable_libgomp): Add AIX.
9804         * configure: Regenerate.
9806 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9808         * MAINTAINERS (Write After Approval): Add myself.
9810 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9812         * MAINTAINERS (Write After Approval): Add myself.
9814 2006-01-31  Richard Guenther  <rguenther@suse.de>
9815         Paolo Bonzini  <bonzini@gnu.org>
9817         * Makefile.def (target_modules): Add libgcc-math target module.
9818         * configure.in (target_libraries): Add libgcc-math target library.
9819         (--enable-libgcc-math): New configure switch.
9820         * Makefile.in: Re-generate.
9821         * configure: Re-generate.
9822         * libgcc-math: New toplevel directory.
9824 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9826         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9827         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9828         the assembler, linker and binutils.
9829         * configure: Regenerate.
9831 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9833         * MAINTAINERS (Write After Approval): Add myself.
9835 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9837         * configure: Regenerate.
9839 2006-01-18  Richard Henderson  <rth@redhat.com>
9840             Jakub Jelinek  <jakub@redhat.com>
9841             Diego Novillo  <dnovillo@redhat.com>
9843         * libgomp: New directory.
9844         * Makefile.def: Add target_module libgomp.
9845         * Makefile.in: Regenerate.
9846         * configure.in (target_libraries): Add target-libgomp.
9847         * configure: Regenerate.
9849 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9851         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9852         @ from continuation.
9853         * Makefile.in: Rebuilt.
9855 2006-01-04  Chris Lattner  <sabre@gnu.org>
9857         * MAINTAINERS (Write After Approval): Add myself.
9859 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
9861         PR bootstrap/24252
9863         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9864         * Makefile.tpl (OBJDUMP): New.
9865         (EXTRA_HOST_FLAGS): Add it.
9866         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9868         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9869         to use symbolic links between directories.  Avoid race conditions
9870         or make them harmless.
9871         * configure.in: Do not try to use symbolic links between directories.
9873         * Makefile.def (LEAN): Pass.
9874         * Makefile.tpl (LEAN): Define.
9875         (stage[+id+]-start): Accept that the previous directory does not
9876         exist, if the bootstrap is lean.
9877         (stage[+id+]-bubble): Invoke lean bootstrap commands after
9878         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
9879         configure substitution.
9880         ([+compare-target+]): Likewise.
9881         ([+bootstrap-target+]-lean): New.
9882         * configure.in: Remove lean bootstrap support from here.
9884         * Makefile.in: Regenerate.
9885         * configure: Regenerate.
9887 2006-01-04  Ben Elliston  <bje@au.ibm.com>
9889         * MAINTAINERS (libdecnumber): Add myself.
9891 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
9893         * libtool-ldflags: New script.
9895 2006-01-02  Andreas Schwab  <schwab@suse.de>
9897         * configure.in: When reconfiguring remove Makefile in
9898         all stage directories.
9899         * configure: Regenerate.
9901 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
9903         * MAINTAINERS: Update my email address.
9905 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
9907         Revert Ada-related part of the previous change.
9909         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9910         Do not pass.
9911         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9912         * Makefile.in: Regenerate.
9913         * configure.in: Do not include mt-ppc-aix target fragment.
9914         * configure: Regenerate.
9916 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
9918         * configure.in: Select appropriate fragments for PowerPC/AIX.
9919         * configure: Regenerate.
9921         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9922         BOOT_CFLAGS, BOOT_LDFLAGS.
9923         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9924         BOOT_CFLAGS, BOOT_LDFLAGS.
9925         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9926         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9927         (stage): Fail if we cannot complete the work.
9928         * Makefile.in: Regenerate.
9930 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9932         * configure.in: Replace ms1 with mt.
9933         * configure: Rebuilt.
9935 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
9937         * MAINTAINERS: Update my email address.
9939 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
9941         * Makefile.tpl (all, do-[+make_target+], do-check, install,
9942         install-host-nogcc): Don't invoke $(stage) at the end.
9943         * Makefile.in: Regenerate.
9945 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
9947         * configure.in: Flip the top-level bootstrap switch.
9948         * configure: Regenerate.
9950 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
9952         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9953         $(stage) and $(unstage).
9954         (EXTRA_TARGET_FLAGS): Correct double-quoting.
9955         (all): Remove stray semicolon.
9956         (local-distclean): Don't handle multilib.tmp and multilib.out.
9957         (install.all): Set $s for consistency.
9958         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9959         check_multilibs setting.  Always make the install directory.
9960         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9961         Correct @if/@endif.
9962         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9963         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9964         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9965         (multilib.out): Remove.
9966         * Makefile.in: Regenerated.
9968 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
9970         * MAINTAINERS (Write After Approval): Add myself.
9972 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9974         * MAINTAINERS: Add myself as mt maintainer.
9976         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
9978 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
9980         * MAINTAINERS: Change email address.
9982 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
9984         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9985         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9986         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
9987         Find in-tree tools if available.
9988         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9989         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9990         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9991         (COMPILER_*_FOR_TARGET): New.
9992         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9993         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9994         (CONFIGURED_*, USUAL_*): Remove.
9995         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9996         STRIP): Use autoconf substitutions.
9997         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9998         COMPILER_NM_FOR_TARGET): New.
9999         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
10001         (all): Make all-host and all-target in parallel.
10002         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
10003         that $$r and $$s are set before invoking a recursive make.
10004         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
10005         ([+bootstrap-target+]): Inline most of the `all' target.
10007 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10009         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
10010         from the gcc build directory.
10011         * Makefile.in: Regenerate.
10013 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10015         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
10016         depend on all-libdecnumber.
10017         * configure.in (host_libs): Include libdecnumber.
10018         * Makefile.in: Regenerate.
10019         * configure: Likewise.
10021 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10023         * libdecnumber: Import decNumber sources from the dfp-branch.
10025 2005-11-21  Kean Johnston  <jkj@sco.com>
10027         * config.sub, config.guess: Sync from upstream sources.
10029 2005-11-21  Ben Elliston  <bje@au.ibm.com>
10031         Import from Autoconf sources:
10033         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10034         * config/move-if-change: Don't output "$2 is unchanged";
10035         suggested by Ben Elliston.  Handle weird characters correctly.
10037 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
10039         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
10040         to match upstream libtool for darwin.
10042 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
10044         * Makefile.def: Remove gdb dependencies for gdbtk.
10045         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
10046         (configure-gdb, install-gdb): New rules.
10047         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
10048         * Makefile.in, configure: Regenerated.
10050 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
10052         * MAINTAINERS (Write After Approval): Add myself.
10054 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
10056         * MAINTAINERS (Write After Approval): Add myself.
10058 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
10060         * MAINTAINERS (alias analysis): Add Daniel Berlin and
10061         Diego Novillo.
10063 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
10065         PR bootstrap/24297
10066         * Makefile.tpl (do-[+make-target+], do-check, install,
10067         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
10068         are set before recursing.
10069         * Makefile.in: Regenerate.
10071 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
10073         PR bootstrap/18939
10074         * Makefile.def (gcc) <target>: Fix thinko.
10075         * Makefile.in: Regenerate.
10077 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
10079         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
10080         * configure: Regenerate.
10082 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
10084         * MAINTAINERS (Write After Approval): Add self.
10086 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
10088         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
10089         target-libffi, target-qthreads, target-libjava, and
10090         targetlibobjc.
10091         * configure: Regenerate.
10093 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
10095         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
10096         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
10097         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
10098         (USUAL_OBJDUMP_FOR_TARGET): New.
10099         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
10100         * configure.in: Check for $OBJDUMP_FOR_TARGET.
10101         * configure, Makefile.in: Regenerated.
10103 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10105         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
10106         before other host packages.
10108 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
10110         * MAINTAINERS: Add self as sh libraries/configury maintainer.
10112 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10114         PR bootstrap/22340
10116         * configure.in (default_target): Remove.
10117         * Makefile.tpl (all): Do not use prerequisites as subroutines
10118         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10119         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10120         use prerequisites as subroutines.
10121         (check-host, check-target): New.
10122         (bootstrap configure & all targets): Do not use stage*-start
10123         if the directory layout is already ok.
10124         (non-bootstrap configure & all targets): Prepend a $(unstage).
10125         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
10126         (NOTPARALLEL): Remove.
10127         (unstage, stage variables): New variables.
10128         (unstage, stage targets): Simply expand to those variables.
10130         * configure: Regenerate.
10131         * Makefile.in: Regenerate.
10133 2005-10-04  James E Wilson  <wilson@specifix.com>
10135         * Makefile.def (lang_env_dependencies): Add libmudflap.
10136         * Makefile.in: Regenerate.
10138 2005-10-03  Andreas Schwab  <schwab@suse.de>
10140         Backport from libtool CVS:
10141         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
10143         * ltmain.sh: add support for installing into temporary
10144         staging area (e.g. 'make install DESTDIR=...')
10146 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10148         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10149         * configure: Regenerated.
10151 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
10153         * configure: Regenerate with the correct
10154         autoconf version.
10156 2005-09-30  Catherine Moore  <clm@cm00re.com>
10158         * configure.in (bfin-*-*): New.
10159         * configure: Regenerated.
10161 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
10163         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10164         (LIPO_FOR_TARGET): New.
10165         (CONFIGURED_LIPO_FOR_TARGET): New.
10166         (USUAL_LIPO_FOR_TARGET): New.
10167         (STRIP_FOR_TARGET): New.
10168         (CONFIGURED_STRIP_FOR_TARGET): New.
10169         (USUAL_STRIP_FOR_TARGET): New.
10170         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10171         STRIP_FOR_TARGET.
10172         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10173         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10174         * Makefile.in: Regenerate.
10175         * configure: Regenerate.
10177 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
10179         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10180         (rs6000-*-aix*): Same.
10181         * configure: Regenerate.
10183 2005-09-16  Tom Tromey  <tromey@redhat.com>
10185         * MAINTAINERS: Add self as java maintainer.
10187 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
10189         * configure.in: Recognize f95 in the --enable-languages option,
10190         and substitute it for fortran, issuing a warning.
10191         * configure: Regenerate.
10193 2005-08-30  Phil Edwards  <phil@codesourcery.com>
10195         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
10196         * configure:  Regenerated.
10198 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
10200         * MAINTAINERS: Add self as ms1 maintainer.
10202 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
10204         * Makefile.def (libssp): Add to lang_env_dependencies.
10205         * Makefile.in: Regenerate.
10207 2005-08-18  Ian Lance Taylor  <ian@airs.com>
10209         * MAINTAINERS: Add myself as middle-end maintainer.
10211 2005-08-17  Christian Groessler  <chris@groessler.org>
10213         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10214         * Makefile.in: Regenerate.
10216 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
10218         * MAINTAINERS (write after approval): Added myself.
10220 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
10222         * MAINTAINERS (Write After Approval): Add myself.
10224 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
10226         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10227         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10228         Look for alternate names of the target cc and c++
10229         * configure: Regenerate.
10231 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
10233         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10234         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10235         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10236         tools; remove code to manually set them.
10237         (Target tools): Look in the environment for them.
10238         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10239         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10240         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10241         build directory.
10242         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10243         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10244         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10245         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10246         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10247         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10248         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10249         * configure: Regenerate.
10250         * Makefile.in: Regenerate.
10252 2005-07-28  Ben Elliston  <bje@au.ibm.com>
10254         * MAINTAINERS: Update for removed CPU targets.
10256 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
10258         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
10259         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
10260         * Makefile.in: Regenerated.
10262 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
10264         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10265         (CFLAGS_FOR_TARGET): Use it.
10266         (CXXFLAGS_FOR_TARGET): Likewise.
10267         * Makefile.in: Regenerated.
10268         * configure.in (--with-build-sysroot): New option.
10269         * configure: Regenerated.
10271 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
10273         * Makefile.tpl: Wrap install between unstage and stage
10274         * Makefile.in: Regenerate.
10276 2005-07-21  Eric Christopher  <echristo@apple.com>
10278         * MAINTAINERS: Update affiliation.
10280 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
10282         * MAINTAINERS: Add self as crx port maintainer.
10284 2005-07-20  DJ Delorie  <dj@redhat.com>
10286         * MAINTAINERS: Add self as m32c maintainer.
10288 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
10290         * all files: Update FSF address.
10292 2005-07-15  Eric Christopher  <echristo@redhat.com>
10294         * MAINTAINERS: Change affiliation.
10296 2005-07-14  Jim Blandy  <jimb@redhat.com>
10298         * configure.in: Add cases for Renesas m32c.
10299         * configure: Regenerated.
10301 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10303         * COPYING.LIB: Update from fsf.org.
10305 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10307         * COPYING, compile, config.guess,
10308         config.sub, install-sh, missing, mkinstalldirs,
10309         symlink-tree, ylwrap: Sync from upstream sources.
10310         * config-ml.in: Update FSF address.
10312 2005-07-13  Eric Christopher  <echristo@redhat.com>
10314         * configure.in: Add toplevel noconfigdir support for tpf.
10315         * configure: Regenerate.
10317 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
10319         PR ada/22340
10321         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10322         * Makefile.in: Regenerate.
10324 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
10326         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
10327         Brolley to write-after-approval.
10329 2005-07-07  Andreas Schwab  <schwab@suse.de>
10331         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10332         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10333         * Makefile.in: Regenerated.
10335 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
10337         * configure.in: Don't build sim or rda when targetting darwin.
10338         * configure: Regenerate.
10340 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
10342         * configure.in: Add --enable-libssp and --disable-libssp.
10343         * configure: Regenerate with autoconf-2.13.
10345 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
10347         * Makefile.def (target_modules): Add libssp.
10348         * configure.in (target_libraries): Add target-libssp.
10349         * configure: Rebuilt.
10350         * Makefile.in: Rebuilt.
10352 2005-07-01  Zack Weinberg  <zackw@panix.com>
10354         * MAINTAINERS: Change email address.  Resign from maintainership.
10356 2005-07-01  Richard Guenther  <rguenther@suse.de>
10358         * MAINTAINERS: Change my e-mail address and affiliation.
10360 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
10362         * Makefile.def (stagefeedback): Come after profile.
10363         Define profiledbootstrap target.
10364         * Makefile.tpl (profiledbootstrap): Remove.
10365         (stageprofile-end): Zap stagefeedback.
10366         (stagefeedback-start): Copy all .gcda files, not only GCC's.
10367         * Makefile.in: Regenerate.
10369 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
10371         * MAINTAINERS: Update my email address.
10373 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
10375         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
10376         In 'cpp' stanza, support '#line' as well as '# '.
10378 2005-06-08  Andreas Schwab  <schwab@suse.de>
10380         * MAINTAINERS: Move myself from 'Write After Approval' to
10381         'CPU Port Maintainers' section as m68k maintainer.
10383 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
10385         * configure.in (unsupported_languages): New macro.
10386         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
10387         non-ported target libraries in noconfigdirs.
10388         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10389         non-linux-gnu.  Remove libgcj_ex_libffi.
10390         <lang_frag loop>: Set add_this_lang=no if the language is in
10391         unsupported_languages.
10392         * configure: Regenerate.
10394 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10396         * configure.in: Fix typo in handling of --with-mpfr-dir.
10397         * configure: Regenerate.
10399 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
10401         * MAINTAINERS: Update my email address.
10403 2005-06-02  Jim Blandy  <jimb@redhat.com>
10405         * config.sub: Add cases for the Renesas m32c.  (This patch has been
10406         accepted into the master sources.)
10408 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
10409             Michael Snyder  <msnyder@redhat.com>
10410             Stan Cox  <scox@redhat.com>
10412         * configure.in: Set noconfigdirs for ms1.
10414         * configure: Regenerate.
10416 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
10418         * MAINTAINERS (Write After Approval): Add self.
10420 2005-06-01  Josh Conner  <jconner@apple.com>
10422         * MAINTAINERS (Write After Approval): Add self.
10424 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
10426         * MAINTAINERS: Update my email address.
10428 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
10430         * MAINTAINERS (Write After Approval): Add self.
10432 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
10434         * MAINTAINERS (Write After Approval): Remove self.
10436 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
10438         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10439         (Dependencies): Consider target modules for bootstrap dependencies.
10440         Make target bootstrap modules depend on each stage's gcc.
10441         * Makefile.in: Regenerate.
10443 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
10445         * Makefile.def (configure-gcc): Depend on binutils having been built.
10446         (all-gcc): No need to do it here.
10447         * Makefile.in: Regenerate.
10449 2005-05-19  Paul Brook  <paul@codesourcery.com>
10451         * configure.in: Rewrite misleading error message when requested
10452         language cannot be built.
10453         * configure: Regenerate.
10455 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
10457         * ylwrap: Import from Automake 1.9.5.
10459 2005-05-13  David Ung  <davidu@mips.com>
10461         * MAINTAINERS (Write After Approval): Add self.
10463 2005-05-09  Mike Stump  <mrs@apple.com>
10465         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10466         lt_cv_sys_max_cmd_len for now.
10468 2005-05-09  Stan Cox  <scox@redhat.com>
10470         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10472 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
10474         * README.SCO: Update the URL.
10476 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
10478         * ltconfig: Define file_list_spec.  Pass file_list_spec and
10479         with_gnu_ld to libtool.
10480         * ltcf-c.sh (aix[45]): Define file_list_spec.
10481         * ltcf-cxx.sh (aix[45]): Same.
10482         * ltcf-gcj.sh (aix[45]): Same.
10483         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10484         exists, write list of input files to temporary file.
10486 2005-05-04  Mike Stump  <mrs@apple.com>
10488         * configure.in: Always pass --target to target configures as
10489         otherwise rebuilds that do --recheck will fail.
10490         * confiugure: Rebuilt.
10492 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10494         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10495         STAGE_HOST_EXPORTS.
10496         (configure, all): Add bootstrap support.
10497         (Host modules, target modules): Pass post-stage1 flags and exports.
10498         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10499         * Makefile.in: Regenerate.
10501 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10503         * configure: Regenerate.
10505 2005-04-27  Mike Stump  <mrs@apple.com>
10507         * MAINTAINERS: Add self as darwin maintainer.
10509 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10511         * config.sub: Update from master copy.
10513 2005-04-21  Mike Stump  <mrs@apple.com>
10515         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10516         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10518 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10520         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10521         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10522         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10523         "*-*-elf" and "*-*-linux*".
10524         * configure: Regenerate.
10526 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10528         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10530 2005-04-12  Mike Stump  <mrs@apple.com>
10532         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10534 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10536         * MAINTAINERS (Write After Approval): Add myself.
10538 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10540         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10542 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10544         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10545         (TARGET_CONFIGARGS): Include --with-target-subdir.
10546         (configure, all): New macros.  Use them throughout.
10547         * Makefile.in: Regenerate.
10549 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10551         * MAINTAINERS (Write After Approval): Add myself.
10553 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10555         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10557 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10559         * MAINTAINERS: Move John Carr to Write After Approval.
10561 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10563         * config/mh-mingw32: Delete.
10564         * configure.in: Don't use it.
10565         * configure: Regenerate.
10567 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10569         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10570         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10571         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10572         (HOST_LIB_PATH): Generate from Makefile.def.
10573         (TARGET_LIB_PATH): Likewise.
10574         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10575         * Makefile.in: Regenerate.
10576         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10577         (RPATH_ENVVAR): Include Darwin case.
10578         * configure: Regenerate.
10580 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10582         * MAINTAINERS (Various Maintainers): Remove self.
10583         (Write After Approval): Add self.
10585 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10587         * MAINTAINERS (Various Maintainers): Add self.
10589 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10591         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10592         * configure: Regenerate.
10594 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10596         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10597         gcc_version, and gcc_version_trigger from set of flags to pass.
10598         * Makefile.tpl: Remove definitions of above variables.
10599         (config.status): Remove dependency on $(gcc_version_trigger).
10600         * Makefile.in: Regenerate.
10601         * configure.in: Do not reference config/gcc-version.m4 nor
10602         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10603         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10604         * configure: Regenerate.
10606 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10607             Andrew Pinski  <pinskia@physics.uc.edu>
10609         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10610         * Makefile.in: Regenerate.
10612 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10614         * MAINTAINERS (Write After Approval): Add myself.
10616 2005-03-03  David Ayers  <d.ayers@inode.at>
10618         * MAINTAINERS (Write After Approval): Add myself.
10620 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10622         PR libgcj/20160
10623         * ltmain.sh: Avoid creating archives with components that have
10624         duplicate basenames.
10626 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10628         PR bootstrap/20250
10629         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10630         instead of check.
10631         * Makefile.in: Regenerate.
10633 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10635         * Makefile.in: Regenerate to fix conflict between the previous two
10636         patches.
10638 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10640         PR bootstrap/17383
10641         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10642         * Makefile.tpl (HOST_SUBDIR): New substitution.
10643         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10644         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10645         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10646         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10647         (Host modules, Bootstrapped modules): Use it.
10648         (Build modules, Target modules): Do not create symlink trees,
10649         always configure out-of-srcdir.
10650         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10651         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10652         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10653         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10655         * Makefile.in: Regenerate.
10656         * configure: Regenerate.
10658 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10660         Merged from libada-gnattools-branch:
10661         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10663         * gnattools: New directory.
10664         * Makefile.def: Add gnattools as a module, depending on target-libada.
10665         * Makefile.in: Regenerate.
10666         * configure.in: Include gnattools in host_tools; disable it if ada
10667         is disabled.
10668         * configure: Regenerate.
10670 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10672         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10673         treelang maintainer.
10674         (Write After Approval): Remove myself.
10676 2005-02-23  Paul Schlie  <schlie@comcast.net>
10678         * configure.in: Allow darwin targeted ports to build tk, itcl and
10679         libgui.
10680         * configure: Regenerate.
10682 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10684         PR libgcj/10353
10685         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10686         * configure: Regenerate.
10688 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10690         * MAINTAINERS (Write After Approval): Add myself.
10692 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10694         * MAINTAINERS: Update my e-mail address.
10696 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10698         * MAINTAINERS (Write After Approval): Add myself.
10700 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10702         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10703         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10704         target-libgloss when not *-*-elf and *-*-aout.
10705         * configure: Regenerate.
10707 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10709         * MAINTAINERS: Remove obsolete entries.
10711         * MAINTAINERS (Write After Approval): Add Michael Matz.
10713 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10715         * MAINTAINERS: Remove self as cpplib maintainer.
10717 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10719         * install-sh, config.sub: Import from upstream.
10721 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10723         PR bootstrap/18222
10724         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10725         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10726         * Makefile.in: Regenerate.
10728 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10730         * MAINTAINERS: Update my email address.
10732 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10733             Andreas Schwab  <schwab@suse.de>
10735         PR bootstrap/18033
10736         * config-ml.in: Eval option if surrounded by single quotes.
10738 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10740         Revert 2004-12-28 Makefile changes, a better fix will be
10741         applied to mainline and src after GCC 4.0 branches.
10743 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10745         PR bootstrap/17383
10747         * Makefile.def (target_modules): Remove stage parameter,
10748         it is always true now.
10749         * Makefile.tpl (configure-build-[+module+],
10750         configure-target-[+module+]): Always build symlink tree
10751         for the directory and for include.  BUILD_SUBDIR and
10752         TARGET_SUBDIR cannot be . anymore.
10753         * Makefile.in: Regenerate.
10755 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10757         Revert 2004-12-08 Makefile changes.
10759 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10761         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10762         cygwin, mingw.
10764 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10766         * configure.in (sh64-*-*): Reenable gprof.
10767         * configure: Regenerate.
10769 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10771         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10772         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10773         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10774         * Makefile.in: Regenerate.
10776 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10778         * MAINTAINERS: Update my email address.
10780 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10782         * Makefile.tpl: Generate normal dependencies if the LHS module is
10783         not bootstrapped.
10784         * Makefile.in: Regenerate.
10786 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10788         * configure.in: Include config/gxx-include-dir.m4.  Use
10789         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10790         * configure: Regenerate.
10792 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10794         * config.if: Delete.
10795         * configure.in: Set libstdcxx_incdir directly.
10796         * configure: Regenerate.
10798 2004-12-02  Eric Christopher  <echristo@redhat.com>
10800         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10801         * Makefile.in: Regenerate.
10803 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10805         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10806         * configure: Regenerate.
10808 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10810         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10811         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10812         * configure: Regenerate.
10814 2004-12-01  Eric Christopher  <echristo@redhat.com>
10816         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10817         of things to remove.
10819 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10821         * MAINTAINERS (Write After Approval): Update my e-mail address.
10823 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10825         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10826         from CVS libtool to always pass_all.
10828 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10830         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10831         (hppa*64*-*-*): Delete incorrect comment.
10832         * configure: Rebuilt.
10834 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10836         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10838 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10840         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10841         from CVS libtool to always pass_all.
10843 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10845         * install-sh, compile: Import from automake.
10847 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10849         * config.guess, config.sub:  Import from savannnah.
10851 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10853         * MAINTAINERS (Write After Approval): Add myself
10855 2004-11-12  Mike Stump  <mrs@apple.com>
10857         * Makefile.def: Add html support.
10858         * Makefile.tpl: Likewise.
10859         * Makefile.in: Regenerate.
10861 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
10863         PR 18423
10864         * configure.in: Remove all instances of build-fixincludes from
10865         noconfigdirs.
10866         (build_configargs): Supply --target to subdirectories.
10867         * configure: Regenerate.
10869         * Makefile.def: Make gcc install depend on fixincludes install.
10870         * Makefile.in: Regenerate.
10872 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
10874         * MAINTAINERS: Add myself as gcc testsuite maintainer.
10876 2004-11-11  Paul Brook  <paul@codesourcery.com>
10878         * MAINTAINERS: Add self as arm maintainer.  Update email address.
10880 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
10882         * configure.in (noconfigdirs) [mmix-*-*]: Disable
10883         target-libgfortran.
10884         * configure: Regenerate.
10886 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
10888         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10889         like CC.
10891 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
10893         * Makefile.def (host fixincludes): Specify missing targets.
10894         * Makefile.in: Regenerate.
10896 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
10898         * MAINTAINERS: Add myself
10900 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
10902         * MAINTAINERS (Write After Approval): Add myself.
10904 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
10906         * Makefile.def: Build fixincludes for the host, too.
10907         * Makefile.in: Regenerate.
10908         * configure.in (host_tools): Add fixincludes.
10909         * configure: Regenerate.
10911 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
10913         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10914         * configure: Regenerated.
10916 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
10918         PR other/17783
10919         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10920         * configure: Regenerated.
10922 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
10924         * README.SCO: Update per FSF instructions.
10926 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
10928         PR target/18151
10929         * configure.in (case ${target}): Do not build fixincludes for avr.
10930         * configure: Regenerated.
10932 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
10934         * configure.in (case ${target}): Do not build fixincludes
10935         on platforms where it is not used.
10936         * configure: Regenerated.
10938 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
10940         * configure.in: Use an absolute path to install-sh.
10941         * configure: Regenerated.
10943 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
10945         * MAINTAINERS (Write After Approval): Add myself.
10947 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
10949         * MAINTAINERS: Remove from Write After Approval those that are
10950         already maintainers.
10952 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
10954         * MAINTAINERS:  Update my email address.
10956 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
10958         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10959         * configure: Regenerate.
10961 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
10963         * MAINTAINERS:  Update my email address.
10965 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
10967         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
10968         entries belonging to this category.
10970 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
10972         * MAINTAINERS: Update my e-mail address.
10974 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
10976         Fix wrong conflict resolution in:
10978         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10980         * Makefile.in: Regenerate.
10981         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10982         in the recursive `make', instead of hardwiring `all'.
10983         (Autogenerated TARGET-* variables): New.
10985 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
10987         * configure.in: Enable target-libgloss for crx-*-*.
10988         * configure: Regenerate.
10990 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10992         * MAINTAINERS (Various Maintainers): Move the "windows,
10993         cygwin, mingw" maintainer to ...
10994         (OS Port Maintainers): ... here.
10996 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10998         * MAINTAINERS (Write After Approval): Remove those that are
10999         maintainers of some subsystem.
11001 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
11003         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
11004         * ltcf-cxx.sh (tpf*): Likewise.
11005         * ltconfig (tpf*): Add TPF OS configuration support.
11007 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
11009         * MAINTAINERS: Change my email address to my new work account.
11011 2004-09-24  Michael Roth  <mroth@nessie.de>
11013         * configure.in (--without-headers): Add missing double quotes.
11014         * configure: Regenerate.
11016 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
11018         * ylwrap: Revert to previous version.
11020 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
11022         PR bootstrap/17369
11023         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
11024         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
11025         SET_GCC_LIB_PATH_CMD.
11026         (BASE_TARGET_EXPORTS): Likewise.
11027         * Makefile.in: Regenerated.
11029         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
11030         * configure: Regenerated.
11032 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
11034         * config.guess: New upstream version
11035         * compile, depcomp, install-sh, ylwrap: Likewise.
11037 2004-09-19  Roger Sayle  <roger@eyesopen.com>
11039         * config/mh-x86omitfp: New host makefile fragment.  Add
11040         -fomit-frame-pointer to the default BOOT_CFLAGS.
11041         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
11042         * configure: Regenerate.
11044 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
11046         PR target/11572
11047         * configure.in (*-*-darwin*): Renable libobjc.
11048         * configure: Regenerate.
11050 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
11052         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
11054 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
11056         * Makefile.def: Remove libbanshee.
11057         * Makefile.tpl: Ditto.
11058         * configure.in: Ditto.
11059         * Makefile.in: Regen.
11060         * configure: Ditto.
11062 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
11064         * ltmain.sh: Use $pic_object as $non_pic_object if
11065         $non_pic_object=none.
11067 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
11069         * missing: Import latest version from master repository.
11071 2004-09-06  Nick Clifton  <nickc@redhat.com>
11073         * config.sub: Import latest version from master repository.
11074         * config.guess: Likewise.
11075         This includes these changes:
11077         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
11079         * config.sub: Handle crisv32, alias etraxfs.
11080         * config.guess (crisv32:Linux:*:*): Handle.
11082         2004-08-13  Brad Smith  <brad@comstyle.com>
11084         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
11085         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
11087         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11089         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
11090         assume the processor is a powerpc.  This is because coreutils
11091         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
11092         in this case, due to a MacOS X bug that causes
11093         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
11094         to return a negative number.
11095         Problem reported by Petter Reinholdtsen in:
11096         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
11098         2004-07-19  Ben Elliston  <bje@gnu.org>
11100         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
11102         2004-06-24  Ben Elliston  <bje@gnu.org>
11104         * config.guess: Update copyright years.
11105         * config.sub: Likewise.
11107         2004-06-22  Robert Millan  <robertmh@gnu.org>
11109         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
11110         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
11112         2004-06-22  Stanley F. Quayle <stan@stanq.com>
11114         * config.guess (*:*VMS:*:*): New entry. Replaces
11115         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11116         manufacturer.
11118         2004-06-22  Ben Elliston  <bje@gnu.org>
11120         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11121         * config.sub: Likewise.
11123         2004-06-22  Ben Elliston  <bje@gnu.org>
11125         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11126         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11128         2004-06-11  Ben Elliston  <bje@gnu.org>
11130         * config.guess (pegasos:OpenBSD:*:*): Remove.
11132         2004-06-11  Ben Elliston  <bje@gnu.org>
11134         From Wouter Verhelst <wouter@grep.be>:
11135         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11137         2004-06-11  Ben Elliston  <bje@gnu.org>
11139         * config.guess (luna88k:OpenBSD:*:*): New.
11141         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
11143         * config.guess (m32r*:Linux:*:*): New case.
11144         * config.sub: Handle m32rle.
11146         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
11148         From Jens Petersen  <petersen@redhat.com>:
11149         * config.sub: Handle sparcv8.
11151         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
11153         From Tom Smith <smith@cag.lkg.hp.com>:
11154         * config.guess: Version suffixes are equally significant on Tru64
11155         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
11156         prefix of "P" (patched kernel).
11158         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
11160         * config.sub: Add support for National Semiconductor CRX target.
11162 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
11164         * MAINTAINERS (Various Maintainers): Remove myself as web page
11165         maintainer, add myself as maintainer of build status lists.
11167 2004-09-03  Jan Beulich  <jbeulich@novell.com>
11169         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11170         *-*-netware, but add target-libmudflap.
11171         Consolidate *-*-netware targets (of which really only i?86 exists)
11172         into a single entry.
11173         * configure: Likewise.
11175 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
11177         * Makefile.tpl (sorry): Remove.
11178         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11179         (cleanstrap targets): Depend on distclean, not distclean-stage1.
11180         (do-clean): Clean per-stage directories too.
11181         (do-distclean): Run distclean-stage1 too.
11182         (.NOTPARALLEL): Enable during toplevel bootstrap.
11183         (stage[+id+]-bubble): Enable parallel execution during
11184         the recursive invocation.
11185         * Makefile.in: Regenerate.
11187         Fix previous checkin:
11189         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11190         include.
11191         * configure.in: Fix indentation.
11192         * configure: Regenerate.
11194 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
11196         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11197         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11198         * configure: regenerate
11199         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
11200         -mdynamic-no-pic
11202 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
11204         * Makefile.def (build_modules): Add fixincludes.
11205         (dependencies): Make gcc depend on fixincludes.
11206         * configure.in (build_tools): Add fixincludes.
11207         (build_configdirs): Always include build_libs.
11208         * Makefile.in: Regenerate.
11209         * configure: Regenerate.
11211 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
11213         * Makefile.def (bootstrap stages): Add 'lean' parameter.
11214         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11215         phony targets; do not generate timestamp files.
11216         (distclean-stageN): Remove references to their timestamp files.
11217         (restageN, touch-stageN): Remove.
11218         (stageN-bubble): Rewritten.
11219         (compare): Support lean bootstraps.
11220         * Makefile.in: Regenerate.
11222         * configure.in: Only warn when bootstrapping but
11223         build != host or build != target.  Support lean bootstraps.
11224         * configure: Regenerate.
11226 2004-08-26  Phil Edwards  <phil@codesourcery.com>
11228         * configure.in:  Give a better error message if GMP/MPFR are missing
11229         and a language needing them has been requested.
11230         * configure:  Regenerated.
11232 2004-08-25  Phil Edwards  <phil@codesourcery.com>
11234         * configure.in:  Print a list of available language front-ends if
11235         a requested one is missing.  Tidy stray tab characters.
11236         * configure:  Regenerated.
11238 2004-08-19  Michael Koch  <konqueror@gmx.de>
11240         * gcc/doc/install.texi: Update entry about automake for libjava.
11242 2004-08-17  Robert Millan  <robertmh@gnu.org>
11244         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11245         (instead of FreeBSD).
11246         * configure: Regenerate.
11248 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11250         * Makefile.in: Regenerate.
11251         * configure: Regenerate.
11253         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11254         stage_*_flags.
11255         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11256         for bootstrapped modules if toplevel bootstrap is going.
11257         (GCC bootstrap): Generate per-stage targets for all bootstrapped
11258         modules.  Adjust for changes in Makefile.def.  Enable several
11259         rules even in non-bootstrap mode, just to avoid peppering the
11260         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11261         (stage-[+prev+]-bubble): Remove.
11263         * Makefile.def (Dependencies): Depend on all-build-bison,
11264         all-build-flex, all-build-byacc, all-build-texinfo, rather
11265         than the host variations.
11266         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
11267         with BUILD_SUBDIR.
11268         (BISON): Update for recent Bisons.
11269         (YACC): Fix typo.
11270         (cross): Depend on all-build.
11271         (all): Do not depend on all-build.
11272         (prebootstrap): Remove.
11273         (dep-kind): Accept separate prefixes for MODULE and ON variables.
11274         (Prebootstrap dependencies): Add them to the per-stage targets
11275         and to all-prebootstrap.
11276         * configure.in (build_configdirs): Always enable build_tools.
11277         (BUILD_DIR_PREFIX): Remove.
11279         * Makefile.def (gcc): Add target variable.
11280         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11281         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11282         in the recursive `make', instead of hardwiring `all'.
11283         (Autogenerated TARGET-* variables): New.
11285 2004-08-13  Brian Booth  <bbooth@redhat.com>
11287         * MAINTAINERS: Remove myself from write-after-approval.
11289 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11291         * src-release: Stop distributing mmalloc with gdb (which doesn't
11292         use it).
11293         * Makefile.def: GDB doesn't depend on mmalloc anymore.
11294         * Makefile.in: Regenerate.
11296 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
11298         * configure.in (arm*-*-eabi*): New target.
11299         * configure: Regenerate.
11301 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
11303         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11304         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11305         (Dependencies): New section.
11306         * Makefile.tpl (Dependencies): Generate from Makefile.def.
11307         (configure-target-[+module+]): Depend on maybe-all-gcc
11308         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
11309         (toplevel profiledbootstrap): Fix dependencies.
11310         * Makefile.in: Regenerate.
11312 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
11314         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11315         target-libiberty to noconfigdirs.
11316         * configure: Regenerate.
11318 2004-08-03  Paul Brook  <paul@codesourcery.com>
11320         * configure.in: Check for MPFR as well as GMP.
11321         * configure: Regenerate.
11323 2004-08-01  Robert Millan  <robertmh@gnu.org>
11325         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11326         libmudflap for all GNU-based systems (with Glibc).
11327         * configure: Regenerate.
11329 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
11331         * Makefile.def (host-modules): Add gcc.
11332         * Makefile.in: Regenerate.
11333         * Makefile.tpl (sorry): New rule.
11334         (configure-host, all-host, [+make_target+]-host, do-check,
11335         install-host): Do not add gcc as a special case.
11336         (host modules): Add a small special-casing for gcc.  Export
11337         extra_make_flags through the environment.
11338         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11339         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11340         other recursive targets for gcc): Remove.
11342         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11343         (stage, unstage): New rules.
11344         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11345         distclean-stage[+id+]): Use stage_current.
11346         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11347         the stage*-start rules.
11349 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
11351         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11352         use -all_load flag.
11354 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
11356         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11357         * configure: Regenerate.
11359 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
11361         * maintainer-scripts/gcc_release: Revert yesterday's change.
11363 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
11365         * MAINTAINERS: Add myself to write-after-approval.
11367 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11369         * libf2c: Removed.
11370         * gcc/gccbug.in: Updated because of libf2c removal.
11371         * maintainer-scripts/gcc_release: Ditto.
11373 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
11375         * configure.in: Build libmudflap by default on FreeBSD.
11376         * configure: Regenerated.
11378 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
11380         * configure.in: Do not build libmudflap by default on non-GNU/Linux
11381         systems.
11382         * configure: Regenerated.
11384 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11386         PR target/16344
11387         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11388         feedback based compiler.
11389         * Makefile.in: Rebuilt.
11391 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
11393         * Makefile.def (host_modules): Set bootstrap=true for flex.
11394         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11395         * Makefile.in: Rebuilt.
11397 2004-07-07  Jan Hubicka  <jh@suse.cz>
11399         * MAINTAINERS: Add self as a profile feedback maintainer.
11401 2004-07-05  Phil Edwards  <phil@codesourcery.com>
11403         * configure.in:  Do not prepend $srcdir to /dev/null in
11404         makefile fragments.
11405         * configure:  Regenerate.
11407 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
11409         * Makefile.def (build_modules): Add bison, byacc, flex,
11410         m4, texinfo.
11411         (flags_to_pass): Add FLEX.
11412         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11413         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11414         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11415         DEFAULT_MAKEINFO): Remove.
11416         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11417         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11418         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11419         objdir or else use configured tool.
11420         (all-build): New.
11421         (all): Depend on it.
11422         (Build module dependencies): Add.
11423         * Makefile.in: Regenerate.
11424         * configure.in: Better support for multiple build modules,
11425         matching what is done for host/target modules.  Do not look
11426         for "plausible" locations of build tools if Canadian cross.
11427         Use autoconf's AC_PROG_CC to find a C compiler.  Define
11428         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
11429         * configure: Regenerate.
11431 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11433         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11434         * Makefile.in: Regenerate.
11436 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11438         * Makefile.tpl (configure-build-[+module+],
11439         configure-[+module+], configure-target-[+module+]): Pass
11440         [+extra_configure_args+].
11441         (all-build-[+module+], all-[+module+], check-[+module+],
11442         install-[+module+], [+make_target+]-[+module+],
11443         all-target-[+module+], check-target-[+module+],
11444         install-target-[+module+], [+make_target+]-target-[+module+]):
11445         Pass [+extra_make_args+].
11446         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11447         (GCC_HOST_EXPORTS): Remove.
11448         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11449         cross, check-gcc, check-gcc-c++, install-gcc,
11450         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11451         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11452         * Makefile.in: Regenerate.
11454 2004-06-21  Matthew Sachs  <msachs@apple.com>
11456         * MAINTAINERS: Added self to write-after-approval.
11458 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
11460         * configure.in: Check for srcdir/winsup rather than build directory
11461         winsup.
11462         * configure: Regenerate.
11464 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
11466         * configure.in: Don't build Cygwin native newlib if winsup
11467         directory is missing.  Emit warning instead.
11468         * configure: Regenerate.
11470 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
11472         * Makefile.tpl (touch-stage[+id+]): New.
11473         (restage[+prev+]): Depend on touch-stage[+id+].
11475         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11476         Use it throughout.
11478         * Makefile.def: Add profile and feedback bootstrap stages.
11479         Remove next field from bootstrap stages.
11480         * Makefile.tpl (LN, LN_S): Substitute.
11481         (stageN-start, stageN-end): Use double-colon rules, to
11482         provide a hook for additional setup commands.
11483         (distclean-stageN-gcc, restageN): Create dependencies from
11484         [+prev+], not from [+next+].
11485         (stageN-bubble): Add commands for successive stages from
11486         [+prev+], using double-colon rules.
11487         (all-stageN-gcc): Fix typo.
11488         (stagefeedback-start, profiledbootstrap): New.
11489         * Makefile.in: Regenerate.
11490         * configure.in: Call ACX_PROG_LN.
11491         * configure: Regenerate.
11493 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11495         * MAINTAINERS (Write After Approval): Add myself.
11497 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11499         * MAINTAINERS (Write After Approval): Add myself.
11501 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11503         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11504         without gcc.
11505         * configure: Regenerate.
11507 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11509         * Makefile.tpl: Fix typo.
11510         * Makefile.in: Regenerate.
11512 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11514         * configure.in: Remove new- prefix from toplevel
11515         bootstrap targets.
11516         * configure: Regenerate.
11518 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11520         * Makefile.tpl (all.normal): Rename to all.
11521         (all): Replace with a rule to pick the default
11522         target from configure.
11523         (all-gcc, configure-gcc): Use conditionals to
11524         do nothing when toplevel bootstrap is going on.
11525         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11526         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11527         * configure.in: Support --enable-bootstrap.
11529         * Makefile.def: Remove new- prefix from toplevel
11530         bootstrap targets.
11531         * Makefile.tpl: Likewise.
11533         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11534         target.
11536         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11537         $(RECURSE_FLAGS) to recursive invocation of make.
11539         * Makefile.in: Regenerate.
11540         * configure: Regenerate.
11542 2004-05-30  Andreas Jaeger  <aj@suse.de>
11543             Jim Wilson  <wilson@specifixinc.com>
11545         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11546         like CC.
11548 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11550         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11551         * configure: Regenerate.
11553 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11555         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11556         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11557         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11558         targets.
11559         * Makefile.in: Regenerate.
11561 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11563         * configure.in: Test the ability to symlink directories.
11564         * configure: Regenerate.
11566         * Makefile.def (bootstrap-stage): New definitions.
11567         * Makefile.tpl (configure-stage1-gcc,
11568         configure-stage2-gcc, configure-stage3-gcc,
11569         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11570         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11571         new-restage3, compare): Autogenerate, see Makefile.in
11572         entry for behavioral changes.
11573         (distclean-stage1, new-stage1-start, new-stage1-end,
11574         new-stage1-bubble, distclean-stage2, new-stage2-start,
11575         new-stage2-end, new-stage2-bubble, distclean-stage3,
11576         new-stage3-start, new-stage3-end): New autogenerated targets.
11577         (objext, prebootstrap, BOOT_CFLAGS,
11578         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11579         targets.
11581         * Makefile.in: Regenerate.
11582         (distclean-stage1, new-stage1-start, new-stage1-end,
11583         new-stage1-bubble, distclean-stage2, new-stage2-start,
11584         new-stage2-end, new-stage2-bubble, distclean-stage3,
11585         new-stage3-start, new-stage3-end): New targets.
11586         (all-stage1-gcc): Move prebootstrap dependency from here...
11587         (configure-stage1-gcc): ...to here.
11588         (new-bootstrap): Use bubble targets.
11589         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11590         Use per-stage distclean targets.
11591         (configure-stage1-gcc, configure-stage2-gcc,
11592         configure-stage3-gcc, all-stage1-gcc,
11593         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11594         Use new-stageN-start to prepare the tree.
11596 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11598         * Makefile.def (host_modules): add libcpp.
11599         * Makefile.tpl: Add dependencies on and for libcpp.
11600         * Makefile.in: Regenerate.
11601         * configure.in: Add libcpp host module.
11602         * configure: Regenerate.
11604 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11606         * Makefile.tpl: Whenever a recursive target is defined, wrap
11607         it in a special @if/@endif block, and prepare its maybe
11608         dependency in the @if/@endif block
11609         * configure.in: Instead of writing maybe dependencies, remove
11610         the @if/@endif statements, and remove the @if/@endif blocks
11611         that remain.
11612         * configure: Regenerate.
11613         * Makefile.in: Regenerate.
11615 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11617         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11619 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11621         PR bootstrap/15120
11622         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11623         * */configure: Rebuilt.
11625 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11627         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11628         of libf2c.
11629         * configure, Makefile.in: Regenerate.
11631 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11633         * MAINTAINERS (Write After Approval): Add myself.
11635 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11637         Merge from tree-ssa-20020619-branch.
11639         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11640         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11641         (HOST_GMPLIBS): Define.
11642         (HOST_GMPINC): Define.
11643         (TARGET_LIB_PATH): Add libmudflap.
11644         (GFORTRAN_FOR_TARGET): Define.
11645         (configure-build*): Export GFORTRAN.
11646         (configure-gcc): Export GMPLIBS and GMPINC.
11647         (all-gcc): Add maybe-all-libbanshee.
11648         (configure-target-libgfortran): Define.
11649         * Makefile.in: Regenerate.
11650         * configure.in (host_libs): Add libbanshee.
11651         (target_libraries): Add target-libmudflap and target-libgfortran.
11652         Add --with-libbanshee.
11653         Handle --disable-libmudflap.
11654         (*-*-freebsd*): Use with_gmp.
11655         Add $(libgcj) to noconfigdirs.
11656         * configure: Regenerate.
11657         * depcomp: New file.
11658         * MAINTAINERS: Add tree-ssa maintainers.
11660 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11662         * MAINTAINERS (Various Maintainers): Add myself.
11664 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11666         * MAINTAINERS (Write After Approval): Add myself.
11668 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11670         * MAINTAINERS (Write After Approval): Add myself.
11672 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11674         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11675         * configure: Regenerate.
11677 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11679         Revert:
11680         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11682         * Makefile.def (flags_to_pass): Remove *dir variables that
11683         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11684         as well as prefix and exec_prefix.
11685         * Makefile.in: Regenerate.
11687 2004-04-26  Robert Millan  <robertmh@gnu.org>
11689         Add patches from libtool CVS.
11690         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11691         * ltconfig: Likewise.
11692         * ltcf-c.sh: Likewise.
11693         * ltcf-cxx.sh: Likewise.
11694         * ltcf-gcj.sh: Likewise.
11696 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11698         * Makefile.def (host_modules): Mark with the bootstrap
11699         flag packages on which gcc depends.
11700         * Makefile.tpl (all-bootstrap): Use it.
11701         * Makefile.in: Regenerate.
11703 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11705         * Makefile.def (flags_to_pass): Remove *dir variables that
11706         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11707         as well as prefix and exec_prefix.
11708         * Makefile.in: Regenerate.
11710 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11712         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11713         * configure: Regenerate.
11714         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11715         * gcc/Makefile.tpl (compare): Use the result of the test.
11716         * gcc/Makefile.in: Regenerate.
11718 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11720         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11721         Always relocate gcc and prev-gcc to the original names, even
11722         if the build fails.
11723         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11724         New targets.
11726 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11728         * MAINTAINERS: Update my email address.
11730 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11732         * configure.in (mips*-*-irix5*): Enable ld.
11733         * configure: Regenerate.
11735 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11737         * configure: Regenerate.
11739 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11741         * Makefile.tpl (configure-[+module+], configure-gcc,
11742         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11743         Set and export LDFLAGS.
11744         * Makefile.in: Regenerate.
11746 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11748         * MAINTAINERS: Add myself to write-after-approval.
11750 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11752         PR bootstrap/14871
11753         * Makefile.tpl: If we don't have built-in-tree target tools,
11754         use the ones found by configure rather than hacking around with
11755         program_transform_name.
11756         * configure.in: Give Makefile.tpl the information necessary
11757         to do that.
11758         * Makefile.in: Regenerate.
11759         * configure: Regenerate.
11761 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11763         PR bootstrap/14760
11764         * configure.in: When computing baseargs, strip *all* copies of
11765         offending options.  Also, don't match/substitute the trailing space,
11766         so that this actually works when two similar options are separated by
11767         only one space.
11768         * configure: Regenerate.
11770 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11772         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11773         (rs6000-*-aix*): Same.
11774         * configure: Regenerate.
11776 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11778         * MAINTAINERS: Add myself to write-after-approval.
11780 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11782         * MAINTAINERS: Add myself to write-after-approval.
11784 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11786         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11787         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11788         * Makefile.in: Regenerate.
11790         * configure.in (top level bootstrap support): Rework --enable-werror
11791         to set @stage2_werror_flag@.
11792         * configure: Regenerate.
11793         * Makefile.tpl (top level bootstrap support): Pass
11794         @stage2_werror_flag@ down to configure in stages 2 and 3.
11795         * Makefile.in: Regenerate.
11797 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11799         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11800         for stages 2 and 3 as well as in make.  As a consequence, remove
11801         OUTPUT_OPTION (now detected by configure) from the flags passed down
11802         to make.
11803         * Makefile.in: Regenerate.
11805         * Makefile.tpl (new-bootstrap): Fix typo.
11806         * Makefile.in: Regenerate.
11808 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11810         * Makefile.tpl: Rearrange by moving recursive_targets rules
11811         into their proper sections.
11812         * Makefile.tpl (top level bootstrap support): Move disabling
11813         of coverage flags from 'make' to 'configure'; improve comments.
11814         * Makefile.in: Regenerate.
11816         * Makefile.tpl (experimental top level bootstrap) Move stage1
11817         language setting from all- target to configure- target; disable
11818         intermodule optimization in stage 1; prevent gratuitous rebuilds
11819         of stage 1.
11820         * Makefile.in: Regenerate.
11821         * configure.in: Comma-separate stage 1 language list for top
11822         level bootstrap.
11823         * configure: Regenerate.
11825         * Makefile.tpl: Clean up experimental top level bootstrap support:
11826         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11827         prev-gcc in configure- targets as well as all- targets.
11828         * Makefile.in: Regenerate.
11830 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11832         * compile: New file imported from automake.
11834 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11836         * configure.in: Remove symbolic link section.
11837         * configure: Regenerate.
11838         * Makefile.tpl (links): Remove.
11839         * Makefile.in: Regenerate.
11841 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11842             Nathanael Nerode  <neroden@gcc.gnu.org>
11844         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11845         Set with AC_CHECK_PROGS.
11846         * configure.in: Fix comment typo from last patch.
11847         * configure: Regenerate.
11849 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11851         * Makefile.tpl: Introduce experimental top level bootstrap support.
11852         * Makefile.in: Regenerate.
11853         * configure.in: Introduce support for top level bootstrap.
11854         * configure: Regenerate.
11856 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11857             Paolo Bonzini  <bonzini@gnu.org>
11859         PR bootstrap/14522
11860         * configure.in: Cope with shells that do not support unquoted ^
11861         * configure: Regenerate.
11863 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11864             Paolo Bonzini  <bonzini@gnu.org>
11866         PR bootstrap/14522
11867         * configure.in: Cope with shells that do not support nesting
11868         quotes inside quoted backquote substitutions.
11869         * configure: Regenerate.
11871 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
11873         PR bootstrap/14522
11874         * configure.in: Fix escaping of $.
11875         * configure: Regenerate.
11877 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11879         * configure: Regenerate, since I forgot to while committing Paolo's
11880         changes.
11882 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
11884         PR ada/14131
11885         Move language detection to the top level.
11886         * configure.in: Find default values for the tools as
11887         soon as possible.  Disable ada if GNAT is not found.
11888         Emit error message about missing languages.  Expand
11889         --enable-languages=all for the gcc subdirectory.
11891 2004-03-10  Ben Elliston  <bje@gnu.org>
11893         * MAINTAINERS: Update my email address.
11895 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
11897         * ltconfig: Disable building static libraries if building shared
11898         libraries on AIX 5L.
11900 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
11902         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11903         and disable libgcj.
11904         * configure: Regenerated.
11906 2004-03-01  Brian Booth  <bbooth@redhat.com>
11908         * MAINTAINERS: Add myself to write-after-approval.
11910 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
11912         * MAINTAINERS: Add myself to write-after-approval.
11914 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11916         PR bootstrap/7087
11917         * Makefile.tpl: Guard XFOO sed statements better.
11918         * Makefile.tpl: Add dependency for configure-target-libada.
11919         * Makefile.in: Regenerate (incidentally fixes broken
11920         commit when libada-branch was merged).
11922 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
11924         * MAINTAINERS: Add myself to write-after-approval.
11926 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
11928         * MAINTAINERS: Add Nicola Pero and myself as libobjc
11929         maintainers.
11931 2004-02-20  Andrew Cagney  <cagney@redhat.com>
11933         * config.guess: Update from version 2003-10-16 to 2004-02-16.
11934         * config.sub: Update from version 2003-11-03 to 2004-02-16.
11936 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11938         PR bootstrap/11932
11939         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11941 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
11943         * MAINTAINERS: Added myself to write-after-approval.
11945 2004-02-14  Michael Koch  <konqueror@gmx.de>
11947         * MAINTAINERS: Added myself to write-after-approval.
11949 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
11951         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
11952         some OS port maintainers to OS port maintainers section.
11954 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
11956         * MAINTAINERS: Add self.
11958 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11960         * MAINTAINERS: Alphabetize.
11962 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
11964         * MAINTAINERS: Remove myself.
11966 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
11968         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11969         (rs6000-*-aix*): Same.
11970         * configure: Regenerate.
11972 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
11974         * configure.in (host): Add in missing $noconfigdirs to defines.
11975         * configure: Regenerate.
11977 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
11978             Nathanael Nerode  <neroden@gcc.gnu.org>
11980         PR ada/6637, PR ada/5911
11981         Merge with libada-branch:
11982         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11983         with appropriate dependencies. Add --enable-libada configure switch.
11984         * configure, Makefile.in: Regenerate.
11986 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
11988         * MAINTAINERS: Add myself to write-after-approval.
11990 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11992         * configure.in: Don't pass --with-stabs on IRIX 5 either.
11993         * configure: Regenerate.
11995 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
11997         Merge from upstream:
11999         * ltmain.in: When setting IFS to '~', be careful about user
12000         arguments that contain '~'.
12002         2004-02-04  Peter O'Gorman  <peter@pogma.com>
12004         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
12005         Also test $base_compile against $CC with escaped arguments. Bug
12006         reported by Geoff Keating <geoffk@apple.com>.
12008 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
12010         * MAINTAINERS: Remove i960 port.
12012 2004-01-23  DJ Delorie  <dj@redhat.com>
12014         * Makefile.def (target_modules) [libiberty]: Don't stage.
12015         * Makefile.in: Rebuilt.
12017 2004-01-20  Caroline Tice  <ctice@apple.com>
12019         * MAINTAINERS: Add myself to write-after-approval.
12021 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
12023         * MAINTAINERS: Update my email address.
12025 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
12027         * MAINTAINERS: Add myself to write-after-approval.
12029 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12031         * MAINTAINERS: Remove entries without email address.
12033 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
12035         * MAINTAINERS: Add myself to write-after-approval.
12037 2004-01-15  Steven Bosscher  <stevenb@suse.de>
12039         * MAINTAINERS: Update my email address.
12041 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
12043         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
12044         * Makefile.tpl (configure-target-[+module+]): Support stage.
12045         * Makefile.in: Rebuilt.
12047 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
12049         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
12051 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
12053         * MAINTAINERS: Add myself as a MIPS maintainer.
12055 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12057         * configure.in: Use ./config.cache, not config.cache.
12058         * configure: Regenerate.
12059         * Makefile.tpl: Special-casing not needed for GCC any more.
12060         * Makefile.in: Regenerate.
12062         * configure.in: Don't share a cache file for host dirs.
12063         * configure: Regenerate.
12065         * config-ml.in: Don't mess with the cache file.
12067 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12069         * MAINTAINERS: Move myself from 'Write After Approval' to
12070         'CPU Port Maintainers' section as SPARC maintainer.
12072 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12074         * Makefile.tpl: Make GCC use a separate config.cache.
12075         * Makefile.in: Regenerate.
12077         PR bootstrap/11932, PR bootstrap/11933
12078         (I don't know if it will fix either of them, but it relates
12079         to them.)
12080         * configure.in: Don't use shared config.cache for target
12081         directories.
12082         * configure: Regenerate.
12084 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
12086         * MAINTAINERS: Add myself to 'Write After Approval' section.
12088 2003-12-31  Roger Sayle  <roger@eyesopen.com>
12090         * configure.in (ia64*-*-hpux*): Disable building java libraries.
12091         * configure: Regenerated.
12093 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
12095         * MAINTAINERS: Remove the mn10200 maintainer.
12097 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
12099         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
12100         * configure: Regenerated.
12102 2003-12-16  Jan Hubicka  <jh@suse.cz>
12104         * MAINTAINERS: Add myself as callgraph maintainer.
12106 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
12108         * configure.in (raw_libstdcxx_flags): Remove the leading space.
12109         * configure: Regenerate.
12111 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
12113         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12114         'Write After Approval' section. Update email.
12116 2003-12-01  James Lemke  <jim@wasabisystems.com>
12118         * MAINTAINERS (Write After Approval): Add myself.
12120 2003-11-20  Matt Thomas  <matt@3am-software.com>
12122         * MAINTAINERS: Add myself as a vax port maintainer.
12124 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
12126         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12127         (configure-build-[+module+], configure-[+module+]): Likewise.
12128         (configure-target-[+module+], configure-gcc, config.status): Likewise.
12129         * Makefile.in: Regenerate.
12131 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
12133         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12134         shared/dylibed libraries.
12135         * ltmain.sh: Likewise.
12136         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12137         * ltcf-cxx.sh: Likewise.
12138         * ltcf-gcj.sh: Likewise.
12139         * ltconfig: Likewise.
12141 2003-11-17  Stan Cox  <scox@redhat.com>
12143         * MAINTAINERS: Add myself as iq2000 port maintainer.
12145 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
12147         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12148         * Makefile.in: Regenerate.
12150 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
12152         * config.sub: Update to 2003-11-03 version.
12154 2003-10-20  Phil Edwards  <phil@codesourcery.com>
12156         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
12157         * configure:  Regenerate.
12159 2003-10-20  Nicolas Pitre  <nico@cam.org>
12161         * MAINTAINERS: Add myself to 'Write After Approval' section.
12163 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
12165         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12167 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
12169         * MAINTAINERS: Update my email address.
12171 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12173         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12175 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
12177         * MAINTAINERS: Add myself to 'Write After Approval' section.
12179 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
12181         * config.guess: Update to 2003-10-16 version.
12182         * config.sub: Update to 2003-10-16 version.
12184 2003-10-15  David Daney  <ddaney@avtrex.com>
12186         * MAINTAINERS: Added myself to 'Write After Approval' section.
12188 2003-10-15  Falk Hueffner  <falk@debian.org>
12190         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12191         'Write After Approval' section. Update email.
12193 2003-10-14  Roger Sayle  <roger@eyesopen.com>
12195         * MAINTAINERS: Move myself from 'Write After Approval' to
12196         'Various Maintainers' section as middle-end maintainer.
12198 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12200         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12201         HOST_FLAGS_TO_PASS.
12202         * Makefile.in: Regenerate.
12204 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
12206         * config.guess: Update to 2003-10-07 version.
12207         * config.sub: Update to 2003-10-07 version.
12209 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12211         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12212         * ltconfig (irix5*, irix6*): Don't override version_type.
12214 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
12216         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12217         * configure: Rebuilt
12218         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12219         * Makefile.in: Rebuilt
12221 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
12223         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12225 2003-09-30  Carlo Wood  <carlo@alinoe.com>
12227         * MAINTAINERS (Write After Approval): Add myself.
12229 2003-09-29  Paul Koning  <ni1d@arrl.net>
12231         * MAINTAINERS: Move myself from "Write After Approval"
12232         to CPU platform maintainers for pdp11 platform.
12234 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
12236         * MAINTAINERS: Move myself from 'Write After Approval' to
12237         'Various Maintainers' section as libffi testsuite maintainer.
12239 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
12241         * configure.in: Pass a computed --program-transform-name
12242         to subconfigures.
12243         * configure: Regenerated.
12245 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12247         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12248         * Makefile.in: Regenerate.
12250         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12251         * Makefile.in: Regenerate.
12253 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
12255         * MAINTAINERS: Move myself from 'Write After Approval'
12256         to 'Various Maintainers' (objective-c) section.
12258 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
12260         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12261         quoting.
12262         * configure: Regenerated.
12264 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
12266         * MAINTAINERS (Write After Approval): Add myself to write after
12267         approval list.
12269 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
12271         * MAINTAINERS (Write After Approval): Add myself.
12273 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
12275         * MAINTAINERS: Update my e-mail address.
12277 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
12279         * libtool.m4 (LD): Correct powerpc64 host match.
12281 2003-09-06  James E Wilson  <wilson@tuliptree.org>
12283         * MAINTAINTERS: Update my affiliation and email address.
12285 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12287         * MAINTAINERS (Write After Approval): Add myself.
12289 2003-09-04  DJ Delorie  <dj@redhat.com>
12291         * configure: Regenerate.
12293 2003-09-04  Robert Millan  <robertmh@gnu.org>
12295         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
12297 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12299         * configure.in: Ensure arguments to sed are properly spaced.
12300         * configure: Regenerate.
12302 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
12304         * MAINTAINERS: Update my e-mail address.
12306 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
12308         * MAINTAINERS (Write After Approval): Add myself.
12310 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
12312         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12313         * configure: Regenerated.
12315 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12317         * MAINTAINERS: Update my email address.
12319 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
12321         * configure.in:  Use newline instead of semicolon when assuming
12322         shell arguments in a for loop.
12323         * configure:  Regenerated.
12325 2003-08-22  Jason Eckhardt  <jle@rice.edu>
12327         * MAINTAINERS: Resurrect the i860 maintainer.
12329 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
12331         PR 8180
12332         * configure.in: When testing with_libs and with_headers, treat
12333         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
12334         * configure: Regenerate.
12336         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12337         make, shell, etc.
12338         (baseargs): Likewise.
12339         * configure: Regenerate.
12341 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
12343         * MAINTAINERS (Write After Approval): Add myself.
12345 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
12347         * configure.in: Disable libgcj for darwin not on powerpc.
12348         * configure: Rebuild.
12350 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
12352         * config-ml.in, symlink-tree: Add license.
12354 2003-08-03  Richard Stallman  <rms@gnu.org>
12355             Eben Moglen  <moglen@columbia.edu>
12357         * README.SCO: New file.
12359 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
12361         * Makefile.tpl (check, check-c++): Express dependencies using
12362         dependencies rather than commands.
12363         * Makefile.in: Regenerate.
12365 2003-08-01  Andrew Cagney  <cagney@redhat.com>
12367         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12368         * configure: Ditto.
12370 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
12372         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12373         * Makefile.in: Update.
12375 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
12377         * configure.in: Enable libgcj for darwin.
12378         * configure: Rebuild.
12380 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
12382         * config-ml.in:  Use ac_configure_args directly instead of
12383         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
12384         actually seen.
12386 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12388         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12389         creating target and build subdirs to build all parent dirs as needed.
12390         * Makefile.in: Rebuild.
12391         * configure.in: Don't build dirs explicitly here.
12392         * configure: Rebuild.
12394 2003-07-26  Paul Brook  <paul@nowt.org>
12396         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12398 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
12400         * Makefile.tpl (all-make): Depend on intl.
12401         * Makefile.in: Rebuilt.
12403 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12405         * install-sh:  Update to newer upstream versions (associated with
12406         aclocal 1.7).
12407         * mkinstalldirs:  Likewise.
12408         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
12410 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
12412         * MAINTAINERS: Move self from Bug database only accounts
12413         to write-after-approval.
12415 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
12417         * config.if: Remove unused libc_interface determination.
12419 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12421         * MAINTAINERS: Move self from write-after-approval to
12422         build machinery (*.in).
12424 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12426         PR bootstrap/11273
12427         PR bootstrap/11408
12428         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
12429         unused INSTALL_PROGRAM_ARGS.
12430         * configure.in: Use AC_PROG_INSTALL.
12431         * Makefile.in: Regenerate.
12432         * configure: Regenerate.
12434 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12436         * MAINTAINERS: Alphabetize.
12438 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
12440         * configure: Rebuilt.
12441         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12442         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12443         newlib nor libgloss.
12444         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
12445         * configure.in (am33_2.0-*-linux*): Added.
12447 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
12449         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12450         * configure: Regenerate.
12452 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12454         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12455         * Makefile.in: Regenerate.
12457 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12459         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12460         * Makefile.in: Regenerate.
12462 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12464         * Makefile.tpl: Replace PWD with PWD_COMMAND.
12465         * Makefile.in: Regenerated.
12467         * config-ml.in: Replace PWD with PWD_COMMAND.
12469 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12471         * intl: New directory; see intl/ChangeLog for details.
12472         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12473         * Makefile.tpl: all-gcc depends on maybe-all-intl.
12474         * Makefile.in: Regenerate.
12476 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12478         * configure.in: Clean up config-lang.in handling.  Delete
12479         useless assignment to "subdirs".
12480         * configure: Regenerate.
12482 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12484         * configure.in: Rename 'target_libs' to 'target_libraries'.
12485         Remove useless reference to 'target_libs'.
12486         * configure: Regenerate.
12488 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12490         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12491         * Makefile.in: Regenerate.
12493 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12495         * Makefile.def: Introduce flags_to_pass.
12496         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12497         * Makefile.in: Regenerate.
12499 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12501         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12502         and target-libgloss.
12503         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12504         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12505         * configure: Regenerate.
12507 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12509         * configure.in: Update testsuite_flags to new location.
12510         * configure. Regenerate.
12512 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12514         * Makefile.tpl: Remove BUILD_CC stuff.
12515         * Makefile.in: Regenerate.
12517 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12519         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12521 2003-06-16  Graeme Peterson  <gp@qnx.com>
12523         * MAINTAINERS (Write After Approval): Add myself.
12525 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12527         * config.guess: Update to 2003-06-12 version.
12528         * config.sub: Update to 2003-06-13 version.
12530 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12532         * config.guess: Update to 2003-06-06 version.
12533         * config.sub: Update to 2003-06-06 version.
12535 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12537         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12538         * configure. Regenerate.
12540 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12542         * configure.in: Disable serial configure by default.
12543         * configure: Regenerate.
12544         * Makefile.tpl: Abolish .NOTPARALLEL.
12545         * Makefile.in: Regenerate.
12547         * Makefile.tpl: Replace {build,host,target}_canonical by
12548         {build,host,target}.
12549         * Makefile.in: Regenerate.
12551         * Makefile.tpl: Fix stupid pasto.
12552         * Makefile.in: Regenerate.
12554 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12556         * Makefile.tpl: Remove bogus conditional.
12557         * Makefile.in: Regenerate.
12559 2003-06-05  Jan Hubicka  <jh@suse.cz>
12561         * Makefile.tpl (profiledbootstrap): New target.
12562         * Makefile.in (profiledbootstrap): New target.
12564 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12566         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12567         Pinski. Remove user names from other bugzilla-only maintainers.
12569 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12571         * Makefile.tpl: Make 'recursive targets' using autogen rather
12572         than shell loop.  Remove duplicate 'clean' targets and false
12573         comments.
12574         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12575         Add systematic method of specifying missing targets in subdirs.
12576         Add copyright boilerplate.
12577         * Makefile.in: Regenerate.
12578         * configure.in: Add 'recursive targets' to maybe list.
12579         * configure: Regenerate.
12581         * MAINTAINERS: "GNATS only" -> "Bug database only".
12583         * Makefile.tpl: Rename [+target+] to [+make_target+].
12584         * Makefile.def: Rename 'target' to 'make_target'.
12586 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12588         * MAINTAINERS: Add self as options handling maintainer.
12590 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12592         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12593         been too long since I touched those ports.
12595 2003-05-28  DJ Delorie  <dj@redhat.com>
12597         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12598         * Makefile.in: Regenerate.
12600 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12602         * configure.in: Use curly braces in the definition of tooldir.
12603         * configure: Regenerate.
12605 2003-05-21  DJ Delorie  <dj@redhat.com>
12607         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12608         newlib or libgloss.
12609         * Makefile.in: Regenerate.
12611 2003-05-21  DJ Delorie  <dj@redhat.com>
12613         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12614         * Makefile.in: Regenerate.
12616 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12618         * MAINTAINERS: Update my e-mail address.
12620 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12622         * configure.in: Switch more things to use maybe dependencies.
12623         * Makefile.tpl: Switch more things to use maybe dependencies.
12624         Factor out common code from autogen IF statements.
12625         * configure: Regenerate.
12626         * Makefile.in: Regenerate.
12628 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12630         * configure.in: Accept i[3456789]86 for machine type.
12631         * configure: Regenerate.
12633 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12635         * configure.in: Switch more things to use maybe dependencies.
12636         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12637         * configure: Regenerate.
12638         * Makefile.tpl: Switch more things to use maybe dependencies.
12639         * Makefile.in: Regenerate.
12641 2003-05-16  Andreas Schwab  <schwab@suse.de>
12643         * Makefile.tpl (install-opcodes): Define.
12644         * Makefile.in: Rebuild.
12646 2003-05-13  Andreas Jaeger  <aj@suse.de>
12648         * config.guess: Update to 2003-05-09 version.
12649         * config.sub: Update to 2003-05-09 version.
12651 2003-05-13  Michael Eager  <eager@mvista.com>
12653         * configure.in: Correct sed script so that options in quotes are not
12654         deleted.
12655         * configure: Rebuild.
12657 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12659         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12660         and $$s/newlib/libc/sys/cygwin32 include paths.
12661         * configure: Ditto.
12663 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12665         * MAINTAINERS: Update my email addresses.
12667 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12669         * config-ml.in: Propagate INSTALL variables.
12671 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12673         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12675 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12677         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12678         * Makefile.in: Regenerate.
12680 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12682         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12684 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12686         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12688 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12690         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12691         * Makefile.in: Regenerated.
12693 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12695         * MAINTAINERS (Write After Approval): Upgrade myself from
12696         GNATS only to write-after-approval. Update my mail address.
12698 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12700         (OS Port Maintainers: freebsd): Add myself.
12702 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12704         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12706 2003-04-22  Kean Johnston  <jkj@sco.com>
12708         * MAINTAINERS (SCO ports): Added myself.
12710 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12712         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12714 2003-04-19  Kean Johnston  <jkj@sco.com>
12716         * MAINTAINERS (Write After Approval): Add myself.
12718 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12720         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12721         * Makefile.in: Regenerate.
12723 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12725         * configure.in (powerpc64*-*-linux*): Remove.
12726         * configure: Rebuilt.
12728 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12730         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12731         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12732         and restrap.
12733         * Makefile.in:  Regenerate.
12735 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12737         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12738         * configure: Regenerated.
12740 2003-04-15  DJ Delorie  <dj@redhat.com>
12742         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12744 2003-04-13  Nick Clifton  <nickc@redhat.com>
12746         * config-ml.in: Remove support for --disable-aix removing
12747         call-aix multilibs.
12749 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12751         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12752         * */configure: Rebuilt.
12754 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12756         * MAINTAINERS: Add my email address.
12758 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12760         * MAINTAINERS (Write After Approval): Add myself.
12762 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12764         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12765         * Makefile.in: Regenerate.
12767 2003-03-14  Michael Chastain  <mec@shout.net>
12769         * Makefile.in: Regenerate with correct Makefile.def.
12771 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12773         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12774         Make macro.
12775         * Makefile.in: Regenerate.
12776         * configure.in: Clean up gxx_include_dir logic.
12777         * configure: Regenerate.
12779 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12781         * MAINTAINERS (Write After Approval): Add myself.
12783 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12785         * MAINTAINERS: Update my mail address.
12787 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12789         * configure.in (gxx_include_dir): Fix typo.
12790         * configure: Regenerated.
12792 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12794         * Makefile.tpl: Reindent.
12795         * Makefile.in: Regenerate.
12796         * configure.in: Reindent.  Don't set unused variables.
12797         * configure: Regenerate.
12799 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12801         * configure.in: Include $(build_tooldir)/sys-include in
12802         FLAGS_FOR_TARGET.
12803         * configure: Regenerated.
12805 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12807         * Makefile.tpl: Always pass down RANLIB.
12808         * Makefile.in: Regenerate.
12810         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12811         * Makefile.in: Regenerate.
12812         * configure.in: Remove unused logic relating to --enable-shared
12813         and --enable-threads.  Remove bogus comments.  Remove redundant
12814         noconfigdirs.
12815         * configure: Regenerate.
12817         * configure.in: Replace ${libstdcxx_version} by its value.
12818         Remove reference to mh-dgux.
12819         * configure: Regenerate.
12821 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12823         * MAINTAINERS (Write After Approval): Add myself.
12825 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12827         * Makefile.tpl: Rearrange.
12828         * Makefile.in: Regenerate.
12830 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12832         * configure.in: Add support for kaOS as cross build target system.
12833         * configure: Regenerated.
12835 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12837         * MAINTAINERS (Write after approval): Add myself.
12839 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12841         * MAINTAINERS: Update my email address.
12843 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12845         * MAINTAINERS: Add self to blanket write privs. section.
12847 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12849         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12850         configure-target-* as some target builds may require additional
12851         flags for preprocessor tests.
12852         * Makefile.in: Regenerated.
12854 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12856         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12857         * ltconfig: Handle it.
12858         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12859         auto-detecting it.
12861         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12862         it is used as argument to $CC.
12863         * ltcf-gcj.sh: Likewise.
12865         * configure.in: Introduce --enable-maintainer-mode.
12866         * configure: Rebuilt.
12867         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12868         for maintainer mode.
12869         * Makefile.in: Rebuilt.
12871 2003-02-18  Jason Merrill  <jason@redhat.com>
12873         * Makefile.tpl (check-c++): Allow parallelism.
12875 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12877         * MAINTAINERS: Remove John Carr (who never actually had access to
12878         gcc.gnu.org).
12880 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12882         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12883         don't configure target-libobjc.
12884         * configure: Regenerate.
12886 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12888         * Makefile.tpl (RANLIB): Define.
12889         * Makefile.in: Regenerate.
12891 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
12893         * MAINTAINERS: Update my email.
12895 2003-02-06  Keith R Seitz  <keiths@redhat.com>
12897         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12898         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12899         * Makefile.in: Regenerated.
12900         * configure.in: Remove all traces of snavigator, db, and grep.
12901         * configure: Regenerated.
12903 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12905         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12906         After Approval.
12908 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12910         * MAINTAINERS (Write after approval): Add myself.
12912 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
12914         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12915         * Makefile.in: Regenerated.
12917 2003-01-30  Roger Sayle  <roger@eyesopen.com>
12919         * config.guess: Updated to 2003-01-30's version.
12920         * config.sub: Updated to 2003-01-28's version.
12922 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
12924         * config.if: If gcc_version is already set, just use it.  Don't set
12925         gcc_version_trigger if it's already set, otherwise set it to
12926         gcc/version.c, but only if the file exists.  If it is not set and
12927         gcc/version.c does not exist, try to extract the version number from
12928         $CC.
12930 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
12932         * MAINTAINERS: Add myself to write-after-approval list.
12934 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
12936         * configure.in:  Revert 24Jan change.
12937         * configure:  Regenerate.
12939 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12941         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
12942         entry of HJ Lu.
12944 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12946         * configure.in: Revert previous change.
12947         * configure: Regenerate.
12949 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12951         * configure.in: Make rda native-only.
12952         * configure: Regenerate.
12954 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12956         * MAINTAINERS: Move myself from GNATS-only-accounts to
12957         write-after-approval.
12959 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12961         * configure.in: Add missing \.
12962         * configure: Rebuilt.
12964 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
12966         * configure.in (baseargs): Avoid using \| in sed regular
12967         expressions.
12968         * configure: Rebuilt.
12970 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
12972         * configure.in (baseargs): Remove all supported forms of
12973         --cache-file, --srcdir, --host, --build and --target options
12974         from argument lists.
12975         * configure: Rebuilt.
12977 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
12979         * MAINTAINERS: Add myself to write-after-approval list.
12981 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
12983         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12984         * configure: Rebuilt.
12986 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12988         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12989         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12990         * Makefile.in: Regenerate.
12991         * configure: Regenerate.
12993 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12995         * configure.in: Remove Makefile in build, host and target modules
12996         unless configure was run with --no-recursion.
12997         * configure: Rebuilt.
12999 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13001         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
13002         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
13003         * Makefile.in: Regenerate.
13005 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
13007         * config.guess: Update to 2003-01-03 version.
13008         * config.sub: Update to 2003-01-03 version.
13010 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13012         * configure: Regenerate with proper autoconf 2.13.
13014 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13016         * configure.in: Add AC_PREREQ for consistency.
13017         * configure: Regenerate.
13019 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
13021         * configure.in (GDB_TK): Add tcl directories conditional on
13022         gdb/gdbtk directory being present.
13023         * configure: Regenerate.
13025 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
13027         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
13028         used by gcc if LD is not defined and we are not doing a Canadian Cross.
13029         * configure: Rebuilt.
13031 2002-12-31  Tom Tromey  <tromey@redhat.com>
13033         * Makefile.in: Rebuilt.
13034         * Makefile.def (target_modules) [libffi]: Allow installation.
13036 2002-12-31  Andreas Schwab  <schwab@suse.de>
13038         * configure.in: Fix use of $program_transform_name.
13039         * configure: Regenerated.
13041 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
13043         * configure.in (baseargs): Don't remove first configure argument.
13044         * configure: Regenerated.
13046 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
13048         * Makefile.tpl (local-distclean): Don't remove...
13049         (multilib.ts): ... this.  Moved into...
13050         (multilib.out): ... this.  Don't use sub-make.
13051         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
13052         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
13053         (configure-build-[+module+], configure-[+module+],
13054         configure-target-[+module+], configure-gcc): ... these.  Test
13055         for Makefile existence.  Drop config.status from dependencies.
13056         * Makefile.in: Rebuilt.
13057         * configure.in: Move gcc-version-trigger to the end of
13058         ac_configure_args.  Add comments to maybedep.tmp and
13059         serdep.tmp.  Introduce --disable-serial-configure.  Remove
13060         nonopt from baseargs, matching and removing corresponding
13061         whitespace while at it.
13062         * configure: Rebuilt.
13064 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
13066         * configure.in (host_configargs): Replace reference to
13067         no-longer-defined buildopts with --build=${build_alias}.
13068         * configure: Rebuilt.
13070         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
13071         program_transform_name to standard idiom.
13072         (AUTOGEN, AUTOCONF): Define.
13073         (Makefile.in): Use $(AUTOGEN).
13074         (Makefile): Depend on config.status, and use autoconf-style rule to
13075         build it.  Move original commands to...
13076         (config.status): ... this new target.
13077         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
13078         $(AUTOCONF).
13079         * Makefile.in: Rebuilt.
13081 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
13083         * Makefile.tpl: Fix dramatic bustage due to change in
13084         program_transform_name.
13085         * Makefile.in: Regenerate.
13087         * configure.in: Remove unnecessary PATH setting.
13088         * configure: Regnerate.
13090         * configure.in: Don't default to unprefixed tools unless
13091         the native tools will work.
13092         * configure: Regenerate.
13094         * configure.in: Convert to autoconf script.  Blow away lots
13095         of now-redundant Makefile fragments.
13096         * configure: Generate using Autoconf.
13097         * Makefile.tpl: Rewrite to reflect autoconfiscation.
13098         * Makefile.in: Regenerate.
13100 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
13102         * configure: Fix stupid bug where RANLIB was mistakenly included.
13104         * configure.in: Rename (buildargs, hostargs, targargs) to
13105         (build_configargs, host_configargs, target_configargs).
13107         * configure.in: Move logic out of sed statement.
13109         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
13110         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13112 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
13114         * config.sub: Import from master repository
13115         * config.guess: Ditto
13117 2002-12-24  Andreas Schwab  <schwab@suse.de>
13119         * Makefile.tpl (multilib.out): Fix missing space.
13120         * Makefile.in: Regenerate.
13122 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13124         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
13125         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
13126         * Makefile.in: Regenerate.
13127         * configure.in: Remove unnecessary leftovers.
13129 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
13131         * configure.in (extra_ranlibflags_for_target): New variable.
13132         (*-*-darwin): Add -c to ranlib commands.
13133         * configure (tooldir): Handle extra_ranlibflags_for_target.
13135 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13137         * Makefile.tpl: Revert HJL's change.
13138         * Makefile.in: Regenerated.
13139         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13140         always.
13142 2002-12-19  Andreas Schwab  <schwab@suse.de>
13144         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13145         * Makefile.in: Regenerate.
13147 2002-12-18  H.J. Lu  <hjl@gnu.org>
13149         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13150         * Makefile.in: Regenerated.
13152         * configure.in (build_prefix): New. Substitute.
13154 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
13156         * Makefile.tpl: Don't let real targets depend on phony targets.
13157         * Makefile.in: Regenerate.
13159         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13160         * Makefile.in: Regenerate.
13162 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
13164         * config.sub: Import from master repository
13165         * config.guess: Ditto
13167 2002-12-16  Jason Merrill  <jason@redhat.com>
13169         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13170         previous 'make bootstrap'.
13171         * Makefile.in: Regenerate.
13173 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
13175         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13177 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
13179         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13180         * Makefile.in: Regenerate.
13182 2002-12-13  Jason Merrill  <jason@redhat.com>
13184         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
13185         library tests.
13186         (check-c++): Just depend on it and check-target-libstdc++-v3.
13187         * Makefile.in: Regenerate.
13189 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13191         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13192         * Makefile.in: Rebuilt.
13194 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13196         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13198 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13200         * configure: Fix bug put in by gremlins.
13202         * Makefile.tpl: Substitute more autoconfily.
13203         * configure: Substitute more autoconfily.
13204         * Makefile.in: Regenerate.
13206 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
13208         * config.sub: Import from master repository
13209         * config.guess: Ditto
13210         * MAINTAINERS: Added Svein Seldal under write after approval
13212 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
13214         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13215         * Makefile.in (all-sim): Ditto.
13217 2002-12-06  DJ Delorie  <dj@redhat.com>
13219         * Makefile.tpl: Change configure dependencies to not have real
13220         targets depend on phony targets.
13222 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
13224         * configure.in: Revert unintentional change.
13226         * Makefile.tpl: Change dependency for */multilib.out so that
13227         it works when gcc isn't in the tree.
13229         * configure.in: Substitute more.
13230         * configure: Run subconfigures from the Makefile.
13231         * Makefile.tpl: Run subconfigures from the Makefile; add a few
13232         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
13234 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13236         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13238 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13240         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13241         and corresponding dependencies.
13242         * Makefile.in: Regenerate.
13244         * configure.in (host_tools): Order binutils, gas and ld for
13245         convenience in running the testsuites.
13247         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13248         * Makefile.in: Regenerate.
13249         * configure.in: Introduce rules to serialize subconfigure runs.
13251         * configure.in: Introduce BASE_CC_FOR_TARGET.
13252         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
13253         Realize configure-build-* targets.  Realize configure-target-* targets.
13254         * Makefile.in: Regenerate.
13256 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13258         * configure: Move gcc_version_trigger stuff from here...
13259         * configure.in: ...to here.
13261         * configure.in: Separate subconfigure options added by this file from
13262         options given by the user.  Add machinery to put args for host
13263         subconfigures into the Makefile.
13265         * Makefile.tpl: Remove 'vault' targets.
13266         * Makefile.tpl: Reorder and comment dependencies.
13267         * Makefile.in: Regenerate.
13269 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13270         * configure.in: Fix my broken commit of previous patch. (sigh)
13272 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13274         * configure.in: Move host-specific darwin noconfigdirs into
13275         the host-specific section.
13277 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13279         * configure.in: Move host-specific darwin noconfigdirs into
13280         the host-specific section.
13282 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
13284         * configure: Remove skip-this-dir support.
13285         * Makefile.tpl: Remove skip-this-dir support.
13287         * Makefile.tpl: Remove leftover support for non-autoconfiscated
13288         subdirectories.
13289         * Makefile.in: Regenerate.
13291         * Makefile.tpl: Strip out useless setting of 'dir'.
13292         * Makefile.in: Regenerate.
13294 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13296         * configure.in: Fix deeply stupid bug.
13298         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13299         shell code in CXX_FOR_TARGET
13300         * Makefile.def: Introduce raw_cxx.
13301         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13302         RAW_CXX_FOR_TARGET.
13303         * Makefile.in: Regenerate.
13305 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
13307         * Makefile.tpl: Remove unnecessary ifs.
13308         * Makefile.in: Regenerate.
13310         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
13311         dependencies.  Maybe-ize build-libiberty.  Create dummy install
13312         targets for 'no_install' modules.
13313         * configure: Move GDB_TK substitution to configure.in.  Move
13314         build_modules stuff to configure.in.
13315         * configure.in: Implement soft dependency machinery.  Maybe-ize
13316         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
13317         * Makefile.in: Regenerate.
13319 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13321         * Makefile.tpl: Make all-target, install-target behave similarly
13322         to all, install (only hitting configured targets).  Eliminate
13323         unused macro defintions.
13325         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13326         build != host.
13328         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13330         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13332         * configure.in: Produce lists of subdir targets we're actually
13333         configuring.  Remove references to "dosrel".
13334         * Makefile.tpl: Let configure set which subdir targets are hit.
13335         Remove install-cross; clean up install; remove ALL.  Remove
13336         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
13337         Autogenerate host module targets.  Remove empty dependency lines
13338         and redundant dependency; rearrange slightly.
13339         * Makefile.def: Add host-side libtermcap, utils.
13341         * Makefile.in: Regenerate.
13343 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13345         * ltconfig (osf[345]): Append $major to soname_spec.
13346         Reflect this in library_names_spec.
13347         * ltmain.sh (osf): Prefix $major with . for use as extension.
13349 2002-11-19  Andreas Jaeger  <aj@suse.de>
13351         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13352         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13353         and sparc64 GNU/Linux systems.
13355 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
13357         * MAINTAINERS: Update email.
13359 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13361         * MAINTAINERS: Complete James Dennett's entry.
13363 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
13365         * MAINTAINERS (Write After Approval): Add myself.
13367 2002-11-13  Bruce Korb  <bkorb@gnu.org>
13369         * Makefile.tpl: syntactic cleanup
13371 2002-11-13  Stuart Hastings  <stuart@apple.com>
13373         * MAINTAINERS: Add myself to write-after-approval list.
13375 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13377         * Makefile.def: Add list of recursive targets to autogenerate.
13378         Add build_modules.
13379         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
13380         targets.  Autogenerate *-build-* targets.
13381         * Makefile.in: Regenerate.
13383 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13385         * configure: More autoconf-style substitutions.
13386         * Makefile.tpl: More autoconf-style substitutions.
13387         * Makefile.in: Regenerate.
13389 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13391         * configure: Substitute more variables in a more autoconf-friendly
13392         way.  Simplify slightly.
13393         * Makefile.tpl: Make more variables substitutable in an
13394         autoconf-friendly way.
13395         * Makefile.in: Regenerate.
13397 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
13399         * MAINTAINERS (Write After Approval): Add myself.
13401 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13403         * configure.in (v810*): Remove special setting of tools.
13405         * configure: Add support for extra required flags for ar or nm.
13406         * configure.in (aix4.3+): Use above support for target-specific
13407         issues, rather than using config/mt-aix43.
13409 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13411         * configure: Remove 'removing', which doesn't work.  Replace $subdir
13412         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
13413         with $srcdir.  Reformat indentation.  Substitute some variables
13414         formerly hard-coded in the Makefile for build=host.
13415         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13416         * Makefile.def: Autogenerate more.
13417         * Makefile.in: Regenerate.
13419 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13421         * MAINTAINERS (Write After Approval): Add myself.
13423 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
13425         * Makefile.def (host_modules): Add rda.
13426         * Makefile.in: Regenerate.
13427         * configure.in (target_tool): Add target-rda to list.
13429 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13431         * MAINTAINERS: Remove "co-maintainer" note for web pages.
13433 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
13435         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
13436         and restrap targets to this rule.
13437         * Makefile.in:  Regenerate.
13439 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13441         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13442         GNATS only accounts.
13444 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
13446         * configure.in (i[3456]86-*-linux*): Add check to disable
13447         ${libgcj} for glibc1.
13449 2002-10-24  Denis Chertykov  <denisc@overta.ru>
13451         * MAINTAINERS: Add myself as ip2k port maintainer.
13453 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
13455         * configure.in: Add tic4x target.
13457 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13459         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13460         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13461         * Makefile.in: Regenerate.
13463         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13464         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13465         * Makefile.in: Regenerate.
13467 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
13469         * MAINTAINERS: Add myself as web pages co-maintainer.
13471 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13473         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13474         * Makefile.in: Regenerate.
13476 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
13478         * MAINTAINERS: Add myself and Nathan Sidwell
13479         <nathan@codesourcery.com> as VxWorks maintainers.
13481 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13483         * Makefile.def: Remove order dependency comments.
13484         * Makefile.tpl: Add explicit install-install dependencies.
13485         * Makefile.in: Regenerate.
13487         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13488         * Makefile.in: Regenerate.
13490         * Makefile.tpl: Add configure-target (for src-release in src)
13491         * Makefile.in: Regenerate.
13493 2002-09-30  Nick Clifton  <nickc@redhat.com>
13495         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13497 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13499         * configure.in (s390*-*-linux*): Enable libgcj.
13501 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13503         * configure: Revert accidentally applied changes.
13505         * Makefile.tpl: Make more autoconf-friendly.
13506         * Makefile.in: Regenerate.
13507         * configure: Make substitution more autoconf-like.
13509 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13511         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13512         single entry to handle all these.
13513         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13514         libjava on arm-*-elf.
13516 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13518         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13519         things that depend on them.
13521 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13523         * Makefile.tpl: Make subsituted variables more autoconfy.
13524         * Makefile.in: Regenerate.
13525         * configure: Make seds more autoconfy.
13527 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13529         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13530         * Makefile.in: Regenerate.
13531         * configure.in: Rewrite sed statements to look autoconfy.
13533         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13534         all-target-foo on configure-target-foo.
13535         * Makefile.def: Ditto.
13536         * Makefile.in: Rebuild.
13538 2002-09-25  Andrew Haley  <aph@redhat.com>
13540         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13542 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13544         * Makefile.def: New file.
13545         * Makefile.tpl: New file.
13546         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13547         * contrib/gcc_update: Note that Makefile.in is a generated file.
13549         * configure.in: Minor rearrangement.  Simplify tests.
13551 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13553         * configure.in (with_headers): Skip copy if value is "yes".
13554         (with_libs): Likewise.
13556 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13558         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13559         * configure.in (sh*-*-pe*): Ditto.
13560         * configure.in (mips*-*-pe*): Ditto.
13561         * configure.in (*arm-wince-pe): Ditto.
13563         * configure.in: Rearrange.
13565 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13567         * MAINTAINERS: Update my email address.
13569 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13571         * MAINTAINERS: (Write After Approval): Add myself.
13573 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13575         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13577 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13579         * MAINTAINERS: Change my mailing address.
13581 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13583         * MAINTAINERS (Write After Approval): Remove myself.
13584         (Various Maintainers: c++ runtime libs): Add myself.
13586 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13588         * MAINTAINERS (Write After Approval): Remove myself.
13589         (Various Maintainers: c++ runtime libs): Add myself.
13591 2002-08-15  Eric Christopher  <echristo@redhat.com>
13593         * config.sub: Import from master repository.
13594         * config.guess: Ditto.
13596 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13598         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13599         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13600         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13602 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13604         * MAINTAINERS: Add self to rs6000 vector extensions.
13606 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13608         * libiberty/configure: Reverted unintended yesterday's check in.
13610 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13612         * boehm-gc/configure, libf2c/configure: Rebuilt.
13613         * libffi/configure, libiberty/configure: Ditto.
13614         * libjava/configure, libobjc/configure: Ditto.
13615         * libstdc++-v3/configure, zlib/configure: Ditto.
13616         Merged from binutils:
13617         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13618         From Steve Ellcey <sje@cup.hp.com>:
13619         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13620         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13621         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13622         IA64.
13623         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13624         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13625         soname_spec, sys_lib_search_path_spec): Ditto.
13627 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13629         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13631 2002-08-04  H.J. Lu  (hjl@gnu.org)
13633         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13635 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13637         * MAINTAINERS (Write After Approval): Add myself.
13639 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13641         * configure.in: Move generic linux case to end.  Copy generic
13642         linux noconfigdirs to mips*-*-linux* entry and new
13643         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13645 2002-07-19  Michael Matz  <matz@suse.de>
13647         * MAINTAINERS: Add myself as ra* maintainer.
13649 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13651         * config.guess: Update to 2002-07-09 version.
13652         * config.sub: Update to 2002-07-03 version.
13654 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13656         * MAINTAINERS: Fix typo in a maintainer email address.
13658 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13660         * configure.in: Remove two redundant tests.
13662 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13664         * configure.in (mips*-*-irix6*o32): Enable stabs.
13666 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13668         * configure.in: Don't build grez.
13669         * Makefile.in: Ditto.
13671         * Makefile.in: Remove references to bsp, cygmon, libstub.
13672         * configure.in: Ditto.
13674         * configure.in: Remove leftover reference to gdbtest.
13676 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13678         * configure.in (gxx_include_dir):  Change to match versioned
13679         C++ headers if --enable-version-specific-runtime-libs is used.
13681 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13683         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13685 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13687         * configure.in: Make --without-x work.
13689 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13691         * configure.in: Rearrange target Makefile fragment collection.
13693         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13694         cvs[src].
13695         * configure.in: Ditto.
13697 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13699         * MAINTAINERS (Write After Approval): Update my e-mail address.
13701 2002-06-24  Ben Elliston  <bje@redhat.com>
13703         * configure.in (host_tools): Remove cgen.
13705         * Makefile.in (all-cgen): Remove; runs from its source directory.
13706         (check-cgen, install-cgen, clean-cgen): Likewise.
13707         (all-opcodes): Do not depend on all-cgen.
13708         (all-sim): Likewise.
13710 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13712         * Makefile.in: Eliminate 'apache' targets.
13713         * configure.in: Eliminate 'apache' targets.
13715         * configure.in: Eliminate redundant tests.  Reorganize.
13717         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13719         * config-ml.in: Eliminate references to Cygnus configure.
13721         * Makefile.in: Eliminate references to building emacs.
13723 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13725         * MAINTAINERS: Update my email address.
13727 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13729         * config.if (libstdcxx_incdir): Version C++ headers.
13730         (cxx_incdir): Remove.
13732 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13734         * MAINTAINERS (Write After Approval): Add self.
13736 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13738         * configure.in: Add support for ip2k.
13740 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13742         * configure.in: Fix AIX configury bug.
13744 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13746         * MAINTAINERS (Write After Approval): Add self.
13748 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13750         * configure.in: replace ${topsrcdir} with ${srcdir}
13752         * configure.in: Move definition of libstdcxx_flags
13753         right above usage, rather than waaay earlier.
13755         * configure.in: Pull definition of is_cross_compiler earlier.
13757         * configure.in: Rearrange a little.
13759         * configure.in: Remove references to librx.
13760         * Makefile.in: Remove references to librx.
13762 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13764         * config.sub: Add support for avr target.
13765         Import from master sources, rev 1.255
13767 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13769         * configure, .cvsignore:  Revert previous change...
13770         * Makefile:  ...delete.
13772 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13774         * configure.in: Eliminate ${gasdir} variable.
13776 2002-06-18  Dave Brolley  <brolley@redhat.com>
13778         * configure.in: Add support for frv.
13779         * config.sub: Add support for frv.
13781 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13783         * configure:  Remove garbage from previous commit.
13785 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13787         * configure:  For in-source builds, make a subdir and re-exec there.
13788         * Makefile:  New file.  Pass targets through to build directory.
13789         * .cvsignore:  No longer ignore "Makefile".
13791 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13793         * MAINTAINERS (Write After Approval): Add self.
13795 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13797         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13799 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13801         * configure.in (vax-*-netbsd*): Re-enable gas.
13803 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13805         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13806         BUILD_PREFIX_1, to correct nomenclature.
13807         * configure: Likewise.
13809         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13810         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13812 2002-05-31  Olaf Hering  <olh@suse.de>
13814         * config-ml.in: Propogate DESTDIR also.
13816 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13818         * configure.in (vax-*-netbsd*): Don't build gas for this
13819         platform.
13821 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13823         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13824         and libgcj for AVR.
13826 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13828         * MAINTAINERS (Write After Approval): Add myself.
13830 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13832         * config.guess: Update to 2002-05-22 version.
13833         * config.sub: Likewise.
13835 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13837         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13838         * config-ml.in: Likewise.
13839         * configure: Likewise.
13840         * configure.in: Likewise.
13842 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13844         * MAINTAINERS: Update my email address.
13846 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13848         * configure.in: Simplify makefile fragment collection.
13850         * configure.in: Remove code to build emacs.
13852         * configure.in : Remove --srcdir argument from targargs and buildargs
13853         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13855         * configure: Move some logic to configure.in.
13856         * configure.in: Move some logic from configure.
13858 2002-05-11  Tom Tromey  <tromey@redhat.com>
13860         * MAINTAINERS: Reflect libgcj reality.
13862 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
13864         * Makefile.in: Honour DESTDIR.
13866 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
13868         * config.guess: Import 2002-03-20 version.
13869         * config.sub: Import 2002-04-26 version.
13871 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13873         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13875 2002-05-07  Tim Josling  <tej@melbpc.org.au>
13877         * MAINTAINERS: Add self.
13879 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
13881         * ltmain.sh: Detect and handle object name conflicts
13882         while piecewise linking a static library.
13884 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
13886         * configure.in (noconfigdirs): Don't disable libgcj on
13887         sparc64-*-solaris* and sparcv9-*-solaris*.
13889 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
13891         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13893 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
13895         * configure.in (FLAGS_FOR_TARGET): Do not add
13896         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13897         on i[3456]86-*-linux*.
13899 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
13901         * configure.in (noconfigdirs): Replace [ ] with test.
13903         * configure.in (noconfigdirs): Do not add target-newlib if
13904         target == i[3456]86-*-linux*, and host == target.
13906 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
13908         * configure.in: delete reference to absent file
13910         * configure.in: replace '[' with 'test'
13912         * configure.in: Eliminate references to gash.
13913         * Makefile.in: Eliminate references to gash.
13915         * configure.in: remove useless references to 'pic' makefile fragments.
13917         * configure.in: (*-*-windows*) Finish removing.
13919         * configure.in: Eliminate redundant test for libgui.
13921 2002-04-29  Roger Sayle  <roger@eyesopen.com>
13923         * MAINTAINERS: Add self and realphabetize.  Update entries
13924         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
13925         entry for a29k port maintainer.
13927 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
13929         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13930         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13932 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
13934         * configure.in: remove references to dead files
13936 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
13938         * MAINTAINERS: Add information about purpose of this file.
13940 2002-04-18  Tom Tromey  <tromey@redhat.com>
13942         * configure.in: Disallow configuring libgcj when it is already
13943         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
13944         Solaris 2.8 by default.  For PR libgcj/6158.
13946 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13948         * configure.in:  Move default CC setting out of config/mh-* fragments
13949         directly into here.
13951 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13953         * configure.in: don't even try to configure or make a subdirectory
13954         if there's no configure script for it.
13956 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
13958         * MAINTAINERS: Remove chill maintainers.
13959         * Makefile.in (CHILLFLAGS): Remove.
13960         (CHILL_LIB): Remove.
13961         (TARGET_CONFIGDIRS): Remove libchill.
13962         (CHILL_FOR_TARGET): Remove.
13963         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13964         CHILL_LIB.
13965         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13966         (CHECK_TARGET_MODULES): Likewise.
13967         (INSTALL_TARGET_MODULES): Likewise.
13968         (CLEAN_TARGET_MODULES): Likewise.
13969         (configure-target-libchill): Remove.
13970         (all-target-libchill): Remove.
13971         * configure.in (target_libs): Remove target-libchill.
13972         Do not compute CHILL_FOR_TARGET.
13973         * libchill: Remove directory.
13975 2002-04-11  DJ Delorie  <dj@redhat.com>
13977         * Makefile.in, configure.in: Sync with binutils, entries
13978         follow...
13980 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
13982         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
13983         (do-tar, do-bz2): New rules.
13984         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
13985         (gdb-tar): New rule.
13986         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
13987         (insight_dejagnu.tar): New rule.
13988         (insight.tar): New rule.
13989         (gdb+dejagnu.tar): New rule.
13990         (gdb.tar): New rule.
13992 2002-02-01  Mo DeJong  <supermo@bayarea.net>
13994         * Makefile.in: Add all-tix to deps for all-snavigator
13995         so that tix is built when building snavigator.
13997 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
13999         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
14000         ld and gdb are not supported.
14002 2002-01-07  Mark Salter  <msalter@redhat.com>
14004         * configure.in: Remove target-bsp and target-cygmon from arm builds.
14005         Allow target-libgloss to be built for arm, strongarm, and xscale.
14007 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
14009         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
14010         options for i[3456]86-pc-linux* native builds.
14012 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
14014         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
14015         files from .po files for a distribution.
14017 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
14019         * configure.in: Enable libstdc++-v3 for h8300 targets.
14021 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
14023         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
14024         version from bfd/.
14026 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
14028         * Makefile.in (VER): When present, extract the version number from
14029         the file version.in.
14031 2001-05-24  Tom Rix  <trix@redhat.com>
14033         * configure.in : enable ld for aix
14035 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14037         * config.guess: Add linux target for S/390.
14039 2000-11-07  Philip Blundell  <pb@futuretv.com>
14041         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
14043 2000-11-03  Philip Blundell  <pb@futuretv.com>
14045         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
14046         files.
14048 2001-01-15  Ben Elliston  <bje@redhat.com>
14050         * configure.in (host_tools): Add sid.
14051         Always configure cgen.
14053 2000-11-24  Nick Clifton  <nickc@redhat.com>
14055         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
14057 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
14059         * Makefile.in (ALL_MODULES): Add all-cgen.
14060         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
14061         (all-cgen): New target.
14062         (all-opcodes,all-sim): Depend on all-cgen.
14063         * configure.in (host_tools): Add cgen.
14064         Only configure cgen if --enable-cgen-maint.
14066 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
14068         * configure.in: Add *-*-freebsd* configurations.
14070 2002-04-08  Tom Tromey  <tromey@redhat.com>
14072         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
14073         Fixes PR libgcj/6068.
14075 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
14077         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
14079 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14081         * configure.in (alpha*-dec-osf*): Enable libgcj.
14083 2003-03-27  Matthew Gingell  <gingell@gnat.com>
14085         * MAINTAINERS (Write After Approval): Add myself.
14087 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
14089         Fix for: PR bootstrap/3591, target/5676
14090         * configure.in (mcore-pe): Disable the configuration of
14091         libstdc++-v3 since exceptions are not supported.
14093 2002-03-20  Anthony Green  <green@redhat.com>
14095         * configure.in: Enable libgcj for xscale-elf target.
14097 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
14099         * MAINTAINERS:  Update my email address.
14101 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
14103         * ltmain.sh (relink_command): Fix typo in previous change.
14105 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
14107         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
14108         (relink_command): Added --tag flags.
14109         (mode=install): If relinking fails; error out.
14111 2002-03-12  Richard Henderson  <rth@redhat.com>
14113         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
14114         .NOTPARALLEL tag.
14115         (do-check): Rename from check.
14116         (check): Allow parallel check.
14118 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14120         * MAINTAINERS: Add myself as maintainer for xtensa port.
14121         Fix alphabetical order in CPU port maintainer list.
14122         Remove myself from Write After Approval list.
14124 2002-03-11  Richard Henderson  <rth@redhat.com>
14126         * Makefile.in (.NOTPARALLEL): Add fake tag.
14128 2002-03-07  H.J. Lu  (hjl@gnu.org)
14130         * configure.in: Enable gprof for mips*-*-linux*.
14132 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
14134         * MAINTAINERS (Write After Approval): Add myself.
14136 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
14138         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14139         libjava.
14140         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14142 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
14144         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14145         because its Makefile is there; test for the executable instead.
14147 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
14149         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14150         libstdc++-v3 and libjava.
14152 2002-02-11  Adam Megacz  <adam@xwt.org>
14154         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14155         boehm-gc
14157 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
14159         * config.guess: Updated to 2002-01-30's version.
14160         * config.sub: Updated to 2002-02-01's version.
14161         Contribute sh64-elf.
14162         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
14163         * configure.in: Added sh64-*-*.
14165 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
14167         * MAINTAINERS: Belatedly add myself to write after approval list.
14169 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
14171         * MAINTAINERS: Put self in as maintainer for x86-64 port.
14172         Remove self as Write After Approval.
14174 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
14176         * MAINTAINERS: Put self in as maintainer for contrib/regression
14177         directory.
14179 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
14181         * MAINTAINERS:  Update my email address.
14183 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
14185         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
14186         target-libiberty, and target-libgloss.  Skip Java-related
14187         libraries if not supported for NetBSD on target CPU.
14189 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
14191         * install-sh: Use _inst.$$_ for temp file name.
14193 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
14195         * MAINTAINERS (Write After Approval): Move my contact info
14196         from here...
14197         (OS Port Maintainers): ...to here (netbsd).
14199 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
14201         * MAINTAINERS (Write After Approval): Add myself.
14203 2002-01-17  H.J. Lu  <hjl@gnu.org>
14205         * Makefile.in (all-fastjar): Also depend on all-libiberty.
14206         (all-target-fastjar): Also depend on all-target-libiberty.
14208 2002-01-16  H.J. Lu  (hjl@gnu.org)
14210         * config.guess: Import from master sources, rev 1.225.
14211         * config.sub: Import from master sources, rev 1.238.
14213 2002-01-16  Kazu Hirata  <kazu@hxi.com>
14215         * MAINTAINERS (Write After Approval): Remove myself.
14217 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
14219         * MAINTAINERS (Write After Approval): Add myself.
14221 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14223         * MAINTAINERS: Add self as docs co-maintainer.
14225 2001-12-11  Matthias Klose  <doko@debian.org>
14227         * MAINTAINERS (Write After Approval): Add myself.
14229 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
14231         * MAINTAINERS: Update my email address.
14233 2001-12-07  Turly O'Connor  <turly@apple.com>
14234         * MAINTAINERS (Write After Approval): Add myself.
14235         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14236         (rs6000_initialize_trampoline): Call __trampoline_setup for
14237         ABI_DARWIN too.
14238         * darwin-tramp.asm: New file, implements __trampoline_setup.
14239         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
14241 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
14243         * MAINTAINERS (Write After Approval): Add myself.
14245 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
14247         * configure, configure.in: Use temp file for long sed commands.
14249 2001-12-03  Laurent Guerby  <guerby@acm.org>
14251         * config.sub: Update to version 1.232 on subversion.
14253 2001-12-03  Ben Elliston  <bje@redhat.com>
14255         * MAINTAINERS: Update mail address for config.* patches.
14257 2001-11-27  DJ Delorie  <dj@redhat.com>
14258             Zack Weinberg  <zack@codesourcery.com>
14260         When build != host, create libiberty for the build machine.
14262         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14263         CONFIG_ARGUMENTS.
14264         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14265         New variables.
14266         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14267         and rules.
14268         (all.normal): Depend on ALL_BUILD_MODULES.
14269         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14270         (all-build-libiberty): Depend on configure-build-libiberty.
14272         * configure: Calculate and substitute proper value for
14273         ALL_BUILD_MODULES.
14274         * configure.in: Create the build subdirectory.
14275         Calculate and substitute TARGET_CONFIGARGS (formerly
14276         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14278 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
14280         * MAINTAINERS (write-after-approval): Add self.
14282 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14284         * MAINTAINERS (GNATS only accounts): Remove self.
14286 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
14288         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14289         libf2c.
14291 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14293         * MAINTAINERS (Write After Approval): Add self.
14295 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14297         * MAINTAINERS: mips and s390 are also CPU ports.
14299 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14301         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14303 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
14305         * MAINTAINERS: Alphabetize.
14307 2001-11-09  Kazu Hirata  <kazu@hxi.com>
14309         * MAINTAINERS (Various maintainers: h8 port): Add myself.
14311 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14313         * MAINTAINERS (Various maintainers: hppa port): Added myself.
14315 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
14317         * configure.in (--enable-languages): Be more permissive about
14318         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
14320 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
14322         * config.sub: Import from master sources, rev. 1.230.
14323         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14325 2001-11-07  Laurent Guerby  <guerby@acm.org>
14327         * MAINTAINERS (Write After Approval): Add self.
14329 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
14331         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14333 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
14335         * config.sub: Import from master sources, rev 1.226.
14336         * config.guess: Import from master sources, rev 1.216.
14338 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
14340         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14341         * MAINTAINERS: Add self as maintainer of MMIX port.
14342         Remove old after-approval entry.
14344 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14346         * ChangeLog, configure: Fix spelling errors.
14348 2001-10-20  Brendan Kehoe  <brendan@zen.org>
14350         * MAINTAINERS: Tweak my address.
14352 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
14354         * MAINTAINERS: Update my email address.
14356 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
14358         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14359         * MAINTAINERS: Add self as maintainer of CRIS port.
14361 2001-10-10  Geert Bosch  <bosch@gnat.com>
14363         * MAINTAINERS (Various maintainers: Ada front end):
14364         Added Robert Dewar.
14366 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
14368         * MAINTAINERS (Write After Approval): Added self
14370 2001-10-02  Geert Bosch  <bosch@gnat.com>
14372         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14374 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14376         * configure: Handle temporary files securely using mkdir.
14378 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
14380         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14382 2001-09-26  Will Cohen  <wcohen@redhat.com>
14384         * configure.in (*-*-linux*): Disable configuration of target-newlib
14385         and target-libgloss.
14387 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
14389         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14390         RANLIB.
14392 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
14394         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14395         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14396         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14397         avoid quotes nesting problems.
14398         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14399         (DO_X): Export only variables that are set.
14401 2001-09-19  Ben Elliston  <bje@redhat.com>
14403         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14404         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14405         semantics.  Use the shell built-in "type" command instead.
14407 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
14409         Merged from gcc-3_0-branch:
14410         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
14411         * ltcf-c.sh: Use $objext, not $ac_objext.
14412         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
14413         * ltcf-cxx.sh: Add support for GNU.
14414         2001-07-22  Timothy Wall  <twall@redhat.com>
14415         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
14416         default settings if using GNU tools with that configuration.
14417         * ltcf-cxx.sh: Ditto.
14418         * ltcf-gcj.sh: Ditto.
14419         2001-07-21  Michael Chastain  <chastain@redhat.com>
14420         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14421         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
14422         * ltmain.sh: Mark as gcc-local.
14424 2001-08-30  Eric Christopher  <echristo@redhat.com>
14425             Jason Eckhardt  <jle@redhat.com>
14427         * config.guess: Merge from master sources.
14428         * config.sub: Merge from master sources, add support for mipsisa32.
14430 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
14431         * config.sub: Merge from master sources, rev 1.219.
14432         * MAINTAINERS: Add self as contact for stormy16 port.
14434 2001-08-14  Zack Weinberg  <zackw@panix.com>
14436         * config.sub: Merge from master sources, rev 1.218.
14437         * config.guess: Merge from master sources, rev 1.209.
14439 2001-08-11  Graham Stott  <grahams@redhat.com>
14441         * Makefile.in (check-c++): Add missing semicolon.
14443 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
14445         * MAINTAINERS (Various maitainers: predict.def): Added myself.
14447 2001-07-30  Eric Christopher  <echristo@redhat.com>
14449         * MAINTAINERS (Various maintainers: mips port): Added myself.
14451 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14453         * configure.in (sh-*-linux*): New.
14455 2001-07-27  Richard Henderson  <rth@redhat.com>
14457         * .cvsignore: Add LAST_UPDATED.
14459 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
14461         * MAINTAINERS (Various maintainers: s390 port): Added myself.
14463 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
14465         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14467 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
14469         * MAINTAINERS (Write After Approval): Added myself.
14471 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14473         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14474         and libgcj on m68hc11/m68hc12.
14476 2001-06-27  H.J. Lu  (hjl@gnu.org)
14478         * Makefile (CFLAGS_FOR_BUILD): New.
14479         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14481 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14483         * README: Remove version number.
14485 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14487         * INSTALL/README: Update wrt. to the installation instructions now
14488         residing in gcc/doc/install.texi.
14490 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14492         * README: Replace with a cut-down and updated version of gcc/README.
14494 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14496         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14497         multilibs to be disabled.
14499 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14501         * MAINTAINERS (Write After Approval): Add myself.
14503 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14505         * config.guess: Import CVS version 1.195.
14506         * config.sub: Import CVS version 1.212.
14508 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14510         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14511         gcc/xgcc is built, use -print-prog-name to find out the program
14512         name to use.
14514 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14516         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14517         appear to also be in the master copy.
14518         * config.sub:  Import CVS version 1.211.
14520 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14522         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14523         with_gcc]: Use `gcc -shared' to build a shared library.
14525 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14527         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14528         archives.
14530 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14532         * MAINTAINERS (Write After Approval): Add myself.
14534 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14536         * configure.in (libstdcxx_flags): Do not try to execute
14537         libstdc++-v3/testsuite_flags until it exists.
14539 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14541         * MAINTAINERS: Update my email address.
14543 2001-05-31  Graham Stott  <grahams@redhat.com>
14545         * MAINTAINERS (Write After Approval): Add myself.
14547 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14549         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14550         libraries when using g++ with native linker.
14552 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14554         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14556 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14558         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14559         [aix4*|aix5*]: Prepend blank.
14561 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14563         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14564         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14565         of subdir/configure scripts to use the new libtool.m4.
14567 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14569         * MAINTAINERS (Write After Approval): Add myself.
14571 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14573         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14575 2001-05-11  Ben Elliston  <bje@redhat.com>
14577         * Makefile.in (all-sid): New target.
14578         (check-sid, clean-sid, install-sid): Likewise.
14580 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14582         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14584 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14586         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14587         libgcj.
14589 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14591         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14592         gcc/xgcc is built, use -print-prog-name to find out the program
14593         name to use.
14595 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14597         * configure.in (noconfigdirs): Don't reset it from scratch in the
14598         target case; only append to it.
14600         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14601         sparc-*-solaris2.8]: Disable ${libgcj}.
14603 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14605         * configure.in (libgcj_saved): Copy from $libgcj.
14606         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14607         --disable-libgcj.
14609 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14611         * MAINTAINERS: Remove self as MIPS maintainer and
14612         C front end maintainer.
14614 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14616         * configure.in: Move *-chorusos target case to the proper switch.
14617         Disable libgcj.
14619 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14621         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14622         1.641.2.228.
14624 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14626         * Makefile.in (STAGE1_CFLAGS): Pass down.
14628 2001-04-13  Alan Modra  <amodra@one.net.au>
14630         * config.guess: Add hppa64-linux support.  Note for next import that
14631         this is already in the master file.
14632         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14634 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14636         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14637         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14639 2001-04-11  Stan Shebs  <shebs@apple.com>
14641         * MAINTAINERS: Add self as Darwin port maintainer.
14643 2001-04-11  Alan Modra  <amodra@one.net.au>
14645         * MAINTAINERS: Update my email address.
14647 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14649         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14650         recent versions of FreeBSD (release 3 or later).
14651         * ltconfig: On FreeBSD, -lc must not be provided when building
14652         a shared library or else the standard -pthread gcc option is
14653         rendered worthless to later users of the built library.
14655 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14657         * MAINTAINERS: Add self and RTH as C front end maintainers.
14659 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14661         * config.sub: Make sure to match an already-canonicalized
14662         machine name (eg. mn10300-unknown-elf).
14664 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14666         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14667         New macros.
14668         (bootstrap, cross): Use RECURSE_FLAGS.
14669         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14671 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14673         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14675 2001-03-22  Colin Howell  <chowell@redhat.com>
14677         * Makefile.in (DO_X): Do not backslash single-quotes in
14678         backquotes (two places).
14680 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14682         Re-installed:
14683         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14684         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14685         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14686         * ltcf-cxx.sh: Likewise.
14687         * ltcf-gcj.sh: Likewise.
14689 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14691         * MAINTAINERS: Add myself as "documentation co-maintainer".
14693 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14695         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14696         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14698 2001-03-19  Tom Tromey  <tromey@redhat.com>
14700         * config-ml.in: Handle GCJ and GCJFLAGS.
14702 2001-03-21  Michael Chastain  <chastain@redhat.com>
14704         * Makefile.in: all-m4 depends on all-texinfo.
14706 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14708         * MAINTAINERS: Add myself to write after approval list.
14710 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14712         * Makefile.in (DO_X): Quote nested quotes.
14714 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14716         * MAINTAINERS: Add myself to write after approval list.
14718 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14720         * Makefile.in (DO_X): Use double quotes for quoting
14721         "RANLIB=$${RANLIB}".
14723 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14725         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14727 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14729         * configure.in: Only use `lang_requires' for languages athat are
14730         actually enabled.
14732 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14734         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14736 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14738         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14740 2001-03-07  Tom Tromey  <tromey@redhat.com>
14742         * configure.in: Allow config-lang.in to set `lang_requires' to list
14743         of other required languages.
14745 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14747         * Makefile.in: Remove RANLIB definition. Use RANLIB
14748         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14749         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14751 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14752             Alexandre Oliva  <aoliva@redhat.com>
14754         * Makefile.in (check-c++): Use tabs, not spaces.
14756 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14758         * MAINTAINERS: add myself to Write After Approval list.
14760 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14762         * Makefile.in (check-c++): New rule.
14764         * configure.in (target_libs): Remove libg++.
14765         (noconfigdirs): Remove libg++.
14766         (noconfigdirs): Same.
14767         (noconfigdirs): Same.
14768         (noconfigdirs): Same.
14770         * config-ml.in: Remove libg++ references.
14772         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14773         (ALL_TARGET_MODULES): Same.
14774         (configure-target-libg++): Remove.
14775         (all-target-libg++): Remove.
14776         (configure-target-libio): Remove.
14777         (all-target-libio): Remove.
14778         (check-target-libio): Remove.
14779         (.PHONY): Remove.
14780         (libg++.tar.bz2): Remove.
14781         (all-target-cygmon): Remove libio.
14782         (all-target-libstdc++): Remove.
14783         (configure-target-libstdc++): Remove.
14784         (TARGET_LIB_PATH): Remove libstdc++.
14785         (ALL_GCC_CXX): Remove libstdc++.
14786         (all-target-gperf): Correct.
14788 2001-02-16  Nick Clifton  <nickc@redhat.com>
14790         * configure.in (noconfigdirs): Allow configuration of texinfo
14791         for Cygwin hosts.
14793 2001-02-15  Anthony Green  <green@redhat.com>
14795         * configure: Introduce GCJ_FOR_TARGET.
14796         * configure.in: Ditto.
14797         * Makefile.in: Ditto.
14799 2001-02-13  Andreas Schwab  <schwab@suse.de>
14801         * MAINTAINERS: Update mail address.
14803 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14805         * config.guess: Add linux target for S/390.
14806         * config.sub: Likewise.
14808 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14810         * configure.in: for *-chorusos, don't config target-newlib and
14811         target-libgloss.
14813 2001-02-06  Ben Elliston  <bje@redhat.com>
14815         * configure: Output host type to stdout, not stderr.
14817 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14819         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14820         * ltcf-cxx.sh: Likewise.
14822         * config.if: Assume enable_libstdcxx_v3 is defined.
14824 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14826         Remove V2 C++ library.
14827         * configure.in: Remove --enable-libstdcxx_v3 support.
14829 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14831         * include/demangle.h: Add prototype for java_demangle_v3.
14833 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14835         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14837 2001-01-27  Richard Henderson  <rth@redhat.com>
14839         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14841 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14843         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14844         Don't unset, it's non-portable and no longer necessary, set to empty
14845         instead.
14847 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14849         * ltconfig: Shell portability fix for the tagname validity check.
14851 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14853         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14854         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14856 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14858         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14860 2001-01-26  Tom Tromey  <tromey@redhat.com>
14862         * configure.in: Allow libgcj to be built on Sparc Solaris.
14864 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
14866         * ltcf-c.sh: Add aix5 case.
14867         * ltcf-cxx.sh: Likewise.
14868         * ltconfig: Likewise.
14870 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
14872         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14873         keep at least one of build_libtool_libs or build_old_libs set to
14874         yes.
14876         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14877         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14879 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
14881         * configure.in: Enable libgcj on several additional platforms.
14883 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
14885         * configure.in: Enable libgcj for linux targets.
14887 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14889         * MAINTAINERS (Write After Approval): Add myself.
14891 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14893         * MAINTAINERS: Add myself as vax port maintainer.
14895 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
14897         * MAINTAINERS: Add myself as Mercury front-end maintainer.
14899 2001-01-09  Mike Stump  <mrs@wrs.com>
14901         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14902         failures of subdirectories.
14904 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14906         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14907         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14908         * ltcf-cxx.sh: Likewise.
14909         * ltcf-gcj.sh: Likewise.
14910         * ltconfig.sh: Fix typo.
14912 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14914         * configure: handle DOS-style absolute paths.
14916 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14918         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14920 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
14922         * MAINTAINERS: Add myself as avr port co-maintainer.
14924 2000-12-28  Ben Elliston  <bje@redhat.com>
14926         * MAINTAINERS: Add myself under ``Write After Approval''.
14928 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
14930         * texinfo: Remove directory from GCC.
14932 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14934         * COPYING: Update to current
14935         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14936         to 19yy as example year in copyright notice).
14938 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
14940         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14941         (libstdcxx_incdir): Pass down.
14942         * config.if: Remove expired bits for cxx_interface, add stub.
14943         (libstdcxx_incdir): Add variable for g++ include directory.
14944         * configure.in (gxx_include_dir): Use it.
14946 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
14948         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
14949         with old-email address from ``Write After Approval''.
14951 2000-12-15  Andreas Jaeger  <aj@suse.de>
14953         * configure.in: Handle lang_dirs.
14955 2000-12-14  Tom Tromey  <tromey@redhat.com>
14957         * MAINTAINERS: Removed brads.
14959         * MAINTAINERS: Added gcj developers.
14961 2000-12-13  Anthony Green  <green@redhat.com>
14963         * configure.in: Disable libgcj for any target not specifically
14964         listed.  Disable libgcj for x86 and Alpha Linux until compatible
14965         with g++ abi.
14967 2000-12-13  Mike Stump  <mrs@wrs.com>
14969         * Makefile.in (local-distclean): Also remove fastjar.
14971 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
14973         * contrib/gcc_update: Add fastjar --touch entries.
14975 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
14977         * configure.in: Disable language-specific target libraries for
14978         languages that aren't enabled.
14980 2000-12-10  Anthony Green  <green@redhat.com>
14982         * configure.in: Define libgcj.  Disable libgcj target libraries for
14983         most targets.
14985 2000-12-10  Neil Booth  <neilb@earthling.net>
14987         * MAINTAINERS: Update mail address, remove from WAA list.
14989 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14991         * libjava: Imported from /cvs/java.
14992         * libffi: Likewise.
14993         * Boehm-gc: Likewise.
14995 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14997         * configure.in (target_libs): Revert 2000-12-08 patch.
14998         (noconfigdirs): Added target-libjava.
15000 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15002         * djunpack.bat: removed.
15004 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15006         * Makefile.in: handle DOS-style absolute paths.
15007         * config-ml.in: likewise.
15008         * symlink-tree: likewise.
15010 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15012         * fastjar: Imported.
15014 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15016         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
15017         libjava.
15018         * configure.in (target_libs): Removed `target-libjava'.
15020 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15022         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
15023         (ALL_MODULES): Added fastjar.
15024         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
15025         (all-target-libjava): all-fastjar replaces all-zip.
15026         (all-fastjar): Added.
15027         (configure-target-fastjar, all-target-fastjar): Likewise.
15028         * configure.in (host_tools): Added fastjar.
15030 2000-12-07  Mike Stump  <mrs@wrs.com>
15032         * Makefile.in (local-distclean): Remove leftover built files.
15034 2000-11-24  Nick Clifton  <nickc@redhat.com>
15036         * configure.in (xscale-elf): Add target.
15037         (xscale-coff): Add target.
15039 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
15041         * ltcf-cxx.sh: Support creation of C++ shared libraries on
15042         recent versions of FreeBSD (release 3 or later).
15043         * ltconfig: On FreeBSD, -lc must not be provided when building
15044         a shared library or else the standard -pthread gcc option is
15045         rendered worthless to later users of the built library.
15047 2000-11-16  Fred Fish  <fnf@be.com>
15049         * configure.in (enable_libstdcxx_v3): Fix typo,
15050         libstd++ -> libstdc++.
15052 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15054         * MAINTAINERS: Add self to Write After Approval list.
15056 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
15058         * MAINTAINERS: Update my email address.  Add myself to global write
15059         privs list.
15061 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
15063         * Makefile.in: Merge with src and libgcj.
15064         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
15065         configure-target-<library> when their configure scripts need the C
15066         or C++ library to have already been built to work properly.
15067         (do_proto_toplev): Set them to an empty string.
15069         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
15070         (REALLY_SET_LIB_PATH): Use them.
15072 2000-11-17  Stan Shebs  <shebs@apple.com>
15074         * MAINTAINERS: Add self to Write After Approval list.
15076 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15078         * configure: Provide the original toplevel configure arguments
15079         (including $0) to subprocesses in the environment rather than
15080         through gcc/configargs.h.
15082 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15084         * MAINTAINERS: Remove references to cccp. Change C9X reference to
15085         C99.  Alphabetise "Write After Approval" list.
15087 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
15089         * configure: Turn on libstdc++ V3 by default.
15091         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
15092         if we've got GCC.
15094 2000-11-11  Philip Blundell  <philb@gnu.org>
15096         * MAINTAINERS: Add self to Write After Approval list.
15098 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
15100         * ltcf-c.sh (aix4): Improve shared library configuration; require
15101         exporting symbols.
15102         * ltcf-cxx.sh (aix4): Define.
15103         * ltconfig (aix4): Define library and soname specs appropriate for
15104         AIX.  Define command to create export symbols list.
15106 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
15108         * config.sub: Add support for Sun Chorus
15110 2000-10-31  Nick Clifton  <nickc@redhat.com>
15112         * MAINTAINERS: Rename <name>@cygnus.com addresses to
15113         <name>@redhat.com.  Also installed new email address for Clint
15114         Popetz.
15116 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
15118         * etc: Remove directory from GCC.
15120 2000-10-16  Michael Meissner  <meissner@redhat.com>
15122         * configure (gcc/configargs.h): Only create if there is a build GCC
15123         directory created.
15125 2000-10-16  Matthias Klose  <doko@debian.org>
15127         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15128         when configured for libstdc++-v3.
15130 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
15132         * configure: Save configure arguments to gcc/configargs.h.
15134 2000-10-04  Philipp Thomas  <pthomas@suse.de>
15136         * config.guess: Import CVS version 1.157.
15137         * config.sub: Import CVS version 1.181.
15139 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
15141         * Makefile.in (bootstrap): avoid recursion if subdir missing
15142         (cross): ditto
15143         (do-proto-toplev): ditto
15145 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
15147         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15148         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15150         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15151         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
15152         all affected `configure' scripts.
15154 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
15156         * MAINTAINERS: Add self as cpplib co-maintainer.
15158 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
15160         * MAINTAINERS: Add self to Write After Approval list.
15162 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15164         * INSTALL/README: egcs -> GCC update.
15166 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
15168         * MAINTAINERS: Add myself to Write After Approval list.
15170 2000-09-15  Kazu Hirata  <kazu@hxi.com>
15172         * MAINTAINERS: Add myself to Write After Approval list.
15174 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
15176         * configure.in: Do not build byacc for hppa64.  Provide paths to the
15177         X11 libraries for hppa64.
15179 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15181         * MAINTAINERS: Add myself as 68hc11 port maintainer.
15183 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
15185         * Makefile.in (all-zlib): Added dummy target.
15187         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15188         ltcf-gcj.sh: Updated from libtool multi-language branch.
15190 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
15192         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15193         (bootstrap*): Depend on all-bootstrap.
15195 2000-09-05  Philipp Thomas  <pthomas@suse.de>
15197         * config.guess: Import CVS version 1.156.
15198         * config.sub: Import CVS version 1.179.
15200 2000-09-02  Anthony Green  <green@cygnus.com>
15202         * Makefile.in (all-gcc): Depend on all-zlib.
15203         (CLEAN_MODULES): Add clean-zlib.
15204         (ALL_MODULES): Add all-zlib.
15205         * configure.in (host_libs): Add zlib.
15207 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
15209         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15210         crosses, but add gcc/include to the header search path for them.
15212 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
15214         * MAINTAINERS: Add self to Write After Approval list.
15216 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15218         * config.guess: Import CVS version 1.152.
15219         * config.sub: Import CVS version 1.177.
15221 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
15223         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15224         $targargs to tell whether newlib is going to be built.
15226         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15227         $$r/TARGET_SUBDIR/libio for _G_config.h.
15229 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
15231         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15233 2000-08-22  DJ Delorie  <dj@redhat.com>
15235         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15237 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
15239         * config-ml.in (CC, CXX): Avoid trailing whitespace.
15240         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15241         sub-configures.
15243 2000-08-21  DJ Delorie  <dj@redhat.com>
15245         * MAINTAINERS: Add self as a libiberty maintainer
15247 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
15249         * configure.in (libstdcxx_flags): Use
15250         libstdc++-v3/src/libstdc++.INC.
15252 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
15254         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15256 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
15258         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15260         * configure: Make enable_threads and enable_shared defaults
15261         explicit.  Substitute enable_threads into generated Makefiles.
15262         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15263         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15265 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15267         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15269 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
15271         * config-ml.in (CC): Remove bogus duplicate quotation mark from
15272         previous delta.
15274 2000-08-11  Jason Merrill  <jason@redhat.com>
15276         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15277         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15278         (FLAGS_FOR_TARGET): Not here.
15279         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
15281 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
15283         * config-ml.in (CC, CXX): Don't introduce a leading space.
15285 2000-08-07  DJ Delorie  <dj@delorie.com>
15287         * MAINTAINERS: Add self as a DJGPP maintainer
15289 2000-08-07  DJ Delorie  <dj@redhat.com>
15291         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15292         "if we're also building gcc, and it's a gcc that will run on the
15293         build machine, we want to use its includes instead of the system's
15294         default includes".
15296 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15298         * MAINTAINERS: Add self to Write After Approval list.
15300 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
15302         * configure.in (libstdcxx_flags): Don't use `"'.
15304         * config-ml.in: Adjust multilib search paths to the
15305         appropriate multilib tree.
15307 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
15309         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15310         commas in $LANGUAGES.
15312 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
15314         * configure.in: Re-enable all references to libg++ and librx.
15316 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
15318         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15319         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
15320         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15321         * ltcf-cxx.sh (need_lc): Set based on postdeps.
15323         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15325 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
15327         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15328         CXX_FOR_TARGET for sed.
15330 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
15332         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15333         Do not override if already set in the environment or in configure.
15334         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15335         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15337 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
15339         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15340         the libtool CVS tree multi-language branch.
15341         * ltconfig, ltmain.sh: Updated.
15343 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
15345         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15346         (clean-target): Depend on it.
15348         * Makefile.in (FLAGS_FOR_TARGET): New macro.
15349         (GCC_FOR_TARGET): Use it.
15350         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15351         * configure.in: ... here.
15352         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
15353         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15355 2000-07-24  Eric Christopher  <echristo@cygnus.com>
15357         * MAINTAINERS: Add self to Write After Approval list.
15359 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
15361         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15362         (configure-target-libchill, configure-target-libobjc): Likewise.
15364         * configure.in: Use the same cache file for all target libs.
15365         * config-ml.in: But different cache files per multilib variant.
15367 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15369         * configure (topsrcdir): Don't use dirname.
15371 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
15373         * MAINTAINERS: Add self to Write After Approval list.
15375 2000-07-20  Jason Merrill  <jason@redhat.com>
15377         * configure.in: Remove all references to libg++ and librx.
15379         * configure, configure.in, Makefile.in: Unify gcc and binutils.
15381 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
15383         * config.sub: Update to subversions version 2000-07-06.
15385 2000-07-12  Andrew Haley  <aph@cygnus.com>
15387         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15388         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15390 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
15392         * symlink-tree:  Check number of arguments.
15394 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15396         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15397         search path for a g++ extracted from the build tree.  This
15398         will allow link tests run by configure scripts in
15399         subdirectories to succeed.
15401 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
15403         * ltconfig: Add support for mips-dde-sysv4.2MP
15405 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15407         * MAINTAINERS: Add myself as loop discovery maintainer.
15409 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
15411         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15412         `os2'. Force ac_cv_exeext to be ".exe" in that case.
15414 2000-06-19  Timothy Wall  <twall@cygnus.com>
15416         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15417         * config.sub: Add tic54x target.
15419 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15421         * MAINTAINERS: Add self as Fortran maintainer,
15422         remove Craig Burley.
15424 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15426         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15427         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15429 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
15431         * MAINTAINERS: Add self as i18n maintainer
15433 20000-05-21  H.J. Lu  (hjl@gnu.org)
15435         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15436         directory are used if they exist. Make sure
15437         $(build_tooldir)/include is searched for header files,
15438         $(build_tooldir)/lib/ for library files.
15439         (GCC_FOR_TARGET): Likewise.
15440         (CXX_FOR_TARGET): Likewise.
15442 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
15444         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15446 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
15448         * Makefile.in (configure-target-libiberty): Depend on
15449         configure-target-newlib.
15451 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
15453         * configure.in, Makefile.in: Merge all libffi-related
15454         configury stuff from the libgcj tree.
15456 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15458         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15459         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15461 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15463         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15464         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15465         current version information.  Add to proto-toplev directory.
15466         (gdb-taz): Build do-djunpack.
15468 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
15470         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15472 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15474         * MAINTAINERS: Add self to Write After Approval list.
15476 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15478         * ltmain.sh: Preserve in relink_command any environment
15479         variables that may affect the linker behavior.
15481 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
15483         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15485 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15487         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15489 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15491         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15492         with the version name.
15494 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15496         * MAINTAINERS: Add self as bb-reorder maintainer.
15498 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15500         * config.if: Tweak.
15502 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15504         * djunpack.bat: New file.
15506 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15508         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15509         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15510         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15511         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15513 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15515         * config.sub (case $basic_machine): Change default for "ibm-*"
15516         to "openedition".
15518 2000-04-13  Andreas Jaeger  <aj@suse.de>
15520         * MAINTAINERS: Added myself.
15522 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15524         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15525         (do-md5sum): New target.
15526         (MD5PROG): Define.
15527         (PACKAGE): Default to TOOL.
15528         (VER): Default to a shell script.
15529         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15530         md5 checksum generation.
15531         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15532         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15533         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15534         insight.tar.bz2): Use gdb-taz to create archive.
15536 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15538         * configure (warn_cflags): Delete.
15540 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15542         * MAINTAINERS: Added myself.
15544 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15545             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15547         * configure.in (enable_libstdcxx_v3): Add.
15548         (target_libs): Add bits here to switch between libstdc++-v2 and
15549         libstdc++-v3.
15550         * config.if: And this file too.
15551         * Makefile.in: Add libstdc++-v3 targets.
15553 2000-04-05  Michael Meissner  <meissner@redhat.com>
15555         * config.sub (d30v): Add d30v as a basic machine type.
15557 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15559         * configure.in: -linux-gnu*, not -linux-gnu.
15561 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15563         * MAINTAINERS: Add self in write-after-approval section.
15565 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15567         * MAINTAINERS: Add self as ia64 port maintainer.
15569 2000-03-08  Neil Booth  <NeilB@earthling.net>
15571         * MAINTAINERS: Add self in write-after-approval section.
15573 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15575         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15576         (do-tar-bz2): Replace TOOL with PACKAGE.
15577         (gdb.tar.bz2): Remove GDBTK from GDB package.
15578         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15579         dejagnu.tar.bz2): New packages.
15581 2000-02-27  Andreas Jaeger  <aj@suse.de>
15583         * configure.in: Add entry for mips*-*-linux*, move catch all
15584         *-*-*linux* entry below this one.
15586 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15588         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15590 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15592         * config.sub: Support an OS of "wince".
15594 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15596         * config.guess, config.sub: Updated to match config's 2000-02-15
15597         version.
15599 2000-02-23  Linas Vepstas  <linas@linas.org>
15601         * config.sub: Add support for Linux/IBM 370.
15602         * configure.in: Likewise.
15604 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15606         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15608 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15610         * config.guess: Guess "cygwin" rather than "cygwin32".
15612 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15614         * configure (gcc_version): When setting, narrow search to
15615         lines containing `version_string'.
15617 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15619         * config.sub: Add support for avr target.
15621 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15623         * MAINTAINERS: Add maintainers for MCore port.
15625 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15627         * config.sub: Add mmix-knuth-mmixware.
15629 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15631         * MAINTAINERS: Pair cccp with cpplib maintainership.
15633 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15635         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15636         structure stuff to -L library search.
15637         (CXX_FOR_TARGET): Ditto.
15638         (CROSS_CHECK_MODULES): Fix spelling mistake.
15640 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15642         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15643         the C++ compiler.
15645 2000-01-12  Richard Henderson  <rth@cygnus.com>
15647         * configure.in: Don't build some bits for beos.
15649 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15651         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15652         as include files.
15654 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15656         * Add self as cpplib maintainer, as requested by Jason
15657         Merrill.  Correct my e-mail address.
15659 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15661         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15662         not mh-aix43.
15664 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15666         * MAINTAINERS: Add myself to "write after approval" list.
15668 1999-12-14  Richard Henderson  <rth@cygnus.com>
15670         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15671         * config.sub: Accept alphaev[78], alphaev8.
15673 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15675         * config.guess, config.sub: Update from autoconf.
15677 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15679         * MAINTAINERS:  update my playtime e-address.
15681 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15683         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15684         necessary libraries are missing.
15686 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15688         * MAINTAINERS: Add new 'write after approval' maintainer.
15690 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15692         * MAINTAINERS: Add new Java maintainer.
15694 1999-10-25  Andreas Schwab  <schwab@suse.de>
15696         * configure: Fix quoting inside arguments of eval.
15698 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15700         * config-ml.in: Allow suppression of some ARM multilibs.
15702 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15704         * config.guess: Add OS/390 match pattern.
15705         * config.sub: Add mvs, openedition targets.
15706         * configure.in (i370-ibm-opened*): New.
15708 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15710         * config.sub: Add support for configuring for pj.
15712 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15714         * config.sub (maybe_os): Add support for configuring for fr30.
15716 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15718         * configure.in: Do not configure or build ld for AIX
15719         platforms.  ld is known to be broken on these platforms.
15721 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15723         * config-ml.in: Pass compiler flag corresponding to multidirs to
15724         subdir configures.
15726 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15728         * Makefile.in (LDFLAGS): Define.
15730 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15732         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15733         noconfigdirs.
15734         (*-*-cygwin*): Likewise.
15736 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15738         * mkdep: New file.
15739         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15740         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15742         From Eli Zaretskii <eliz@is.elta.co.il>:
15743         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15744         long file name when using DJGPP on MS-DOS.
15746 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15748         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15750 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15752         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15753         dependency as this causes "make check" to globally "make all"
15755 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15757         * configure.in (target_libs): Added target-zlib.
15758         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15759         (CONFIGURE_TARGET_MODULES): Likewise.
15760         (CHECK_TARGET_MODULES): Likewise.
15761         (INSTALL_TARGET_MODULES): Likewise.
15762         (CLEAN_TARGET_MODULES): Likewise.
15763         (configure-target-zlib): New target.
15764         (all-target-zlib): Likewise.
15765         (all-target-libjava): Depend on all-target-zlib.
15766         (configure-target-libjava): Depend on configure-target-zlib.
15768         * Makefile.in (configure-target-libjava): Depend on
15769         configure-target-newlib.
15770         (configure-target-boehm-gc): New target.
15771         (configure-target-qthreads): New target.
15773         * configure.in (target_libs): Added target-qthreads.
15774         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15775         (CONFIGURE_TARGET_MODULES): Likewise.
15776         (CHECK_TARGET_MODULES): Likewise.
15777         (INSTALL_TARGET_MODULES): Likewise.
15778         (CLEAN_TARGET_MODULES): Likewise.
15779         (all-target-qthreads): New target.
15780         (configure-target-libjava): Depend on configure-target-qthreads.
15781         (all-target-libjava): Depend on all-target-qthreads.
15783         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15784         (CONFIGURE_TARGET_MODULES): Likewise.
15785         (CHECK_TARGET_MODULES): Likewise.
15786         (INSTALL_TARGET_MODULES): Likewise.
15787         (CLEAN_TARGET_MODULES): Likewise.
15788         (all-target-libjava): New target.
15789         (all-target-boehm-gc): Likewise.
15790         * configure.in (target_libs): Added libjava, boehm-gc.
15792 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15794         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15795         configure.bat in SUPPORT_FILES.
15796         (gas+binutils.tar.bz2): Likewise.
15798         * makeall.bat: Remove; obsolete.
15800 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15802         From Mark Elbrecht:
15803         * configure.bat: Remove; obsolete.
15805 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15807         * configure: Add -W -Wall to the default CFLAGS when compiling with
15808         gcc.
15810 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15812         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15814 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15816         * configure.in: Build ld on IRIX6.
15818 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15820         * Makefile.in: Change distribution targets to use bzip2 instead of
15821         gzip.
15822         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15823         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15825 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15827         * config.sub: Add mcore target.
15829 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15831         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15833 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15835         * config.guess (dummy): Changed to $dummy.
15837 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15839         * config.sub: Tidied up case statements.
15841 1999-05-22  Ben Elliston  <bje@cygnus.com>
15843         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15844         <jiro@din.or.jp>.
15846         * config.guess: Merge with FSF version. Future changes will be
15847         more accurately recorded in this ChangeLog.
15848         * config.sub: Likewise.
15850 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15852         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15854 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15856         * ltmain.sh: [mode link] Always use CC given by ltconfig.
15858 1999-04-23  Tom Tromey  <tromey@cygnus.com>
15860         * ltconfig, ltmain.sh: Update to libtool 1.2f.
15862 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
15864         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15865         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15866         Bad merge removed these two changes.
15868 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
15869                           Martin Heller (Ing.-Buero_Heller@t-online.de)
15871         * config.guess (interix Alpha): Add.
15873 1999-04-11  Richard Henderson  <rth@cygnus.com>
15875         * configure.in (i?86-*-beos*): Do config gperf; don't config
15876         gdb, newlib, or libgloss.
15878 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
15880         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15881         link a trivial program with -mabi=64.  If it fails, remove mabi=64
15882         from multidirs.
15884 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
15886         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15888 1999-04-08  Nick Clifton  <nickc@cygnus.com>
15890         * config.sub: Add support for mcore targets.
15892 1999-04-07  Michael Meissner  <meissner@cygnus.com>
15894         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15895         not mt-ospace, in order to shut up assembler warning about using
15896         symbols that are named the same as registers.
15898 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
15900         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15901         dependency list for all-target-cygmon.
15903 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
15905         * config-ml.in: Check $host, not $target, for selective multilibs.
15906         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15907         thumb interworking, and underscore prefix multilibs.
15909 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
15911         * missing: Update to version from current automake.
15913 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
15915         * configure (gxx_include_dir): Removed.
15917         * configure.in (gxx_include_dir): Handle it.
15918         * Makefile.in: Likewise.
15920 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
15922         * config.sub (mips64vr4111,mips64vr4111el) Add.
15924 1999-03-21  Ben Elliston  <bje@cygnus.com>
15926         * config.guess: Correct typo for detecting ELF on FreeBSD.
15928 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
15930         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15931         config/mh-djgpp.
15933 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
15935         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15936         all-target-newlib to dependency list for all-target-bsp.
15938 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15940         * config.sub: Add i386-uwin support.
15941         * config.guess: Likewise.
15943 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15945         * configure.in: cleanup, add mh-*pic handling for arm, special
15946         case powerpc*-*-aix*
15948 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
15950         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15951         can be built.
15953 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
15955         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15956         targets.
15958 1999-03-02  Nick Clifton  <nickc@cygnus.com>
15960         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15962 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
15964         * config.sub: Check for "cygwin*" rather than "cygwin32*"
15966 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15968         * config.sub: Fix typo in arm recognition.
15970 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
15972         * configure.in (noconfigdirs): Changed target_configdirs to
15973         include target-bsp only for m68k-*-elf* and m68k-*-coff*
15974         rather than m68k-*-* since it is not known to work on
15975         m68k-aout. Ditto for arm-*-*oabi.
15977 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
15979         * configure.in (*-*-windows*): Remove, no longer used.
15981 1999-02-19  Ben Elliston <bje@cygnus.com>
15983         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15984         Smart and improved by Andrew Cagney.
15986 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
15988         * config.guess: Recognize openbsd-*-hppa.
15990 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15992         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15993         only if it is not empty.
15995 1999-02-17  Nick Clifton  <nickc@cygnus.com>
15997         Patch from: Scott Bambrough <scottb@corelcomputer.com>
15999         * config.guess: Modified to recognize uname's armv* syntax.
16001         * config.sub: Modified to recognize uname's armv* syntax.
16003 1999-02-17  Mark Salter  <msalter@cygnus.com>
16005         * configure.in: Added target-bsp for sparclite.
16007 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
16009         * config.sub: Recognize alphapca5[67] and up to alphaev8.
16011 1999-02-08  Nick Clifton  <nickc@cygnus.com>
16013         * configure.in: Add support for strongarm port.
16014         * config.sub: Add support for strongarm target.
16016 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16018         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
16019         the old name config/mh-cygwin32.
16020         Enable texinfo.
16022 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
16024         * configure.in: Do build ld for ix86 Solaris.
16026 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
16028         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
16029         $AR_FOR_TARGET.  Likewise for RANLIB.
16031 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
16033         * config.sub (oabi):  Recognize.
16034         * configure.in (arm-*-oabi):  Handle.
16036 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
16038         * config.guess: Improve detection of i686 on UnixWare 7.
16040 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16042         * config.guess: Add support for i386-pc-interix.
16043         * config.sub: Likewise.
16044         * configure.in: Likewise.
16046 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
16048         * Makefile.in: Remove unneeded all-target-libio from
16049         from all-target-winsup target since it is now unneeded.
16050         Add all-target-libtermcap in its place since it is now
16051         needed.
16053 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
16055         * configure.in: makefile stub for cygwin target is probably
16056         unnecessary.  Remove it for now.
16058 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
16060         * configure.in: libtermcap.a should be built when cygwin is the
16061         target as well as the host.
16062         * config.guess: Allow mixed case in cygwin uname output.
16063         * Makefile.in: Add libtermcap target.
16065 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
16067         * config.sub: Clean up handling of hppa2.0.
16069 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
16071         * config.guess: Use C code to identify more HP machines.
16073 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
16075         * config.sub: Handle hppa2.0.
16077 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
16079         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
16080         cygmon for all sparclite targets, regardless of object format.
16082 1998-12-15  Mark Salter  <msalter@cygnus.com>
16084         * configure.in: Added target-bsp for several target architectures.
16086         * Makefile.in: Added rules for bsp.
16088 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
16090         * config.guess: Improve detection of hppa2.0 processors.
16092 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
16094         * config.guess: Recognize FreeBSD using ELF automatically.
16096 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
16098         * configure (skip-this-dir): Add handling for new shell script, which
16099         might be created by a sub-directory's configure to indicate, this particular
16100         directory is "unwanted".
16101         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
16103 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
16105         * ltconfig: import from libtool, after changing libtool to
16106         account for the cygwin name change.
16108 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
16110         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
16111         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
16113 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
16115         * configure.in: Add libtermcap to list of cygwin dependencies.
16117 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
16119         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16120         they include winsup/include when it's a cygwin target.
16122 1998-11-12  Tom Tromey  <tromey@cygnus.com>
16124         * configure.in (host_tools): Added zip.
16125         * Makefile.in (all-target-libjava): Depend on all-zip.
16126         (all-zip): New target.
16127         (ALL_MODULES): Added all-zip.
16128         (NATIVE_CHECK_MODULES): Added check-zip.
16129         (INSTALL_MODULES): Added install-zip.
16130         (CLEAN_MODULES): Added clean-zip.
16132 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
16134         * Makefile.in: lose "32" from comment about cygwin.
16136 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
16138         * configure.in: Use -Os to build target libraries for the fr30.
16140 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
16142         * config.sub: Add fr30.
16144 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
16146         * configure.in: drop "32" from config/mh-cygwin32.  Check
16147         cygwin* instead of cygwin32*.
16148         * config.sub: Check cygwin* instead of cygwin32*.
16150 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
16152         * config.guess: Match any version of Unixware7.
16154 1998-10-20  Syd Polk  <spolk@cygnus.com>
16156         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16157         if desired.
16159 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
16161         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16162         these if the appropriate directories and files to not exist.
16164 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
16166         * Makefile.in (DEVO_SUPPORT): Add config.if.
16168 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16170         * configure: Add pattern to replace "build_tooldir"'s
16171         definition in the generated Makefile with "tooldir"'s
16172         actual value.
16174 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
16176         * config.sub: Bring back lost sparcv9.
16178         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16180 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
16182         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16183         CC_FOR_TARGET and friends.
16185 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
16187         * Makefile.in (build_tooldir): New variable, same as tooldir.
16188         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16189         -B$(build_tooldir)/bin/.
16190         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
16192 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16194         * README: Remove installation instructions and refer to the
16195         INSTALL directory instead.
16197 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
16199         * config.sub: Add support for i[34567]86-pc-udk.
16200         * configure.in: Likewise.
16202 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
16204         * Makefile.in: add bzip2 package building bits for user
16205         tools module
16206         * configure.in: ditto
16208 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
16210         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16211         (ALL_TARGET_MODULES): Add all-target-libobjc.
16212         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16213         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16214         (all-target-libchill): Add dependencies.
16215         * configure.in (target_libs): Add libchill.
16217 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
16219         * configure.in (target_subdir): Remove duplicate line.
16221 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
16223         * Makefile.in (all-automake): fix dependencies.
16225 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
16227         * configure.in: Minor cleanups for building in the $(target_alias)
16228         subdir.
16230 1998-09-22  Jim Wilson  <wilson@cygnus.com>
16232         * Makefile.in (bootstrap): Set r and s before make all.  Use
16233         BASE_FLAGS_TO_PASS in make all.
16234         (cross): Likewise.
16236 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
16238         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16240 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
16242         * config.sub: Fix typo in last change.
16244 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16246         * config.sub: Add support for C4x target.
16247         * configure.in: Likewise.
16249 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
16251         * config.sub: Recognize sparcv9 just like sparc64.
16253 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
16255         * config.guess: Match "Pent II" or "PentII" for OpenServer.
16257 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
16259         * config.guess: Correctly identify Pentium II sco boxes.
16261         * config.guess: Fix "tr" code.  From Weiwen Liu.
16263 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
16265         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16266         stabs.
16268 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
16270         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16271         (ALL_TARGET_MODULES): Add all-target-libchill.
16272         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16273         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16274         (all-target-libchill): Add dependencies.
16275         * configure.in (target_libs): Add libchill.
16277 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16279         * config.guess: Avoid assumptions about "tr" behaves when
16280         LANG is set to something other than English.
16282 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
16284         * configure (gxx_include_dir): Changed to
16285         '${prefix}/include/g++'-${libstdcxx_interface}.
16287         * config.if: New to determine the interfaces.
16289 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
16291         * config.guess: Detect and handle MPE/IX.
16292         * config.sub: Deal with MPE/IX.
16294 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
16296         * configure.in: Use mh-aix43.
16298 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
16300         * configure: Fix --without/--disable cases for gxx-include-dir.
16302 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
16304         * mdata-sh:  Imported.  Needed for automake support.
16306 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
16308         * Makefile.in (taz): Try "chmod -R og=u ." before
16309         "chmod og=u `find . -print`".
16311 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
16313         * configure.in: Add arm-elf and thumb-elf support.
16315 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
16317         * Makefile.in: Undo previous patch.
16319 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
16321         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16322         to here ...
16323         (install-no-fixedincludes): and here
16324         (INSTALL_MODULES): ... from here.
16326 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16328         * config.sub: Merge with FSF.
16330         * config.guess: Merge with FSF.
16332 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
16334         * configure (extraconfigdirs): New variable.
16335         (SUBDIRS): Add extraconfigdirs and recurse on them too.
16336         * Makefile.in (all): Move higher in file.
16337         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16338         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16339         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16340         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16341         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16343 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
16345         * Makefile.in (all-target-libjava): Depend on all-gcc and
16346         all-target-newlib.
16347         (configure-target-libjava): Depend on $(ALL_GCC).
16349 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
16351         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16352         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16354 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
16356         * INSTALL/README: Fix typo.
16358 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16360         * ylwrap: Change absolute path checks to check for DOS style path
16361         names.
16363         * ylwrap: Don't use a full path name if the source file is in the
16364         same directory.  From hjl@lucon.org (H.J. Lu).
16366         * config-ml.in: Default to being verbose, to match Feb 18 change to
16367         configure.
16369 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
16371         Brought over from egcs:
16373         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16375         * configure.in (target_subdir): Set to ${target_alias} instead
16376         of "libraries".
16378         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16380         * configure.in (target_subdir): Set to libraries if enable_multilib.
16382 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
16384         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16385         multilibs, force reconfiguration the first time we create
16386         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16388 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
16390         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16391         avoid confusion with --no-recursion.
16393 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
16395         * configure.in: Win32 hosts shouldn't use install -x
16396         * install-sh: remove -x option, and special .exe-handling
16397         hack.
16399 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
16401         * config.guess: Recognize i586-pc-beos.
16402         * configure.in: Don't build some bits for beos.
16404 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16406         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16407         CFLAGS default to -O2.
16409         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16410         when using GNU ld.
16412 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
16414         * ltmain.sh: Correct install when using a different shell.
16416 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16418         * ltconfig, ltmain.sh: Update to libtool 1.2b.
16420 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
16422         * makefile.vms: Update to build binutils/makefile.vms.  Add install
16423         target.
16425 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
16427         * ltconfig: Update to correct AIX handling.
16429 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16431         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16433         * configure.in (target_subdir): Set to ${target_alias} instead
16434         of "libraries".
16436 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
16438         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16439         (Makefile): Depend on $(gcc_version_trigger).
16441         * configure (gcc_version): Change default initializer to empty
16442         string.
16443         (gcc_version_trigger): New variable; pass this variable down
16444         to subdir configures to enable them checking gcc's version
16445         themselves. Emit make macros for both gcc_version vars.
16446         (topsrcdir): Initialize reliably.
16447         (recursion line): Remove --with-gcc-version=${gcc_version}.
16449 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16451         * configure (enable_version_specific_runtime_libs): Implement new flag
16452         --enable-version-specific-runtime-libs which installs C++ runtime stuff
16453         in $(libsubdir); emit definition in each generated Makefile.
16454         (gxx_include_dir): Initialize depending on
16455         $enable_version_specific_runtime_libs.
16457 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16459         * configure (gcc_version): Initialize properly depending on
16460         how and where configure is started.
16461         (recursion line): Pass a --with-gcc-version=${gcc_version}
16462         to configures in subdirs.
16464 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
16466         * configure.in (noconfigdirs): Add configure pattern for mips tx39
16467         cygmon
16469 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
16471         * configure.in: Add cygmon and libstub support for mn10200.
16473 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
16475         * configure (gcc_version): Add new variable describing the
16476         particular gcc version we're building.
16477         * Makefile.in (libsubdir): Add new macro for the directory
16478         in which the compiler finds executables, libraries, etc.
16479         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16480         and libsubdir.
16482 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16484         * Makefile.in (local-clean): Remove *.log.
16485         (warning.log): Built with warn_summary from build.log.
16486         (mail-report.log): Run test_summary.
16487         (mail-report-with-warnings.log): Run test_summary including
16488         warning.log in the report.
16490 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16492         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16494 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16496         * Makefile.in (grep): Grep no longer depends on libiberty.
16498 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16500         * Makefile.in: all-snavigator needs all-libgui.
16502 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16504         * configure.in: Add cygmon and libstub support for mn10300.
16506 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16508         * missing: Update to version from automake 1.3.
16510         * ltmain.sh: On installation, don't get confused if the same name
16511         appears more than once in the list of library names.
16513 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16515         * config.sub: Accept m68060 and m5200 as CPU names.
16517 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16519         * configure: Use && rather than using -a in test, because odd
16520         strings can confuse test.
16521         * configure.in: Likewise.
16523 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16525         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16527 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16529         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16530         bootstrap4-lean): New targets.
16532 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16534         * mpw-* Delete.  Not used.
16536 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16538         * COPYING.LIB: Update FSF address.
16540 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16542         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16544         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16545         GAS_SUPPORT_DIRS.
16547 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16549         * ltconfig, ltmain.sh: Avoid producing a version number if
16550         -version-info was not used.
16552 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16554         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16555         building with newlib.
16557 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16559         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16560         Solaris `make' causes it to continue to next definition.
16562 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16564         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16565         the right GUI libraries and files are installed along with GDB.
16567 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16569         * configure.in: Change alpha to alpha* in several places.
16571 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16573         * config.sub: Recognize sparc86x.
16575 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16577         * configure.in (--enable-target-optspace): Remove debug echo.
16579 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16581         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16583 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16585         * ltconfig: Update cygwin32 support.
16587         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16588         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16589         (GDB_SUPPORT_DIRS): Likewise.
16591 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16593         * configure.in (target_makefile_frag): If --enable-target-optspace,
16594         use -Os to compile target libraries rather than -O2.  Default to
16595         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16596         not used.
16597         * configure.in (target_cflags): Ditto for d30v.
16599 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16601         * Makefile.in (all-bfd): Depend on all-intl.
16602         (all-binutils): Likewise.
16603         (all-gas): Likewise.
16604         (all-gprof): Likewise.
16605         (all-ld): Likewise.
16607 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16609         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16611 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16613         * Makefile.in (all-bfd): Depend upon all-libiberty.
16615         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16617 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16619         * Makefile.in: Add libstub.
16621         * configure.in: Ditto. Build libstub for targets that have cygmon
16622         support.
16624 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16626         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16628 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16630         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16631         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16633 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16635         * configure: Define DEFAULT_M4 by searching PATH.
16636         * Makfile.in: Use DEFAULT_M4.
16638 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16640         * ltconfig: Add cygwin32 support.
16642         * Makefile.in, configure.in: Add libtool as a native only directory
16643         to configure and build.
16645 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16647         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16649 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16651         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16653 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16655         * Makefile.in: add ash make rules
16656         * configure.in: add ash to native_only and host_tools lists
16658 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16660         * Makefile.in (all-gettext, all-intl): New targets.
16661         (ALL_MODULES): Added all-gettext, all-intl.
16662         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16663         (INSTALL_MODULES): Added install-gettext, install-intl.
16664         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16666         * configure.in (host_tools): Added gettext.
16667         (native_only): Likewise.
16668         (noconfigdirs) [various cases]: Likewise.
16669         (host_libs): Added intl.
16671 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16673         * configure: Do not disable building gdbtk for cygwin32 hosts.
16675 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16677         * configure.in: Add thumb-coff target.
16678         * config.sub: Add thumb-coff target.
16680 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16682         * Makefile.in: Revert yesterday's change.
16683         (all-target-winsup):  all-target-librx stays out of here.
16685 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16687         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16688         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16689         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16690         Remove references to librx and libg++.
16692 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16694         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16695         recursive makes
16697 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16699         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16700         for newlib directory.
16701         (CXX_FOR_TARGET): Likewise.
16703 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16705         * ltconfig: Update after libtool/ltconfig.in change for
16706         hpux11.
16708 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16710         * ltconfig, ltmain.sh: Update to libtool 1.2.
16712 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16714         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16715         (install-gcc-cross): Instead, override LANGUAGES here.
16717 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16719         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16720         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16722 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16724         * configure.in: Add Thumb-pe target.
16726 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16728         * Makefile.in - changed sn targets to snavigator
16729         * configure.in - changed sn targets to snavigator
16731 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16733         * config-ml.in: After building symlink tree call make distclean
16734         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16735         to be the case for libiberty.
16737 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16739         * configure: When making link, also check the current
16740         directory. The configure scripts may create one.
16742 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16744         * config.sub: Accept alphapca56 and alphaev6 properly.
16746 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16748         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16750 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16752         * config.sub (sco5): Fix typo.
16754 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16756         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16757         install-itcl.
16758         (install-itcl): Remove dependency on install-tcl.
16760 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16762         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16764 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16766         * configure.in: Don't build libgui for a cygwin32 target when not on
16767         a cygwin32 host.
16769 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16771         * configure (redirect): Set to null, so default behavior of
16772         configure is now --verbose.
16774 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16776         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16777         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16779 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16781         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16782         this change to sync Makefile.in with its ChangeLog entries.
16784 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16786         * ltmain.sh (mkdir): Check that the directory doesn't exist
16787         before we exit with error, so that we don't get races during
16788         parallel builds.
16790 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16792         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16794 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16796         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16797         PICFLAG_FOR_TARGET.
16798         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16800         * configure: Emit a definition for the new macro enable_shared
16801         into each Makefile.
16803 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16805         * configure.in (host_tools, native_only): Add libtool.
16807 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16809         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16810         Fix typo in ming config comment.
16812 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16814         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16816 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16818         * config.sub: Add tic30 cases, and map c30 to tic30.
16820 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16822         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16823         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16824         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16825         (CLEAN_TARGET_MODULES): Similarly
16826         (all-target-libf2c): Add dependences.
16827         * configure.in (target_libs): Add libf2c.
16829 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16831         * configure.in: Remove expect from noconfigdirs when target
16832         is cygwin32.  OK to build expect and dejagnu with Canadian
16833         Cross.
16835 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16837         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16838         host.
16840         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16841         and mingw32.
16843 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16845         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16846         here as it is not defined in the toplevel Makefile.
16848 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16850         * configure (package_makefile_rules_frag): New variable, which names
16851         a file with generic rules, ...
16852         Change comment to mention we now have FIVE parts.
16853         * configure: Undo last change.
16855 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16857         * config.guess: More accurate determination of HP processor types.
16858         * config.sub: More accurate determination of HP processor types.
16860 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16862         * configure (package_makefile_frag): Move inserting the
16863         ${package_makefile_frag} to where it should be according
16864         to the comment.
16866 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
16868         * config.guess: Add support for Linux/ARM.
16870 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
16872         * .cvsignore: Remove *-info and *-install since they match
16873         release-info and mpw-install, which we don't want to just ignore.
16875 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
16877         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16879 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
16881         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16882         local_prefix to sub-make invocations.
16884 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
16886         * configure.in: Check makefile fragments in the source
16887         directory.
16889 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16891         * configure.in: Check whether host and target makefile
16892         fragments exist before adding them to *_makefile_frag.
16894 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
16896         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16898 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
16900         * configure.in: Make sure we only replace RPATH_ENVVAR on
16901         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16902         regexp to sed.
16904         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16905         to sub-makes.
16907 1998-01-13  Lee Iverson   (leei@ai.sri.com)
16909         * config-ml.in (multi-do): LDFLAGS must include multilib
16910         designator.
16912 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
16914         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16916 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
16918         * config.sub: Add mingw32 support.
16919         * configure.in: Likewise.
16921 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16923         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16925 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
16927         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16928         * configure (gxx_include_dir): Provide a definition for subdirs
16929         which do not use autoconf.
16931 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
16933         * config.guess: Sync with egcs.  Picks up new alpha support,
16934         BeOS & some additional linux support.
16936 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
16938         * config.guess: HP 9000/803 is a PA1.1 machine.
16940 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
16942         * configure.in: It's alpha*-...
16944 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16946         * configure.in (host_makefile_frag, target_makefile_frag):
16947         Handle multiple config files.
16948         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16949         alpha-*-*.
16951 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
16953         * mkdep: New file.
16955 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
16957         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16959 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16961         * Makefile.in: Add libgui directory.
16962         (GDB_TK): Add all-libgui.
16963         * configure.in: Add libgui directory.
16964         * configure: Add all-libgui to GDB_TK.
16966 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
16968         * config-ml.in (multidirs): Add m32r to multilib list.
16970 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
16972         * Makefile.in (all-target-gperf): Change dependency to
16973         all-target-libstdc++.
16975 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
16977         * config.guess: Add BeOS support.
16979 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16981         Source directory cvs renamed to cvssrc:
16982         * configure.in (host_tools): Change cvs to cvssrc.
16983         (native_only): Likewise.
16984         (noconfigdirs) [various cases]: Likewise.
16985         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16986         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16987         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16988         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16989         (all-cvssrc): Rename target from all-cvs.
16991 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16993         * configure (gxx_include_dir): Fix thinko.
16995 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
16997         * Makefile.in (INSTALL_TARGET_CROSS): Define.
16998         (install-cross, install-gcc-cross): New targets.
17000 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
17002         * configure.in (noconfigdirs): Add support for Thumb target.
17004         * config.sub (maybe_os): Add support for Thumb target.
17006 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
17008         * Makefile.in: Add rules for cygmon.
17010         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
17012 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
17014         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17015         * configure (gxx_include_dir): Provide a definition for subdirs
17016         which do not use autoconf.
17018 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
17020         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
17021         11/18/97 build
17023 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
17025         * From Franz Sirl.
17026         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
17027         found on RedHat Linux systems.
17029 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
17031         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
17032         guesses.
17034 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
17036         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
17038 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
17040         * ltmain.sh: If mkdir fails, check whether the directory was created
17041         anyhow by some other process.
17043 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
17045         * configure.in (d30v-*-*): Configure all directories.
17047 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
17049         * configure.in (d30v-*-*): Configure newlib, libiberty directories
17050         for the D30V.
17052 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
17054         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
17056 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
17058         * include/libiberty.h: Add extern "C" { so it can be used with C++
17059         progrms.
17060         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
17061         programs.
17063 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
17065         * configure.in (d30v-*-*): Configure GCC now.
17067 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
17069         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
17070         is no longer needed.
17072 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
17074         * Makefile.in: check-target-libio depends on all-target-libstdc++.
17076 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
17078         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
17079         targets using "$@" to provide support for similar but not identical
17080         targets without having to duplicate code.
17082 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
17084         * makefile.vms: Fix to work with DEC C.
17086 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
17088         * config.sub: Add mips-tx39-elf to marketing names.
17090 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
17092         * ltmain.sh: Handle symlinks in generated script.
17094 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
17096         * configure: Handle autoconf style directory options: --bindir,
17097         --datadir, --includedir, --infodir, --libdir, --libexecdir,
17098         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
17099         --sysconfdir.
17100         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
17101         (sharedstatedir, localstatedir, oldincludedir): New variables.
17102         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
17103         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
17104         sbindir, sharedstatedir, and sysconfdir.
17106 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
17108         * Makefile.in (bootstrap-lean): New target.
17110 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
17112         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
17113         sn, and gnuserv from noconfigdirs.
17115 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
17117         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17119 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
17121         * Makefile.in (cross): New target.
17123 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
17124                           Jeff Law         <law@cygnus.com>
17126         * Makefile.in (bootstrap2, bootstrap3): New targets.
17127         (all-bootstrap): Remove outdated and confusing target.
17128         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
17130 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17132         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
17133         windows.  Consistent with gdb/configure.
17135 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
17137         * configure.in: Name Linux target fragment.
17139         * configure: Rewrite so that project Makefile fragment is inserted
17140         first and appears last in the resulting Makefile.
17142 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17144         * Makefile.in (install-itcl): Install tcl first.
17146 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
17148         * configure.in: remove bison from noconfigdirs for Cygwin32 host
17150 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17152         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17154         * configure.in (skipdirs): Add target-librx for Linux.
17155         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17157 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
17159         * Makefile.in (bootstrap): New target.
17161 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
17163         * config.sub: Accept 'amigados' for backward compatibility.
17165 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
17167         * config.guess: Merge with FSF.
17169 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
17171         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17173 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
17175         * config.sub: Add "marketing-names" patch.
17177 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
17179         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
17181 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
17183         * config.sub: Handle v850-elf.
17185 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
17187         * .cvsignore (*-install): Remove.
17189 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
17191         * ltconfig: Set CONFIG_SHELL in libtool.
17192         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17194 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
17196         * configure.in (target_subdir): Set to libraries if enable_multilib.
17198 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
17200         * config.guess: Update from gcc directory.
17202 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17204         * Makefile.in (all-sim): Depends on all-readline.
17206 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
17208         * Makefile.in (BISON, YACC): Use $$s.
17209         (all-bison): Depend on all-texinfo.
17211 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
17213         * Makefile.in (BISON): Add -L flag.
17214         (YACC): Likewise.
17216 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17218         * configure.in (noconfigdirs): Add support for v850e target.
17220         * config.sub (maybe_os): Add support for v850e target.
17222 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17224         * configure.in (noconfigdirs): Add support for v850ea target.
17226         * config.sub (maybe_os): Add support for v850ea target.
17228 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
17230         * config.sub: Add mipstx39.  Delete r3900.
17232 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17234         * Makefile.in (all-autoconf): Depends on all-texinfo.
17236 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
17238         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17239         eabi targets.
17241 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
17243         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17245         * configure: When handling a Canadian Cross, handle YACC as well as
17246         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
17247         * Makefile.in (all-bison): Depend upon all-texinfo.
17249 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
17251         * Makefile.in (BISON): bison, not byacc or bison -y.
17252         (YACC): bison -y or byacc or yacc.
17253         (various): Add *-bison as appropriate.
17254         (taz): No need to mess with BISON anymore.
17256 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
17258         * configure: If OSTYPE matches *win32*, try to find a good value for
17259         CONFIG_SHELL.
17261 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
17263         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17264         configure.in if it is present.
17266 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
17268         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17270 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
17272         * config.sub: Recognize `arc' cpu.
17273         * configure.in: Likewise.
17274         * config-ml.in: Likewise.
17276 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
17278         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17280 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
17282         * configure: Changed sed delimiter from ':' to '|' when
17283         attempting to substitute ${config_shell} for SHELL. On
17284         NT ${config_shell} may contain a ':' in it.
17286 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
17288         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17290 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
17292         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17294 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17296         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17298         * ylwrap: If the program is a relative path, force it to be
17299         absolute.
17301 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17303         * configure (tooldir): Set BISON to `bison -y' and not just bison.
17305 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17307         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
17308         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17309         for libraries.
17311 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
17313         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
17314         separated by spaces.
17316 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
17318         * ylwrap: New file.
17319         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17321         * ltmain.sh: Handle /bin/sh at start of install program.
17323         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17325         * ltconfig, ltmain.sh: New files, from libtool 1.0.
17326         * missing: New file, from automake 1.2.
17328 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
17330         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
17331         check-tk to CHECK_X11_MODULES.
17333 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17335         * config.sub: Merge with FSF.
17337 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17339         * config.guess: Merge with FSF.
17341 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17343         * configure: Treat msdosdjgpp like go32.
17344         * configure.in: Likewise.  Don't remove gprof for go32.
17346         * configure: Change Makefile.tem2 to Makefile.tm2.
17348 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
17350         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17352 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17354         * install-sh (chmodcmd): Set to null if the DST directory already
17355         exists.  Same as Nov 11th change.
17357 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
17359         * configure (GDB_TK): Needs itcl and tix.
17361 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
17363         * config.guess: Update from FSF.
17365 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
17367         * Makefile.in (GDB_TK): Depend on itcl and tix.
17369 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17371         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17372         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17373         (INSTALL_SCRIPT): New variable.
17374         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17375         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17376         to -x.
17377         * install-sh: Add support for -x option.
17379 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
17381         * configure.in, Makefile.in: Treat tix like itcl.
17383 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
17385         * Makefile.in (WINDRES): New variable.
17386         (WINDRES_FOR_TARGET): New variable.
17387         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17388         (EXTRA_HOST_FLAGS): Add WINDRES.
17389         (EXTRA_TARGET_FLAGS): Add WINDRES.
17390         (EXTRA_GCC_FLAGS): Add WINDRES.
17391         ($(DO_X)): Pass down WINDRES.
17392         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17393         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17394         DLLTOOL_FOR_TARGET.
17396 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
17398         * configure.in: configure sim before gdb for win32-x-ppc
17400 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17402         Move gperf into the toplevel, from libg++.
17403         * configure.in (target_tools): Add target-gperf.
17404         (native_only): Add target-gperf.
17405         * Makefile.in (all-target-gperf): New target, depend on
17406         all-target-libg++.
17407         (configure-target-gperf): Empty rule.
17408         (ALL_TARGET_MODULES): Add all-target-gperf.
17409         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17410         (CHECK_TARGET_MODULES): Add check-target-gperf.
17411         (INSTALL_TARGET_MODULES): Add install-target-gperf.
17412         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17414 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
17416         * config.sub (mn10200): Recognize new basic machine.
17418 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17420         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17421         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17423 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17425         * configure.in: If we're building mips-sgi-irix6* native, turn on
17426         ENABLE_MULTILIB and set TARGET_SUBDIR.
17428 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
17430         * Makefile.in (all-sn): Depend on all-grep.
17432 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
17434         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17436         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17437         Makefile.  From Jeff Makey <jeff@cts.com>.
17438         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17440         * Makefile.in (DISTBISONFILES): Remove.
17441         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
17442         $(DEFAULT_YACC).
17444         * configure.in: Build itl, db, sn, etc., when building for native
17445         cygwin32.
17447         * Makefile.in (LD): New variable.
17448         (EXTRA_HOST_FLAGS): Pass down LD.
17449         ($(DO_X)): Likewise.
17451 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
17453         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17455 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
17457         * configure.in (targargs): Strip out any supplied --build argument
17458         before adding our own. Always add --build.
17460 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
17462         * configure.in (targargs): Pass --build if we're doing
17463         a cross-compile.
17465 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
17467         * configure: Use '|' instead of ":" as the separator in
17468         sed. Otherwise sed chokes on NT path names with drive
17469         designators. Also look for "?:*" as the leading characters in an
17470         absolute pathname.
17472 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
17474         * config.sub: Support for r3900.
17476 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17478         * configure.in: Use install-sh, not install.sh.
17480 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17482         * Makefile.in (taz): Improve check for BISON so it doesn't try to
17483         apply it twice.
17485 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17487         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17488         install-binutils.
17490 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17492         * Makefile.in: Add automake targets.
17493         * configure.in (host_tools): Add automake.
17495 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17497         * configure: Default CXX to c++, not gcc.
17498         * Makefile.in (CXX): Set to c++, not gcc.
17499         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17501 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17503         * install-sh: try appending a .exe if source file doesn't
17504         exist
17506 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17508         * configure.in: Turn on multilib by default.
17509         (cross_only): Remove target-libiberty.
17511         * Makefile.in (all-gcc): Don't depend on libiberty.
17513 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17515         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17517 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17519         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17520         (DISTBISONFILES): Add ld/Makefile.in
17522 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17524         * configure.in: if target is cygwin32 but host isn't cygwin32,
17525         don't configure gdb tcl tk expect, not just gdb.
17527 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17529         * configure.in: Added gnuserv everywhere sn appears.
17531         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17532         (CROSS_CHECK_MODULES): Added check-gnuserv.
17533         (INSTALL_MODULES): Added install-gnuserv.
17534         (CLEAN_MODULES): Added clean-gnuserv.
17535         (all-gnuserv): New target.
17537 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17539         * config.guess: Fixes for MIPS OpenBSD systems.
17541 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17543         * Makefile.in (INSTALL_XFORM): Remove.
17544         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17546         * mkinstalldirs: New file, copied from automake.
17547         * Makefile.in (installdirs): Rename from install-dirs.  Use
17548         mkinstalldirs.  Change all users.
17549         (DEVO_SUPPORT): Add mkinstalldirs.
17551 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17553         * install-sh: Rename from install.sh.
17554         * Makefile.in (INSTALL): Change install.sh to install-sh.
17555         (DEVO_SUPPORT): Likewise.
17557         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17558         Graichen <graichen@rzpd.de>.
17560 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17562         * config.guess: Recognize OpenBSD systems correctly.
17564 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17566         * README, Makefile.in (ETC_SUPPORT): Remove references to
17567         cfg-paper*, configure.{texi,man,info*}._
17569 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17571         * Makefile.in (all.normal): Ensure that gcc is built after all
17572         the x11 - ie gdb - targets.
17574 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17576         * makefile.vms: Don't run conf-a-gas.
17578 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17580         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17582 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17584         * configure.in: Remove noconfigdirs case since gdb also
17585         configures and builds for tic80-coff.
17587 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17589         * configure: Set cache_file to config.cache.
17590         * Makefile.in (local-distclean): Remove config.cache.
17592 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17594         * COPYING: Update FSF address.
17596 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17598         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17599         noconfigdirs.
17601 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17603         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17604         MAKEDIRS, is empty.
17606 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17608         * config.sub: Tweak mn10300 entry.
17610 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17612         * configure.in (host_tools): Put sim before gdb, so gdb's
17613         configure.tgt can determine if the simulator was configured.
17615 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17617         * config.sub: Move BeOS $os case to be with other Cygnus
17618         local cases.
17620 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17622         * config.sub: Remove misplaced comment that broke Linux.
17624 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17626         * config.sub: Add BeOS support.
17628 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17630         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17632 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17634         * configure.in (noconfigdirs): Remove tcl and tk from
17635         noconfigdirs for cygwin32 builds.
17637 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17639         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17641 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17643         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17644         make-all.com, use makefile.vms instead.
17646 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17648         * config.sub: Accept -lnews*.
17650 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17652         * configure.in (noconfigdirs): Disable target-newlib,
17653         target-examples and target-libiberty for d30v.
17655 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17657         * configure.in (noconfigdirs): Enable ld for d30v.
17659 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17661         * configure.in (tic80-*-*): Build compiler.
17663 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17665         * configure.in (d30v-*): Remove sim directory from list of
17666         unsupported d30v directories
17668 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17670         * config.sub, configure.in: Add d30v target cpu.
17672 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17674         * makefile.vms: New file.
17675         * make-all.com: Remove.
17677 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17679         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17681 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17683         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17685 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17687         * Makefile.in (ALL_MODULES): Added all-db.
17688         (CROSS_CHECK_MODULES): Addec check-db.
17689         (INSTALL_MODULES): Added install-db.
17690         (CLEAN_MODULES): Added clean-db.
17692 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17694         * config.guess: Merge with latest FSF sources.
17696 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17698         * Makefile.in (ALL_MODULES): Added all-itcl.
17699         (CROSS_CHECK_MODULES): Added check-itcl.
17700         (INSTALL_MODULES): Added install-itcl.
17701         (CLEAN_MODULES): Added clean-itcl.
17703 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17705         * configure.in: build gdb for mn10200
17707 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17709         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17711 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17713         * configure.in (tic80-*-*): Turn off most targets right now.
17715 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17717         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17718         rather than the makeinfo program.
17719         (do-info): Depend upon all-texinfo.
17721 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17723         * configure.in: Remove uses of config/mh-linux.
17725         * config.sub, config.guess: Merge with latest FSF sources.
17727 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17729         * config.sub (case $basic_machine): Add tic80 entries.
17731 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17733         * config.sub, config.guess: Merge with latest FSF sources.
17735 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17737         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17738         * mpw-config.in: Test for NewFolderRecursive.
17739         * mpw-install: Use symbolic name for startup filename.
17740         * mpw-README: Add various additional details.
17742 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17744         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17746 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17748         * configure.in: Do build gcc and the target libraries for
17749         the mn10200.
17751 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17753         * configure.in: don't avoid building gdb for mn10300 any more
17754         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17755         instead of single-quoting it.
17757 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17759         * configure.in: Don't use --with-stabs on IRIX 6.
17761 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17763         * configure.in (m32r): Build gdb, libg++ now.
17765 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17767         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17768         directories from noconfigdirs.
17770 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17772         * config.sub (basic_machine): added mips16 configuration
17774 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17776         * config.sub: Handle d10v-unknown.
17778 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17780         * config.sub: Handle v850-unknown.
17782 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17784         * Makefile.in: add findutils
17785         * configure.in: add findutils to list of host_tools
17787 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17789         * config.sub: Handle mn10200 and mn10300.
17791 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17793         * configure.in (d10v-*): Do not build librx.
17795 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17797         * configure.in (mn10300): Build everything except gdb & libgloss.
17799 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17801         * config.guess:  Patch for Dansk Data Elektronik servers,
17802         from Niels Skou Olsen <nso@dde.dk>.
17804         For ncr, use /bin/uname rather than uname, since GNU uname does not
17805         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17807         Patch for MIPS R4000 running System V,
17808         from Eric S. Raymond <esr@snark.thyrsus.com>.
17810         Fix thinko for nextstep.
17812         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17814         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17815         * config.guess: Guess mips-dec-mach_bsd4.3.
17817         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17818         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17819         release numbers.
17820         * config.guess (mips-mips-riscos*):  Emit just enough of the
17821         release number.
17823         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17824         * config.guess (sparc-auspex-sunos*):  Added.
17825         (f300-fujitsu-*): Added.
17827         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17828         * config.guess:  Recognize a Tadpole as a sparc.
17830 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17832         * config.guess: Don't assume that NextStep version is either 2 or
17833         3.  NextStep 4 (aka OpenStep 4) has come out now.
17835 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17837         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17838         From Rik Faith <faith@cs.unc.edu>.
17840 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17842         * config.sub: Contributions from bug-gnu-utils to:
17843         Support plain "hppa" (no version given) architecture, reported by
17844         OpenStep.
17845         OpenBSD like NetBSD.
17846         LynxOs is not a hardware supplier.
17848         * config.guess: Contributions from bug-gnu-utils to add support for:
17849         OpenBSD like NetBSD.
17850         Stratus systems.
17851         More Pyramid systems.
17852         i[n>4]86 Intel chips.
17853         M680[n>4]0 Motorola chips.
17854         Use unknown instead of lynx for hardware manufacturer.
17856 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17858         * install.sh (chmodcmd): Set to null if the DST directory already
17859         exists.
17861 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17863         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17864         not use mt-ppc target Makefile fragment any more.
17866 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17868         * configure.in (*-*-windows):  Exclude everything but those dirs
17869         needed to build windows.
17871 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
17873         * Makefile.in (all-target-winsup): Depend on all-target-librx.
17875 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17877         * configure.in:  Exclude mmalloc from i386-windows.
17879 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17881         * Undo my previous change.
17883 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
17885         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17886         unconditionally.
17887         (MAKEOVERRIDES): Define (revert this part of October 18 change).
17889 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17891         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
17892         host to add it's own flags.
17894 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
17896         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17898 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
17900         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17901         (CXX_FOR_TARGET): Likewise.
17902         (GCC_FOR_TARGET): Define.
17903         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17904         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17905         CC_FOR_TARGET was specified on the command line.
17906         (MAKEOVERRIDES): Don't define.
17908 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
17910         * configure.in (m32r): Fix spelling of libg++ libs.
17912 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
17914         * config.sub (-apple*): Remove, now redundant.
17916 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
17918         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17920         * configure: Rework yesterday's sed script patch.
17922         * config.sub: Merge with FSF.
17924 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
17926         * config.guess:  Merge from FSF.
17928         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
17929         * config.guess: Use pc instead of unknown, for pc clone systems.
17930         Change linux to linux-gnu.
17932         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17933         * config.guess: Avoid non-portable tr syntax.
17935 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
17937         * test-build.mk (HOLES): Add "xargs" for gdb.
17939         * configure: Avoid hpux10.20 sed bug.
17941 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
17943         * configure.in:  Add support for windows host
17944         (that is a build done under the Microsoft build environment).
17946 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
17948         * Makefile.in: Replace all uses of srcroot with s, to shrink
17949         command line lengths.
17951         Patches from Geoffrey Noer <noer@cygnus.com>:
17952         * configure.in: If configuring for newlib, pass --with-newlib to
17953         subdirectories.
17954         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17955         -Bnewlib/ and -Lwinsup to gcc.
17956         (CXX_FOR_TARGET): Likewise.
17958 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17960         * Makefile.in (ETC_SUPPORT): Add configure.
17962 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
17964         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17965         host configuration file.
17967 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
17969         * configure.in: Break mn10x00 support into separate
17970         mn10200 and mn10300 configurations.
17971         * config.sub: Likewise.
17973 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
17975         * configure.in: Add lots of stuff to noconfigdirs for
17976         the mn10x00 targets.
17978         * config.sub, configure.in: Add mn10x00 support.
17980 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
17982         * make-all.com: Call conf-a-gas, not config-a-gas.
17984 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
17986         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17987         targets.
17989 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
17991         * mpw-README: Add much more detail for native PowerMac.
17992         * mpw-install: New file.
17993         * mpw-configure: Add --norecursion and --help options.
17994         * mpw-config.in: Translate readme and install files when
17995         copying to objdir.
17996         * mpw-build.in: Don't always depend on byacc and flex.
17997         (install-only-top): New action.
17999 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
18001         * configure.in:  You can now configure GDB for the v850.
18003 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
18005         * configure.in (noconfigdirs): Don't configure any C++ dirs
18006         if targeting D10V.
18008 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
18010         * config.sub: Recognize mips64vr5000.
18012 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
18014         * configure.in: Use a single line for host_tools and native_only.
18016 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
18018         * config.sub, configure.in: Add entries for m32r.
18020 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
18022         * Makefile.in (inet-install): Don't run install-gzip.
18024 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
18026         * configure.in:  Don't config lots of things for *-*-windows*.
18028 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
18030         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
18031         (host_libs, host_tools): Copy from configure.in.
18032         * mpw-configure: Don't complain about directories not found.
18034 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18036         * configure.in (i[345]86): Recognize i686 for pentium pro.
18037         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
18038         file.
18040         * config.guess (i[345]86): Ditto.
18042 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18044         * configure.in (noconfigdirs): Removed gdb for D10V.
18046 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
18048         * configure.in: Remove ld, target-libio, target-libg++, and
18049         target-libstdc++ from noconfigdirs.
18051 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
18053         * configure: Fix three locations where shell scripts were
18054         being run directly rather than with config_shell.
18056 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
18058         * configure.in (v850-*-*): Set up initial $noconfigdirs.
18059         * config.sub (basic_machine): Recognize v850.
18061 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
18063         * mpw-configure: Handle multiple enable/disable options and
18064         pass them down recursively, handle -c and -s flags appropriately
18065         depending on choice of compiler, add escape mechanism for
18066         quoted arguments to gC.
18068 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18070         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
18071         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
18072         so that -mrelocatable-lib and -mno-eabi are used.
18074         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
18075         not support --print-multi-lib, don't abort.
18077 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
18079         * make-all.com: Run config-a-gas.
18080         * setup.com: Don't copy subdirectory files around.
18082 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
18084         * configure.in (*-*-ose): Remove exclusion of libgloss for this
18085         target, it now compiles correctly.
18087 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
18089         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
18091 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18093         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
18095 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18097         * configure.in (native_only): Add prms.
18099 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
18101         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
18102         (BINUTILS_SUPPORT_DIRS): Likewise.
18104 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18106         * configure.in (d10v-*-*): Don't configure ld or gdb until the
18107         d10v support is added.
18109 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18111         * configure.in (d10v-*-*): New target.
18113 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
18115         * config.guess (HP 9000/811): Recognize this as a PA1.1
18116         machine.
18118 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
18120         * Makefile.in (do-tar-gz): New target, split out from tail end of
18121         taz target.  Run each command separately, don't use pipes.
18122         (taz): Use it.
18124 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
18126         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18127         * mpw-build.in: No builds should depend on building byacc or flex,
18128         they are assumed to be installed already.
18130 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18132         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18133         variable that CC_FOR_TARGET needs.
18135 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18137         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18138         options have changed since the last time the subdirectory was
18139         configured, and if it has, reconfigure.
18140         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18141         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18143 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
18145         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18146         CLEAN_MODULES): Add bash.
18147         (all-bash): New target.
18149 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
18151         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18153 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18155         * config.sub (basic_machine): Recognize d10v as a valid processor.
18157 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
18159         * mpw-configure: Add support for --bindir.
18160         * mpw-build.in: Use a GCC-specific build script for GCC actions.
18162 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
18164         * configure.in: add bash, time, gawk to list of hosttools and things
18165         to only build for native toolchains
18167 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18169         * Makefile.in (docdir): Remove.
18171 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18173         * Makefile.in (datadir): Set to $(prefix)/share.
18175 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
18177         * configure.in: build diff and patch for cygwin32-hosted
18178         toolchains.
18180 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
18182         * config.sub: Accept -rtems*.
18184 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
18186         * configure.in: enable dosrel for cygwin32-hosted builds,
18187                 remove diff from the list of things not buildable
18188                 via Canadian Cross
18190 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
18192         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
18193         don't get ". ".
18195 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
18197         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18199 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
18201         * Makefile.in (taz): Handle case where tex3patch didn't even get
18202         checked out.  Also, if it was found, put the symlink in a new util
18203         subdirectory.
18205 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18207         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18209 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
18211         * config.sub: Recognize -openvms.
18212         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18213         * make-all.com, setup.com: New files.
18215 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18217         * Makefile.in (taz): tex3patch moved to texinfo/util.
18219 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
18221         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18222         * configure.in: remove make from disable-if-Can-Cross list
18223                 enable gdb if ${host} and ${target} are cygwin32
18225 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
18227         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
18228         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18230 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18232         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
18233         distinguish sysv/svr4/bsd variants.
18234         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18236 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
18238         * configure.in: Added copyright notice.
18239         * move-if-change: Added copyright notice.
18241 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18243         * configure.in (powerpcle-*-solaris*): Until we get shared
18244         libraries working, don't build gdb, sim, make, tcl, tk, or
18245         expect.
18247 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
18249         * config.guess:  Merge with FSF:
18251         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18252         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18254         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
18255         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18257         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
18258         * config.guess:  Combine two OSF1 rules.
18259         Also recognize field test versions.  From mjr@zk3.dec.com.
18260         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
18261         because GNU uname does not support -p.  From pmr@pajato.com.
18263 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
18265         * Makefile.in (MAKEDIRS): Removed $(tooldir).
18267 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
18269         * mpw-README: Document GCCIncludes.
18271 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
18273         * configure.in (alpha-*-linux*): Set enable_shared to yes.
18275 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
18277         * mpw-configure: Handle --enable-FOO and --disable-FOO.
18279 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
18281         * configure.in (*-*-cygwin32): Configure make.
18283 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
18285         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18287 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
18289         * Makefile.in (all-inet): Depend on all-perl.
18291         * Makefile.in (inet-install): New target.
18293         * Makefile.in (all-inet): Depend on all-tcl.
18294         (all-inet): Depend on all-send-pr.
18296 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18298         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18299         temporarily.
18301 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
18303         * configure.in: Don't configure --with-gnu-ld on AIX.
18305 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18307         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18309 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
18311         * Makefile.in (ALL_MODULES): Added all-inet.
18312         (CROSS_CHECK_MODULES): Added check-inet.
18313         (INSTALL_MODULES): Added install-inet.
18314         (CLEAN_MODULES): Added clean-inet.
18315         (all-indent): New target.
18317         * configure.in (host_tools): Added inet.
18318         (native_only): Added inet.
18319         (noconfigdirs): Added inet.
18321 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
18323         * configure.in: Don't configure libgloss if we are not configuring
18324         newlib.
18326 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
18328         * configure.in: Don't configure libgloss for unsupported
18329         architectures.
18331 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18333         * Makefile.in (CLEAN_MODULES): Add clean-apache.
18335 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
18337         * Makefile.in (ALL_MODULES): Include all-apache.
18338         (CROSS_CHECK_MODULES): Include check-apache.
18339         (INSTALL_MODULES): Include install-apache.
18340         (all-apache): New target.
18342         * configure.in: Added apache everywhere perl is seen.
18344 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18346         * Makefile.in: Add support for clean-{module} and
18347         clean-target-{module} rules.
18349 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
18351         * configure.in (*-*-ose) do not build libgloss.
18353 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18355         * config.guess (prep*:SunOS:5.*:*): Turn into
18356         powerpele-unknown-solaris2.
18358 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
18360         * configure.in: Permit --enable-shared to specify a list of
18361         directories.
18363 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18365         * configure.in (host==solaris): Pass only the first word of $CC
18366         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18368 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18370         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18372 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
18374         * Makefile.in (ALL_MODULES): Include all-perl.
18375         (CROSS_CHECK_MODULES): Include check-perl.
18376         (INSTALL_MODULES): Include install-perl.
18377         (ALL_X11_MODULES): Include all-guile.
18378         (CHECK_X11_MODULES): Include check-guile.
18379         (INSTALL_X11_MODULES): Include install-guile.
18380         (all-perl): New target.
18381         (all-guile): New target.
18383         * configure.in (host_tools): Include perl and guile.
18384         (native_only): Include perl and guile.
18385         (noconfigdirs): Don't build guile and perl; no ports have been
18386         done.
18388 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
18390         * configure (--enable-*): Handle quoted option lists such as
18391         --enable-sim-cflags='-g0 -O' better.
18393 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18395         * Makefile.in ({,inst}all-target): New rule so we can make and
18396         install all of the target directories easily.
18398 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18400         * configure.in: Add missing global flag in sed substitution when
18401         deleting `target-' from ${configdirs}.
18403 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
18405         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18406         option.
18408         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18409         config/mh-necv4.
18411         * install.sh: Correct misspelling of transformbasename.
18413         * config.guess: Recognize mips-*-sysv*.
18415 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
18417         * config.sub: Recognize mon960.
18419 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
18421         * configure: Restore Canadian Cross handling of BISON and LEX,
18422         removed in Feb 20 change.
18424 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18426         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18427         Mention make install.  Remove the old copyright date as well the
18428         clumsy and rather pointless copyright on the README file.
18430 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18432         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18433         Makefile after running symlink-tree, then run `make distclean' to
18434         avoid clobbering any generated files in srcdir.
18436 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
18438         * configure.in (m68k-*-netbsd*): Build everything now.
18440 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18442         * Makefile.in (taz): Fix quoting.
18444 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
18446         * configure.in (sparclet-*-*): Build everything now.
18448 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18450         * configure.in (m68k-*-linux*): New host.
18452 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
18454         * configure: Check for bison before byacc.
18456 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
18458         * Makefile.in configure:  Change the way LEX and BISON/YACC are
18459         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
18460         searching PATH.  These are used as fallbacks by Makefile.in if
18461         flex/bison/byacc aren't in objdir.
18463 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
18465         * Makefile.in: Make everything which depends upon all-bfd also
18466         depend upon all-opcodes, in case --with-commonbfdlib is used.
18468 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18470         * configure.in (host *-*-cygwin32): Don't build gdb if we are
18471         building NT native compilers on Unix.
18473 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
18475         * configure.in: Don't get CC from the host Makefile fragment if we
18476         can find gcc in PATH, or if this is a Canadian Cross.  Move the
18477         Solaris test for /usr/ucb/cc to the post target script, just after
18478         the compiler sanity test.
18480 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
18482         * config.sub: Merge with FSF.
18484 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
18486         * Makefile.in (RPATH_ENVVAR): New variable.
18487         (REALLY_SET_LIB_PATH): Use it.
18488         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18490 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18492         * config.sub, configure.in: Recognize sparclet cpu.
18494 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18496         * config.guess:  Support m68k-cbm-sysv4.
18498 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18500         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18501         m68k-unknown-linuxaout from linker help string.  Put quotes around
18502         $ld_help_string.
18504 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18506         * config.guess (powerpc-harris-powerunix): Add guess for port
18507         to new target.
18509 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18511         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18513 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18515         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18516         $(REALLY_SET_LIB_PATH) in Makefile.
18517         * Makefile.in (SET_LIB_PATH): New variable.
18518         (REALLY_SET_LIB_PATH): New variable.
18519         ($(DO_X)): Use $(SET_LIB_PATH).
18520         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18521         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18522         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18523         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18524         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18525         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18526         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18527         (install-dosrel): Likewise.
18528         (all-opcodes): Depend upon all-libiberty.
18530 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18532         * config.guess (*:CYGWIN*): New
18534 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18536         * Makefile.in (all-target-winsup): All all-target-libiberty.
18538 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18540         * configure.in (noconfigdirs): Add missing # in front of comment.
18542 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18544         * configure.in: add second pass to things added to noconfigdirs
18545         so *-gm-magic can exclude libgloss properly.
18547 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18549         * mpw-configure (extralibs_name, rez_name): Set correctly
18550         for MWC68K compiler.
18552         * mpw-README: Add more info on the necessary build tools.
18554 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18556         * configure.in, config.sub: Recognize cygwin32.
18558 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18560         * config.guess, config.sub: Recognize A/UX.
18562 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18564         * config.sub: Merge with gcc/config.sub.
18566 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18568         * mpw-build.in (do-binutils): Add build of stamps.
18570 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18572         * config.sub: Add recognition for mips64vr4100*-* targets.
18574 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18576         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18577         Add creation of gconfigargs with `--enable-shared' turned on.
18578         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18579         ($(host)-stamp-stage3-configured): Likewise.
18580         (HOLES): Add chatr and ldd.
18581         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18583 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18585         * configure: Pass --nfp to recursive configures.
18587 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18589         * Makefile.in (DLLTOOL): New.
18590         (DLLTOOL_FOR_TARGET): New.
18591         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18592         (EXTRA_TARGET_FLAGS): Ditto.
18593         (EXTRA_GCC_FLAGS): Ditto.
18594         (CONFIGURE_TARGET_MODULES): Ditto.
18595         (DO_X): Ditto.
18596         * configure: Add DLLTOOL.
18598 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18600         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18601         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18602         mh-sco, since old workarounds no longer needed, and don't
18603         build ld, since libraries have weak symbols in COFF.
18605 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18607         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18609 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18611         * configure.in: Make sure that ${CC} can be used to compile an
18612         executable.
18614 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18616         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18617         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18618         nothing depending on whether gdbtk is being built.
18620 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18622         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18624 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18626         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18627         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18629 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18631         * config-ml.in: Add support for
18632         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18633         Simplify setting of multidirs from --disable-foo.
18635 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18637         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18638         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18639         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18640         non-empty, pass them on to the  GCC make.
18641         (all-bootstrap): New rule that is like all-gcc, except it executes
18642         the GCC bootstrap rule instead of the GCC all rule.
18644 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18646         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18648 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18650         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18651         DG/UX support.
18653 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18655         * config.sub (i*86*) Change [345] to [3456]
18657 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18659         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18660         --with-gnu-ld=no.
18662 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18664         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18665         AIX multilibs get built.
18667 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18669         * configure.in (i386-win32): Don't build expect if we're not
18670         building the tcl subdir.
18672 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18674         * Makefile.in: (configure-target-examples, all-target-examples):
18675         New targets, configure and build example programs.
18677 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18679         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18680         use it as input to sedit the generated MPW makefile.
18681         * mpw-README: Add a suggestion about Gestalt.h.
18683 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18685         * config.sub: Accept *-*-ieee*.
18687 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18689         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18690         Ronald F. Guilmette <rfg@monkeys.com>.
18692 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18694         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18695         for powerpc-pe native.
18696         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18697         (target==powerpc-pe): duplicate i386-win32 entry.
18699 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18701         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18702         of vxworks, not just vxworks5.1.
18704 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18706         * mpw-configure: Add support for exec-prefix.
18708 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18710         * config.guess: Recognize HP model 816 machines as having
18711         a PA1.1 processor.
18713 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18715         * configure: Ignore new autoconf configure options.
18717 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18719         * config.guess:  Recognize Pentium under SCO.
18720         From Robert Lipe <robertl@arnet.com>.
18722 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18724         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18726 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18728         * configure.in: Don't configure gas for alpha-dec-osf*.
18730 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18732         * configure.in: Default to --with-stabs for some targets for which
18733         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18734         i[345]86*-*-unixware*.
18736 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18738         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18739         rather than basing it on the target.  Simplify handling of options
18740         controlling which directories to configure.  Remove extraneous
18741         slash in multi-clean target.
18743 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18745         * config-ml.in: Prefix more variables with ml_ so they don't collide
18746         with configure's.
18748 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18750         * configure: Don't turn -v into --v.
18752 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18754         * configure.in (targargs): Fix typo.
18756         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18758 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18760         * configure.in: Strip --host and --target options from
18761         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18762         --with-cross-host option when building with a cross-compiler.
18763         * configure: Canonicalize the arguments put into config.status by
18764         always using `=' for an option with an argument.  Pass a presumed
18765         --host or --target explicitly.
18767 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18769         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18770         into general OS recognition case.
18772 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18774         * configure.in (target_configdirs): add target-winsup only
18775         for win32 target systems.
18777 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18779         * Makefile.in (all-target-libgloss): Depend upon
18780         configure-target-newlib, since when libgloss is built it looks to
18781         see if the newlib directory exists.
18783 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18785         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18786         cfg-ml-*.in.
18788 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18790         * configure: Handle LD and LD_FOR_TARGET when configuring a
18791         Canadian Cross.
18793 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18795         * configure.in (target_libs): add target-winsup.
18796         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18797         (target==ppcle-pe): remove ld from $noconfigdirs.
18799 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18801         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18802         Preserve relative path names in $srcdir.  Build symlink tree if
18803         configuring cross target dir and srcdir=. (= no VPATH support).
18804         (configure-target-libg++): Depend on configure-target-librx.
18805         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18806         * config-ml.in: New file.
18807         * symlink-tree: New file.
18808         * configure: Ensure srcdir="." if that's what it is.
18810 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18812         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18813         includes and FLEX_SKELETON setting.
18814         * mpw-configure (--with-gnu-ld): New option, controls whether
18815         to use PPCLink or ld with PowerMac GCC.
18816         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18817         * mpw-config.in: Configure grez if targeting Mac.
18819         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18820         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18821         just macos.
18822         * configure.in: Configure grez resource compiler if targeting Mac.
18823         * Makefile.in (all-grez, install-grez): New targets.
18825 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18827         * configure: CXX defaults to gcc, not g++.  If we find
18828         gcc in the path, set CC to gcc -O2.
18830 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18832         * configure: Default ${build} correctly.  Avoid picking up extra
18833         spaces when reading CC and CXX from Makefile.  When doing a
18834         Canadian Cross, use plausible default values for numerous
18835         variables.
18836         * configure.in: When doing a Canadian Cross, don't try to
18837         configure tools whose configure script can't handle it.
18839 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18841         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18843 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18845         * configure:  Remove dubious bug reporting address.
18847 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18849         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18850         configure script, run that instead of this directory's configure.
18851         In either case, print a message that we're configuring the sub-dir.
18853 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18855         * configure.in: Before checking for the existence of various files,
18856         use sed to filter out "target-".
18858 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18860         * Makefile.in (DO_X): Split rule to decrease command line length
18861         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
18862         (Philippe De Muyter).
18864 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18866         * Makefile.in (all-patch): depend on all-libiberty.
18868 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
18870         * configure.in: If the only directory in target_configdirs which
18871         actually exists is libiberty, then set target_configdirs to empty,
18872         to avoid trying to build a target libiberty in a gas or gdb
18873         distribution.
18875 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
18877         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18878         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18879         systems.
18881 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18883         * configure.in (copy_dirs): Use sys-include instead of include
18884         for --with-headers option.
18886 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
18888         * Makefile.in, configure.in: Make winsup builds work with
18889         new scheme.
18891 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
18893         * configure.in: Build the linker on AIX.
18895 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18897         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
18898         where needed.
18900 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
18902         * Makefile.in (all-gcc): Fix typo.
18904 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18906         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
18908 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18910         * configure.in:  Rename libFOO to target-libFOO, and xiberty
18911         to target-xiberty, to provide more flexibility.
18912         (target_subdir):  Define.  Create if cross.
18913         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18914         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
18915         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18916         check-libFOO -> check-target-libFOO, etc.
18917         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18918         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18919         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18920         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
18921         allow ALL_GCC="" to only configure.
18922         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
18923         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
18924         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
18926 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
18928         * Makefile.in (taz): Build "info" in etc explicitly.
18930 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
18932         * configure.in:  Make sure that CC is undefined (as opposed to
18933         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
18934         problem with autoconf trying to configure on a host without GCC.
18936 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18938         * mpw-configure: Set host alias from choice of host compiler,
18939         only use generic MPW Makefile sed if present, edit a file
18940         named "hacked_Makefile.in" instead of "Makefile.in" if present.
18941         * mpw-README: Add problem notes about CW6 and CW7.
18943 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
18945         * Makefile.in (taz): Use ";" instead of ";;".
18947 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18949         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
18950         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18951         DISTDOCDIRS.
18952         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
18953         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
18955 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18957         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
18958         and gnats, because they are now subsumed by DISTSTUFFDIRS.
18959         Move bfd to DISTSTUFFDIRS.
18961 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18963         * Makefile.in (X11_LIB): Removed.
18964         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18966         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18968 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18970         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18971         names.
18973 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18975         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18977 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
18979         * configure.in (i[345]86-*-win32): Always build newlib.
18980         Don't configure cvs, autoconf or texinfo.
18981         * Makefile.in (LD_FOR_TARGET): New.
18982         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18983         Pass down LD_FOR_TARGET.
18985 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18987         * winsup: New directory.
18988         * Makefile.in: Build winsup.
18989         * configure.in: Winsup is configured when target is win32.
18990         Can only build win32 target GDB when native.
18992 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18994         * config.guess: Recognize HP model 819 machines as having
18995         a PA 1.1 processor.
18997 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18999         * configure: Fix sed loop which substitutes for CC and CXX to
19000         avoid bug found in various sed implementations.
19002 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19004         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
19005         simulator.  Use standard powerpc-*-eabi*.
19007 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
19009         * configure.in: Stop putting gas and binutils in noconfigdirs for
19010         powerpc-*-aix* and rs6000-*-*.
19012 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
19014         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
19015         -mcall-aixdesc libraries.
19017 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
19019         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
19021         * config.sub (arm | armel | armeb): Fix shell syntax.
19023 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19025         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
19026         -msoft-float and -mcpu=common support.
19027         (powerpc*-*-eabisim*): Add support for building -mcall-aix
19028         libraries.
19030 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19032         * configure.in: Allow configuration and build of emacs19 for the alpha.
19034 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19036         * configure.in (CC): Get ^CC, not just any old CC, from
19037         ${host_makefile_frag}.
19039 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19041         * configure.in (CC): Try to get CC from
19042         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
19044 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19046         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
19047         only if it exists in $(srcdir).
19049 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19051         * configure: If CC and CXX are not set in the environment, set
19052         them, based on either an existing Makefile or on searching for gcc
19053         in PATH.  Substitute for CC and CXX in Makefile.
19054         * configure.in: Remove libm from target_libs.  Separate
19055         target_configdirs from configdirs.  If CC is not set in
19056         environment, try to get it from a host Makefile fragment.  Rewrite
19057         changes of configdirs to use skipdirs instead.  A few minor
19058         tweaks.  Take directories out of target_configdirs as they are
19059         taken out of configdirs.  Remove existing Makefile files from
19060         subdirectories.  Substitute for TARGET_CONFIGDIRS and
19061         CONFIG_ARGUMENTS in Makefile.
19062         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
19063         by configure.in.
19064         (CONFIG_ARGUMENTS): Likewise.
19065         (CONFIGURE_TARGET_MODULES): New variable.
19066         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
19067         ($(CONFIGURE_TARGET_MODULES)): New target.
19068         (configure-libg++, configure-libio): New targets.
19069         (all-libg++): Depend upon configure-libg++.
19070         (all-libio): Depend upon configure-libio.
19071         (configure-libgloss, all-libgloss): New targets.
19072         (configure-libstdc++): New target.
19073         (all-libstdc++): Depend upon configure-libstdc++.
19074         (configure-librx, all-librx): New targets.
19075         (configure-newlib): New target.
19076         (all-newlib): Depend upon configure-newlib
19077         (configure-xiberty): New target.
19078         (all-xiberty): Depend upon configure-xiberty.
19080 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19082         * configure.in (host i[345]86-*-win32):  Expand the
19083         noconfigdirs again.
19085 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
19087         * mpw-configure: Fix sed command file name.
19089 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19091         * configure.in (host i[345]86-*-win32): Reduce the
19092         noconfigdirs again.
19094 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
19096         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
19097         or powerpc*-*-pe*, since they are not yet supported.
19099 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19101         Add PowerMac support and many other enhancements.
19102         * mpw-configure: New option --cc to select compiler to use,
19103         paste options set according to --cc into the generated
19104         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
19105         if mpw-make.sed is present.
19106         * mpw-config.in: Don't test for gC1, test for mpw-touch,
19107         add forward includes for PowerPC include files.
19108         * mpw-build.in: Build using Makefile.PPC if present.
19109         (do-byacc, etc): Remove separate version resource builds.
19110         (do-gas): Build "stamps" before "all".
19111         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
19112         * mpw-README: Update to reflect --cc option, PowerMac support,
19113         and recently-reported compatibility problems.
19115 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
19117         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19118         embedded m68k systems (-aout, -coff, -elf, -vxworks).
19119         (--with-multilib-top): Pass to recursive invocations.
19121 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
19123         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19124         v810-*-*.
19126 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19128         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19129         gdb, ld and opcodes on v810-*-*.
19131 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19133         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19134         (local-maintainer-clean): New target.
19135         (maintainer-clean): New target.
19136         (realclean): Just depend upon maintainer-clean.
19138 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19140         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19142 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
19144         * configure.in: Build ld in mips*-*-bsd* case.
19146 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
19148         * config.sub: Accept -lites* OS.  From Ian Dall.
19150 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
19152         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
19153         targets.
19155 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19157         * configure.in: treat i386-win32 canadian cross the same as
19158         i386-go32 canadian cross.
19160 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19162         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19163         running under the simulator to build a reduced set of libraries.
19164         (powerpc-*-eabiaix): Add fine grained multilib support added to
19165         other powerpc targets yesterday.
19167 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19169         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19170         -disable-softfloat, -disable-relocatable, -disable-aix, and
19171         -disable-sysv to control which multilib libraries get built.
19173 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19175         * configure: Add Makefile.tem to list of files to remove in trap
19176         handler.
19178 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19180         * config.guess (*Linux*):  Add missing "exit"s.
19181         Also, need specific check for alpha-unknown-linux (uses COFF).
19183 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19185         * config.guess:  Merge with FSF:
19187         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
19188         * config.guess (AIX4): More robust release numbering discovery.
19190         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
19191         * config.guess (i386-sequent-ptx): Properly get version number.
19193         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
19194         * config.guess (mips:*:4*:UMIPS): New case.
19196 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19198         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19199         (i386-win32 host): Likewise.  Don't build readline.
19201 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
19203         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
19204         SUPPORT_FILES to submakes.
19206 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
19208         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19209         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19210         mpw-configure.
19212 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
19214         * configure.in (appdirs): Use =, not ==, in test expression when
19215         trying to build the text to print in the warning message for
19216         Solaris users.
19218 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
19220         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19222 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19224         * config.guess: Recognize lynx-2.3.
19226 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
19228         * config.sub (z8ksim): Deleted
19229         (z8k-*-coff): New, this is the one true name of the target.
19231 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
19233         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19235 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
19237         * config.guess (*:Linux:*:*): First try asking the linker what the
19238         default object file format is (elf, aout, or coff).  Then if this
19239         fails, try previous methods.
19241 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19243         * configure.in: Don't build newlib for *-*-vxworks5.1.
19245 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19247         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19248         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19250 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
19252         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19254 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
19256         * cfg-ml-com.in: New file.
19257         * cfg-ml-pos.in: New file.
19259 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19261         * COPYING.NEWLIB: Add HP free copyright to list.
19263 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19265         * config.sub: Recognize -eabi* for the system, not just -eabi.
19267 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19269         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19270         * config.sub, configure.in (win32): New target and host.
19272 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19274         * configure.in: Add i386-pe configuration.
19276 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
19278         * mpw-build.in (install): Install GDB after LD.
19280 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
19282         * mpw-config.in (elf/mips.h): Always forward-include, needed
19283         for GDB to build.
19285 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19287         * testsuite: New directory for customer acceptance and whole tool
19288         chain tests.
19290 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19292         * configure: If per-host line isn't found, but AC_OUTPUT is found
19293         and a configure script exists, run it instead.
19295 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19297         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
19299 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19301         * configure: Set build_{cpu,vendor,os,alias} to host values when
19302         --build isn't specified.
19304 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19306         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19307         (FLAGS_TO_PASS): Pass them.
19308         (EXTRA_TARGET_FLAGS): Ditto.
19310 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19312         * Makefile.in (all-libg++): Depend on all-libstdc++.
19314 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19316         * configure.in (noconfigdirs): Enable all packages for
19317         i386-unknown-netbsd.
19319 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
19321         * configure.in (noconfigdirs): Don't configure tk for i386-go32
19322         hosted builds (DOS builds)
19324 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19326         Changes for ARM based on patches from Richard Earnshaw:
19327         * config.sub: Handle armeb and armel.
19328         * configure.in: Omit arm linker only for riscix.
19330 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19332         * config.guess:  Update from FSF.
19334 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
19336         * config.sub: Recognize powerpcle as the little endian variant of
19337         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
19338         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
19339         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
19340         temporarily.
19342 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
19344         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19346 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
19348         * config.sub: Accept -lites* as a basic system type.
19350 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
19352         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19353         installed, and if so return linuxoldld as the system name.
19355 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
19357         * config.guess: Add hppa1.1-hp-lites support.
19359 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19361         * configure.in: Don't build newlib for m68k-vxworks5.1.
19363 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19365         * configure.in (mips-sgi-irix6): Use mh-irix5.
19367 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
19369         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19371 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19373         * test-build.mk: Enable building of shared libraries on IRIX 5 and
19374         OSF/1.  Fix compiler flags.
19375         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
19377 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
19379         * configure.in: Recognize --with-newlib.
19380         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19382 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19384         * Makefile.in: move {all,check,install}-gdb from *_MODULES
19385         to *_X11_MODULES due to gdbtk needing X include files et al.
19387 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
19389         Merge in support for Mac MPW as a host.
19390         (Old change descriptions retained for informational value.)
19392         * mpw-config.in: Add generic include forwards for cpu-specific
19393         include files in aout and elf directories.
19395         * mpw-configure: Added copyright.
19396         * mpw-config.in: Check for presence of required build tools.
19397         (target_libs): Add newlib.
19398         (target_tools): Add examples.
19399         (Read Me): Generate as "Read Me for MPW" instead.
19400         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19401         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19402         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19404         * mpw-configure: Remove subdir-specific makefile hackery,
19405         delete mk.tmp after using it.
19407         * mpw-build.in (all): Display start and end times.
19409         * mpw-configure (host_canonical): Set.
19410         (target_cpu): Always add to makefiles.
19411         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19412         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19413         (mpw-mh-mpw): Look for in srcdir and srcroot.
19414         Use sed instead of mpw-edit-prefix to edit prefix definitions.
19416         * mpw-build.in: (install-only): New target.
19418         * mpw-configure (host_alias, target_alias): Rename from hostalias
19419         and targetalias, add into generated Makefile.
19420         (mk.tmp): If present, add into generated Makefile.
19421         * mpw-build.in (all-gas): Build config.h first before gas proper.
19423         * mpw-configure (config.status): Write only if changed.
19424         * mpw-config.in (readline): Configure it (not built, just used for
19425         definitions).
19427         * mpw-config.in (elf/mips.h): Add a forward include.
19429         * mpw-config.in: Forward-include most .h files in include into
19430         extra-include.
19431         (readline): Don't build.
19432         mpw-build.in (install): Install GDB.
19434         * mpw-configure (prefix, mpw_prefix): Handle it.
19435         * mpw-config.in (mmalloc, readline): Don't configure.
19436         * mpw-build.in (thisscript): Rename to ThisScript.
19437         Use mpw-build instead of BuildProgram everywhere.
19438         (mmalloc, readline): Don't build.
19439         * mpw-README: New file, basic documentation about the MPW port.
19441         * mpw-config.in: Use forward-include to create include files.
19443         * mpw-configure: Add more things to the top of each configured
19444         Makefile, including contents of config/mpw-mh-mpw.
19445         * mpw-config.in (extra-include): Create this directory and fill it
19446         with Posix-like include files when configuring.
19448         * config.sub (apple, mac, mpw): Add various aliases.
19450         * mpw-build.in: New file, top-level build script fragment for MPW.
19451         * mpw-configure: New file, configure script for MPW.
19452         * mpw-config.in: New file, config fragment for MPW.
19454 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19456         * configure.in (host_libs): Remove glob, since it is gone from the
19457         sources.
19459 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19461         * Makefile.in: define empty GDB_NLM_DEPS var.
19463         * configure.in(target_makefile_frag): use config/mt-netware
19464         for netware targets.
19466 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19468         * config.sub: Merge in recent FSF changes.  Remove linux special
19469         cases.
19471 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19473         Revert this change:
19475         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19477                 * build-all.mk: Use CC=cc -Xs on Solaris.
19479 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19481         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
19482         stop using it.
19483         * Makefile.in: Nuke all references to glob subdirectory.
19485 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19487         * configure.in: Fix --enable-shared logic in per-host.
19489 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19491         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19493 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19495         * configure.in (noconfigdirs): Don't build gas on AIX, for
19496         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19498 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19500         * configure: Fix --cache-file to work if the file argument is a
19501         relative path.
19503 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19505         * configure: If the --cache-file is used, pass it down to
19506         configure in subdirectories.
19508 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19510         * config.sub: add vxworks29k configuration.
19512 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19514         * Makefile.in (taz): Do "diststuff" part quietly.
19516 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19518         * config.sub: Mini-merge with gcc/config.sub.
19520 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19522         * config.guess (IRIX): Sed - to _.
19524 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19526         * Makefile.in (source-vault, binary-vault): New targets.
19528 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19530         * config.sub: Recognize -eabi as a basic system type.
19532 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19534         * configure.in (enable_shared stuff): Fix typo.
19536 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19538         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19540 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19542         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19544 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19546         * configure.in (rs6000-*-*): Don't build gas.
19548 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19550         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19551         reduce command line length.
19552         (AS_FOR_TARGET): Check for as.new, not Makefile.
19553         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19555 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19557         * config.guess:  Merge from FSF.
19559 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19561         * configure: Don't use $ when handling program_suffix.
19563 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19565         * configure.in:  Configure tk for hppa/hpux.
19567 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19569         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19571 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19573         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19574         to LIBCXXFLAGS.  Tests are better run without it.
19576 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19578         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19580 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19582         * configure.in (*-*-netware*): Don't configure xiberty.
19584 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19586         * configure.in:  Remove tk from native_only list.
19588 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19590         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19591         for special NCD build.
19593 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19595         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19596         makeall.bat, they're only useful for binutils snapshots.
19597         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19598         makeall.bat to specified SUPPORT_FILES.
19600 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19602         * build-all.mk: Add Ericsson targets to sun4 and solaris
19603         hosts.  Add  BNR's sun4 target to solaris host, so their
19604         build-from-source will be tested in-house first.
19606 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19608         * Makefile.in (LIBCFLAGS): New variable.
19609         (CFLAGS_FOR_TARGET): Ditto.
19610         (LIBCFLAGS_FOR_TARGET): Ditto.
19611         (LIBCXXFLAGS): Ditto.
19612         (CXXFLAGS_FOR_TARGET): Ditto.
19613         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19614         (BASE_FLAGS_TO_PASS): Pass them.
19615         (EXTRA_TARGET_FLAGS): Ditto.
19617         * configure.in: Support --enable-shared.
19619 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19621         * configure.in (target_libs):  Include libstdc++ again.
19622         * config.guess:  Update from FSF (for FreeBSD).
19624 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19626         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19627         makeall.bat.
19628         (DISTDOCDIRS): Add `etc'.
19629         (ETC_SUPPORT_PFX): New variable.
19630         (taz): Include anything from etc starting with a word in
19631         ETC_SUPPORT_PFX.
19633 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19635         * config.sub: Update for recent FSF changes.  Remove obsolete
19636         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19637         spacing changes.
19639 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19641         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19643         * config.guess:  Merge with FSF.
19644         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19646 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19648         * configure: Since the "trap 0" handler will override the exit
19649         status on many systems, only use it for "exit 1", and make it set
19650         a non-zero exit status; reset it before "exit 0".  Also, check
19651         exit status of config.sub, and error out if it failed.
19653 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19655         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19656         and install libgloss.
19658 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19660         * Makefile.in (all-binutils): Depend upon all-byacc.
19662         * configure.in: Don't build emacs on Irix 5.
19664 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19666         * configure.in (*-*-netware*): Add libio.
19668 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19670         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19671         (CHECK_TARGET_MODULES): Ditto.
19672         (INSTALL_TARGET_MODULES): Ditto.
19673         (TARGET_LIBS): Ditto.
19674         (all-libstdc++): Note dependencies.
19676 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19678         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19680 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19682         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19683         -fexternal-templates.
19685         * configure.in (target_libs): Add libstdc++.
19686         (noconfigdirs): Add libstdc++ as appropriate.
19688 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19690         * config.guess:  Update from FSF.
19692 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19694         * configure: Use ${config_shell} when running ${configsub}.
19696 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19698         * config.sub: No longer recognize h8300h.
19700 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19702         * config.sub: Remove extraneous differences between config.sub and
19703         gcc/config.sub.
19705 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19707         * Makefile.in (DISTSTUFFDIRS): Add gas.
19709 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19711         * COPYING.NEWLIB: New file.
19713 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19715         * config.guess (HP-UX):  Patch from Harlan Stenn
19716         <harlan@landmark.com> to also emit release level.
19718 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19720         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19722 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19724         * config.sub:  Merge nextstep cleanup from FSF.
19726 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19728         * configure.in (arm-*-*): Don't configure ld for this target.
19730 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19732         * configure.in (*-*-netware): don't configure libg++, libio,
19733         librx, or newlib.
19735 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19737         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19738         configure ld--it works, but it doesn't support shared libraries.
19740 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19742         * config.guess (*-unknown-freebsd*):  Get rid of possible
19743         trailing "(Release)" in version string.
19744         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19746 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19748         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19749         Fix type: *-next-neststep -> *-next-nextstep.
19751         * config.guess:  Merge from FSF:
19753         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19755         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19757         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19759         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19760         instead of UNIX_SV for UnixWare 1.0).
19762 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19764         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19765         to make gdb/nlm/* build after the compiler and linker.
19767 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19769         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19770         not just i[34]86.
19771         (m68k-atari-sysv4):  Relocate to match FSF version.
19773         * config.guess:  More merges from the FSF:
19775         Add a space before function call or macro invocation.
19777         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19779         * config.guess: Add trap cmd to remove dummy.c and dummy when
19780         interrupted.
19782         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19784         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19785         (dummy): Redirect stderr from compilation of dummy.c.
19787         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19789         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19791 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19793         * configure: Accept and ignore --cache*, for compatibility with
19794         new autoconf.
19796 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19798         * config.guess:  Merge from FSF:
19800         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19802         * config.guess (Pyramid*:OSx*:*:*): New case.
19803         (PATH): Add /.attbin at end for finding uname.
19804         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19806         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19808         * config.guess (M88*:DolphinOS:*:*): New case.
19810         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19812         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19813         to select whether to use ELF or COFF.
19815         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19817         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19819         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19821         * config.guess: Guess the OS version for HPUX.
19823         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19825         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19827 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19829         * configure.in: Recognize --with-headers, --with-libs, and
19830         --without-newlib.
19831         * Makefile.in (all-xiberty): Depend upon all-ld.
19833 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19835         * configure.in: Change i[34]86 to i[345]86.
19837 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19839         * configure (version): A few more tweaks to help message.
19841 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19843         * Makefile.in:  Remove (for now) librx as a host library,
19844         now that we're building it for target.
19846 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19848         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19849         (Karl Berry).
19851 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19853         * configure.in:  Also configure librx.
19855 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19857         * Makefile.in:  Update various rules to reflect that librx
19858         is now needed for libg++.
19860 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19862         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19864 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
19866         * configure.in: Configure the examples directory.
19868 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19870         * configure: Simplify Jun 2 1994 change.
19872 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19874         * change CC to /usr/latest/bin/gcc for lynx host builds, since
19875         /bin/gcc isn't good enough to build gcc.
19877 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
19879         * Makefile.in (GDB_SUPPORT_FILES): Remove
19880         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
19881         (gdb.tar.gz): Add new rule to use standard distribution building
19882         mechanism.
19884 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19886         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
19887         Bill Cox <bill@cygnus.com>.
19889 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19891         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
19893 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
19895         * configure:  Search current dir first in .gdbinit.
19897 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19899         * config.sub:  Recognize freebsd (merged from gcc config.sub).
19901 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19903         * config.sub:  Refer to NeXT's operating system as nextstep.
19905         * config.sub (case $basic_machine):  Re-order the cases, to match
19906         the order in the FSF version (which is mostly alphabethical).
19907         Merge in some additions and changes from the FSF.
19909 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
19911         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19912         * config.sub: Recognize cxux7.
19913         * configure.in: Use mh-cxux for m88k-harris-cxux*.
19915 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19917         * config.sub:  Fix typo powerpc -> powerpc-*.
19919 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
19921         * Makefile.in: `all-emacs19' depends on `all-byacc'.
19923         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19924         parallel with all-emacs and install-emacs).  Top-level command
19925         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19927 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19929         * test-build.mk ($(host)-stamp-stage2-installed): Remove
19930         $(relbindir)/make before doing ``make install'', and use
19931         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
19932         installing over running make binary.
19933         ($(host)-stamp-stage3-installed): Likewise.
19935 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19937         * config.guess: Recognize Mach.
19939 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19941         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19942         see whether --exec-prefix was used.
19944 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19946         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
19948 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19950         * Makefile.in: Add all-librx target similar to all-libproc.
19952 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
19954         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
19955         with post 1.2 uname bogosity.
19957 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19959         * configure: Remove temporary files on receipt of a signal.
19961 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
19963         * configure: If there is a package_makefile_frag, remove
19964         ${subdir}/Makefile.tem after copying it in.
19966 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19968         * build_all.mk: support rs6000 lynx identifies itself as
19969         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
19970         since /bin/gcc is too feeble to compile a modern gcc.
19972 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19974         * brought devo/test-build.mk update-to-date with progressive/
19975         test-build.mk. Add lynx targets and hppa flag info.
19977 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19979         * configure.in:  Use mh-ncrsvr43.  Patch from
19980         Tom McConnell <tmcconne@sedona.intel.com>.
19982 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19984         * config.guess (i386-unknown-bsdi):  No longer need to
19985         check #if defined(__bsdi__) && defined(__i386__).
19987 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19989         * configure: Set program_transform_nameoption correctly.
19991 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19993         * brought build-all.mk update-to-date with progressive build-all.mk,
19994         added new targets and hppa info.
19996 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19998         * configure: If config.guess result is a prefix of the user
19999         specified target, assume a native build and use the user specified
20000         target as the host alias.  Remove SunOS patch suffix removal hack.
20001         * configure.in: Remove SunOS patch suffix removal hack.
20003         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
20004         in NATIVE_CHECK_MODULES.
20006 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
20008         * Makefile.in: Rename HOST_ONLY to NATIVE.
20009         * configure: Delete SunOs patch suffix from host_canonical
20010         and build_canonical variables that are prepended to Makefiles.
20011         * configure.in: Add comments for easier maintenance.
20013 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20015         * Makefile.in: Add all-libproc target similar to all-gui.
20017 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
20019         * Makefile.in (CHECK_MODULES): split into
20020         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
20022 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
20024         * config.guess (i386-unknown-bsdi): New system to guess.
20026 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20028         * Makefile.in: Add all-gui target (but not yet build by "all").
20030 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
20032         * config.sub: Move deletion of patch suffix from here...
20033         * configure.in: To here, at Ian's suggestion.  The top-
20034         level scripts might need to know of a patch level.
20036 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
20038         * config.sub: Strip off patch suffix so rtl is recognized
20039         as a sunos4.1.3 machine, even though it's been patched.
20041 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
20043         * Makefile.in (INSTALL_LAST): Delete.
20044         (INSTALL_DOSREL): New.
20046 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20048         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
20049         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
20050         whether we pass down --with-gnu-ld anyhow.
20052 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
20054         * Makefile.in (INSTALL_LAST): Change operation so it works
20055         on more flavors of make.
20056         * configure.in (go32): Don't build libg++ or libio.
20058 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
20060         * Makefile.in (Move HOST_PREFIX_1 and friends up so
20061         they can be overriden by templates.
20063 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
20065         * configure.in (target==go32): Don't build gdb.
20066         * dosrel: New directory.
20068 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
20070         * configure.in (host==go32): Configure dosrel too.
20071         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
20072         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
20073         be set by incoming names or templates.
20074         (INSTALL_LAST): New rule.
20076 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
20078         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
20080 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20082         * configure.in (appdirs): New variable.  Currently empty, but will
20083         be used in gas distribution.  If nonempty, lists a set of
20084         directories at least one of which must get configured, or top
20085         level configuration is considered to have failed.
20086         (rs6000-*-lynxos*): Use new file name.
20088 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20090         Eliminate XTRAFLAGS.
20091         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
20092         newlib include files using -idirafter, and also use -nostdinc.
20093         (CXX_FOR_TARGET): Likewise.
20094         (XTRAFLAGS): Removed.
20095         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
20096         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
20097         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
20098         ($(DO_X)): Don't pass down XTRAFLAGS.
20100 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20102         * configure.in (mips*-dec-bsd*): New target; do build linker.
20103         (mips*-*-bsd*): New target; don't build linker.
20105 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20107         * configure.in: support rs6000-*-lynxos* configuration.
20108         support sunos4 as a cross target.
20110         * config.sub: look for lynx*, not lynx since the OS version may
20111         legitimately be part of the name.
20113 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20115         * configure.in (i[34]86-*-sco*): Move to be with other i386
20116         targets.
20117         (romp-*-*): New target.  Skip various binary utilities.
20118         (vax-*-*): New target.  Don't build newlib.
20119         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
20121 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20123         * configure.in: Only set host_makefile_frag if config
20124         directory exists.
20126 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20128         * install.sh: If $dstdir exists, don't check whether each
20129         component does.
20131 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20133         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20135 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
20137         * configure.in (*-*-lynxos*): Don't configure newlib for either
20138         native or cross Lynx.
20140 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
20142         * config.sub (sparc64-elf): Fix os.
20143         (z8k): Remove duplicate.
20145 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20147         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20148         gcc/stmp-fixproto, to try to prevent fixproto from being run.
20150 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
20152         * configure: Make file links cleanly even if Lynx fails on
20153         an NFS symlink (at least fail cleanly).
20155 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
20157         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20158         -XNh2000.
20160 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20162         * configure: Unknown options are fatal again.
20164 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
20166         * configure: Ignore --x-includes and --x-libraries, for Autoconf
20167         compatibility.
20169 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
20171         * build-all.mk: Add `clean' target.
20173 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20175         * config.guess:  Add SINIX support.
20176         * configure.in:  Add mips-*-sysv4* support.
20178 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
20180         * build-all.mk: Document all useful targets.
20181         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20182         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20184 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20186         * configure: Support --silent, --quiet.
20188 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20190         * configure: Support --disable-FEATURE.
20192 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20194         * config.guess: Recognize NCR running SVR4.3.
20196 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20198         * config.guess:  Make BSDI generate i386-unknown-bsd386.
20199         Patch from Paul Eggert <eggert@twinsun.com>.
20201 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20203         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20205 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20207         * configure: Make unrecognized options give nonfatal warnings
20208         instead of fatal errors, and pass them to any subdirectory
20209         configures in case they recognize them.
20210         Make --x equivalent to --with-x.
20212 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20214         * configure: Add --enable-* options.  Clean up usage message and
20215         some comments.
20217 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
20219         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20221 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20223         * configure.in (hppa*-*-*): Enable binutils.
20225 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20227         * config.sub: Recognize cisco.
20229 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
20231         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20233 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20235         * config.guess: about target *-hitachi-hiuxwe2, don't print more
20236         than one configuration name.  Add comment.
20238 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
20240         * config.guess: about target *-hitachi-hiuxwe2, fixed
20241         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
20242         macro is incorrect.]
20244 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20246         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20247         than the "make ls" stuff which used to be here.
20249 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20251         * config.guess:  Recognize i[34]86-unknown-freebsd.
20252         From Shawn M Carey <smcarey@rodan.syr.edu>.
20254 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20256         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20258 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20260         * config.guess: Check for ptx.
20262 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
20264         * config.sub: Add os9k checking.
20266 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20268         * config.guess: Handle OSF1 running on HPPA processors
20270 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20272         * configure: If subdir configure fails, print out a message with
20273         subdirectory name, in case subdir's configure code didn't identify
20274         itself.
20276 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
20278         * configure.in: Remove embedded newlines from configdirs.
20279         Avoid mismatches of substrings.  Fix matching strings at end
20280         of configdirs.
20282 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
20284         * config.guess:  Add Lynx/rs6000 config support.
20286 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20288         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20290 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
20292         * configure.in (hppa*-*-osf*): Treat this just like most other
20293         PA configurations (eg no binutils or ld).
20294         (hppa*-*-*elf*): These configurations have binutils and ld.
20296 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20298         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
20300 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20302         * configure.in (rs6000-*-*): Build gas.
20304 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20306         * Makefile.in:  Avoid bug in losing hpux sed.
20308 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20310         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20311         for GDB and GDB has been fixed to not need it.
20313 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20315         * config.guess: Recognize vax hosts.
20317 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20319         * configure (while loop): Don't use "break 2" inside case
20320         statement -- the case statement isn't an enclosing loop.
20322 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20324         * config.guess:  Clean up NeXT support, to allow nextstep
20325         on Intel machines.  Make OS be nextstep.
20327 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
20329         * config.guess: Add alternate forms for Convex.
20331 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
20333         * configure:  Completely rewrite option processing.  Take
20334         advantage of pattern-matching to avoid invoking test frequently.
20335         Also clean up host and target defaulting logic.
20337 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20339         * Makefile.in: Replace all occurrances of "rootme" with "r" and
20340         "$${rootme}" with "$$r", to increase the likelihood that the do-*
20341         commands (plus user environment) will fit SCO limits.
20343 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20345         * configure.in: Don't issue warnings about directories which are
20346         not being configured if -norecursion is set.  Correct test for
20347         --with-gnu-as and --with-gnu-ld to not get confused by substring
20348         matches.
20350         * configure.in: Don't build gas for alpha-dec-osf1*.
20352 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
20354         * configure:  Back out Per's change of 12/19/1993.  It changes the
20355         behavior of configure in unexpected and confusing ways.
20357         Also, use different delim char when calculating
20358         program_transform_name so that the name can contain slashes.
20360 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
20362         * configure.in, config.sub: Add support for VSTa micro-kernel.
20364 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
20366         * configure.in: Nuke hacks which were used to get a special
20367         version of GAS for HPPA configurations.
20369 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20371         * configure:  If only ${target_alias} is given, use that
20372         as the default for ${host_alias}.
20373         * configure:  Add missing back-slashes before nested quotes.
20375 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20377         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20379 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
20381         * config.guess:  Recognize some Tektronix configurations.
20382         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20384 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20386         * config.sub: Match any flavor of SH.
20388 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
20390         * configure.in: Don't try to configure newlib for Alpha.
20392 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20394         * configure.in: Don't build ld for Irix 5.  Don't build gas,
20395         libg++ or libio for any Alpha target.
20397         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20399 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
20401         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20402         default arguments -- so it tried to compress itself.
20404 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20406         * configure.in (notsupp): ensure that a space is always at the end
20407         of the configdirs list, since the grep checks for an explicit space
20409 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20411         * configure.in (target i386-sysv4.2): don't build ld, since static
20412         versions of many libraries are not available.
20414 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20416         * config.guess: Recognize Apollos (using environment variables).
20417         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20419 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20421         * config.guess: Recognize Sony news mips running newsos.
20423 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
20425         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20426         "fi ; else" for bash.
20428 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
20430         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20432 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
20434         * config.sub: accept unixware as an alias for svr4.2.
20435         Fix some inconsistancies with the gcc version.
20437 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20439         * Makefile.in (DISTDOCDIRS):  Add gdb.
20441 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20443         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
20445 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20447         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20448         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20449         this now.
20451 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20453         * config.sub: Accept hiux* as an OS name.
20455         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20456         etc/make-stds.texi.  The underscore came from gcc, and dje now
20457         agrees that RUNTESTFLAGS is the correct name.
20459 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20461         * install.sh:  Remove 'set -e'.  It makes any conditionals
20462         in the script useless.
20464         * config.guess: Automatically recognize arm-acorn-riscix
20465         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20467 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
20469         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20471 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20473         * Makefile.in (DISTDOCDIRS): New variable.
20474         (taz): Edit local Makefile.in sooner, instead of proto-toplev
20475         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
20477 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20479         * configure.in (hppa target): check the source directory for the
20480         pagas sub-directory
20482 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
20484         * config.sub: Allow -aout* and -elf*.
20486 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20488         * configure.in: Don't build ld on i386-solaris2, same as for
20489         sparc-solaris2.
20491 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20493         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20495 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20497         * configure.in:  Configure gdb for alpha.
20499 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20501         * Makefile.in (CXXFLAGS): Add -O.
20503 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20505         * config.guess: added support for DG Aviion
20507 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20509         * configure.in: Produce warning message for subdirectories not
20510         configurable for this host/target combination.  Don't try to
20511         configure gdb for vms.
20513 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20515         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20516         appropriate files before making "diststuff".
20517         (DISTBISONFILES): New var: list of files to be edited.
20518         (DISTSTUFFDIRS): Add binutils.
20520 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20522         * config.sub: also handle mipsel and mips64el (for little endian mips)
20524 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20526         * configure.in: Add * to end of all OS names.
20528 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20530         * configure.in: Build newlib for LynxOS native.
20532 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20534         * config.guess: Add support for delta 88k running SVR3.
20536         * configure.in: Add comment about HP compiler vs. emacs.
20538 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20540         * configure.in: don't build ld on solaris2 (not a viable option
20541         due to bugs in getpwnam & getpwuid)
20543 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20545         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20546         config.guess will produce a full version number.
20548 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20550         * configure.in: Build linker and binutils for alpha-dec-osf1.
20552 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20554         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20555         and gdb/testsuite/Makefile.in.
20557 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20559         * configure.in: recognize mips*- instead of mips-
20561 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20563         * config.sub: Accept linux*coff and linux*elf as operating
20564         systems.
20566 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20568         * config.sub: Recognize mips64, and mips3 as an alias for it.
20570 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20572         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20573         gdb knows how to handle OSF/1 shared libraries.
20575 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20577         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20578         * config.guess: Recognize Hitachi's HIUX.
20579         * config.sub: Recognize h3050r* and hppahitachi.
20580         Remove redundant cases for hp9k[23]*.
20582 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20584         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20585         if gas and ld are in the source tree and are in ${configdirs}.
20586         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20587         --with options (but still pass them down on the command line,
20588         if they were explicitly specified).
20590 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20592         * configure: substitute SHELL value in Makefile.in with
20593         ${CONFIG_SHELL}
20595 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20597         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20598         *-*-solaris2* targets.
20600 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20602         * Makefile.in: define M4, and pass it down to sub-makes;
20603         all-autoconf now depends on all-m4
20605 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20607         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20608         presence of {ar,ranlib} instead of a configured directory
20610 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20612         * config.guess: Accept 34?? as well as 33?? for NCR.
20614 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20616         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20617         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20619 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20621         * configure: grab values for $(CC) and $(CXX) from the
20622         environment, so that someone can do "CC=gcc configure; make" and
20623         have it work right (matching the way that autoconf works now)
20625         * configure.in, Makefile.in: add support for gash, the tcl
20626         interface to Galaxy
20628         * config.guess: add NetBSD variants (hp300, x86)
20630 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20632         * install.sh: Support -d option (in the manner of SunOS 4 install,
20633         as it is more deterministic than that of GNU install)
20634         (chmodcmd): Set file to mode 755 by default (should also do default
20635         chgrp and chown, but I don't feel like dealing with that now)
20637 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20639         * config.sub: Remove h8300hhms alias.
20641 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20643         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20645 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20647         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20648         as stmp-fixinc
20650 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20652         * config.sub: recognize m88110-bug-coff.
20654 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20656         * Makefile.in (all-libio): all dependencies on the toolchain used
20657         to build this (gcc, gas, ld, etc)
20659 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20661         * config.guess: Deal with OSF/1 1.3 on alpha.
20663 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20665         * install.sh: add some 'else true' clauses for portability
20667         * configure.in: don't build libio for h8[35]00-*-* targets
20669 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20671         * Makefile.in:  Add support for new libio.
20673 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20675         * install.sh: If one command fails, don't try the rest.  Don't try
20676         to remove $dsttmp (via trap) unless we have already created it.
20677         If $src doesn't exist, detect it and exit with an error.
20679         * config.guess: Recognize BSD on hp300.
20681 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20683         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20684         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20686 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20688         * Makefile.in (all-send-pr): depends on all-prms
20690 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20692         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20694 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20696         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20697         Added test for mips-mips-riscos5.
20699 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20701         * configure.in: use mh-hp300 for 68k HP hosts
20703 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20705         * configure: add support for CONFIG_SHELL, so that you can use
20706         some alternate shell for evaluating configure scripts
20708 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20710         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20711         in configure script to bug-gdb@prep.ai.mit.edu when building
20712         distribution archive.
20713         * Makefile.in (COMPRESS):  Remove def.
20714         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20715         gdb.tar.Z and make-gdb.tar.Z respectively.
20716         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20717         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20718         to convergence with 'taz' target in Makefile.in.
20720 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20722         * install.sh (dsttmp): use trap to ensure that tmp files go
20723         away on error conditions
20725 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20727         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20729 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20731         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20732         its parent is '/' not ''.
20734         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20736 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20738         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20739         that ${newsrcdir}/configure.in does.
20741 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20743         * test-build.mk: support for CONFIG_SHELL
20745 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20747         * config.sub (netware):  Add as a basic system type.
20749 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20751         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20752         $(srcdir)/ from the dependency on Makefile.in.
20754 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20756         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20757         (h8300hhms is temporary until multi-libraries are implemented).
20758         * configure.in: Handle h8300h too.
20760 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20762         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20764 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20766         * configure:  Remove extraneous output when guessing host type.
20767         * config.guess:  Remove extraneous output when guessing using C
20768         compiler rather than uname, or when guessing fails.
20770 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20772         * Makefile.in: remove all.cross and install.cross targets
20774         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20775         definitions
20777 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20779         * configure.in (target sh): Build gprof.
20781 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20783         * config.sub: change -solaris to -solaris2
20785 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20787         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20789 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20791         * configure: Correct error message for missing Makefile.in to
20792         print correct directory.
20794 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20796         * install.sh: kludge around 386BSD shell bug
20798 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20800         * config.guess:  Recognize NeXT.
20801         * config.guess:  Recognize i486-ncr-sysv4.
20802         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20804 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20806         * Makefile.in (MAKEINFOFLAGS): New variable.
20807         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20808         * build-all.mk, test-build.mk: Pass down --no-split as
20809         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20811 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20813         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20815 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20817         * Makefile.in (libg++.tar.z):  New rule.
20818         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20819         * Makefile.in (taz):  Only do a single chmod.
20821 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20823         * install.sh: don't use dirname anymore (replaced with sed usage)
20825 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20827         * Makefile.in:  Change extension for gzip'd files from '.z' to
20828         '.gz' per new FSF standard usage.
20830 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20832         * configure: put quotes around the final value of program_transform_name
20834 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20836         * Makefile.in: new install.sh support; update install-info rules
20838 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20840         * configure.in: Build diff for crosses, but not for go32 host.
20842         * configure.in: Build gprof only for native, and don't build it
20843         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20845 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20847         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20849 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20851         * configure.in (host_tools): Add prms.
20853 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20855         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20856         with $(FLAGS_TO_PASS) on the command line
20858         * config.sub: Recognize lynx and lynxos
20860 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20862         * config.sub: Accept -ecoff*, not just -ecoff.
20864 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20866         * Makefile.in (taz): Use .gz suffix instead of .z.
20867         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20868         names.
20870 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20872         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20874 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20876         * Makefile.in (install-no-fixedincludes):  install gcc last, so
20877         that rebuilds that might happen during 'make install' don't get
20878         bogus gcc include files
20880 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20882         Change from Utah for HPPA support:
20883         * config.guess: Recognize hppa1.x-hp-bsd.
20885 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
20887         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
20888         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20890 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20892         * config.sub: Add support for rom68k and bug boot monitors.
20894 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
20896         * Makefile.in: Make all-opcodes depend on all-bfd.
20898 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20900         * config.guess: Added special check for i[34]86-univel-sysv4*.
20902 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
20904         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20905         the processor rather than assuming i486.
20907 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20909         * config.guess: Recognize SunOS6 as Solaris3.
20911 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
20913         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
20914         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20916 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
20918         * build-all.mk (all-cross): New target for Canadian Cross.
20919         Added Q2 go32 targets.
20920         * test-build.mk: Configure go32 cross sparclite-aout and
20921         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
20922         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20924 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20926         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20927         GO32 hosted toolchains
20929 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20931         * configure: change  so "-exec-prefix" gets passed down rather
20932         than "-exec_prefix" so autoconf generated Makefiles get the
20933         exec_prefix set right.
20935 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20937         * config.guess: get the Solaris2 minor version number
20939         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20941 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20943         * config.guess: Recognize some Sequent platforms.
20945 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20947         * Makefile.in: added the vault-install target
20949         * configure.in: actually use the Sun3 makefile fragment that's in
20950         config, also added the release dir to configdirs
20952 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20954         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20956 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20958         * configure.in: remove some program from Alpha targetted toolchains
20960 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
20962         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
20963         gprof.
20964         (taz): Run "make diststuff" in those directories instead of "make
20965         proto-dir".  Look for "VERSION=" only at start of line in subdir
20966         Makefile.  Use "gzip -9" for compression.
20967         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20968         (binutils.tar.z): New target.
20970 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20972         * Makefile.in (taz): Include gpl.texinfo.
20974 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20976         * Makefile.in (setup-dirs): Merged into "taz" target.
20977         (taz): Only do `proto-dir' stuff if a directory is actually needed
20978         for this target.
20980 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
20982         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20983         (FLAGS_TO_PASS): Pass down MUNCH_NM.
20984         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20985         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20986         (gcc-no-fixedincludes): Correct for current gcc Makefile.
20988 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
20990         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20991         config.sub, and move-if-change to gdb testsuite distribution
20992         archive, so the testsuite can be extracted, configured, and
20993         run separately from the gdb distribution.  Blow away the Chill
20994         tests that require a Chill compiled executable, since GNU Chill
20995         is not yet publically available.
20997 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20999         * test-build.mk: set environment variables in a single command,
21000         instead of a list of assignments and exports
21002         * config.guess: recognize Alpha/OSF1 systems
21004 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21006         * configure: Change help message to prefer --options rather than
21007         -options.
21009 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21011         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
21012         zippy@ecst.csuchico.edu.
21013         * config.guess: Recognize miniframe.
21015 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21017         * Makefile.in: Use srcroot to find runtest rather than rootme.
21018         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
21020 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21022         * test-build.mk: Extensive additions to support building on a
21023         machine other than the host.
21025 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21027         * configure (tooldir): Fix for i386-aix again.
21029 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
21031         * configure, Makefile.in:  Change definition of $(tooldir)
21032         to match the FSF.
21034 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
21036         * config.guess:  Recognize i[34]86/SVR4.
21038 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21040         * Makefile.in (all-gdb): gdb depends on sim.
21042 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
21044         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
21045         at the same time we make the prototype gdb directory.
21046         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
21047         files at the same time as the gdb base release distribution.
21049 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
21051         * Makefile.in (check): Use individual check targets rather than
21052         DO_X rule.
21053         (check-gcc): Added.
21055 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
21057         * config.sub: Use sysv3.2 not sysv32 for canonical OS
21058         for System V release 3.2.
21060 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21062         * config.sub: Recognize hppaosf.
21063         * configure.in: Do configure ld/binutils/gas for it.
21065 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21067         * configure (tooldir): Alter syntax used to set this, for systems
21068         where "\$" isn't handled right, like i386-aix.
21070 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21072         * configure: Pass program-transform-name, not
21073         program_transform_name, to recursive configures.
21075 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
21077         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
21078         of gas+ld+binutils.
21080 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
21082         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
21084 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21086         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
21088 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21090         * Makefile.in (PRMS): Set back to all-prms.
21092 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21094         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
21095         targets, rather than for MIPS hosts.
21097 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21099         * configure.in: add comment for --with-x default values
21101         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
21103         * Makefile.in: add check-* targets for each of the directories in
21104         the tree.  Add a definition of RUNTEST that will use the one we
21105         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
21107 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
21109         * configure.in: Removed obsolete references to bfd_target and
21110         target_makefile_frag.
21112         * build-all.mk: Set assorted targets for Q2.
21113         * config.sub: Recognize z8k-sim and h8300-hms.
21114         * test-build.mk: Really don't pass host to configure.
21115         (HOLES): Added uname.
21117 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
21119         * configure: Handle an empty program-prefix, program-suffix or
21120         program-transform-name correctly.
21122 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21124         * build-all.mk: -G 8 no longer required for MIPS targets.
21125         * test-build.mk: Don't pass host argument to configure; make it
21126         guess.
21128 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
21130         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
21131         * Makefile.in (COMPRESS):  New macro, like GZIP.
21133 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21135         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21137         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21138         with gas currently defaults to -G 0.
21140 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
21142         * Makefile.in (all-flex): flex depends on byacc.
21144         * build-all.mk: If host not specified, use config.guess.  Pass TAG
21145         to test-build.mk as RELEASE_TAG.
21146         * test-build.mk (configargs): New variable containing arguments to
21147         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
21148         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21150         * config.guess: Use /bin/uname when checking -X argument on SCO,
21151         to avoid invoking GNU uname which doesn't understand -X.
21153         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21155         * configure.in: Build gas for mips-*-*.
21157 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21159         * Makefile.in (all.normal): insert missing backslash.
21161 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
21163         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
21165         * Makefile.in: Complete overhaul to merge many almost identical
21166         targets.
21168 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21170         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21171         (gdb.tar.Z): Adjusted.
21173         * Makefile.in (setup-dirs, taz): New targets; should be general
21174         enough to adapt for gdb sometime.  Build only .z file.
21175         (gas.tar.z): New target.
21177 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
21179         * build-all.mk: Use CC=cc -Xs on Solaris.
21181 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
21183         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
21184         for handling BISON for FSF releases.
21186 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21188         * configure: Actually implement the change zoo just documented.
21190 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
21192         * configure: when using config.guess, only set target_alias when
21193         it's not already been set (ie, on the command line)
21195 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21197         * Makefile.in: add installcheck target, set PRMS to install-prms
21199 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21201         * configure: add support for package_makefile_fragment, handle the
21202         case where a directory has a configure.in file but no Makefile.in
21203         more gracefully (with an actual understandable error message, even);
21204         add support for --without (and add this to the usage message); also
21205         explicitly add a --host=${host_alias} to the command line when
21206         config.guess is used
21208 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21210         * configure: Must use both --host and --target in recursive calls.
21212 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21214         * Makefile.in: Change deja-gnu to dejagnu.
21216 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21218         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21220 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21222         * configure.in: canonicalize all instances to *-*-solaris2*,
21223         also strip out a number of tools to not build for go32 host
21225 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21227         * config.guess: add GPL.
21229         * Makefile.in, config.guess, config.sub, configure: bump
21230         copyrights to 93.
21232 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
21234         * Makefile.in (do-info): Removed obsolete check for existence of
21235         localenv file.
21237         * Makefile.in (MAKEOVERRIDES): Define to be empty.
21239 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21241         * Makefile.in: a couple of 'else true' for decstation,
21242         support for TclX
21244         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21246 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
21248         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21250 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
21252         * config.guess: Recognize i386-ibm-aix (PS/2).
21253         * configure.in: Use config/mh-aix386 file for it.
21255 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
21257         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21258         CC_FOR_TARGET instead.
21259         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21261 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
21263         * Makefile.in: Add sim to list of directories sent with gdb
21265 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
21267         * configure.in: Put back mips-dec-bsd* case.
21269 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
21271         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21272         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
21273         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
21275 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21277         * configure.in: remove no-op mips-dec-bsd* in "case $target"
21279         * Makefile.in (dir.info): only run gen-info-dir if it exists,
21280         (install-info): install dir.info only if it exists,
21281         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21283 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
21285         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
21286         gas for mips-dec-bsd.
21288 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
21290         * configure (makesrcdir): If ${srcdir} is relative and not ".",
21291         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21293 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21295         * configure.in: Added "dejagnu" to hosttools list.
21297 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
21299         * config.sub, configure.in, config.guess:  Add support
21300         for Bosx, an AIX variant from Bull.
21301         Patches from F.Pierresteguy@frcl.bull.fr.
21303 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21305         * devo/dejagnu: Initial creation of devo/dejagnu.
21306         Migrated dejagnu testcases and support files for testing software
21307         tools to reside as subdirectories, currently called "testsuite",
21308         within the directory of the software tool.  Migrated all programs,
21309         support libraries, etc. beloging to dejagnu proper from
21310         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
21311         with no modifications.  The changes to these files which will
21312         allow them to configure, build, and execute properly will be made
21313         in a future update.
21315 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21317         * Makefile.in: Change send_pr to send-pr.
21318         * configure.in: Likewise.
21319         * send_pr: Renamed directory to send-pr.
21321 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
21323         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
21325 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
21327         * README:  Update for gdb-4.8 release.
21328         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
21329         gdb-xxx.tar.z (gzip'd) file also.
21331 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21333         * Makefile.in: make all-diff depend on all-libiberty
21335 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
21337         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21339 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21341         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21343 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
21345         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
21346         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
21347         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
21349 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21351         * Makefile.in:  makeinfo binary is in a new location
21353 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
21355         * config.sub: Accept -ecoff as an OS.
21357         * Makefile.in: Various changes to eliminate a level of make
21358         recursion and reduce the required command line length.
21359         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21360         sub-makes.
21361         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21362         variables holding settings for specific sub-makes.
21363         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21364         in terms of BASE_FLAGS_TO_PASS.
21365         (TARGET_LIBS): New variable listing directories which use
21366         TARGET_FLAGS_TO_PASS.
21367         (subdir_do): Eliminated.
21368         (do-*): New set of targets to replace subdir_do.
21369         (various): All targets which used subdir_do now depend on do-*.
21370         (local-clean): Renamed from do_clean.
21371         (local-distclean): New target, dependency of distclean and
21372         realclean.
21373         (install-info): Don't create directories.  Depend on dir.info
21374         rather than calling make recursively.
21375         (install-dir.info): Eliminated.
21376         (install-info-dirs): Create all info directories here.
21377         (dir.info): Depend upon do-install-info.
21379         * test-build.mk (HOLES): Added false.
21381 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
21383         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
21385 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21387         * Makefile.in (info): remove dependency on all-texinfo.  The
21388         problem was really in texinfo/C, not at this level.
21390 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21392         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21394 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
21396         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
21397         GDB releases.
21399 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21401         * configure: Include srcdir in message about target of link not
21402         being found.  Don't convert `-' to `_' in `with' options being
21403         passed to subdirs.
21405 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21407         * configure.in: add uudecode to host_tools
21409         * Makefile.in: added {all,install}-uudecode targets, added them to
21410         the appropriate lists
21412 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
21414         * Makefile.in (all-gcc): Added dependency on all-gas.
21416         * configure.in (mips-*-*): Build ld and binutils.
21418 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21420         * configure: check return code from mkdir, print error message and
21421         exit on failure.
21423 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
21425         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
21427 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21429         * test-build.mk (HOLES): Added tar, cpio and uudecode.
21431 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21433         * config.sub (h8500):  Recognize this as a cpu type.
21435 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21437         * configure: source directory missing is no longer a warning
21439         * configure.in: recognize irix[34]* instead of irix[34]
21441         * Makefile.in: define and pass down X11_LIB
21443 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
21445         * guess-systype: Renamed to ...
21446         * config.guess:  ... by popular request.
21447         * configure.in, Makefile.in:  Update accordingly.
21449 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
21451         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
21452         + Add Convex, Cray/Unicos, and Encore/Multimax support.
21453         + Execute ./dummy instead of assuming . is in PATH.
21455 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
21457         * guess-systype:  New shell script.  Attempts to guess the
21458         canonical host name of the executing host.
21459         Only a few hosts are supported so far.
21460         * configure:  Call guess-systype if no host is specified.
21462 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21464         * Makefile.in (gcc-no-fixedincludes): Made to work with current
21465         gcc Makefile.
21467 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
21469         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21470         (all-gcc, install-gcc, subdir_do): Use it.
21472 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21474         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21476 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
21478         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21479         set exclusively by configure, using configure.in .
21481 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21483         * test-build.mk: set $PATH for all builds
21485         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21487 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21489         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21490         the one used in gcc/Makefile.in, so that a null expansion doesn't
21491         override the one needed to build gcc with a native cc.
21493 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21495         * configure: Accept -with arguments.
21497 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21499         * Makefile.in: added h8300sim
21501 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21503         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21504         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21505         (all-cygnus, native, build-cygnus): Make
21506         $(canonhost)-stamp-3stage-done, not $(host)....
21507         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21508         i386-sco3.2v4.  Added else true to if command.
21510 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21512         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21514 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21516         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21518 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21520         * configure.in: don't remove binutils from Solaris builds
21522 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21524         * Makefile.in: get rid of earlier definitions for *clean,
21525         also handle the recursive info rule better
21527 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21529         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21530         do more-or-less the right thing.
21532 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21534         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21535         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21537 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21539         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21540         $(host_canonical).
21542         * configure.in: split the configdirs list into 4 categories (native
21543         v. cross, library v. tool) and handle the cross-only and native-
21544         only in more reasonable (and correct!) way.
21546 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21548         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21549         configdirs anymore.
21551 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21553         * Makefile.in: extensive cleanup::  removed all of the explicit
21554         clean-* targets, collapsed many wrappers around subdir_do into
21555         one, added additional targets to satisfy standards.texi, deleted
21556         some old targets, some changes for consistency
21558 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21560         * configure.in: handle some programs as cross-only, and others as
21561         native only
21563         * test-build.mk: handle partial holes in a more generic manner
21565         * Makefile.in: m4 depends on libiberty
21567 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21569         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21570         time, wdiff, and find to configdirs
21572         * Makefile.in: all, clean, and install rules for the new programs
21573         added to configure.in
21575 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21577         * configure.in: use mh-sun for all *-sun-* hosts
21579 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21581         * Makefile.in: define flags for X11 include files and library file
21582         locations, pass them down to the programs that need this info
21584         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21586 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21588         * configure.in: start building libg++ for HP-UX targets
21590 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21592         * README:  Update references to files moved into etc/.
21594 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21596         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21597         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21599 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21601         * configure: accept dash as well as underscore in long option
21602         names for FSF compatibility.
21604 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21606         * config.sub: added -sco3.2v4 support from FSF.
21608 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21610         * configure.in: expand the section that adds or removes
21611         directories from the list of programs to build, to handle native
21612         vs. cross in addition to host v. native
21614 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21616         * Makefile.in:  Replace C++ in macro names with CXX.
21617         This is less likely to break ...
21619 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21621         * test-build.mk: add -w to GNU_MAKE
21623 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21625         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21626         add 'sparc' to list of recognized cpus.  This needed to make
21627         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21628         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21629         then changes that into $CPU-wrs-vxworks.
21631         * configure.in: remove most references to gdbtest, regularize
21632         target based program removal
21634         * test-build.mk: import from p3 tree (many fixes and changes)
21636 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21638         * Makefile.in: added rules to handle tcl, tk, and expect
21640         * configure.in: handle those directories if they exist
21642 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21644         * config.sub: removed bogus hppabsd and hppahpux names, since
21645         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21647 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21649         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21650         depends upon all-xiberty
21652         * Makefile.in: changes from p3, including:
21654         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21656         * Makefile.in (XTRAFLAGS): include newlib directories if
21657         newlib/Makefile exists, rather than if host != target.
21659         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21661         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21662         from the same source tree and not building a cross-compiler.  This
21663         matters for the libg++ configuration if reconfiguring a tree that
21664         has already been installed.
21666         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21668         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21669         pick up the machine and system specific header files.
21671         * Makefile.in: added AS_FOR_TARGET, passed down in
21672         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21673         the C compiler to use to create programs which are run in the
21674         build environment, set it to default to $(CC), and passed it down
21675         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21677         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21679         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21680         We need them for unusual native builds, like systems without
21681         ranlib.
21683         * configure: also define $(host_canonical) and
21684         $(target_canonical), which are the full, canonical names for the
21685         given host and target
21687 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21689         * Makefile.in:  Added separate definitions for C++.
21691 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21693         * configure.in (configdirs):  Add deja-gnu.
21695 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21697         * README:  Update for configure.texi and gdb-4.7 release.
21699 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21701         * Makefile.in:  Move "all" target to top of file.
21702         Previously, first target was ".PHONY" which caused BSD4.4 make
21703         to build .PHONY when make was run without arguments.
21705 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21707         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21708         Library-copylefted code in libiberty.
21710 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21712         * config.sub:  Replace m68kmote with plain old m68k.
21714 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21716         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21718 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21720         * config.sub: Complain if no argument is given.  Added support for
21721         386bsd as OS and target alias.
21723 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21725         * Makefile.in (XTRAFLAGS): include newlib directories if
21726         newlib/Makefile exists, rather than if host != target.
21728 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21730         * config.sub: recognize sparclite-wrs-vxworks.
21732         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21733         p3.) Added clean-xiberty to clean.
21735 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21737         * configure.in: use *-*-* instead of nested cases for host and target
21739 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21741         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21742         from the same source tree and not building a cross-compiler.  This
21743         matters for the libg++ configuration if reconfiguring a tree that
21744         has already been installed.
21746 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21748         * config.sub (i486v/i486v4):  Merge in from FSF version.
21750 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21752         * configure: only set PWD if it is already set.
21754 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21756         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21757         doesn't have unset and all success paths (and most error paths)
21758         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21759         to just ${PWD} to avoid confusion.)
21761 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21763         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21764         even for a native compilation.
21766 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21768         Changes to make the gdb.tar.Z rule work better.
21770         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21771         (DEVO_SUPPORT):  Add configure.texi.
21772         (bfd-ilrt.tar.Z):  Remove ancient rule.
21774 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21776         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21777         pick up the machine and system specific header files.
21779         * configure.in, config.sub: added new target m68010-adobe-scout,
21780         with alias of adobe68k.  Changed configure.in to check for
21781         -scout before -sco* to avoid a false match.
21783         * Makefile.in: added AS_FOR_TARGET, passed down in
21784         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21785         the C compiler to use to create programs which are run in the
21786         build environment, set it to default to $(CC), and passed it down
21787         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21789 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21791         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21792         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21793         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21794         FOR_TARGET variants, to newlib and libg++.
21796 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21798         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21799         first.
21801 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21803         * config.sub:  Accept `elf' as an environment.
21805 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21807         * Makefile.in (all-opcodes):  cd into the right directory
21809 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21811         * configure: added -program_transform_name option, used as
21812         argument to sed when installing programs.
21813         configure.texi: added documentation for -program_prefix,
21814         -program_suffix and -program_transform_name.
21816 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21818         * config.sub:  Accept i486 where i386 ok.
21820 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21822         * config.sub: accept we32k
21824 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21826         * config.sub, configure.in: accept OSE68000 and OSE68k.
21828         * Makefile.in: don't create all directories for ``make install'';
21829         let the subdirectories create the ones they need.
21831 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21833         * COPYING: new file, GPL v2
21835 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21837         * Makefile.in: use the new gen-info-dir, which needs a template
21838         argument (which also lives in texinfo)
21840         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21842 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21844         * config.sub (ncr3000):  Change i386 to i486.
21846 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21848         * Makefile.in: add install-rcs, install-grep to
21849         install-no-fixedincludes, removed install-bison and install-libgcc
21851 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21853         * configure.in: grab the HPUX makefile fragment if on HPUX
21855 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21857         * Makefile.in: eradicate bison spoor (ditto libgcc).
21858         configure.in: recognise m68{k,000}-ericsson-OSE.
21859         es1800 is alias for m68k-ericsson-OSE
21861 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21863         * configure.in: rearrange the parts that remove programs from
21864         configdirs, based now on HOST==TARGET or by canonical triple.
21866 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21868         * test-build.mk: recurse explicitly with -f test-build.mk when
21869         appropriate.  predicate stage3 and comparison on the existence
21870         of gcc.  That is, if gcc isn't around, we aren't three-staging.
21871         On very clean, also remove ...stamp-co.  Build in-place before
21872         doing other builds.
21874 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21876         * Makefile.in, configure.in: add tgas
21878 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21880         * Makefile.in: a number of changes merged in from progressive.
21882         * configure.in: add libm.
21884         * .cvsignore: ignore some stuff that comes from test-build.mk.
21886 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
21888         * config.sub:  Add es1800 (m68k-ericsson-es1800).
21890 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21892         * configure: Add program_suffix (parallel to program_prefix)
21893         * Makefile.in: adjust directory-creating script for losing decstation
21895 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
21897         * configure:  Minor $subdir-related fixes.
21899 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21901         * configure: fix various problems with propogating
21902         makefile_target_frag in subdirs.
21903         * configure.in: config libgcc if its there
21905 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
21907         * config.sub:  HPPA merge.
21909 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
21911         * Makefile.in:  Replace all-bison with all-byacc in all
21912         dependency lines for other tools (which now use byacc).
21914 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
21916         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
21918 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
21920         * Makefile.in: make gprof rules similar to byacc rules (instead of
21921         vestigal $(unsubdir) that didn't work...)
21923 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
21925         * config.sub:  Add support for Linux.
21926         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
21927         (at least for libg++).
21929 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
21931         * configure.texi: fix doc for the -nfp option to configure
21933 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
21935         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21937 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
21939         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21940         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21941         * configure.in: added solaris* host_makefile_frag hook.
21943 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21945         * config.sub: changed recognition of m68000 so that various
21946         m68k types can be specified via m680[01234]0
21948 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21950         * config.sub (basic_machine): fix sed so that '-foo' isn't
21951         completely substituted out while .+'-foo' loses the '-foo'
21953 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21955         * config.sub ($os): Add -aout.
21957 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
21959         * configure:  If host_makefile_frag is absolute, don't
21960         prefix ${invsubdir} (relevant to libg++ auto-configure).
21962 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21964         * Makefile.in (tooldir): Define it.
21965         (all-ld): Depend on all-flex.
21967 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
21969         * Makefile.in (check):  Fix libg++ special case.
21971 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
21973         * configure: do not bury `pwd` into config.status, thus do fewer
21974         pwd's.
21976         * configure: print the "Building in" message only when building in
21977         other than "." AND verbose.
21979         * configure: remove -s, rework -v to better accommodate guested
21980         configures.
21982         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21984 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
21986         * Makefile.in: macroize flags passed on recursion.  remove
21987         fileutils.
21989 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
21991         * configure: get makesrcdir right for subdirs deeper than 1.
21993         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21994         install.
21996 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
21998         * Makefile.in: don't print subdir_do or recursion lines.
22000 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
22002         * standards.texi: added menu item.
22004         * Makefile.in: build and install standards.info.
22006         * standards.texi: new file.
22008 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22010         * configure: test for and move config.status pieces from
22011         ${subdir}/.
22013 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
22015         * configure:  Test for existance of files before trying to mv
22016         them, to avoid numerous non-existance messages.
22018 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
22020         * configure: correct final line of config.status.
22022         * configure: patch from eggert.  Avoids a protection problem if
22023         the original Makefile.in is read only.
22025         * configure: use move-if-change from gcc to create config.status.
22026         Some makefiles depend on config.status to tell if a directory
22027         has been reconfigured for a different host.  This change
22028         prevents those directories from remaking everything in the case
22029         where the reconfig was only intended to rebuild a Makefile.
22031         * configure: test for config.sub with "config.sub sun4" rather
22032         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
22033         host alias from a missing config.sub.
22035 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22037         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
22038         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
22040 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
22042         * configure: mkdir ${subdir} as needed.
22044 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
22046         * Makefile.in,configure.in: added autoconf.
22048 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22050         * Makefile.in: no longer pass against on recursion.
22052         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
22053         definitions are not inherited.
22055         * configure: correct makesrcdir when subdir is .
22057 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
22059         * configure:  Add support for 'subdirs' variable, which is
22060         like 'configdirs', except that configure doesn't re-invoke
22061         itself for subdirs, it just creates a Makefile for each subdir.
22062         * configure.texi:  Document subdirs.
22064 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22066         * configure.in: added flex to configdirs
22068 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
22070         * Makefile.in: remove clean-stamps from clean.
22072 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
22074         * configure.in:  Add gdbtest to configdirs.
22076 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
22078         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
22079         to recursive makes.
22080         * configure.in:  Recognize new ncr3000 config.
22082 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
22084         * Makefile.in, configure.in: removed references to gdbm.
22086 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
22088         * config.sub:  Don't canonicalize os value
22089         newsos* to bsd (readline needs to check for newsos).
22090         (This fix was earlier made Jan 31, but got re-broken.)
22092 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
22094         * configure.in:  sco is an os, not a vendor!
22096         * configure:  Quote $( better.  Keep various shells happy.
22098 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
22100         * Makefile.in: eliminate stamp-files.
22102 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
22104         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
22105         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
22107 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
22109         * config.sub:  fix iris/iris3.
22111 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
22113         * configure: re-add -rm.
22115 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
22117         * Maskefile.in: add .stmp-rcs to all.
22119         * configure.in: remove gas from rs6000 build, use aix host fragment.
22121 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
22123         * configure: pass down site_option during recursion.
22125 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
22127         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
22129 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
22131         * configure: Change exec_prefix so that it really defaults to prefix.
22133 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
22135         * Makefile.in, configure.in:  Add support for mmalloc library.
22137 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
22139         * Makefile.in: add stmp dependencies for a few more things.
22141 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
22143         * configure: adjusted error message on objdir/srcdir configure
22144         collision, per john's suggestion.
22146         * Makefile.in: add libiberty stmp to all and all.cross.
22148 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
22150         * Makefile.in: remove force dependencies, add grep to all.
22152 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
22154         * Makefile.in: drop flex.  make stamp files work.
22156         * configure: added test for conflicting configuration in srcdir,
22157         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
22158         gets cranky.  use relative paths for configure and srcdir
22159         whenever possible.  Send some error messages to stderr that were
22160         going to stdout.
22162 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
22164         * Makefile.in:  Fix libg++ rule to check for gcc directory
22165         before using gcc/gcc.  Also pass XTRAFLAGS.
22167 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
22169         * Makefile.in: added stmp-files so that directories aren't polled
22170         when they are already built.
22172         * configure.texi: fixed a node pointer problem.
22174 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
22176         * config.sub configure.in gdb/configure.in
22177         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22178         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22179         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
22181 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22183         * configure: -recurring becomes -silent.  corrected help message
22184         for -site= option.
22186         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22188 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22190         * configure: when building Makefile for crosses, replace
22191         tooldir and program_prefix.  default srcdir from location of
22192         config.sub.  remove "for host in hosts" and "for target in
22193         targets" loops.
22195 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22197         * Makefile.in: Do not pass bindir or mandir to cvs.
22199 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
22201         * Makefile.in, configure.in: removed traces of namesubdir,
22202         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
22203         copyrights to '92, changed some from Cygnus to FSF.
22205         * configure.texi: remove most references to multiple hosts,
22206         multiple targets, subdirs, etc.
22208         * configure.man: removed rcsid. reference config.sub not
22209         config.subr.
22211         * Makefile.in: mkdir $(infodir) on install-info.
22213 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
22215         * configure.texi:  Explain better about .gdbinit and about
22216         the environment that configure.in sections run in.
22218 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
22220         * configure.in:  Ultrix is only a decstation if it's a MIPS.
22222 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
22224         * README:  DOC.configure => cfg-paper.texi.
22226 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
22228         * config.sub (near case $os):  Don't convert newsos* to bsd!
22230 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
22232         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
22233         the number of copies of COPYING that go into the GDB tar file.
22235 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
22237         * bfd/configure.in, gdb/config/mh-i386sco,
22238         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22239         Fix SCO configuration stuff.
22241 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
22243         * Makefile.in:  For libg++, make sure the -I pointing
22244         to the gcc directory goes *after* all the libg++-local -I flags.
22245         Also, move just-gcc dependency from just-libg++ to all-libg++.
22247 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
22249         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
22251 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
22253         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
22255 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
22257         * config.sub:  Add stratus configuration frags.  Also
22258         submitted to FSF.
22260 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
22262         * Makefile.in (DEV_SUPPORT):  add configure.man.
22264         * config.sub(Decode manufacturer-specific):  add -none*.
22266 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
22268         * Makefile.in:  remove form feeds to make Sun's make happy.
22269         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
22271 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
22273         * Makefile.in (AR_FLAGS):  Make quieter.
22275 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
22277         * configure.in:  Add libg++.
22278         * configure:  When verbose, don't output the command line at each
22279         level; it will be unremarkably the same as the previous version,
22280         which will be the same as what the user typed.
22282 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
22284         * configure.in, Makefile.in: fix clean-info, add flex.  add
22285         fileutils.
22287         * configure: be less sensitive to spaces in Makefile.in.  Do not
22288         look for sources in "..".  Doing so breaks subdirectories that
22289         might have their own configure.  If a subdir has it's own
22290         configure script, use it.
22292 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
22294         * cfg-paper.texi: some changes suggested by rms.
22296 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
22298         * config.sub:  Merge in some small additions from the FSF version,
22299         taken from the gcc distribution, to bring the Cygnus and FSF
22300         versions into closer sync.
22302 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
22304         * configure.in:  Changed svr4 references to sysv4.
22306 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
22308         * configure: added -V for version number option.
22310 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
22312         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
22313         renamed from DOC.configure to cfg-paper.texi.
22315 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22317         * configure, config.subr, config.sub: config.subr is now
22318         config.sub again.
22320 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
22322         * configure.texi: new file, in progress.
22324         * Makefile.in: build info file and install the man page for
22325         configure.
22327         * configure.man: new file, first cut.
22329         * configure: find config.subr again now that configuration "none"
22330         has gone.  removed all traces of the -ansi option.  removed all
22331         traces of the -languages option.
22333         * config.subr: resync from rms.
22335 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22337         * configure, config.sub, config.subr: merge config.sub into
22338         config.subr, call the result config.subr, remove config.sub, use
22339         config.subr.
22341         * Makefile.in: revised install for dir.info.
22343 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22345         * configure.in: add decstation host makefile frag.
22347         * Makefile.in: BISON now bison -y again.  also install-gcc on
22348         install.  clean-gdbm on clean.  infodir belongs in datadir.
22349         Make directories for info install.  Build dir.info here then
22350         install it.
22352 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22354         * Makefile.in: fix for bad directory tests.
22356 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22358         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
22359         regexp.  -srcdir relative was being handled incorrectly.
22361         * Makefile.in: unwrapped some for loops so that parallel makes
22362         work again and so one can focus one's attention on a particular
22363         package.
22365 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22367         * configure: added PWD as a stand in for `pwd` (for speed). use
22368         elif wherever possible.  make -srcdir work without -objdir.
22369         -objdir= commented out.
22371 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22373         * configure: +options become --options.  -subdirs commented out.
22374         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
22375         Makefile now at top of generated Makefile.  Removed cvs log
22376         entries.  added -srcdir.  create .gdbinit only if there is one
22377         in ${srcdir}.
22379         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
22380         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
22381         and mandir now keyed off datadir by default.
22383 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22385         * Freshly created ChangeLog.
22388 Local Variables:
22389 mode: change-log
22390 left-margin: 8
22391 fill-column: 76
22392 version-control: never
22393 End: