gcov: Remove TARGET_GCOV_TYPE_SIZE target hook
[official-gcc.git] / ChangeLog
blob55cd7f039c5fdae2f705caa0d178c4ea6221a0da
1 2023-11-16  Michal Jires  <mjires@suse.cz>
3         * MAINTAINERS: Add myself.
5 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
7         PR bootstrap/12596
8         * .gitignore: Add '/gettext*'.
9         * configure.ac (host_libs): Replace intl with gettext.
10         (hbaseargs, bbaseargs, baseargs): Split baseargs into
11         {h,b}baseargs.
12         (skip_barg): New flag.  Skips appending current flag to
13         bbaseargs.
14         <library exemptions>: Exempt --with-libintl-{type,prefix} from
15         target and build machine argument passing.
16         * configure: Regenerate.
17         * Makefile.def (host_modules): Replace intl module with gettext
18         module.
19         (configure-ld): Depend on configure-gettext.
20         * Makefile.in: Regenerate.
22 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
24         * intl/*: Remove.
26 2023-11-09  Jivan Hakobyan  <jivanhakobyan9@gmail.com>
28         * MAINTAINERS: Add myself.
30 2023-11-09  YunQiang Su  <yunqiang.su@cipunited.com>
32         * MAINTAINERS: Update my email address.
34 2023-11-06  Carl Love  <cel@linux.ibm.com>
36         * MAINTAINERS: Update my email address.
38 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
40         * .github/CONTRIBUTING.md: Wrap lines more tightly.
42 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
44         * .github/CONTRIBUTING.md: New file.
45         * .github/PULL_REQUEST_TEMPLATE.md: New file.
47 2023-10-22  Iain Sandoe  <iain@sandoe.co.uk>
49         * configure: Regenerate.
50         * configure.ac: Do not add default runpaths to GCC exes
51         when we are building -static-libstdc++/-static-libgcc (the
52         default).
53         * libtool.m4: Add 'enable-darwin-at-runpath'.  Act  on the
54         enable flag to alter Darwin libraries to use @rpath names.
56 2023-10-15  Mike Frysinger  <vapier@gentoo.org>
58         * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
59         * Makefile.in: Regenerate.
61 2023-10-11  Filip Kastl  <fkastl@suse.cz>
63         * MAINTAINERS: Fix name order.
65 2023-10-10  Christoph Müllner  <christoph.muellner@vrull.eu>
67         * MAINTAINERS: Add myself.
69 2023-10-06  Sergei Trofimovich  <siarheit@google.com>
71         PR bootstrap/111663
72         * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
73         * Makefile.in: Regenerate.
75 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
77         * SECURITY.txt: Fix up indentation.
79 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
81         * SECURITY.txt: Fix up commas.
83 2023-10-04  Siddhesh Poyarekar  <siddhesh@gotplt.org>
85         * SECURITY.txt: New file.
87 2023-09-18  Fei Gao  <gaofei@eswincomputing.com>
89         * MAINTAINERS: Add myself.
91 2023-09-15  Yang Yujie  <yangyujie@loongson.cn>
93         * config-ml.in: Remove unneeded loongarch clause.
94         * configure.ac: Register custom makefile fragments mt-loongarch-*
95         for loongarch targets.
96         * configure: Regenerate.
98 2023-09-12  Edwin Lu  <ewlu@rivosinc.com>
100         * MAINTAINERS: Add myself
102 2023-09-12  Thomas Schwinge  <thomas@codesourcery.com>
103             Chung-Lin Tang  <cltang@codesourcery.com>
105         PR testsuite/109951
106         * Makefile.tpl (BASE_TARGET_EXPORTS): Add
107         'SYSROOT_CFLAGS_FOR_TARGET'.
108         * Makefile.in: Regenerate.
110 2023-09-05  Yang Yujie  <yangyujie@loongson.cn>
112         * config-ml.in: Do not build the multilib library variant
113         that is duplicate with the toplevel one.
115 2023-08-29  Tsukasa OI  <research_trasio@irq.a4lg.com>
117         * MAINTAINERS: Add myself.
119 2023-08-22  Filip Kastl  <fkastl@suse.cz>
121         * MAINTAINERS: Update my email address.
123 2023-08-11  Eric Feng  <ef2648@columbia.edu>
125         * MAINTAINERS: Add myself.
127 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
129         * Makefile.def: Reflect that libsframe needs to installed before
130         libbfd.  Reorder a bit to better track libsframe dependencies.
131         * Makefile.in: Regenerate.
133 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
135         * Makefile.def: Add install dependency on libsframe for libbfd.
136         * Makefile.in: Regenerated.
138 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
140         * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
141         Solaris 11.
143 2023-08-07  Alexander von Gluck IV  <kallisti5@unixzen.com>
145         * configure: Regenerate.
146         * configure.ac: Add Haiku to list of ELF OSes
147         * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
149 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
151         * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
152         options, including options containing paths.
154 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
156         * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
157         NM, if there is one.  Run nm on itself, not on /dev/null, to avoid
158         errors from nms that refuse to work on non-regular files.  Remove
159         other workarounds for this problem.  Strip out blank lines from the
160         nm output.
162 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
164         * configure.ac: Reinstate 32b PA-RISC HP-UX targets
165         * configure: Regenerate.
167 2023-08-07  Simon Marchi  <simon.marchi@efficios.com>
169         * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
170         * configure: Re-generate.
171         * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
172         (PKG_CONFIG_PATH): New.
173         * Makefile.in: Re-generate.
175 2023-08-07  Luis Machado  <luis.machado@arm.com>
177         * configure.ac: Disable year2038 by default on 32-bit hosts.
178         * configure: Regenerate.
180 2023-08-07  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
182         * Makefile.def: Add gprofng module.
183         * configure.ac: Add --enable-gprofng option.
184         * Makefile.in: Regenerate.
185         * configure: Regenerate.
187 2023-08-07  Martin Liska  <mliska@suse.cz>
189         * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
190         * configure: Regenerate.
192 2023-08-07  Fangrui Song  <maskray@google.com>
194         * configure: Regenerate.
195         * configure.ac: Add --with-zstd.
197 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
199         * configure: Regenerate.
200         * configure.ac: Recover tilegx/tilepro targets.
202 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
204         * configure: Regenerated.
205         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
206         --plugin and rc before enabling --plugin.
208 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
210         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
211         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
212         * configure.ac: Include config/gcc-plugin.m4.
213         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
214         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
215         RANLIB if possible.
216         * Makefile.in: Regenerated.
217         * configure: Likewise.
219 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
221         * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
222         $(CFLAGS).
224 2023-08-07  David Faust  <david.faust@oracle.com>
226         * MAINTAINERS: Add the BPF port to my reviewer listing.
228 2023-08-02  Jan Beulich  <jbeulich@suse.com>
230         * MAINTAINERS: Correct my email address.
232 2023-08-02  Hu, Lin1  <lin1.hu@intel.com>
234         * MAINTAINERS (Write After Approval): Add myself.
236 2023-08-01  Richard Ball  <richard.ball@arm.com>
238         * MAINTAINERS: Add myself.
240 2023-07-31  Andreas Schwab  <schwab@suse.de>
242         * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
243         * configure: Regenerate.
244         * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
246 2023-07-31  xuli  <xuli1@eswincomputing.com>
248         * MAINTAINERS: Add myself.
250 2023-07-25  Thomas Schwinge  <thomas@codesourcery.com>
252         * MAINTAINERS: List myself as "nvptx port" maintainer.
254 2023-07-21  Cupertino Miranda  <cupertino.miranda@oracle.com>
256         * MAINTAINERS: Add myself to write after approval
258 2023-07-18  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
260         * MAINTAINERS: Add myself as a reviewer for the riscv port.
262 2023-07-18  Robin Dapp  <rdapp@ventanamicro.com>
264         * MAINTAINERS: Add myself as a reviewer for the riscv port.
266 2023-07-12  Hao Liu  <hliu@os.amperecomputing.com>
268         * MAINTAINERS: Add Hao Liu to write after approval
270 2023-07-12  Ken Matsui  <kmatsui@gcc.gnu.org>
272         * MAINTAINERS: Add Ken Matsui to write after approval
274 2023-07-07  Eugene Rozenfeld  <erozen@microsoft.com>
276         * Makefile.in: Collect both kernel and user events for autofdo
277         * Makefile.tpl: Collect both kernel and user events for autofdo
279 2023-06-30  Rishi Raj  <rishiraj45035@gmail.com>
281         * MAINTAINERS: Added myself to Write After Approval and DCO
283 2023-06-29  Eugene Rozenfeld  <erozen@microsoft.com>
285         * Makefile.in: Remove -gtoggle for STAGEautoprofile
286         * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
288 2023-06-25  Lehua Ding  <lehua.ding@rivai.ai>
290         * MAINTAINERS: Add Lehua Ding to write after approval
292 2023-06-25  Iain Sandoe  <iain@sandoe.co.uk>
294         * Makefile.def: Pass the enable-host-pie value to GCC configure.
295         * Makefile.in: Regenerate.
296         * configure: Regenerate.
297         * configure.ac: Adjust the logic for shared and PIE host flags to
298         ensure that PIE is passed for hosts that require it.
300 2023-06-16  YunQiang Su  <yunqiang.su@cipunited.com>
302         * MAINTAINERS (Write After Approval): move Matthew Fortune
303         to Write After Approval.
305 2023-06-15  Marek Polacek  <polacek@redhat.com>
307         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
308         check.
309         * configure: Regenerate.
311 2023-06-14  Filip Kastl  <filip.kastl@gmail.com>
313         * MAINTAINERS: Add myself to write after approval
315 2023-06-02  YunQiang Su  <yunqiang.su@cipunited.com>
317         * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
318         port maintainer.
319         (Write After Approval): Remove myself.
321 2023-05-30  Jeevitha Palanisamy  <jeevitha@linux.ibm.com>
323         * MAINTAINERS (Write After Approval): Add myself.
325 2023-05-29  Martin Jambor  <mjambor@suse.cz>
327         * MAINTAINERS: Replace spaces with tabs.
329 2023-05-27  Benjamin Priour  <vultkayn@gcc.gnu.org>
331         * MAINTAINERS: New entry.
333 2023-05-18  Eugene Rozenfeld  <erozen@microsoft.com>
335         * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
336         * Makefile.in: Regenerate
338 2023-05-17  Eugene Rozenfeld  <erozen@microsoft.com>
340         * Makefile.in: Disable warnings as errors for STAGEautofeedback
342 2023-05-11  Robin Dapp  <rdapp@ventanamicro.com>
344         * MAINTAINERS: Sort.
346 2023-05-11  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
348         * MAINTAINERS: Add myself.
350 2023-05-10  Pan Li  <pan2.li@intel.com>
352         * MAINTAINERS: Add myself.
354 2023-04-28  Eugene Rozenfeld  <erozen@microsoft.com>
356         * Makefile.in: Define PROFILE_MERGER
357         * Makefile.tpl: Define PROFILE_MERGER
359 2023-04-27  Robin Dapp  <rdapp@ventanamicro.com>
361         * MAINTAINERS: Change my email address.
363 2023-04-26  Patrick O'Neill  <patrick@rivosinc.com>
365         * MAINTAINERS: Add myself.
367 2023-04-26  Martin Liska  <mliska@suse.cz>
369         * MAINTAINERS: fix sorting
371 2023-04-25  Victor Do Nascimento  <victor.donascimento@arm.com>
373         * MAINTAINERS (Write After Approval): Add myself.
375 2023-04-24  Martin Liska  <mliska@suse.cz>
377         * MAINTAINERS: Fix sorting.
379 2023-04-21  Peter Foley  <pefoley2@pefoley.com>
381         * configure: Regenerate.
382         * configure.ac: Only create serdep.tmp if needed
384 2023-04-21  “ajit.kumar.agarwal@ibm.com”  <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
386         * MAINTAINERS (Write After Approval): Add myself.
388 2023-04-21  Vineet Gupta  <vineetg@rivosinc.com>
390         * MAINTAINERS (Write After Approval): Add myself.
391         Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
393 2023-04-06  Indu Bhagat  <indu.bhagat@oracle.com>
395         * MAINTAINERS: Add myself.
397 2023-03-22  Tobias Burnus  <tobias@codesourcery.com>
399         * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
401 2023-03-10  Arsen Arsenović  <arsen@aarsen.me>
403         * MAINTAINERS (Write After Approval): Add myself.
405 2023-02-16  Martin Liska  <mliska@suse.cz>
407         * MAINTAINERS: I'm stepping down from my positions.
409 2023-01-10  Philip Herron  <herron.philip@googlemail.com>
411         * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
413 2023-01-06  Clément Chigot  <chigot@adacore.com>
415         * configure.ac: Skip GMP and MPFR when --disable-gdb is
416         provided.
417         * configure: Regenerate.
419 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
421         * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
423 2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
425         * Makefile.def: Do not build shared libffi.
426         * Makefile.in: Regenerate.
428 2022-12-21  Andrew Pinski  <apinski@marvell.com>
430         * Makefile.def: Add configure-gdb dependencies
431         on all-gmp and all-mpfr.
432         * configure.ac: Split out MPC checking from MPFR.
433         Require GMP and MPFR if the gdb directory exist.
434         * Makefile.in: Regenerate.
435         * configure: Regenerate.
437 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
439         * configure.ac (target_libraries): Add target-libgm2.
440         Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
441         Add GCC_TARGET_TOOL entry for gm2.
442         (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
443         gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
444         * Makefile.def (target_modules): Add libgm2.
445         (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
446         (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
447         (languages): Add entry for language=m2 with gcc-check-target=check-m2
448         and lib-check-target=check-target-libgm2.
449         * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
450         (HOST_EXPORTS): Add definition for GM2.
451         (BASE_TARGET_EXPORTS): Add definition for GM2.
452         (GM2_FOR_BUILD): Defined.
453         (GM2FLAGS): Defined.
454         (GM2_FOR_TARGET): Defined.
455         (GM2FLAGS_FOR_TARGET): Defined.
456         (EXTRA_HOST_FLAGS): Defined.
457         (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
458         (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
459         (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
460         * configure: Rebuilt.
461         * Makefile.in: Rebuilt.
463 2022-12-13  Philip Herron  <philip.herron@embecosm.com>
465         * Makefile.def: Add Rust language.
466         * Makefile.in: Regenerate via autogen.
468 2022-12-09  Martin Liska  <mliska@suse.cz>
470         * MAINTAINERS: Fix spacing.
472 2022-12-07  Arthur Cohen  <arthur.cohen@embecosm.com>
474         * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
476 2022-12-07  Iain Sandoe  <iain@sandoe.co.uk>
478         * Makefile.def: Pass host_libs_picflag to host dependent library
479         configures.
480         * Makefile.in: Regenerate.
481         * configure: Regenerate.
482         * configure.ac (host_libs_picflag): New configure variable set to
483         '--with-pic' when building 'host_shared'.
485 2022-11-25  Weimin Pan  <weimin.pan@oracle.com>
487         * Makefile.def: Add libsframe as new module with its dependencies.
488         * Makefile.in: Regenerated.
489         * configure.ac: Add libsframe to host_libs.
490         * configure: Regenerated.
492 2022-11-23  Marek Polacek  <polacek@redhat.com>
494         Revert:
495         2022-11-23  Marek Polacek  <polacek@redhat.com>
497         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
498         isl.
499         * Makefile.in: Regenerate.
500         * Makefile.tpl: Set PICFLAG.
501         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
502         check.
503         * configure: Regenerate.
505 2022-11-23  Marek Polacek  <polacek@redhat.com>
507         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
508         isl.
509         * Makefile.in: Regenerate.
510         * Makefile.tpl: Set PICFLAG.
511         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
512         check.
513         * configure: Regenerate.
515 2022-11-14  Martin Liska  <mliska@suse.cz>
517         Revert:
518         2022-11-09  Martin Liska  <mliska@suse.cz>
520         * doc/Makefile: New file.
521         * doc/_static/custom.css: New file.
522         * doc/baseconf.py: New file.
523         * doc/bsd.rst: New file.
524         * doc/contrib.rst: New file.
525         * doc/contribute.rst: New file.
526         * doc/cppdiropts.rst: New file.
527         * doc/cppenv.rst: New file.
528         * doc/cppopts.rst: New file.
529         * doc/cppwarnopts.rst: New file.
530         * doc/favicon.ico: New file.
531         * doc/funding.rst: New file.
532         * doc/gcc_sphinx.py: New file.
533         * doc/gnu.rst: New file.
534         * doc/gnu_free_documentation_license.rst: New file.
535         * doc/gpl-3.0.rst: New file.
536         * doc/indices-and-tables.rst: New file.
537         * doc/lgpl-2.1.rst: New file.
538         * doc/logo.pdf: New file.
539         * doc/logo.svg: New file.
540         * doc/md.rst: New file.
541         * doc/requirements.txt: New file.
543 2022-11-14  Martin Liska  <mliska@suse.cz>
545         Revert:
546         2022-11-09  Martin Liska  <mliska@suse.cz>
548         * doc/baseconf.py: Port to GCC sources.
550 2022-11-14  Martin Liska  <mliska@suse.cz>
552         Revert:
553         2022-11-14  Martin Liska  <mliska@suse.cz>
555         * configure: Regenerate.
556         * configure.ac: Support Sphinx based documentation.
558 2022-11-14  Martin Liska  <mliska@suse.cz>
560         Revert:
561         2022-11-09  Martin Liska  <mliska@suse.cz>
563         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
564         provide a default.
566 2022-11-14  Martin Liska  <mliska@suse.cz>
568         Revert:
569         2022-11-09  Martin Liska  <mliska@suse.cz>
571         * doc/bsd.rst:
572         Add trailing newline.
573         * doc/contrib.rst:
574         Add trailing newline.
575         * doc/contribute.rst:
576         Add trailing newline.
577         * doc/cppdiropts.rst:
578         Add trailing newline.
579         * doc/cppenv.rst:
580         Add trailing newline.
581         * doc/cppopts.rst:
582         Add trailing newline.
583         * doc/cppwarnopts.rst:
584         Add trailing newline.
585         * doc/funding.rst:
586         Add trailing newline.
587         * doc/gnu.rst:
588         Add trailing newline.
589         * doc/gnu_free_documentation_license.rst:
590         Add trailing newline.
591         * doc/gpl-3.0.rst:
592         Add trailing newline.
593         * doc/indices-and-tables.rst:
594         Add trailing newline.
595         * doc/lgpl-2.1.rst:
596         Add trailing newline.
597         * doc/md.rst:
598         Add trailing newline.
600 2022-11-14  Martin Liska  <mliska@suse.cz>
602         Revert:
603         2022-11-09  Martin Liska  <mliska@suse.cz>
605         * configure.ac: Use new install URL.
606         * configure: Regenerate.
608 2022-11-14  Martin Liska  <mliska@suse.cz>
610         Revert:
611         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
613         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
614         instead of just ``.''.
615         * doc/gcc_sphinx.py: Moved to...
616         * doc/modules/gcc_sphinx.py: ...here.
618 2022-11-14  Martin Liska  <mliska@suse.cz>
620         Revert:
621         2022-11-10  Martin Liska  <mliska@suse.cz>
623         * doc/baseconf.py: Modernize by using pathlib.
625 2022-11-14  Martin Liska  <mliska@suse.cz>
627         Revert:
628         2022-11-11  Martin Liska  <mliska@suse.cz>
630         * doc/Makefile: Disable -j auto.
632 2022-11-14  Martin Liska  <mliska@suse.cz>
634         Revert:
635         2022-11-11  Martin Liska  <mliska@suse.cz>
637         * doc/Makefile: Update comment.
639 2022-11-14  Martin Liska  <mliska@suse.cz>
641         Revert:
642         2022-11-11  Martin Liska  <mliska@suse.cz>
644         * doc/indices-and-tables.rst: Rename Indexes to Indices.
646 2022-11-14  Martin Liska  <mliska@suse.cz>
648         Revert:
649         2022-11-13  Martin Liska  <mliska@suse.cz>
651         PR web/107643
652         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
653         is set.
654         * doc/indices-and-tables.rst: Use include_todo tag.
656 2022-11-14  Martin Liska  <mliska@suse.cz>
658         Revert:
659         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
661         * doc/contrib.rst: Update Jeff Law's email address.
663 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
665         * doc/contrib.rst: Update Jeff Law's email address.
667 2022-11-13  Martin Liska  <mliska@suse.cz>
669         PR web/107643
670         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
671         is set.
672         * doc/indices-and-tables.rst: Use include_todo tag.
674 2022-11-11  Martin Liska  <mliska@suse.cz>
676         * doc/indices-and-tables.rst: Rename Indexes to Indices.
678 2022-11-11  Martin Liska  <mliska@suse.cz>
680         * doc/Makefile: Update comment.
682 2022-11-11  Martin Liska  <mliska@suse.cz>
684         * doc/Makefile: Disable -j auto.
686 2022-11-10  Martin Liska  <mliska@suse.cz>
688         * doc/baseconf.py: Modernize by using pathlib.
690 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
692         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
693         instead of just ``.''.
694         * doc/gcc_sphinx.py: Moved to...
695         * doc/modules/gcc_sphinx.py: ...here.
697 2022-11-09  Martin Liska  <mliska@suse.cz>
699         * configure.ac: Use new install URL.
700         * configure: Regenerate.
702 2022-11-09  Martin Liska  <mliska@suse.cz>
704         * doc/bsd.rst:
705         Add trailing newline.
706         * doc/contrib.rst:
707         Add trailing newline.
708         * doc/contribute.rst:
709         Add trailing newline.
710         * doc/cppdiropts.rst:
711         Add trailing newline.
712         * doc/cppenv.rst:
713         Add trailing newline.
714         * doc/cppopts.rst:
715         Add trailing newline.
716         * doc/cppwarnopts.rst:
717         Add trailing newline.
718         * doc/funding.rst:
719         Add trailing newline.
720         * doc/gnu.rst:
721         Add trailing newline.
722         * doc/gnu_free_documentation_license.rst:
723         Add trailing newline.
724         * doc/gpl-3.0.rst:
725         Add trailing newline.
726         * doc/indices-and-tables.rst:
727         Add trailing newline.
728         * doc/lgpl-2.1.rst:
729         Add trailing newline.
730         * doc/md.rst:
731         Add trailing newline.
733 2022-11-09  Martin Liska  <mliska@suse.cz>
735         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
736         provide a default.
738 2022-11-09  Martin Liska  <mliska@suse.cz>
740         * configure: Regenerate.
741         * configure.ac: Support Sphinx based documentation.
743 2022-11-09  Martin Liska  <mliska@suse.cz>
745         * doc/baseconf.py: Port to GCC sources.
747 2022-11-09  Martin Liska  <mliska@suse.cz>
749         * doc/Makefile: New file.
750         * doc/_static/custom.css: New file.
751         * doc/baseconf.py: New file.
752         * doc/bsd.rst: New file.
753         * doc/contrib.rst: New file.
754         * doc/contribute.rst: New file.
755         * doc/cppdiropts.rst: New file.
756         * doc/cppenv.rst: New file.
757         * doc/cppopts.rst: New file.
758         * doc/cppwarnopts.rst: New file.
759         * doc/favicon.ico: New file.
760         * doc/funding.rst: New file.
761         * doc/gcc_sphinx.py: New file.
762         * doc/gnu.rst: New file.
763         * doc/gnu_free_documentation_license.rst: New file.
764         * doc/gpl-3.0.rst: New file.
765         * doc/indices-and-tables.rst: New file.
766         * doc/lgpl-2.1.rst: New file.
767         * doc/logo.pdf: New file.
768         * doc/logo.svg: New file.
769         * doc/md.rst: New file.
770         * doc/requirements.txt: New file.
772 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
774         * Makefile.def: Remove module 'liboffloadmic'.
775         * Makefile.in: Regenerate.
776         * configure.ac: Remove 'liboffloadmic' handling.
777         * configure: Regenerate.
779 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
781         * MAINTAINERS: Update email address.
783 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
785         * configure.ac: Don't configure readline if --with-system-readline is
786         used.
787         * configure: Re-generate.
789 2022-10-12  Cui,Lili  <lili.cui@intel.com>
791         * MAINTAINERS (Write After Approval): Add myself.
793 2022-10-11  Olivier Hainque  <hainque@adacore.com>
795         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
796         and friends for rtp !large. Assume the linker has the required
797         abilities and set lt_cv_deplibs_check_method.
799 2022-09-30  Olivier Hainque  <hainque@adacore.com>
801         * configure.ac (*vxworks*): If enable_shared is not
802         set, set to "no" and add --disable-shared to target and
803         host_configargs.
804         * configure: Regenerate.
806 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
808         * MAINTAINERS: Update my email address and DCO entry.
810 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
812         * MAINTAINERS (Write After Approval): Add myself.
814 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
816         * MAINTAINERS (Write After Approval): Add myself.
818 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
820         * MAINTAINERS: Update my email address.
822 2022-09-07  Tom de Vries  <tdevries@suse.de>
824         * configure.ac: Set extra_host_libiberty_configure_flags and
825         extra_host_zlib_configure_flags in separate case statements.
826         * configure: Regenerate.
828 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
830         * MAINTAINERS: Update c-sky port maintainers' emails.
832 2022-08-31  Martin Liska  <mliska@suse.cz>
834         * configure: Regenerate.
835         * configure.ac: Delete hpux9 and hpux10.
837 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
839         * Makefile.def: Drop libelf module and gcc-configure dependency
840         on it.
841         * Makefile.in: Regenerate with 'autogen Makefile.def'.
842         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
843         LIBELFINC.
844         * configure: Regenrate.
845         * configure.ac (host_libs): Drop unused libelf.
847 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
849         * Makefile.in: Regenerate.
851 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
853         * MAINTAINERS: Add myself as AutoFDO maintainer.
855 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
856             Arnaud Charlet  <charlet@adacore.com>
858         * configure: Regenerate.
860 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
862         PR bootstrap/106472
863         * Makefile.def (dependencies): Make configure-target-libgo depend
864         upon all-target-libbacktrace.
866 2022-07-27  David Faust  <david.faust@oracle.com>
868         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
870 2022-07-27  Richard Biener  <rguenther@suse.de>
872         * MAINTAINERS (Roger Sayle): Update e-mail address.
874 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
876         * MAINTAINERS (Write After Approval): Add myself.
878 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
880         * MAINTAINERS: Add myself as Ada front end co-maintainer.
882 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
884         * .gitignore: Do not ignore config.h.
886 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
888         * MAINTAINERS: Add myself to Write After Approval.
890 2022-07-04  Martin Liska  <mliska@suse.cz>
892         * MAINTAINERS: fix sorting of names
894 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
896         * MAINTAINERS: add myself.
898 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
900         * MAINTAINERS: Add myself to write after approval and DCO.
902 2022-07-02  Tim Lange  <mail@tim-lange.me>
904         * MAINTAINERS: Add myself.
906 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
908         * MAINTAINERS (Write After Approval): Add myself.
910 2022-06-30  Cui,Lili  <lili.cui@intel.com>
912         Revert:
913         2022-06-30  Cui,Lili  <lili.cui@intel.com>
915         * MAINTAINERS (Write After Approval): Add myself.
917 2022-06-30  Cui,Lili  <lili.cui@intel.com>
919         * MAINTAINERS (Write After Approval): Add myself.
921 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
923         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
924         (EXTRA_GCC_FLAGS): Likewise.
925         * Makefile.in: Rebuilt.
927 2022-06-28  konglin1  <lingling.kong@intel.com>
929         * MAINTAINERS (Write After Approval): Add myself.
931 2022-06-27  Tom de Vries  <tdevries@suse.de>
933         * configure.ac: Build libiberty pic variant for gdbserver.
934         * configure: Regenerate.
936 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
938         * configure: Regenerate.
939         * configure.ac: Correct use of $host.
941 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
943         * MAINTAINERS: Remove tilegx and tilepro entries.
944         * configure.ac: Remove tilegx and tilepro stanzas.
945         * configure: Rebuilt.
947 2022-05-28  Bruce Korb  <bkorb@gnu.org>
949         * .gitignore: Ignore vim swap files
951 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
953         * MAINTAINERS: Add myself to write after approval.
955 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
957         * MAINTAINERS: Remove myself from DCO section.
959 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
961         * MAINTAINERS: Update my email address.
963 2022-05-09  Clément Chigot  <chigot@adacore.com>
965         * MAINTAINERS: Update my email address.
967 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
969         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
970         section.
972 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
974         * MAINTAINERS: Update my email address.
976 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
978         * MAINTAINERS: Update my email address.
980 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
982         * MAINTAINERS: (CPU Port Maintainers): Add myself and
983         Lulu as LoongArch port maintainer.
985 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
986             Lulu Cheng  <chenglulu@loongson.cn>
988         * configure.ac: Add LoongArch tuples.
989         * configure: Regenerate.
991 2022-03-28  Tom Tromey  <tromey@adacore.com>
993         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
994         * configure: Rebuild.
996 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
998         * MAINTAINERS: Change my information.
1000 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
1002         * MAINTAINERS: Add myself to DCO section.
1004 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
1006         * configure.ac: Fix incorrect option in comment.
1007         * configure: Regenerate.
1009 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
1011         * Makefile.def (dependencies): Make configure-sim depend on
1012         all-readline.
1013         * Makefile.in: Regenerate.
1015 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
1017         * MAINTAINERS (Write After Approval): Update my e-mail address.
1019 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
1021         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
1023 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
1025         * MAINTAINERS: Update my email and add myself to the DCO list.
1027 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
1029         Revert:
1030         2021-09-16  Andrew Pinski  <apinski@marvell.com>
1032         PR bootstrap/67102
1033         * Makefile.def: Have configure-target-libffi depend on
1034         all-target-libstdc++-v3.
1035         * Makefile.in: Regenerate.
1037 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
1039         PR other/104181
1040         * build.log: Remove.
1042 2022-01-20  Martin Liska  <mliska@suse.cz>
1044         * MAINTAINERS: Adjust email address based on IRC request.
1046 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
1048         * MAINTAINERS: Update my email address.
1050 2022-01-17  Martin Liska  <mliska@suse.cz>
1052         * MAINTAINERS: Rename .c names to .cc.
1054 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
1056         * Makefile.am: Remove.
1058 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
1060         * Makefile.am: New file.
1062 2022-01-11  Martin Liska  <mliska@suse.cz>
1064         * MAINTAINERS: Sort 2 names.
1066 2022-01-10  Martin Liska  <mliska@suse.cz>
1068         * MAINTAINERS: Fix obvious issues with sorting.
1070 2022-01-07  liuhongt  <hongtao.liu@intel.com>
1072         * build.log: New file.
1074 2022-01-05  Nathan Sidwell  <nathan@acm.org>
1076         * MAINTAINERS: Add DCO entry.  Sort that list.
1078 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
1080         * MAINTAINERS: Change of email address in both DCO and
1081         Write After Approval list.
1083 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
1085         * configure: Regenerate.
1087 2021-12-21  Martin Liska  <mliska@suse.cz>
1089         * config.sub: Change mode back to 755.
1091 2021-12-17  Martin Liska  <mliska@suse.cz>
1093         * config.sub: Sync from master.
1095 2021-12-17  Martin Liska  <mliska@suse.cz>
1097         Revert:
1098         2021-12-16  Matthias Seidel  <mseidel@apache.org>
1100         * config.sub: Fix typo.
1102 2021-12-16  Matthias Seidel  <mseidel@apache.org>
1104         * config.sub: Fix typo.
1106 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
1108         Revert:
1109         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1111         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1112         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1113         * configure.ac: Include config/gcc-plugin.m4.
1114         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1115         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1116         RANLIB if possible.
1117         * Makefile.in: Regenerated.
1118         * configure: Likewise.
1120 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1122         * Makefile.tpl (BUILD_CFLAGS): New.
1123         (CFLAGS): Append $(BUILD_CFLAGS).
1124         (CXXFLAGS): Likewise.
1125         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1126         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1127         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1128         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1129         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1130         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1131         (PGO-TRAINING-TARGETS): Likewise.
1132         (PGO_BUILD_TRAINING): Likewise.
1133         (all): Add '+' to the command line for recursive make.  Support
1134         the PGO build.
1135         * configure.ac: Add --enable-pgo-build[=lto].
1136         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1137         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
1138         * Makefile.in: Regenerated.
1139         * configure: Likewise.
1141 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1143         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1144         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1145         * configure.ac: Include config/gcc-plugin.m4.
1146         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1147         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1148         RANLIB if possible.
1149         * Makefile.in: Regenerated.
1150         * configure: Likewise.
1152 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
1154         * MAINTAINERS: Add myself to write after approval.
1156 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
1158         * MAINTAINERS: Adding myself.
1160 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
1162         * configure: Regenerate.
1163         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1164         $(CPP).
1166 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
1168         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1169         libatomic.
1170         * Makefile.in: Regenerate.
1171         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1172         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1173         target-libphobos-bootstrap.
1174         (STAGE2_CONFIGURE_FLAGS): Likewise.
1175         * configure: Regenerate.
1176         * configure.ac: Add support for bootstrapping D front-end.
1178 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
1180         * MAINTAINERS: Add myself to DCO section and update email address.
1182 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
1184         * configure: Regenerate.
1185         * configure.ac: Ensure that PIC (shared) defaults are set
1186         correctly for Darwin.
1188 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
1190         * MAINTAINERS: Update my address.
1192 2021-11-12  Alan Modra  <amodra@gmail.com>
1194         * Makefile.def (configure-opcodes): Depend on configure-bfd.
1195         * Makefile.in: Regenerate.
1197 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
1199         * MAINTAINERS: Clarify the policy WRT the Write After Approval
1200         list.
1202 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
1204         * MAINTAINERS (Reviewers, arc): Remove my entry.
1205         (Write After Approval): Add an entry for myself.
1207 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
1209         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1210         * Makefile.in: Regenerate.
1211         * configure: Regenerate.
1212         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1214 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
1216         * MAINTAINERS: Fix up Maciej's entries.
1218 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
1220         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1221         maintainer.
1223 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
1225         PR other/102663
1226         * Makefile.def: Handle install-dvi target.
1227         * Makefile.tpl: Likewise.
1228         * Makefile.in: Regenerate.
1230 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
1232         * MAINTAINERS: Add myself for write after approval.
1234 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
1236         * Makefile.def: Mark libcody, libdecnumber,
1237         c++tools, libgcc, and libobjc as missing TAGS
1238         targets.
1239         * Makefile.in: Regenerate.
1241 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
1243         * MAINTAINERS: Add myself to DCO section and update email
1244         address.
1246 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
1248         * MAINTAINERS: Add myself to DCO section.
1250 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1252         * configure: Regenerate.
1253         * configure.ac (skipdirs): Add the contents of target_configdirs if
1254         we are not building gcc.
1256 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1258         * Makefile.def: Back-port commits ba4d88ad892f and
1259         755ba58ebef0 from binutils-gdb repository.
1260         * Makefile.in: Regenerated.
1262 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
1264         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1266 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
1268         * Makefile.def: Add a jit check target for the jit
1269         language.
1270         * Makefile.in: Regenerate.
1272 2021-09-16  Andrew Pinski  <apinski@marvell.com>
1274         PR bootstrap/67102
1275         * Makefile.def: Have configure-target-libffi depend on
1276         all-target-libstdc++-v3.
1277         * Makefile.in: Regenerate.
1279 2021-09-10  Petter Tomner  <tomner@kth.se>
1281         * MAINTAINERS: Me added to DCO and write after approval
1283 2021-09-01  YunQiang Su  <syq@debian.org>
1285         * MAINTAINERS: Add myself for write after approval.
1287 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1289         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1290         * Makefile.in: Regenerate.
1292 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
1294         * MAINTAINERS: Add myself for write after approval.
1296 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
1298         * Makefile.in: Regenerate.
1299         * Makefile.tpl: Make the state of the configured host
1300         shared flag available to makefile fragements.
1302 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
1304         * MAINTAINERS (Write After Approval): Add myself.
1306 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1308         * .dir-locals.el (bug-reference-url-format): Use https.
1310 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1312         * .dir-locals.el (c-mode): Change fill-column to 79.
1314 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
1316         * MAINTAINERS: Add myself to DCO section.
1318 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
1320         * configure: Regenerate.
1321         * configure.ac: Adjust cases for which it is necessary to
1322         include the Darwin host config fragment.
1324 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
1326         * MAINTAINERS: Add myself for write after approval and DCO.
1328 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
1330         * Makefile.def: Add dsymutil defs.
1331         * Makefile.in: Regenerated.
1332         * Makefile.tpl: Add dsymutil to flags.
1333         * configure: Regenerated.
1334         * configure.ac: Add dsymutil to target and build recipes.
1336 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
1338         * MAINTAINERS: Add myself for write after approval.
1340 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
1342         * MAINTAINERS (Write After Approval): Add myself.
1344 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
1346         * MAINTAINERS: Add myself for write after approval and DCO
1348 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
1350         * .gitignore: Add entry for cscope.out.
1352 2021-06-22  liuhongt  <hongtao.liu@intel.com>
1354         * MAINTAINERS: Remove my Write After Approval entry.
1356 2021-06-21  liuhongt  <hongtao.liu@intel.com>
1358         * MAINTAINERS: Add myself as maintainer of the i386 vector
1359         extensions.
1361 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
1363         * MAINTAINERS (Write After Approval): Add myself.
1365 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
1367         * MAINTAINERS (Various Maintainers): Add Andrew and myself
1368         as *vrp and ranger maintainers.
1370 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1372         * MAINTAINERS: Adjust my entry in the DCO section so that it does
1373         not trigger testsuite failures.
1375 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1377         * MAINTAINERS: Add myself to DCO section with both email addresses.
1379 2021-06-03  Jason Merrill  <jason@redhat.com>
1381         * MAINTAINERS: Add DCO version number.
1383 2021-06-02  Jason Merrill  <jason@redhat.com>
1385         * MAINTAINERS: Add DCO section.
1387 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
1389         * MAINTAINERS (Write After Approval): Add myself.
1391 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
1393         * configure.ac: Add gnulib to configdirs for sim.
1394         * configure: Regenerate.
1396 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
1398         * Makefile.def: Add configure-sim dependency on all-gnulib.
1399         * Makefile.in: Regenerated.
1401 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1403         * MAINTAINERS (Write After Approval): Add myself.
1405 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
1407         * MAINTAINERS (Write After Approval): Add myself.
1409 2021-05-11  Martin Liska  <mliska@suse.cz>
1411         * MAINTAINERS: Remove entries for removed
1412         components (HSA, BRIG, libhsail-rt).
1413         Move Pekka to Write After Approval.
1415 2021-05-11  Martin Liska  <mliska@suse.cz>
1417         * Makefile.def: Remove libhsail-rt.
1418         * Makefile.in: Likewise.
1419         * configure.ac: Likewise.
1420         * configure: Regenerate.
1421         * libhsail-rt/ChangeLog: Removed.
1422         * libhsail-rt/Makefile.am: Removed.
1423         * libhsail-rt/Makefile.in: Removed.
1424         * libhsail-rt/README: Removed.
1425         * libhsail-rt/aclocal.m4: Removed.
1426         * libhsail-rt/configure: Removed.
1427         * libhsail-rt/configure.ac: Removed.
1428         * libhsail-rt/configure.tgt: Removed.
1429         * libhsail-rt/include/internal/fibers.h: Removed.
1430         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1431         * libhsail-rt/include/internal/phsa-rt.h: Removed.
1432         * libhsail-rt/include/internal/workitems.h: Removed.
1433         * libhsail-rt/rt/arithmetic.c: Removed.
1434         * libhsail-rt/rt/atomics.c: Removed.
1435         * libhsail-rt/rt/bitstring.c: Removed.
1436         * libhsail-rt/rt/fbarrier.c: Removed.
1437         * libhsail-rt/rt/fibers.c: Removed.
1438         * libhsail-rt/rt/fp16.c: Removed.
1439         * libhsail-rt/rt/misc.c: Removed.
1440         * libhsail-rt/rt/multimedia.c: Removed.
1441         * libhsail-rt/rt/queue.c: Removed.
1442         * libhsail-rt/rt/sat_arithmetic.c: Removed.
1443         * libhsail-rt/rt/segment.c: Removed.
1444         * libhsail-rt/rt/workitems.c: Removed.
1445         * libhsail-rt/target-config.h.in: Removed.
1447 2021-05-04  Nick Clifton  <nickc@redhat.com>
1449         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1450         * configure: Regenerate.
1452 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
1453             Tobias Burnus  <tobias@codesourcery.com>
1455         * configure.ac (--enable-offload-defaulted): New.
1456         * configure: Regenerate.
1458 2021-04-23  David Faust  <david.faust@oracle.com>
1460         * MAINTAINERS (Write After Approval): Add myself.
1462 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1464         * MAINTAINERS (Write After Approval): Add myself.
1466 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
1468         * MAINTAINERS: Add myself as pru port maintainer.
1470 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
1472         * MAINTAINERS: Add myself as static analyzer maintainer.
1474 2021-03-18  Jeff Law  <jlaw@tachyum.com>
1476         * MAINTAINERS: Update primary entry.
1478 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
1480         * MAINTAINERS (Write After Approval): Add myself.
1482 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
1484         * Makefile.def: Remove all-sim dependency on configure-gdb.
1485         * Makefile.in: Regenerated.
1487 2021-03-11  Jeff Law  <law@redhat.com>
1489         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1491 2021-03-11  Martin Liska  <mliska@suse.cz>
1493         * Makefile.tpl: The change was done Makefile.in which
1494         is generated file.
1496 2021-03-08  Jeff Law  <law@redhat.com>
1498         * MAINTAINERS: Update my email address
1500 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1502         * config.guess: Import latest upstream.
1503         * config.sub: Import latest upstream.
1505 2021-01-25  Martin Liska  <mliska@suse.cz>
1507         PR gcov-profile/98739
1508         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1509         for profiledbootstrap.
1511 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1513         * MAINTAINERS (Write After Approval): Add myself.
1515 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1517         * MAINTAINERS (Write After Approval): Update my e-mail address.
1519 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1521         * MAINTAINERS: Fix spacing.
1523 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1525         * MAINTAINERS (Write After Approval): Add myself
1527 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1529         * Makefile.def: Sync with binutils-gdb:
1530         (dependencies): all-ld depends on all-libctf.
1531         (host_modules): libctf is no longer no_install.
1532         No longer no_check.  Checking depends on all-ld.
1533         * Makefile.in: Regenerated.
1535 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1537         * libtool.m4: Match gnu* along other GNU systems.
1538         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1539         * libgo/configure: Re-generate.
1541 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1543         * MAINTAINERS: Update my email address.
1545 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1547         * MAINTAINERS (Write After Approval): Add myself.
1549 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1551         * Makefile.def
1552         * Makefile.in
1553         * Makefile.tpl
1554         * configure
1555         * configure.ac
1557 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1559         * Makefile.def: Add libcody.
1560         * configure.ac: Add libcody.
1561         * Makefile.in: Regenerated.
1562         * configure: Regenerated.
1564 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1566         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1568 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1570         PR target/97865
1571         * libtool.m4: Update handling of Darwin platform link flags
1572         for Darwin20.
1574 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1576         * .gitignore: Sync with binutils-gdb
1578 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1580         * MAINTAINERS: Add myself as arc port maintainer.
1582 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1584         PR d/87788
1585         * configure.ac: Don't disable D for *-*-darwin*.
1586         * configure: Regenerate.
1588 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1590         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1591         hppa64-*-hpux11*.
1593 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1595         * configure: Regenerate.
1596         * configure.ac: Add --bootstrap-hwasan option.
1598 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1600         * config.guess: Import latest upstream.
1601         * config.sub: Import latest upstream.
1603 2020-11-16  Martin Liska  <mliska@suse.cz>
1605         * .gitignore: Add cache as clangd uses it now.
1607 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1609         * MAINTAINERS (Write After Approval): add myself
1611 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1613         * MAINTAINERS (Write After Approval): Add myself.
1615 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1617         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1618         Remove FIXME comments.
1620 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1622         * MAINTAINERS: Update my email address.
1624 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1626         * MAINTAINERS (Write After Approval): Add myself.
1628 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1630         PR target/97302
1631         * configure.ac: Only set with_gmp to /usr/local
1632         if not building in tree.
1633         * configure: Regenerate.
1635 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1637         * MAINTAINERS (Write After Approval): Add myself.
1639 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1641         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1643 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1645         PR bootstrap/96612
1646         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1647         if not the same as ${host}.
1648         * configure: Regenerate.
1650 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1652         * MAINTAINERS (Write After Approval): Add myself.
1654 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1656         * MAINTAINERS: Update my email address.
1658 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1660         * MAINTAINERS (Write After Approval): Add myself.
1662 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1664         * MAINTAINERS (Write After Approval): Add myself.
1666 2020-06-12  Martin Liska  <mliska@suse.cz>
1668         * .gitignore: Add .clang-tidy.
1670 2020-06-08  Jason Merrill  <jason@redhat.com>
1672         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1673         * configure: Regenerate.
1675 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1677         * MAINTAINERS: Add myself as xtensa port maintainer.
1679 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1681         * configure.ac: Don't require --enable-host-shared when building
1682         for Mingw.
1683         * configure: Regenerate.
1685 2020-05-18  Jason Merrill  <jason@redhat.com>
1687         * configure.ac: Update bootstrap dialect to -std=c++11.
1689 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1691         * MAINTAINERS (Write After Approval): Add myself.
1693 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1695         PR target/92713
1696         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1697         (noconfigdirs): Add 'target-libstdc++-v3'.
1698         * configure: Regenerate.
1700 2020-04-21  Stephen Casner  <casner@acm.org>
1702         PR 25830
1703         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1704         * configure: Rebuild.
1706 2020-04-17  Martin Liska  <mliska@suse.cz>
1707             Jonathan Yong <10walls@gmail.com>
1709         PR gcov-profile/94570
1710         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1711         for CYGWIN.
1713 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1715         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1717 2020-04-09  Tom Tromey  <tom@tromey.com>
1719         * configure: Rebuild.
1720         * Makefile.in: Rebuild.
1721         * Makefile.def (gdbsupport, gdbserver): New host modules.
1722         (configure-gdb): Depend on all-gdbsupport.
1723         (all-gdb): Depend on all-gdbsupport, all-libctf.
1724         * configure.ac (host_tools): Add gdbserver.
1725         Conditionally build gdbserver and gdbsupport.
1727 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1729         * configure.ac: Build libgomp by default for amdgcn.
1730         * configure: Regenerate.
1732 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1734         * MAINTAINERS (Write After Approval): Add myself.
1736 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1738         * MAINTAINERS (Write After Approval) : Add myself.
1740 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1742         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1744 2020-02-14  Martin Sebor  <msebor@redhat.com>
1746         * doc/extend.texi (attribute alias): Mention type requirement.
1747         (attribute weak): Same.
1748         (attribute weakref): Correct invalid example.
1750 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1752         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1754 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1755             Jakub Jelinek  <jakub@redhat.com>
1757         * .gitattributes: Add *.md diff=md.
1759 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1761         The mentioned auto-generated file is no more part of the
1763         GCC sources, it's auto-generated in $(builddir) during build.
1765         PR target/92055
1766         * contrib/gcc_update (files_and_dependencies): Remove
1767         entry for gcc/config/avr/t-multilib.
1769 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1771         * MAINTAINERS: Update my email address.
1773 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1775         * README.MOVED_TO_GIT: Remove.
1777 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1779         * README.MOVED_TO_GIT: New file.
1781 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1783         * MAINTAINERS (Write After Approval): Add myself.
1785 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1787         * MAINTAINERS (write_after_approval): Add myself.
1789 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1791         * MAINTAINERS (write_after_approval): Add myself.
1793 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1795         * MAINTAINERS (write_after_approval): Add myself.
1797 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1799         * configure.ac: Factor out common cases for compare_exclusions.
1800         * configure: Regenerate.
1802 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1804         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1805         flag.
1807 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1809         * MAINTAINERS (Write After Approval): Add myself.
1811 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1813         PR middle-end/92463
1814         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1815         * configure: Regenerate
1817 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1819         * configure.ac: Use https for gcc.gnu.org.
1820         * configure: Regenerated.
1822 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1824         * MAINTAINERS (aarch64 port): Remove my name, move to...
1825         (Write After Approval): ...Here.
1827 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1829         * MAINTAINERS: Change my email address as maintainer.
1831 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1833         PR fortran/91828
1834         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1835         * configure: Regenerated.
1837 2019-10-21  Jason Merrill  <jason@redhat.com>
1839         * .gitattributes: Also check ChangeLog whitespace.
1841 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1843         * contrib/dg-extract-results.sh: Add support for KPASS.
1844         * contrib/dg-extract-results.py: Likewise.
1846 2019-10-17  Jason Merrill  <jason@redhat.com>
1848         * .gitattributes: Avoid {} in filename pattern.
1850 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1852         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1853         Approval section.
1855 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1857         * MAINTAINERS: Add myself to Write After Approval
1859 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1861         * MAINTAINERS: Add myself as an aarch64 maintainer.
1863 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1865         * MAINTAINERS: Add myself as aarch64 maintainer.
1867 2019-09-23  Carl Love  <cel@us.ibm.com>
1869         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1870         New define_insn.
1871         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1872         vsx_xxpermdi16_le_V16QI): Removed define_insn.
1874 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1876         * MAINTAINERS (Sam Tebbs): Update email address.
1878 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
1880         * MAINTAINERS: Update my email address.
1882 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
1884         * libtool.m4: Handle uclinuxfdpiceabi.
1886 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1888         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1889         Remove myself from Write After Approval section.
1891 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1893         * configure.ac: Support for bpf-*-* targets.
1894         * configure: Regenerate.
1896 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1898         * config.sub: Import upstream version 2019-06-30.
1899         * config.guess: Import upstream version 2019-07-24.
1901 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1903         * MAINTAINERS: Remove spu port maintainers.
1905 2019-08-28  Martin Liska  <mliska@suse.cz>
1907         * .gitignore: Add .clangd and compile_commands.json
1908         to .gitignore.
1910 2019-08-23  Michael Forney  <mforney@mforney.org>
1912         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1913         * Makefile.in: Regenerate.
1915 2019-08-19  Tom Tromey  <tom@tromey.com>
1917         * configure: Rebuild.
1918         * configure.ac: Add --with-static-standard-libraries.
1920 2019-08-16  Alexandre Oliva <oliva@gnu.org>
1922         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1924 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
1926         * MAINTAINERS (Write After Approval): Add myself.
1928 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1930         * MAINTAINERS (Write After Approval): Remove myself, already listed in
1931         RISC-V port maitainer.
1933 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1935         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1937 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1939         * MAINTAINERS (Write After Approval): Add myself.
1941 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
1943         * MAINTAINERS (Write After Approval): Add myself.
1945 2019-06-25  Martin Liska  <mliska@suse.cz>
1947         contrib/filter-clang-warnings.py: Transform from
1948         filter-rtags-warnings.py.
1950 2019-06-15  Tom Tromey  <tom@tromey.com>
1952         * configure.ac (host_libs): Add gnulib.
1953         * configure: Rebuild.
1954         * Makefile.def (host_modules, dependencies): Add gnulib.
1955         * Makefile.in: Rebuild.
1957 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1959         * MAINTAINERS (Write After Approval): Add myself.
1961 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1963         * configure: Regenerate.
1964         * configure.ac: Add PRU target.
1966 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1968         * MAINTAINERS (Write After Approval): Add myself.
1970 2019-06-11  Nick Clifton  <nickc@redhat.com>
1972         Import these changes from the binutils/gdb repository:
1974         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1976         * Makefile.def (dependencies): configure-libctf depends on all-bfd
1977         and all its deps.
1978         * Makefile.in: Regenerated.
1980         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1982         * Makefile.def (host_modules): Add libctf.
1983         * Makefile.def (dependencies): Likewise.
1984         libctf depends on zlib, libiberty, and bfd.
1985         * Makefile.in: Regenerated.
1986         * configure.ac (host_libs): Add libctf.
1987         * configure: Regenerated.
1989 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
1991         * MAINTAINERS (Write After Approval): Add myself.
1993 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
1995         * MAINTAINERS: Update my email address.
1997 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1999         * MAINTAINERS (Write After Approval): Add myself.
2001 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
2003         * MAINTAINERS (Write After Approval): Add myself.
2005 2019-05-07  Jim Wilson  <jimw@sifive.com>
2007         * MAINTAINERS: Remove myself as IA-64 maintainer.
2009 2019-05-04  Roland Illig  <roland.illig@gmx.de>
2011         * MAINTAINERS (Write After Approval): Add myself.
2013 2019-05-02  Richard Biener  <rguenther@suse.de>
2015         PR bootstrap/85574
2016         * Makefile.tpl (compare target): Also compare extra-compare
2017         files.
2018         * Makefile.in: Regenerate.
2020 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
2022         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
2023         as modulo-scheduler maintainer.
2025 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
2027         * MAINTAINERS: Add myself as co-maintainer for Darwin.
2029 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
2031         * MAINTAINERS: Update my email address.
2033 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
2035         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
2036         * configure: Regenerate.
2038 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2040         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
2041         * configure: Regenerate.
2043 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
2045         * configure.ac: Add target-zlib to target_libraries.
2046         * configure: Regenerate.
2048 2019-04-09  Martin Liska  <mliska@suse.cz>
2050         * Makefile.in: Regenerate.
2051         * Makefile.tpl: Pass GENERATOR_CFLAGS
2052         in all stages.
2054 2019-03-28  Martin Liska  <mliska@suse.cz>
2056         PR bootstrap/89829
2057         * Makefile.in: Revert r254150.
2058         * Makefile.tpl: Likewise.
2060 2019-03-28  Ben Elliston  <bje@gnu.org>
2062         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
2063         related, and libdecnumber.
2065 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
2067         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
2068         (Write After Approval): Remove myself.
2070 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
2072         * MAINTAINERS (Write After Approval): Add myself.
2074 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
2076         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
2077         (Write After Approval): Remove myself and Julian.
2079 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
2081         * MAINTAINERS (Write After Approval): Add myself.
2083 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
2085         * MAINTAINERS (Write After Approval): Add myself.
2087 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2089         * ChangeLog: Replace space with tab.
2090         * MAINTAINERS: Delete 1 tab to keep alignment.
2092 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
2094         * MAINTAINERS (Write After Approval): Add myself.
2096 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
2098         * MAINTAINERS (Write After Approval): Add myself.
2100 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
2101             Kwok Cheung Yeung  <kcy@codesourcery.com>
2102             Julian Brown  <julian@codesourcery.com>
2103             Tom de Vries  <tom@codesourcery.com>
2104             Jan Hubicka  <hubicka@ucw.cz>
2105             Martin Jambor  <mjambor@suse.cz>
2107         * configure.ac: Likewise.
2108         * configure: Regenerate.
2109         * contrib/config-list.mk: Add amdgcn-amdhsa.
2111 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
2113         * MAINTAINERS (Write After Approval): Add myself.
2115 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2117         * MAINTAINERS (Write After Approval): Add myself.
2119 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2121         PR target/88535
2122         * config.guess: Import upstream version 2019-01-03.
2123         * config.sub: Import upstream version 2019-01-01.
2125 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2127         * MAINTAINERS (Write After Approval): Update my maintainer address.
2129 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
2131         * MAINTAINERS (Write After Approval): Add myself.
2133 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
2135         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2137 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
2139         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2140         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2141         (GCC_TARGET_TOOL): Likewise.
2142         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2143         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
2144         OTOOL, OTOOL_FOR_TARGET: New substitutions.
2145         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
2146         * configure: Regenerate.
2147         * Makefile.in: Likewise.
2149 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
2151         * MAINTAINERS (Write After Approval): Add myself.
2153 2018-11-13  Martin Liska  <mliska@suse.cz>
2155         * gcc.target/i386/pr87930.c: Move to ...
2156         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
2158 2018-11-10  Stafford Horne  <shorne@gmail.com>
2160         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2161         (Write After Approval): Remove myself.
2163 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2165         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2166         Append $INCICONV to it.
2168 2018-11-04  Stafford Horne  <shorne@gmail.com>
2170         * MAINTAINERS (Write After Approval): Add myself.
2172 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
2174         PR bootstrap/82856
2175         * multilib.am: New file.  From automake.
2177         Merge from binutils-gdb:
2178         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2180         * libtool.m4: Use AC_LANG_SOURCE.
2181         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2182         * ar-lib: New file.
2183         * test-driver: New file.
2184         * configure: Re-generate.
2186 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
2188         * MAINTAINERS (Write After Approval): Add myself.
2190 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
2192         PR bootstrap/87788
2193         PR d/87799
2194         * configure: Rebuild.
2195         * configure.ac: Disable D on systems where it is known not to work.
2197 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
2199         * Makefile.def (target_modules): Add libphobos.
2200         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2201         GDCFLAGS_FOR_TARGET.
2202         (dependencies): Make libphobos depend on libatomic, libbacktrace
2203         configure, and zlib configure.
2204         (language): Add language d.
2205         * Makefile.in: Rebuild.
2206         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2207         (HOST_EXPORTS): Add GDC.
2208         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2209         (BASE_TARGET_EXPORTS): Add GDC.
2210         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2211         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2212         (EXTRA_HOST_FLAGS): Add GDC.
2213         (STAGE1_FLAGS_TO_PASS): Add GDC.
2214         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2215         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2216         environment variables.
2217         * configure: Rebuild.
2218         * configure.ac: Add target-libphobos to target_libraries.  Set and
2219         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2221 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
2223         * MAINTAINERS (Write After Approval): Add myself.
2225 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2227         * MAINTAINERS (Write After Approval): Remove myself.
2229 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2231         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2233 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
2235         * MAINTAINERS: Update my email address.
2237 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
2239         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2240         maintainer.
2242 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
2244         * MAINTAINERS (Write After Approval): Add self.
2246 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
2248         * MAINTAINERS (write after approval): Add myself.
2250 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
2252         * MAINTAINERS: Update my email address.
2254 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
2256         * MAINTAINERS (write after approval): Add myself.
2258 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
2260         * MAINTAINERS: Add self to global reviewers list.
2262 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
2264         MAINTAINERS: Add c-sky port maintainers.
2266 2018-08-10  Martin Liska  <mliska@suse.cz>
2268         * MAINTAINERS: Revert change in previous commit and
2269         join lines.
2271 2018-08-10  Martin Liska  <mliska@suse.cz>
2273         * MAINTAINERS: Remove extra line.
2275 2018-08-06  Naveen H.S  <naveenh@marvell.com>
2277         * MAINTAINERS: Update my email address.
2279 2018-07-19  DJ Delorie  <dj@redhat.com>
2281         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2282         as maintainer.
2284 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
2286         * MAINTAINERS: Adjust email address for me and my colleague Robin
2287         Dapp.
2289 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2290             Sunil K Pandey  <sunil.k.pandey@intel.com>
2292         PR target/84413
2293         * config/i386/i386.c (m_CORE_AVX512): New.
2294         (m_CORE_AVX2): Likewise.
2295         (m_CORE_ALL): Add m_CORE_AVX2.
2296         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2297         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2298         and remove the rest of m_SKYLAKE_AVX512.
2300 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2302         * config.sub: Sync with upstream version 2018-07-03.
2304 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2306         * config.guess: Sync with upstream version 2018-06-26.
2307         * config.sub: Sync with upstream version 2018-07-02.
2309 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
2311         * libtool.m4: Sort output of 'find' to enable deterministic builds.
2312         * ltmain.sh: Likewise.
2314 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
2316         * contrib/config-list.mk: Remove powerpc-linux_paired.
2318 2018-06-29  Alexandre Oliva <oliva@adacore.com>
2320         * configure.ac: Introduce support for @unless/@endunless.
2321         * Makefile.tpl (dep-kind): Rewrite with cond; return
2322         postbootstrap in some cases.
2323         (make-postboot-dep, postboot-targets): New.
2324         (dependencies): Do not output postbootstrap dependencies at
2325         first.  Output non-target ones changed for configure to depend
2326         on stage_last @if gcc-bootstrap, and the original deps @unless
2327         gcc-bootstrap.
2328         * configure.in, Makefile.in: Rebuilt.
2330 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
2332         * MAINTAINERS (write after approval): Add myself.
2334 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
2336         * MAINTAINERS (write after approval): Add myself.
2338 2018-06-19  Nick Clifton  <nickc@redhat.com>
2340         * zlib/configure.ac: Restore old behaviour of only enabling
2341         multilibs when a target subdirectory is defined.  This allows
2342         building with srcdir == builddir.
2343         * zlib/configure: Regenerate.
2345 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
2347         * Makefile.def (fortran): Add check-target-libgomp-fortran.
2348         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2349         * Makefile.in: Regenerate.
2351 2018-06-16  Ben Elliston  <bje@gnu.org>
2353         * config.guess: Import latest version.
2354         * config.sub: Likewise.
2356 2018-06-08  Martin Liska  <mliska@suse.cz>
2358         * MAINTAINERS: Remove MPX-related entries.
2359         * Makefile.def: Remove libmpx support.
2360         * Makefile.in: Regenerate.
2361         * configure.ac: Remove removed files.
2362         * configure: Regenerate.
2363         * libmpx/ChangeLog: Remove.
2364         * libmpx/Makefile.am: Remove.
2365         * libmpx/Makefile.in: Remove.
2366         * libmpx/acinclude.m4: Remove.
2367         * libmpx/aclocal.m4: Remove.
2368         * libmpx/config.h.in: Remove.
2369         * libmpx/configure: Remove.
2370         * libmpx/configure.ac: Remove.
2371         * libmpx/configure.tgt: Remove.
2372         * libmpx/libmpx.spec.in: Remove.
2373         * libmpx/mpxrt/Makefile.am: Remove.
2374         * libmpx/mpxrt/Makefile.in: Remove.
2375         * libmpx/mpxrt/libmpx.map: Remove.
2376         * libmpx/mpxrt/libtool-version: Remove.
2377         * libmpx/mpxrt/mpxrt-utils.c: Remove.
2378         * libmpx/mpxrt/mpxrt-utils.h: Remove.
2379         * libmpx/mpxrt/mpxrt.c: Remove.
2380         * libmpx/mpxrt/mpxrt.h: Remove.
2381         * libmpx/mpxwrap/Makefile.am: Remove.
2382         * libmpx/mpxwrap/Makefile.in: Remove.
2383         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2384         * libmpx/mpxwrap/libtool-version: Remove.
2385         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2387 2018-06-04  Martin Liska  <mliska@suse.cz>
2389         * MAINTAINERS: Add myself as gcov maintainer.
2391 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
2393         * MAINTAINERS: Update my email address.
2395 2018-06-04  Tom de Vries  <tdevries@suse.de>
2397         * MAINTAINERS: Remove write-after-approval entries for component
2398         maintainers.
2400 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2402         * MAINTAINERS (write after approval): Add myself.
2404 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
2406         * MAINTAINERS: Update my email address.
2408 2018-06-01  Tom de Vries  <tdevries@suse.de>
2410         * MAINTAINERS: Update my email address.
2412 2018-05-22  Bin Cheng <bin.cheng@arm.com>
2414         * MAINTAINERS (loop-optimizer): Add myself.
2416 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
2418         * configure.ac: Added "nfp" target.
2419         * configure: Regenerate.
2421 2018-04-30  Richard Biener  <rguenther@suse.de>
2423         PR bootstrap/85571
2424         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2425         (STAGE3_TFLAGS): Likewise.
2426         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2427         (STAGEtrain_TFLAGS): Likewise.
2428         * Makefile.in: Regenerate.
2430 2018-04-26  Richard Biener  <rguenther@suse.de>
2432         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2433         (STAGE2_CFLAGS): Likewise.
2434         (STAGE2_TFLAGS): Likewise.
2435         (STAGE3_CFLAGS): Add -fchecking.
2436         (STAGE3_TFLAGS): Likewise.
2437         (STAGEtrain_CFLAGS): Filter out -fchecking.
2438         (STAGEtrain_TFLAGS): Likewise.
2439         * Makefile.in: Re-generate.
2441 2018-04-25  Catherine Moore <clm@codesourcery.com>
2443         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2445 2018-04-18  Paul Clarke  <pc@us.ibm.com>
2447         * MAINTAINERS (write after approval): Add myself.
2449 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
2451         * MAINTAINERS: Update my email address.
2453 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
2455         * MAINTAINERS: Remove redundant Write-After-Approval entry.
2457 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
2459         * MAINTAINERS: Update my email address and disambiguate myself
2460         a bit from Will Schmidt.
2462 2018-03-21  Nathan Sidwell  <nathan@acm.org>
2464         * MAINTAINERS: Move maintainers of now-removed picochip and score
2465         ports to write after approval.
2467 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
2469         * MAINTAINERS: Add entry for SVE maintainership.
2471 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
2473         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2474         * configure: Regenerate.
2476 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
2478         * MAINTAINERS (write after approval): Add myself.
2480 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2482         * MAINTAINERS (write after approval): Add myself.
2484 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
2486         * MAINTAINERS (write after approval): Add myself.
2488 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2490         Update copyright years.
2492 2018-01-03  Ben Elliston  <bje@gnu.org>
2494         * config.guess: Import latest version.
2495         * config.sub: Likewise.
2497 2017-12-12  Stafford Horne  <shorne@gmail.com>
2499         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2500         * configure: Regenerate.
2502 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2504         * MAINTAINERS (Write After Approval): Add myself.
2506 2017-11-28  Julia Koval  <julia.koval@intel.com>
2507             Sebastian Peryt  <sebastian.peryt@intel.com>
2509         * Makefile.def (target_modules): Remove libcilkrts.
2510         * Makefile.in: Ditto.
2511         * configure: Ditto.
2512         * configure.ac: Ditto.
2514 2017-11-28  Julia Koval  <julia.koval@intel.com>
2516         * MAINTAINERS (Write After Approval): Add myself.
2518 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2520         * MAINTAINERS (Write After Approval): Add myself.
2522 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2524         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2525         Use my SiFive email address.
2527 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2529         * MAINTAINERS (write after approval): Add myself.
2531 2017-10-27  Martin Liska  <mliska@suse.cz>
2533         * Makefile.tpl: Use proper name of folder as it was renamed
2534         during transition to 4 stages.
2535         * Makefile.in: Regenerate.
2537 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2539         * MAINTAINERS (write after approval): Add myself.
2541 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2543         * MAINTAINERS: Add a note that maintainership also includes web
2544         pages, docs, and testsuite related to that area.
2546 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2548         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2550 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2552         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2554 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2556         * MAINTAINERS: Remove myself as a vxworks maintainer.
2558 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2560         * MAINTAINERS: Remove email address of Jim Norris.
2562 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2564         * MAINTAINERS (Reviewers): Move myself from here...
2565         (CPU Port Maintainers): ... to here.
2567 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2569         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2571 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2573         * MAINTAINERS (write after approval): Add myself.
2575 2017-07-28  Tony Reix  <tony.reix@atos.net>
2577         * configure.ac (target-libffi): Don't disable for AIX.
2578         (go): Don't add to unsupported_languages on AIX.
2579         (target-libgo): Don't disable for AIX.
2580         * configure: Regenerate.
2582 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2584         * MAINTAINERS: Add myself.
2586 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2588         * MAINTAINERS: Update my email address.
2590 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2592         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2593         arm-specific auto-generated header files.
2595 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2597         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2598         * configure: Rebuilt.
2600 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2602         * MAINTAINERS: Readd myself for c6x.
2604 2017-06-28  Martin Liska  <mliska@suse.cz>
2606         PR bootstrap/81217
2607         * Makefile.def: Remove superfluous bootstrap_target from
2608         bootstrap_stage.
2609         * Makefile.in: Re-generate the file.
2611 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2613         * MAINTAINERS: Add myself to Write After Approval
2615 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2617         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2619 2017-06-19  Martin Liska  <mliska@suse.cz>
2621         * Makefile.def: Define 4 stages PGO bootstrap.
2622         * Makefile.tpl: Define FLAGS.
2623         * Makefile.in: Regenerate.
2625 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2627         * Makefile.def: Add check-gotools to go check targets.
2628         * Makefile.in: Rebuild.
2630 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2632         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2634 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2636         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2637         * configure: Regenerate.
2639 2017-05-31  Martin Liska  <mliska@suse.cz>
2641         * configure.ac: Add handling of stage2_werror_flags to
2642         action-if-given and to action-if-not-given.
2643         * configure: Regenerate.
2645 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2647         * MAINTAINERS: Add self to Write After Approval
2649 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2651         * MAINTAINERS: Update my email address, and remove myself as
2652         maintainer in some areas.
2654 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2656         * MAINTAINERS: Add self to Write After Approval
2658 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2660         * configure.ac: Add --enable-languages=default to mean default and
2661         make --enable-languages=all mean all supported languages.
2662         * configure: Regenerated.
2664 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2666         * config.gcc (powerpc*-*-*spe*): New.
2667         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2668         (powerpc-*-rtems*spe*): New.
2669         (powerpc*-*-linux*spe*): New.
2670         (powerpc-wrs-vxworksspe): New.
2671         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2672         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2673         * config.host (powerpc*-*-*spe*): New.
2675 2017-05-19  Martin Liska  <mliska@suse.cz>
2677         * configure.ac: Add --enable-werror-always just for
2678         bootstrap-debug (or none build config) and do not add it
2679         when we are on a release branch.
2680         * configure: Regenerated.
2682 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2684         * MAINTAINERS: Add self to Write After Approval
2686 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2688         * MAINTAINERS: Move myself to Write After Approval section.
2690 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2692         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2693         ACCH registers.
2694         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2695         available.
2696         (umulsidi3): Likewise.
2697         (mulsidi3_700): Disable this pattern when we have advanced mpy
2698         instructions.
2699         (umulsidi3_700): Likewise.
2700         (maddsidi4): New pattern.
2701         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2702         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2703         (mpydu_imm_arcv2hs): Likewise.
2704         * config/arc/predicates.md (accl_operand): New predicate.
2706 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2707             Andrew Burgess <andrew.burgess@embecosm.com>
2709         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2710         case.
2711         (ARC_AUTOFP_IRQ_P): Likewise.
2712         (ARC_AUTO_IRQ_P): Likewise.
2713         (rgf_banked_register_count): New variable.
2714         (parse_mrgf_banked_regs_option): New function.
2715         (arc_override_options): Handle rgf_banked_regs option.
2716         (arc_handle_interrupt_attribute): Add firq option.
2717         (arc_compute_function_type): Return fast irq type when required.
2718         (arc_must_save_register): Handle fast interrupts.
2719         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2720         (arc_return_address_regs): Update.
2721         * config/arc/arc.h (arc_return_address_regs): Update.
2722         (arc_function_type): Add fast interrupt type.
2723         (ARC_INTERRUPT_P): Update.
2724         (RC_FAST_INTERRUPT_P): Define.
2725         * config/arc/arc.md (simple_return): Update for fast interrupts.
2726         (p_return_i): Likewise.
2727         * config/arc/arc.opt (mrgf-banked-regs): New option.
2728         * doc/invoke.texi (mrgf-banked-regs): Document.
2730 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2732         * config/arc/arc.c (irq_ctrl_saved): New variable.
2733         (ARC_AUTOBLINK_IRQ_P): Define.
2734         (ARC_AUTOFP_IRQ_P): Likewise.
2735         (ARC_AUTO_IRQ_P): Likewise.
2736         (irq_range): New function.
2737         (arc_must_save_register): Likewise.
2738         (arc_must_save_return_addr): Likewise.
2739         (arc_dwarf_emit_irq_save_regs): Likewise.
2740         (arc_override_options): Handle deferred options.
2741         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2742         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2743         arc_must_save_return_addr.
2744         (arc_compute_frame_size): Handle automated save and restore of
2745         registers.
2746         (arc_expand_prologue): Likewise.
2747         (arc_expand_epilogue): Likewise.
2748         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2749         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2750         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2752 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2753         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2755         PR bootstrap/77661
2756         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2757         in-tree build MPC.
2758         * Makefile.in: Regenerate.
2760 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2762         * configure.ac: Enable LTO by default on darwin >= 9.
2763         * configure: Regenerate.
2765 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2767         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2768         and Andrew Waterman as the RISC-V maintainers.
2770 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2772         * MAINTAINERS: Add self to Write After Approval
2774 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2776         * config.guess: Import latest from upstream.
2778 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2780         * MAINTAINERS (Write After Approval): Remove entries that are
2781         already covered under Reviewers.
2783 2017-03-08  Mark Wielaard  <mark@klomp.org>
2785         PR demangler/70909
2786         PR demangler/67264
2787         * include/demangle.h: Add d_printing to struct demangle_component
2788         and pass struct demangle_component as non const.
2790 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2792         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2794 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2796         * Makefile.tpl: Remove HOST_ISLVER.
2797         (HOST_EXPORTS): Remove ISLVER.
2798         * Makefile.in: Regenerate.
2800 2017-02-13  Richard Biener  <rguenther@suse.de>
2802         * configure: Re-generate.
2804 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2806         * MAINTAINERS: Adjust bug reporting URL.
2808 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2810         * MAINTAINERS (Write After Approval): Remove redundant entry
2811         for Andrew Burgess.
2813 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2815         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2816         32-bit hppa*-*-hpux*.
2817         * configure: Regenerate.
2819 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2821         * configure.ac: Moved the white list of enabling BRIG FE to
2822         libhsail-rt/configure.tgt.
2823         * configure: Regenerated.
2824         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2826 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2827             Martin Jambor  <mjambor@suse.cz>
2829         * Makefile.def (target_modules): Added libhsail-rt.
2830         (languages): Added language brig.
2831         * Makefile.in: Regenerated.
2832         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2833         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2834         * configure: Regenerated.
2836 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2838         PR other/79046
2839         * configure: Regenerated.
2841 2017-01-04  Alan Modra  <amodra@gmail.com>
2843         * configure: Regenerate.
2845 2016-12-29  Ben Elliston  <bje@gnu.org>
2847         * config.sub: Import latest version.
2849 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2851         * MAINTAINERS (Write After Approval): Add myself.
2853 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2855         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2856         includes bootstrap-mpx.
2857         * configure: Regenerated.
2859 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2861         * MAINTAINERS (Write After Approval): Add myself.
2863 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
2865         * configure: Regenerate.
2867 2016-12-01  Matthias Klose  <doko@ubuntu.com>
2869         * configure.ac: Don't use pkg-config to check for bdw-gc.
2870         * configure: Regenerate.
2872 2016-11-30  Matthias Klose  <doko@ubuntu.com>
2874         * Makefile.def: Remove reference to boehm-gc target module.
2875         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2876         options and for the bdw-gc pkg-config module.
2877         * configure: Regenerate.
2878         * Makefile.in: Regenerate.
2880 2016-11-28  Nathan Sidwell  <nathan@acm.org>
2882         * MAINTAINERS (nvptx): Remove self.
2884 2016-11-25  Ben Elliston  <bje@gnu.org>
2886         * config.guess: Import latest version.
2887         * config.sub: Likewise.
2889 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
2891         * MAINTAINERS (Write After Approval): Add myself.
2893 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2895         * Makefile.def: Remove references to GCJ.
2896         * Makefile.tpl: Likewise.
2897         * Makefile.in: Regenerate.
2899 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2901         * config-ml.in: Remove references to GCJ.
2902         * configure.ac: Likewise.
2903         * configure: Regenerate.
2905 2016-11-01  Josh Conner  <joshconner@google.com>
2907         * MAINTAINERS (Write After Approval): Update email address,
2909 2016-10-27  Carl Love  <cel@us.ibm.com>
2911         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2912         Approval list to make it alphabetical.
2914 2016-10-27  Carl Love  <cel@us.ibm.com>
2916         * MAINTAINERS (Write After Approval): Add myself.
2918 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
2920         * MAINTAINERS (Reviewers): Add myself.
2921         (Write After Approval): Add myself.
2923 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
2924             Ulrich Weigand  <uweigand@de.ibm.com>
2926         * MAINTAINERS: Update email address.
2928 2016-10-10  Nathan Sidwell  <nathan@acm.org>
2930         * MAINTAINERS: Update email address.
2932 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
2934         * configure.ac: Add aarch64-*-freebsd*.
2935         * configure: Regenerate.
2937 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
2939         * MAINTAINERS: Update email address after it got reverted.
2941 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2943         * configure.ac (target_libraries): Readd target-boehm-gc.
2944         Restore --enable-objc-gc handling.
2945         * configure: Regenerate.
2947 2015-10-03  Jeff Law  <law@redhat.com>
2949         * MAINTAINERS: Move several inactive maintainers to the
2950         write-after-approval section.
2952 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
2954         * configure.ac: Add target-libffi to target_libraries.
2955         Readd libgcj target disablings, modified to only target-libffi.
2956         Readd target addition of go to unsupported languages.
2957         * configure: Regenerated.
2959 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
2961         * MAINTAINERS: Update email address.
2963 2016-09-30  Andrew Haley  <aph@redhat.com>
2965         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2966         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
2967         libgcj.
2969 2016-09-30  Andrew Haley  <aph@redhat.com>
2971         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2972         write-after approval after GCJ deletion.
2974 2016-09-30  Andrew Haley  <aph@redhat.com>
2976         * Makefile.def: Remove libjava.
2977         * Makefile.tpl: Likewise.
2978         * Makefile.in: Regenerate.
2979         * configure.ac: Likewise.
2980         * configure: Likewise.
2981         * gcc/java: Remove.
2982         * libjava: Likewise.
2984 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
2986         * MAINTAINERS (Reviewers): Add myself.
2988 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2990         * configure.ac: Disable "sim" directory for arc*-*-*.
2991         * configure: Regenerated.
2993 2016-09-23  Tamar Christina <tamar.christina@arm.com>
2995         * MAINTAINERS (Write After Approval): Add myself.
2997 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2999         * configure.ac: Check for the minimum in-tree MPFR version
3000         handled.
3001         * configure: Regenerate.
3003 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
3005         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
3006         * configure: Regenerated.
3008 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
3010         * MAINTAINERS (Write After Approval): Add myself.
3012 2016-06-23  Andi Kleen  <ak@linux.intel.com>
3014         * Makefile.def: Add autoprofiledbootstrap.
3015         * Makefile.tpl: Dito.
3016         * Makefile.in: Regenerate.
3018 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3020     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
3021     * configure: Regenerate.
3023 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3025         * configure: Regenerate.
3026         * configure.ac: Remove support for avr-rtems.
3028 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3030         * MAINTAINERS (Write After Approval): Add myself.
3032 2016-06-16  Michael Collison  <michael.collison@arm.com>
3034         * MAINTAINERS (Write After Approval): Add myself.
3036 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
3038         * MAINTAINERS (Write After Approval): Update e-mail address.
3040 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
3042         * MAINTAINERS (Write After Approval): Add myself.
3044 2016-05-28  Alan Modra  <amodra@gmail.com>
3046         * Makefile.tpl (configure): Depend on m4 files included.
3047         * Makefile.in: Regenerate.
3049 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3051         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
3052         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
3054 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3056         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
3057         special case builtin.
3058         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3059         support for ALTIVEC_BUILTIN_VEC_ADDEC.
3060         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3061         for __builtin_vec_addec.
3063 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3065         * config.guess: Import version 2016-04-02 (newest).
3066         * config.sub: Import version 2016-05-10 (newest).
3068 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
3070         * configure.ac: Add ARC support to libgloss.
3071         * configure: Regenerate
3073 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
3075         * MAINTAINERS (Write After Approval): Add myself.
3077 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3079         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
3080         * configure: Regenerated.
3081         * Makefile.def (gmp): Explicitly disable assembler.
3082         (mpfr): Adjust lib_path.
3083         (mpc): Likewise.
3084         * Makefile.in: Regenerated.
3086 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
3088         PR bootstrap/70704
3089         * configure.ac (--enable-stage1-checking): Add missing
3090         --enable-checking=.
3091         * configure: Regenerated.
3093 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3095         * config.guess: Revert r235676.
3096         * config.sub: Revert r235676.
3098 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3100         * config.guess: Remove SH5 support.
3101         * config.sub: Likewise.
3102         * configure: Likewise.
3103         * configure.ac: Likewise.
3105 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
3107         PR bootstrap/70704
3108         * configure.ac (--enable-stage1-checking): For --disable-checking or
3109         implicit --enable-checking, make sure extra flag matches in between
3110         stage1 and later checking.
3111         * configure: Regenerated.
3113 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3115         * .gitattributes: New file.
3117 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
3119         * MAINTAINERS (rs6000/powerpc port): Add myself.
3121 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
3123         PR bootstrap/70173
3124         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3125         and gotools directories.  Delete the stage_final file.
3126         * Makefile.in: Regenerate.
3128 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
3130         * MAINTAINERS (Write After Approval): Add myself.
3132 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
3134         * MAINTAINERS (Fortran maintainer): Remove myself.
3136 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
3138         * MAINTAINERS (Write After Approval): Add myself.
3140 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
3142         * MAINTAINERS (Write After Approval): Add myself.
3144 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3146         Sync with binutils-gdb:
3148         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3150         * configure.ac: Add mips and s390 to the gold target check.
3151         * configure: Regenerate.
3153 2016-03-01  DJ Delorie  <dj@redhat.com>
3155         * MAINTAINERS (mep): Remove myself as MeP maintainer.
3157 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
3159         * MAINTAINERS (libcpp): Add myself.
3160         (diagnostic messages): Likewise.
3162 2016-02-20  Tom de Vries  <tom@codesourcery.com>
3164         * MAINTAINERS: Fix whitespace.
3166 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
3168         * MAINTAINERS (Write After Approval): Add myself.
3170 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
3172         * config/isl.m4: Add comments about isl-0.16.
3173         * configure: Regenerate.
3175 2016-01-29  Martin Jambor  <mjambor@suse.cz>
3177         * MAINTAINERS (hsa maintainers): Add myself.
3179 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
3181         * MAINTAINERS: (Write After Approval): Add myself.
3183 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
3184             Sebastian Pop  <s.pop@samsung.com>
3186         * Makefile.in: Regenerate.
3187         * Makefile.tpl: Export ISLVER.
3188         * configure: Regenerate.
3189         * config/isl.m4: Detect isl-0.15.
3191 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
3193         PR bootstrap/69329
3194         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3195         * Makefile.in: Regenerate.
3197 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
3199         * configure.ac: Enable LTO for DJGPP
3200         * configure: Regenerate
3202 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3204         Sync with binutils-gdb:
3205         2015-10-21  Nick Clifton  <nickc@redhat.com>
3207         PR gas/19109
3208         * configure.ac: Note the 'none' is an acceptable argument to
3209         --enable-compressed-debug-sections.
3210         * configure: Regenerate.
3212 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3214         PR bootstrap/69134
3215         * Makefile.def (mpfr): Disable assembler.
3216         * Makefile.in: Regenerate.
3218 2016-01-01  Ben Elliston  <bje@gnu.org>
3220         * config.guess: Import version 2016-01-01.
3221         * config.sub: Likewise.
3223 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
3225         * MAINTAINERS (Write After Approval): Add myself.
3227 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
3229         * Makefile.in: Replace ISL with isl.
3230         * Makefile.tpl: Same.
3231         * config/isl.m4: Same.
3232         * configure.ac: Same.
3233         * contrib/download_prerequisites: Same.
3234         * configure: Regenerate.
3236 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
3238         * MAINTAINERS (Write After Approval): Add Myself.
3240 2015-12-17  Nathan Sidwell  <nathan@acm.org>
3242         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3243         * configure: Regenerate.
3245 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
3246             Sebastian Pop  <s.pop@samsung.com>
3248         * config/isl.m4 (ISL_CHECK_VERSION): Check for
3249         isl_ctx_get_max_operations.
3250         * configure: Regenerate.
3252 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
3254         * MAINTAINERS (Write After Approval): Add myself.
3256 2015-12-02  Ian Lance Taylor  <iant@google.com>
3258         PR go/66147
3259         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3260         * Makefile.in: Regenerate.
3262 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
3264         PR libffi/65726
3265         * Makefile.def (lang_env_dependencies): Make libffi depend
3266         on cxx.
3267         * Makefile.in: Regenerate.
3269 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
3271         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3272         symbols.
3274 2015-11-20  Tristan Gingold  <gingold@adacore.com>
3276         Sync with binutils-gdb:
3277         2015-11-20  Tristan Gingold  <gingold@adacore.com>
3279         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3280         * configure: Regenerate.
3282 2015-11-19  Martin Liska  <mliska@suse.cz>
3284         * .gitignore: Add .clang-format to ignored files.
3285         * Makefile.in: Add clang-format.
3286         * Makefile.tpl: Likewise.
3288 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
3290         * configure.ac: Enable libmpx by default.
3291         * configure: Regenerated.
3293 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
3295         * MAINTAINERS: Update email address.
3297 2015-10-23  Paulo Matos  <pmatos@linki.tools>
3299         * MAINTAINERS: Update email address.
3301 2015-10-23  Alan Hayward <alan.hayward@arm.com>
3303         * MAINTAINERS  (Write After Approval): Add myself.
3305 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3307         Sync with binutils-gdb:
3308         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3310         PR gas/19109
3311         * configure.ac: Add
3312         --enable-compressed-debug-sections={all,gas,gold,ld}.
3313         * configure: Regenerated.
3315 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
3317         * MAINTAINERS: Update list of Ada maintainers and email addresses.
3319 2015-10-09  Martin Liska  <mliska@suse.cz>
3321         * MAINTAINERS (Write After Approval): Add myself.
3323 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
3325         * MAINTAINERS (Write After Approval): Add myself.
3327 2015-10-02  Florian Weimer  <fweimer@redhat.com>
3329         * MAINTAINERS: Update email address.
3331 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
3333         * MAINTAINERS  (Write After Approval): Add myself.
3335 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
3337         * MAINTAINERS: Update email.
3339 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
3341         * MAINTAINERS: Update my email address.
3343 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
3345         * MAINTAINERS (ft32 port): Add myself.
3347 2015-08-28  David Sherwood  <david.sherwood@arm.com>
3349         * MAINTAINERS: Add myself.
3351 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
3353         * MAINTAINERS (Write After Approval): Add myself.
3355 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3357         PR libfortran/54572
3358         * Makefile.def: Make libgfortran depend on libbacktrace.
3359         * Makefile.in: Regenerate.
3361 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
3363         * MAINTAINERS (Write After Approval): Add myself.
3365 2015-08-12  Tom de Vries  <tom@codesourcery.com>
3367         PR other/67092
3368         * configure.ac: Remove --with_host_libstdcxx support.
3369         * configure: Regenerate.
3371 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
3372             Jakub Jelinek  <jakub@redhat.com>
3374         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3375         nvptx*-*-*.
3376         * configure: Regenerate.
3378 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
3380         * Makefile.def (libiconv): Define bootstrap=true.
3381         Mark pdf/html/info as missing.
3382         (configure-gcc): Depend on all-libiconv.
3383         (all-gcc): Ditto.
3384         (configure-libcpp): Ditto.
3385         (all-libcpp): Ditto.
3386         (configure-intl): Ditto.
3387         (all-intl): Ditto.
3388         * Makefile.in: Regenerate.
3390 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
3392         * MAINTAINERS (loop ivopts): Add the entry and myself.
3394 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3396         * MAINTAINERS (nvptx): Add self.
3398 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
3400         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3401         128-bit vector modes.
3403 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
3405         * MAINTAINERS (Write After Approval): Add myself.
3407 2015-07-28  Ben Elliston  <bje@gnu.org>
3409         * config.sub, config.guess: Import from upstream.
3411 2015-07-24  Michael Darling  <darlingm@gmail.com>
3413         PR other/66259
3414         * config-ml.in: Reflects renaming of configure.in to configure.ac
3415         * configure: Likewise
3416         * configure.ac: Likewise
3418 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
3420         * MAINTAINERS: Update my email address.
3422 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3424         Sync with binutils-gdb:
3425         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3427         * configure.ac (target_configdirs): Exclude target-zlib if
3428         target-libjava isn't built.
3429         * configure: Regenerated.
3431 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3433         Sync with binutils-gdb:
3434         2015-05-13  John David Anglin  <dave.anglin@bell.net>
3436         * configure.ac: Disable configuration of GDB for HPUX targets.
3437         * configure: Regenerate.
3439         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3441         * configure.ac: Add --with-system-zlib.
3442         * configure: Regenerated.
3444         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3446         * configure.ac: Add FT32 support.
3447         * configure: Regenerate.
3449         2015-01-12  Anthony Green  <green@moxielogic.com>
3451         * configure.ac: Don't disable gprof for moxie.
3452         * configure: Rebuild.
3454 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3456         Sync with binutils-gdb:
3457         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
3459         PR ld/18355
3460         * Makefile.def: Add extra_configure_flags to host zlib.
3461         * configure.ac (extra_host_zlib_configure_flags): New.  Set
3462         to --enable-host-shared When bfd is to be built as shared
3463         library.  AC_SUBST.
3464         * Makefile.in: Regenerated.
3466 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
3468         Sync with src:
3469         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3470         * Makefile.def (dependencies): Add all-zlib to all-bfd.
3471         * Makefile.in: Regenerated.
3473 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3475         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3476         target.
3477         * configure: Regenerate.
3479 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3481         * MAINTAINERS (Write After Approval): Add myself.
3483 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
3485         * MAINTAINERS (OS Port Maintainers): Add myself.
3486         (Various Maintainers): Remove myself from libffi testsuite.
3488 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
3490         * MAINTAINERS (gen* on machine desc): Add self.
3492 2015-06-02  Jason Merrill  <jason@redhat.com>
3494         PR bootstrap/66319
3495         * configure.ac: Use -std=gnu++98.
3497 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3499         * MAINTAINERS (Write After Approval): Add myself.
3501 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3503         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3504         * configure: Regenerate.
3506 2015-05-26  Jason Merrill  <jason@redhat.com>
3508         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3509         * configure: Regenerate.
3511 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3513         * configure.ac: FT32 target added.
3514         * configure: Regenerated.
3516 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3518         * MAINTAINERS (Write After Approval): Add myself.
3520 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3522         * MAINTAINERS (Write After Approval): Add myself.
3524 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3526         * configure.ac: Fix typo.
3527         * configure: Regenerate.
3529 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3531         * MAINTAINERS (Write After Approval): Add myself.
3533 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3535         * configure.ac: Match $host configured with triplets.
3536         * configure: Regenerate.
3538 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3540         * Makefile.tpl: Remove surplus whitespace throughout.
3541         * Makefile.in: Regenerate.
3543 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3545         * MAINTAINERS (Various Maintainers): Add myself as instruction
3546         combiner maintainer.
3548 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3550         PR bootstrap/62077
3551         * configure.ac (--enable-stage1-checking): Default to
3552         release,misc,gimple,rtlflag,tree,types if --disable-checking
3553         or --enable-checking is not specified and DEV-PHASE is not
3554         experimental.
3555         * configure: Regenerated.
3557 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3559         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3560         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3561         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3562         * Makefile.in: Regenerate.
3564 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3566         * MAINTAINERS: Update my email address.
3568 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3570         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3572 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3574         * MAINTAINERS: Add myself as an arm port reviewer.
3576 2015-03-25  Martin Liska  <mliska@suse.cz>
3577             Yury Gribov  <y.gribov@samsung.com>
3579         * Makefile.in: Fix ln source location for vimrc file.
3580         * Makefile.tpl: Likewise.
3582 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3584         PR bootstrap/25672
3585         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3586         cross-compiling.  Similarly for CXX_FOR_TARGET.
3587         * configure: Regenerate.
3589 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3591         * Makefile.def: Add libmpx.
3592         * configure.ac: Add libmpx.
3593         * Makefile.in: Regenerate.
3594         * configure: Regenerate.
3596 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3598         * MAINTAINERS (CPU Port Maintainers): Add myself
3599         i386 vector ISA extns mantainer.
3601 2015-03-13  Jeff Law  <law@redhat.com>
3603         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3604         maintainer.
3605         Remove Richard Henderson as a maintainer for the x86 port.
3607 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3609         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3611 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3613         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3614         pointer bounds checker and i386 MPX maintainer.
3616 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3618         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3620 2015-02-26  Martin Sebor  <msebor@redhat.com>
3622         * MAINTAINERS (Various Maintainers): Add self.
3624 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3626         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3627         Make sure it contains lto.
3628         * configure: Regenerate.
3630 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3632         * configure: Regenerate.
3634 2015-02-06  Diego Novillo  <dnovillo@google.com>
3636         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3637         middle-end, docstring): Remove myself.
3638         (Write After Approval): Add myself.
3640 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3642         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3643         (Write After Approval): Update address.
3645 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3647         PR jit/64780
3648         * configure.ac: Require the user to explicitly specify
3649         --enable-host-shared if the jit is enabled.
3650         * configure: Regenerate.
3652 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3654         * MAINTAINERS (Write After Approval): Add myself.
3656 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3658         * MAINTAINERS: Make whitespace consistent.
3660 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3662         * MAINTAINERS (Write After Approval): Add myself.
3664 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3666         * MAINTAINERS: (Write After Approval): Add myself.
3668 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3670         * MAINTAINERS: (Write After Approval): Add myself.
3672 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3674         * MAINTAINERS: (Write After Approval): Add myself.
3676 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3678         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3679         objective-c/c++ front end maintainer.
3681 2015-01-13  Marek Polacek  <polacek@redhat.com>
3683         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3685 2015-01-12  Jeff Law  <law@redhat.com>
3687         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3688         a very long time.
3690 2015-01-09  Ian Lance Taylor  <iant@google.com>
3692         * configure.ac (host_tools): Add gotools.
3693         * Makefile.def (host_modules): Add gotools.
3694         (dependencies): Add dependency of all-gotools on all-target-libgo.
3696 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3698         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3699         * configure: Regenerate.
3701 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3703         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3704         all-target-libgomp.
3705         * Makefile.in: Regenerate.
3707 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3709         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3711 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3713         * configure.ac: Add Visium support.
3714         * configure: Regenerate.
3716 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3718         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3719         * configure: Regenerate.
3721 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3723         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3724         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3725         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3726         (OBJCOPY_FOR_TARGET): New variable.
3727         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3728         * Makefile.in: Regenerate.
3729         * configure.ac: Check for already installed target objcopy.
3730         Also GCC_TARGET_TOOL on objcopy.
3731         * configure: Regenerate.
3733 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3735         * config.sub: Update from upstream, to 2015-01-01 version.
3736         * config.guess: Ditto.
3738 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3740         * MAINTAINERS (RTEMS Ports): Add myself.
3742 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3744         * MAINTAINERS (Write After Approval): Add myself.
3746 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3748         * MAINTAINERS (Write After Approval): Add myself.
3750 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3752         * configure.ac (--enable-as-accelerator-for): Don't set
3753         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3754         * configure: Regenerate.
3756 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3758         PR bootstrap/64023
3759         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3760         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3761         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3762         to CXX.
3763         * Makefile.in: Regenerated.
3765 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3766             Yury Gribov  <y.gribov@samsung.com>
3768         * .gitignore: Added .local.vimrc and .lvimrc.
3769         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3770         * Makefile.in: Regenerate.
3772 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3774         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3775         * configure: Regenerated.
3777 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3779         * MAINTAINERS (nvptx port): New entry.
3781 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3783         * configure: Regenerate.
3785 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3787         * configure.ac: Merge with Binutils.
3789 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3791         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3792         * Makefile.in: Regenerate.
3794 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3796         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3797         missing flex.
3798         * Makefile.in: Regenerated.
3800 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3802         * Makefile.in: Regenerate.
3804 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3806         PR bootstrap/63784
3807         * libtool.m4: Add $pic_flag with -shared.
3809 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3811         * MAINTAINERS (Write After Approval): Added myself.
3813 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3815         * MAINTAINERS (write-after-approval): Add myself.
3817 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3819         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3820         from 2 years ago.
3822 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3824         Revert:
3825         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3827         * MAINTAINERS (Write After Approval): Added myself as line map
3828         maintainer.
3830 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3832         Revert:
3833         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3835         * MAINTAINERS (Write After Approval): Added myself.
3837 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3839         * MAINTAINERS (Write After Approval): Added myself.
3841 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3843         * MAINTAINERS (Write After Approval): Added myself as line map
3844         maintainer.
3846 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3848         * MAINTAINERS (Various Maintainers): Added myself as line map
3849         maintainer.
3851 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3853         * move-if-change: Sync from upstream gnulib.
3855 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3857         * compile: Sync with upstream Automake.
3858         * depcomp: Ditto.
3859         * install-sh: Ditto.
3860         * missing: Ditto.
3861         * mkinstalldirs: Ditto.
3862         * ylwrap: Ditto.
3864 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3866         * config.sub: Update from upstream config repo.
3867         * config.guess: Ditto.
3869 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
3871         * Makefile.def: Add liboffloadmic to target_modules.  Make
3872         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3873         * Makefile.in: Regenerate.
3874         * configure: Regenerate.
3875         * configure.ac: Add liboffloadmic to target binaries.
3876         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3877         Add liboffloadmic to noconfig list when C++ is not supported.
3879 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3880             Thomas Schwinge  <thomas@codesourcery.com>
3881             Ilya Verbin  <ilya.verbin@intel.com>
3882             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3884         * configure: Regenerate.
3885         * configure.ac (--enable-as-accelerator-for)
3886         (--enable-offload-targets): New configure options.
3888 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3890         * Makefile.def: Make all-gcc depend on all-isl.
3891         * Makefile.in: Regenerate.
3893 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
3895         * ChangeLog.jit: New.
3896         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3898 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3900         PR target/63610
3901         * libtool.m4: Fix globbing of darwin versions.
3902         * configure: Regenerate.
3904 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3906         * Makefile.def: Remove CLooG.
3907         * Makefile.tpl: Ditto.
3908         * configure.ac: Ditto.
3909         * configure: Regenerate.
3910         * Makefile.in: Ditto.
3912 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
3914         * configure.ac: Handle nvptx-*-*.
3915         * configure: Regenerate.
3917 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
3919         * MAINTAINERS (Write After Approval): Add myself.
3921 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
3923         * Makefile.def (libcc1): Remove bootstrap=true;.
3924         * Makefile.in: Regenerated.
3926 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3928         * configure.ac: Update comment.
3929         * configure: Regenerate.
3931 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
3933         * MAINTAINERS (Write After Approval): Add myself.
3935 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
3937         * configure.ac (extra_host_libiberty_configure_flags): Add
3938         --enable-shared also for libcc1's benefit.
3939         * configure: Regenerate.
3941 2014-10-29  Tristan Gingold  <gingold@adacore.com>
3943         * MAINTAINERS: Change my email address.
3945 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
3946             Tom Tromey  <tromey@redhat.com>
3948         * Makefile.def: Add libcc1 to host_modules.
3949         * configure.ac (host_tools): Add libcc1.
3950         * Makefile.in, configure: Rebuild.
3952 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
3954         * configure.ac (build_configargs): Don't share config.cache between
3955         build subdirs.
3956         * configure: Regenerate.
3958 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3960         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3961         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3962         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3963         leon3v7 as leon3.
3964         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3965         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3966         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3967         * config/sparc/sparc.md (cpu): Add leon3v7.
3968         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3970 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3972         * MAINTAINERS (write-after-approval): Add myself.
3974 2014-10-23  Ian Lance Taylor  <iant@google.com>
3976         * configure.ac: Disable the Go frontend on systems where it is known
3977         to not work.
3978         * configure: Regenerate.
3980 2014-10-23  Richard Biener  <rguenther@suse.de>
3982         * Makefile.def: Add libcpp build module and dependencies.
3983         * configure.ac: Add libcpp build module.
3984         * Makefile.in: Regenerate.
3985         * configure: Likewise.
3987 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
3989         * MAINTAINERS (write-after-approval): Add myself.
3991 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
3993         * INSTALL/README: Do not mention CVS.
3995 2014-10-03  Jing Yu  <jingyu@google.com>
3997         * configure.ac: Add aarch64 to list of targets that support gold.
3998         * configure: Regenerate.
4000 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
4002         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
4004 2014-09-29  Catherine Moore  <clm@codesourcery.com>
4006         * MAINTAINERS:  Add myself as MIPS maintainer.
4008 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
4010         * MAINTAINERS: Move myself to MIPS maintainers.
4012 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4014         * MAINTAINERS: Put all email addresses between '<' and '>'.
4016 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4018         * MAINTAINERS: Move myself to reviewers (Fortran).
4020 2014-09-01  Andi Kleen  <ak@linux.intel.com>
4022         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
4023         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
4024         * Makefile.in: Regenerate.
4026 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4028         * rtx-classes-status.txt: Delete
4030 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4032         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
4034 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
4036         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
4037         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
4038         of checking for version number.
4039         * configure: Regenerated.
4040         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
4042 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4044         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
4045         is done; begin phase 6 (use extra rtx_def subclasses).
4047 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4049         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
4050         done; begin phase 5 (additional rtx_def subclasses).
4052 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4054         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
4056 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4058         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
4059         SET_BB_HEADER are done.
4061 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4063         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
4064         done.
4066 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4068         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
4070 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4072         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
4074 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4076         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
4078 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4080         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
4082 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4084         * rtx-classes-status.txt: Phase 3 (per-file commits within
4085         "config" subdirs) is done; begin phase 4 (removal of
4086         "scaffolding").
4088 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
4090         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
4091         dir) is done; begin phase 3 (per-file commits within "config"
4092         subdirs).
4094 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
4096         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
4097         phase 2 (per-file commits in main source dir).
4099 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
4101         * configure: Regenerated.
4103 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4105         * rtx-classes-status.txt (TODO): Add SET_BND_TO
4107 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4109         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
4111 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4113         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
4115 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4117         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4119 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4121         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4123 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
4125         * MAINTAINERS (Write After Approval): Add myself.
4127 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
4129         * MAINTAINERS: Remove myself
4131 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4133         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4135 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
4137         * MAINTAINERS (Write After Approval): Add myself.
4139 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4141         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4142         SET_BB_HEADER, SET_BB_FOOTER
4144 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4146         * rtx-classes-status.txt: New file
4148 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
4150         * configure.ac: Eliminate ClooG installation dependency.
4151         * configure: Regenerate.
4152         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4153         * Makefile.in: Regenerate.
4155 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
4157         * MAINTAINERS (Write After Approval): Add myself.
4159 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
4161         * MAINTAINERS (Write After Approval): Add myself.
4163 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
4165         * MAINTAINERS (Write After Approval): Add myself.
4167 2014-07-28  Anthony Green  <green@moxielogic.com>
4169         Import from savannah.gnu.org:
4170         * config.sub: Update to 2014-07-28 version.
4172 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
4174         * MAINTAINERS: Remove my MIPS maintainer entry.
4176 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
4178         PR target/47230
4179         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4180         * configure: Regenerate.
4182 2014-07-24  James Norris  <jnorris@codesourcery.com>
4184         * MAINTAINERS (Write After Approval): Add myself.
4186 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
4188         * configure.ac: Accept only CLooG 0.18.1.
4189         * configure: Regenerate.
4191 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
4193         * configure.ac: Don't accept isl 0.11.
4194         * configure: Regenerate.
4196 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4198         * MAINTAINERS (Write After Approval): Add myself.
4200 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4202         * configure.ac: Don't accept isl 0.10.
4203         * configure: Regenerate.
4205 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4207         Fix include path for in-tree cloog.
4208         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4209         * configure: Regenerate.
4211 2014-06-18  Richard Henderson  <rth@redhat.com>
4213         * .gitignore: Import gcc_update output.
4215 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
4217         * config-ml.in: Robustify ac_configure_args parsing.
4219         * configure.ac (--enable-linker-plugin-configure-flags)
4220         (--enable-linker-plugin-flags): New flags.
4221         (configdirs): Conditionally add libiberty-linker-plugin.
4222         * configure: Regenerate.
4223         * Makefile.def (host_modules): Add libiberty-linker-plugin.
4224         (host_modules) <lto-plugin>: Pay attention to
4225         @extra_linker_plugin_flags@ and
4226         @extra_linker_plugin_configure_flags@.
4227         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4228         * Makefile.in: Regenerate.
4230         * Makefile.tpl (configure-[+prefix+][+module+])
4231         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4232         "module_srcdir" instead of "module" for locating a module's srcdir.
4233         * Makefile.in: Regenerate.
4235 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
4237         * MAINTAINERS (Write After Approval): Add myself.
4239 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
4241         * MAINTAINERS: Update my email address.
4243 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4245         * MAINTAINERS (Write After Approval): Add myself.
4247 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
4249         * MAINTAINERS (Write After Approval): Add myself.
4251 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
4253         PR libstdc++/61011
4254         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4255         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4256         * configure: Regenerate.
4258 2014-05-28  Pedro Alves  <palves@redhat.com>
4260         * MAINTAINERS (Write After Approval): Add myself.
4262 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
4264         * MAINTAINERS: Update my affiliation/email.
4266 2014-05-19  Mike Stump  <mikestump@comcast.net>
4268         * MAINTAINERS: Add wide-int reviewers.
4270 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
4272         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4273         * configure: Regenerated.
4275 2014-05-15  Torvald Riegel  <triegel@redhat.com>
4277         * MAINTAINERS (libitm): Add myself as maintainer.
4279 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
4281         * MAINTAINERS (Write After Approval): Add myself.
4283 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
4285         * config.sub, config.guess: Import from upstream.
4287 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4289         * MAINTAINERS (Write After Approval): Put myself in correct order.
4291 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4293         * MAINTAINERS (Write After Approval): Add myself.
4295 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4297         * MAINTAINERS: Move myself from Reviewers to Write After Approval
4298         section.
4300 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4302         * MAINTAINERS (Write After Approval): Delete myself.
4304 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
4306         PR sanitizer/56781
4307         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4308         and -B* options with -Xcompiler.
4310 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
4312         PR bootstrap/60620
4313         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
4314         * Makefile.in: Regenerate.
4316 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
4318         * Makefile.def (dependencies): Make all-ld depend on all-binutils
4319         for WINDRES_FOR_TARGET in default-manifest.o rule.
4320         * Makefile.in: Regenerate.
4322 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
4324         * MAINTAINERS (Write After Approval): Add myself.
4326 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
4328         PR sanitizer/56781
4329         * Makefile.def: Set bootstrap=true; for host fixincludes.
4330         * configure.ac: Don't bootstrap host fixincludes unless
4331         --with-build-config=bootstrap-{a,ub}san.
4332         * Makefile.in: Regenerated.
4333         * configure: Regenerated.
4335 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
4337         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
4338         --enable-vtable-verify option parsing.  Don't add
4339         target-libsanitizer to bootstrap_target_libs unless
4340         --with-build-config=bootstrap-asan or
4341         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
4342         to bootstrap_target_libs unless --enable-vtable-verify.
4343         * configure: Regenerated.
4345 2014-03-10  Anatoly Sokolov <aesok@post.ru>
4347         * MAINTAINERS (Write After Approval): Add myself.
4349 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
4351         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4353 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
4355         PR bootstrap/58572
4356         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4357         -I for libstdc++-v3 includes if $(LEAN).
4358         * Makefile.in: Regenerated.
4360 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
4362         * MAINTAINERS: Update my email address.
4364 2014-02-24  Walter Lee  <walt@tilera.com>
4366         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4367         (tilegx-*-*): Change to tilegx*-*-*.
4368         * configure: Regenerate.
4370 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
4372         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4374 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
4376         * MAINTAINERS (Write After Approval): Add myself.
4378 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4380         PR target/59788
4381         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4382         *solaris2*.
4384 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
4386         * MAINTAINERS: Update my email address.
4388 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
4390         * MAINTAINERS: Convert to UTF-8.
4391         Properly sort Xinliang David Li's entry.
4393 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
4394             Sandra Loosemore  <sandra@codesourcery.com>
4396         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4397         nios2 port maintainers.
4399 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
4401         * MAINTAINERS (Write After Approval): Add myself.
4403 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4405         * configure.ac: Add user-friendly check for native x86_64-linux
4406         multilibs.
4407         * configure: Regenerate.
4409 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
4411         * MAINTAINERS: Add myself as sh maintainer.
4413 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4415         * MAINTAINERS: Add self as SLSR maintainer.
4417 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
4419         * MAINTAINERS: Update my email address.
4421 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
4423         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4425 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
4427         * Makefile.in: Regenerate.
4429         * Makefile.tpl: Fix typo.
4430         * Makefile.in: Regenerate partially.
4432 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4434         * configure.ac: Added libcilkrts to noconfig list when C++ is not
4435         supported.
4436         * configure: Regenerated.
4438 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
4440         * MAINTAINERS (Write After Approval): Add myself.
4442 2013-10-30  Jason Merrill  <jason@redhat.com>
4444         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4445         --disable-build-format-warnings.
4447 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4449         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
4450         depend on libstdc++ and libgcc.
4451         * configure: Regenerate.
4452         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
4453         libcilkrts for POSIX and i*86, and x86_64 architectures.
4454         * Makefile.in: Added libcilkrts related fields to support building it.
4456 2013-10-26  Jeff Law  <law@redhat.com>
4458         * Makefile.def (target_modules): Remove libmudflap
4459         (languages): Remove check-target-libmudflap).
4460         * Makefile.in: Rebuilt.
4461         * Makefile.tpl (check-target-libmudflap-c++): Remove.
4462         * configure.ac (target_libraries): Remove target-libmudflap.
4463         Remove checks which disabled libmudflap on some systems.
4464         * configure: Rebuilt.
4465         * libmudflap: Directory removed.
4467 2013-10-21  Cong Hou  <congh@google.com>
4469         * MAINTAINERS (Write After Approval): Add myself.
4471 2013-10-16  Mike Stump  <mikestump@comcast.net>
4473         * .dir-locals.el: Add.
4475 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
4477         * configure.ac: Add --enable-host-shared
4478         * configure: Regenerate.
4480 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4482         Import from savannah.gnu.org:
4483         * config.guess: Update to 2013-06-10 version.
4484         * config.sub: Update to 2013-10-01 version.
4486 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
4488         Changes to build configuration to allow big endian ARC ELF toolchain
4489         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4490         * configure: Regenerate.
4492 2013-09-20  Alan Modra  <amodra@gmail.com>
4494         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4495         ppc host match.  Support little-endian powerpc linux hosts.
4497 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4499         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4500         maintainer.
4502 2013-09-12  DJ Delorie  <dj@redhat.com>
4504         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4505         maintainers.
4507 2013-09-03  Richard Biener  <rguenther@suse.de>
4509         * configure.ac: Also allow ISL 0.12.
4510         * configure: Regenerated.
4512 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4514         * MAINTAINERS (Write After Approval): Add myself.
4516 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4518         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4520 2013-08-26  Caroline Tice  <cmtice@google.com>
4522         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4523         "Various Reviewers" to libvtv "Various Maintainers".
4525 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4527         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4529 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4531         * MAINTAINERS: Update name, email.
4533 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4535         * MAINTAINERS (Write After Approval): Add myself.
4537 2013-08-12  Caroline Tice  <cmtice@google.com>
4539         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4540         address in the Write After Approval section.
4542 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4544         * MAINTAINERS (Write After Approval): Update email.
4546 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4548         * configure.ac: Adjust to check VTV_SUPPORTED.
4549         * configure: Regenerated.
4551 2013-08-02  Caroline Tice  <cmtice@google.com>
4553         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4554         on non-linux systems; add target-libvtv to noconfigdirs; add
4555         libsupc++/.libs to C++ library search paths.
4556         * configure: Regenerated.
4557         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4558         libstdc++ and libgcc.
4559         * Makefile.in: Regenerated.
4561 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4563         * MAINTAINERS (Write After Approval): Add myself.
4565 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4566             Shiva Chen  <shiva0217@gmail.com>
4568         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4569         nds32 port maintainers.
4571 2013-07-17  Tim Shen  <timshen91@gmail.com>
4573         * MAINTAINERS (Write After Approval): Add myself.
4575 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4577         * configure.ac: Sync from binutils.
4578         * configure: Regenerate.
4580 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4582         * MAINTAINERS (Write After Approval): Add myself.
4584 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4586         * MAINTAINERS (Write After Approval): Add myself.
4588 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4590         * MAINTAINERS (Write After Approval): Add myself.
4592 2013-04-30  Brooks Moses  <bmoses@google.com>
4594         * MAINTAINERS: Update my email; move myself from Fortran
4595         reviewer to Write After Approval.
4597 2013-04-16  Andreas Schwab  <schwab@suse.de>
4599         * configure.ac (aarch64-*-*): Don't disable java.
4600         * configure: Regenerate.
4602 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4604         * MAINTAINERS (Write After Approval): Add myself.
4606 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4608         * Makefile.def (target_modules): Don't install libffi.
4609         * Makefile.in: Regenerate.
4611 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4613         * MAINTAINERS (Write After Approval): Add myself.
4615 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4617         * MAINTAINERS (Write After Approval): Add myself.
4619 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4621         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4622         * configure: Regenerated.
4624 2013-02-05  Ian Lance Taylor  <iant@google.com>
4626         PR go/55969
4627         * configure.ac: Disable libgo on some systems where it does not
4628         work.
4630 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4632         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4633         Remove Geoff Keating as rs6000 port maintainer, at his request.
4635 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4637         * MAINTAINERS: Update my email.
4639 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4641         * configure: Re-generate.
4643 2013-01-15  Richard Biener  <rguenther@suse.de>
4645         PR other/55973
4646         * configure: Re-generate.
4648 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4650         * Makefile.def (install-target-libsanitizer): Depend on
4651         install-target-libstdc++-v3.
4652         * Makefile.in: Regenerate.
4654 2013-01-14  Richard Biener  <rguenther@suse.de>
4656         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4657         * configure: Re-generate
4659 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4661         * config.sub: Update from config repo.
4663 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4665         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4666         * Makefile.in: Regenerate.
4668 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4670         * MAINTAINERS (arc): Add new port maintainership for myself.
4672 2013-01-09  Jason Merrill  <jason@redhat.com>
4674         * .gitignore: Import from gdb repository.
4676 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4678         * Makefile.def (configure-gcc): Depend on all-gmp.
4679         (all-gcc): Remove dependency on all-gmp.
4680         * Makefile.in: Regenerated.
4682 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4684         * config.sub: Merge from config repo.
4685         * config.guess: Ditto.
4687 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4689         * Makefile.def: Merge from binutils.
4690         * Makefile.in: Ditto.
4692 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4694         * MAINTAINERS: Update my email.
4696 2012-12-29  Ben Elliston  <bje@gnu.org>
4698         * config.guess: Update to 2012-12-29 version.
4699         * config.sub: Likewise.
4701 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4703         * Makefile.def (install-target-libgfortran): Depend on
4704         install-target-libquadmath, install-target-libgcc.
4705         (install-target-libsanitizer): Depend on install-target-libgcc.
4706         (install-target-libjava): Depend on install-target-libgcc.
4707         (install-target-libitm): Depend on install-target-libgcc.
4708         (install-target-libobjc): Depend on install-target-libgcc.
4709         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4710         * Makefile.in: Regenerate.
4712 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4714         * Makefile.def (install-target-libgo): Depend on
4715         install-target-libatomic.
4716         * Makefile.in: Regenerate.
4718 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4720         PR go/55201
4721         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4722         * Makefile.in: Regenerate.
4724 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4726         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4727         * configure: Regenerate.
4729 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4731         * config.sub: Merge from config repo.
4733 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4735         * Makefile.def (target_modules): Add bootstrap=true and
4736         raw_cxx=true to libsanitizer.
4737         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4738         * Makefile.in: Regenerated.
4739         * configure: Likewise.
4741 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4743         * MAINTAINERS: Remove self as RTL optimization maintainer.
4745 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4747         * MAINTAINERS (Write After Approval): Add myself.
4749 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4751         * Makefile.def (target_modules): Remove bootstrap=true and
4752         raw_cxx=true from libsanitizer.
4753         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4754         * Makefile.in: Regenerated.
4755         * configure: Likewise.
4757 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4759         * Makefile.def (target_modules): Add bootstrap=true and
4760         raw_cxx=true to libsanitizer.
4761         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4762         * Makefile.in: Regenerated.
4763         * configure: Likewise.
4765 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4767         PR bootstrap/54279
4768         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4769         * configure: Regenerate.
4770         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4771         * Makefile.in: Regenerate.
4773 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4775         * configure.ac: Disable libsanitizer if we're not building C++.
4776         * configure: Regenerate.
4778 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4780         * MAINTAINERS (Write After Approval): Add myself.
4782 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4784         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4785         Kostya Serebryany (kcc@google.com) and
4786         Jakub Jelinek (jakub@redhat.com).
4787         Rename area for Dodji Seketeli (dodji@redhat.com).
4789 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4791         * MAINTAINERS: (asan.c, related): Add myself.
4793 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4795         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4796         * configure: Regenerate.
4798 2012-11-13  Richard Henderson  <rth@redhat.com>
4800         * configure.ac: Move libsanitizer logic to subdirectory.
4801         * configure: Regenerate.
4803 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4805         * configure.ac: Enable libsanitizer just on x86 linux for now.
4806         * configure: Re-generate.
4808 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4810         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4811         sections.
4812         * configure: Regenerate.
4814 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4816         * configure.ac: Add section for configdirs for libsanitizer.
4817         Disable for cris-*-* and mmix-*-*.
4818         * configure: Regenerate.
4820 2012-11-12  Wei Mi <wmi@google.com>
4822         * configure.ac: Add libsanitizer to target_libraries.
4823         * Makefile.def: Ditto.
4824         * configure: Regenerate.
4825         * Makefile.in: Regenerate.
4826         * libsanitizer: New directory for asan runtime.  Contains an empty
4827         tsan directory.
4829 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4831         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4832         against Mingw64 w32api.
4833         * configure: Regenerate.
4835 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4837         * configure: Regenerated.
4839 2012-11-03  Robert Mason  <rbmj@verizon.net>
4841         * configure.ac: add --disable-libstdcxx configure option
4842         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4844 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4846         * MAINTAINERS (Write After Approval): Add myself.
4848 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4850         * MAINTAINERS (Write After Approval): Add myself.
4852 2012-10-24  Sharad Singhai  <singhai@google.com>
4854         * MAINTAINERS (Write After Approval): Add myself.
4856 2012-10-24  Eric Christopher  <echristo@gmail.com>
4858         * MAINTAINERS: Update email address.
4860 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4862         PR bootstrap/54820
4863         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4864         * configure: Regenerate.
4866 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
4868         * MAINTAINERS (aarch64): Add Marcus and myself.
4870 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
4872         PR bootstrap/54820
4873         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4874         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4875         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4876         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4877         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4878         * Makefile.in: Regenerate.
4879         * configure.ac (have_static_libs): New variable and associated check.
4880         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4881         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4882         * configure: Regenerate.
4884 2012-10-10  Richard Biener  <rguenther@suse.de>
4886         * MAINTAINERS: Adjust for changed surname.
4888 2012-10-04  Lawrence Crowl  <crowl@google.com>
4890         * MAINTAINERS (Write After Approval): Add myself.
4892 2012-10-01  Cary Coutant  <ccoutant@google.com>
4894         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4896 2012-09-28  Ian Lance Taylor  <iant@google.com>
4898         * Makefile.def: Make all-target-libgo depend on
4899         all-target-libbacktrace.
4900         * Makefile.in: Rebuild.
4902 2012-09-26  Ian Lance Taylor  <iant@google.com>
4904         * Makefile.def: Make all-gcc depend on all-libbacktrace.
4905         * Makefile.in: Rebuild.
4907 2012-09-20  Walter Lee  <walt@tilera.com>
4909         * configure.ac: Add tilegx to list of targets that support gold.
4910         * configure: Regenerate.
4912 2012-09-20  Marek Polacek  <polacek@redhat.com>
4914         * MAINTAINERS (Write After Approval): Add myself.
4916 2012-09-19  Steve Ellcey  <sellcey@mips.com>
4918         * configure.ac: Add mips*-mti-elf* target.
4919         * configure: Regenerate.
4921 2012-09-17  Ian Lance Taylor  <iant@google.com>
4923         * MAINTAINERS (Various Maintainers): Add libbacktrace.
4924         * configure.ac (host_libs): Add libbacktrace.
4925         (target_libraries): Add libbacktrace.
4926         * Makefile.def (host_modules): Add libbacktrace.
4927         (target_modules): Likewise.
4928         * configure, Makefile.in: Rebuild.
4930 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
4932         PR target/38607
4933         Merge upstream change.
4934         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4936         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4937         Add libgomp*.o to compare_exclusions for AIX.
4938         * configure: Regenerate.
4940 2012-09-06  Diego Novillo  <dnovillo@google.com>
4942         * configure.ac: Bump minimum GMP version to 4.2.3.
4943         * configure: Re-generate.
4945 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
4947         PR target/54461
4948         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4949         target-libgloss if not configured --with-avrlibc=no.
4950         * configure: Regenerate.
4952 2012-09-04  Jason Merrill  <jason@redhat.com>
4954         * configure.ac: Fix --enable-languages=all.
4956 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
4958         * MAINTAINERS (Write After Approval): Add myself.
4960 2012-09-03  Richard Guenther  <rguenther@suse.de>
4962         PR bootstrap/54138
4963         * configure.ac: Re-organize ISL / CLOOG checks to allow
4964         disabling with either --without-isl or --without-cloog.
4965         * configure: Regenerated.
4967 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
4969         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4970         * configure: Regenerate.
4972 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
4974         * MAINTAINERS: Fix my email address.
4976 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4978         PR binutils/4970
4979         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4980         and opcodes.
4981         * Makefile.in: Regenerated.
4983 2012-08-26  Art Haas <ahaas@impactweather.com>
4985         * configure: Regenerate.
4987 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
4989         * INSTALL/README: Also refer to the online installation
4990         instructions.
4992 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4994         * MAINTAINERS (Write After Approval): Add myself.
4995         (Picochip port): Remove myself.
4997 2012-08-14   Diego Novillo  <dnovillo@google.com>
4999         Merge from cxx-conversion branch.
5001         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
5002         POSTSTAGE1_CONFIGURE_FLAGS.
5003         * Makefile.in: Regenerate.
5004         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
5005         Force C++ when bootstrapping.
5006         * configure: Regenerate.
5008 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
5010         * MAINTAINERS (Write After Approval): Add myself.
5012 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
5014         * README: Document use of ranges of years in copyright notices.
5016 2012-07-06  Richard Guenther  <rguenther@suse.de>
5018         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
5019         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
5020         --with-gmp=system.
5021         * Makefile.in: Regenerated.
5022         * configure: Likewise.
5024 2012-07-06  Richard Guenther  <rguenther@suse.de>
5026         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
5027         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
5028         supply V=1 as extra_make_flags.
5029         * configure: Regenerated.
5030         * Makefile.in: Likewise.
5032 2012-07-04  Tristan Gingold  <gingold@adacore.com>
5034         * configure: Regenerate.
5036 2012-07-03  Richard Guenther  <rguenther@suse.de>
5038         * Makfile.def (isl): Remove not necessary extra_exports and
5039         extra_make_flags.
5040         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
5041         * Makefile.in: Regenerated.
5043 2012-07-03  Richard Guenther  <rguenther@suse.de>
5045         * Makefile.def (cloog): Add V=1 to extra_make_flags.
5046         * configure.ac: If either the ISL or the CLooG check failed
5047         do not try to build in-tree versions.
5048         * Makefile.in: Regenerated.
5049         * configure: Regenerated.
5051 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5053         * configure: Regenerate.
5055 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
5057         * MAINTAINERS (Various Maintainers): Add myself as testsuite
5058         maintainer.
5060 2012-07-02  Richard Guenther  <rguenther@suse.de>
5062         * configure: Regenerated.
5064 2012-07-02  Richard Guenther  <rguenther@suse.de>
5065         Michael Matz  <matz@suse.de>
5066         Tobias Grosser <tobias@grosser.es>
5067         Sebastian Pop <sebpop@gmail.com>
5069         * Makefile.def: Add ISL host module, remove PPL host module.
5070         Adjust ClooG host module to use the proper ISL.
5071         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
5072         * configure.ac: Include config/isl.m4.  Add ISL host library,
5073         remove PPL.  Remove PPL configury, add ISL configury, adjust
5074         ClooG configury.
5075         * Makefile.in: Regenerated.
5076         * configure: Likewise.
5078 2012-07-02  Richard Guenther  <rguenther@suse.de>
5080         Merge from graphite branch
5081         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5083         * configure: Regenerated.
5084         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
5085         both cloog.org and legacy versions. The only supported version will
5086         be CLooG with the isl backend.
5088         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5090         * configure: Regenerated.
5091         * configure.ac: Require cloog isl 0.17.0
5093         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5095         * configure: Regenerated.
5096         * config/cloog.m4: Do not define CLOOG_ORG
5098 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
5100         * configure.ac: Skip C if explicitly selected.
5101         * configure: Regenerate.
5103 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
5105         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
5106         they contain -O2.
5107         * configure: Regenerate.
5109 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
5111         PR debug/53740
5112         * df.h, df-problems.c, dce.c: Revert last patch.
5114 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
5116         * MAINTAINERS (Write After Approval): Update my email address.
5118 2012-06-21  Meador Inge  <meadori@codesourcery.com>
5120         * MAINTAINERS (Write After Approval): Add myself.
5122 2012-06-20  Jason Merrill  <jason@redhat.com>
5124         * Makefile.tpl (check-target-libgomp-c++): New.
5125         (check-target-libitm-c++): New.
5126         * Makefile.def (c++): Add them.
5127         * Makefile.in: Regenerate.
5129 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
5131         * MAINTAINERS (Write After Approval): Add myself.
5133 2012-05-16  Olivier Hainque  <hainque@adacore.com>
5135         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5136         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5137         (install-no-fixedincludes): Adjust accordingly.
5138         * Makefile.in: Regenerate.
5140 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5142         Merge upstream change
5143         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5145 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
5147         * MAINTAINERS (Write After Approval): Add myself.
5149 2012-05-09  Nick Clifton  <nickc@redhat.com>
5150             Paul Smith  <psmith@gnu.org>
5152         PR bootstrap/50461
5153         * configure.ac (mpfr-dir): When using in-tree MPFR sources
5154         allow for the fact that from release v3.1.0 of MPFR the source
5155         files were moved into a src sub-directory.
5156         * configure: Regenerate.
5158 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
5160         * configure.ac: Bump minimum MPFR version to 2.4.0.
5161         * configure: Regenerated.
5163 2012-05-01  Richard Henderson  <rth@redhat.com>
5165         * Makefile.def (libatomic): New target_module.
5166         * configure.ac (target_libraries): Add libatomic.
5167         (noconfigdirs): Check if libatomic is supported.
5168         * Makefile.in, configure: Rebuild.
5170 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
5172         * MAINTAINERS (Write After Approval): Add myself.
5174 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
5176         * config.sub: Update to 2012-04-18 version from official repo.
5178 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
5180         * MAINTAINERS (Write After Approval): Add myself.
5182 2012-04-11  Steve Ellcey  <sellcey@mips.com>
5184         * MAINTAINERS: Changed email address.
5186 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
5188         PR target/52737
5189         * contrib/gcc_update (files_and_dependencies):
5190         Remove gcc/config/avr/t-multilib from touch data.
5192 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5194         * MAINTAINERS (OS Port Maintainers): Remove irix.
5195         * configure.ac (enable_libgomp): Remove *-*-irix6*.
5196         (unsupported_languages): Remove mips-sgi-irix6.*.
5197         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5198         (with_stabs): Remove.
5199         * configure: Regenerate.
5201 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5203         * MAINTAINERS (OS Port Maintainers): Remove osf.
5204         * configure.ac (enable_libgomp): Remove *-*-osf*.
5205         (with_stabs): Remove alpha*-*-osf*.
5206         * configure: Regenerate.
5208 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5210         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5211         * configure: Regenerate.
5213 2012-02-17  Walter Lee  <walt@tilera.com>
5215         * MAINTAINERS: (Write After Approval): Delete myself.
5217 2012-02-14  Walter Lee  <walt@tilera.com>
5219         * MAINTAINERS (tilegx port): Add myself.
5220         (tilepro port): Add myself.
5221         (Write After Approval): Add myself.
5223 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
5225         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5226         and Joseph Myers as docstring relicensing maintainers.
5228 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
5230         * MAINTAINERS (write-after-approval): Add myself.
5232 2012-02-08  Ira Rosen <irar@il.ibm.com>
5234         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5235         maintainer.
5237 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5239         * MAINTAINERS (Write After Approval): Move myself to
5240         maintain alphabetical order.
5242 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5244         * MAINTAINERS (Write After Approval): Add myself.
5246 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
5248         * MAINTAINERS (Write After Approval): Add myself.
5250 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5251             Jayant R Sonar <jayant.sonar@kpitcummins.com>
5253         * configure.ac (cr16-*-*): Remove nonconfigdirs.
5254         * configure: Regenerate.
5256 2012-01-23  Harshit Chopra  <harshit@google.com>
5258         * MAINTAINERS (Write After Approval): Add myself.
5260 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
5262         * configure.ac: Remove reference to mh-interix.
5263         * configure: Regenerate.
5265 2012-01-05  Richard Henderson  <rth@redhat.com>
5267         PR bootstrap/51072
5268         * configure.ac: Disable libitm if c++ is not enabled.
5269         * configure: Rebuild.
5271         * configure.ac: Fix regexp for same.
5272         * configure: Rebuild.
5274 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
5276         * MAINTAINERS (Write After Approval): Add myself.
5278 2012-01-02  Richard Guenther  <rguenther@suse.de>
5280         PR bootstrap/51686
5281         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5282         * Makefile.in: Regenerate.
5284 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
5286         * MAINTAINERS (Write After Approval): Add myself.
5288 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
5290         * configure: Regenerate.
5292 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
5294         * MAINTAINERS (picochip): Changed email address.
5296 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5298         * MAINTAINERS (write-after-approval): Add self.
5300 2011-11-29  DJ Delorie  <dj@redhat.com>
5302         * configure.ac (rl78-*-*) New case.
5303         * configure: Regenerate.
5304         * MAINTAINERS: Add myself as RL78 maintainer.
5306 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5308         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5310 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
5312         * libtool.m4: Additional FreeBSD 10 fixes.
5314 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
5316         * MAINTAINERS: Move myself from Write After Approval to CPU Port
5317         Maintainers section, as Epiphany maintainer.
5319 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
5321         PR target/49992
5322         * configure.ac: Remove ranlib special-casing for Darwin.
5323         * configure: Regenerate.
5325 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
5327         * MAINTAINERS (Reviewers): Keep the list sorted.
5329 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
5331         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5333 2011-11-09  Roland McGrath  <mcgrathr@google.com>
5335         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5336         * configure: Rebuild.
5337         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5338         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5339         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5340         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5341         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5342         Add READELF.
5343         * Makefile.in: Rebuild.
5345 2011-11-09  Jason Merrill  <jason@redhat.com>
5347         * Makefile.def (language=c++): Remove check-c++0x.
5348         * Makefile.in (check-gcc-c++): Regenerate.
5350 2011-11-08  Richard Henderson  <rth@redhat.com>
5352         * configure.ac: Test for libitm directory present first.
5354         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5356         * configure.ac: Test libitm/configure.tgt to disable libitm.
5357         * configure: Rebuild.
5359 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
5360             Richard Henderson  <rth@redhat.com>
5362         Merged from transactional-memory.
5364         * Makefile.def (lang_env_dependencies): libitm is c++.
5365         Add libitm target module.
5366         * configure.ac: Likewise.
5367         * config/mmap.m4: New file.
5368         * contrib/gcc_update: Add libitm to touch data.
5369         * Makefile.in, configure: Rebuild.
5371 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5373         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5374         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5375         * Makefile.in: Regenerate.
5377 2011-11-01  DJ Delorie  <dj@redhat.com>
5379         * config.sub: Update to version 2011-10-29 (added rl78)
5381 2011-10-27  Nick Clifton  <nickc@redhat.com>
5383         * config.sub: Import these changes from the config project:
5385         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
5386             Ben Elliston  <bje@gnu.org>
5388         * config.sub (epiphany): New.
5390         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
5391             Ben Elliston  <bje@gnu.org>
5393         * config.sub (hexagon, hexagon-*): New.
5395         2011-08-23  Roland McGrath  <mcgrathr@google.com>
5397         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5398         64eb to be64.
5400         2011-08-16  Roland McGrath  <mcgrathr@google.com>
5402         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5403         (nacl): Grok as alias for 32el-unknown-nacl.
5405 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
5407         * MAINTAINERS (Write After Approval): Add myself.
5409 2011-10-24  Teresa Johnson  <tejohnson@google.com>
5411         * MAINTAINERS (Write After Approval): Add myself.
5413 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
5415         * MAINTAINERS (sparc port): Remove myself.
5417 2011-09-14  Tom de Vries  <tom@codesourcery.com>
5419         * MAINTAINERS (Write After Approval): Add myself.
5421 2011-08-14  Yao Qi  <yao@codesourcery.com>
5423         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5424         * configure: Regenerate.
5426 2011-07-26  Ian Lance Taylor  <iant@google.com>
5428         * configure.ac: Set have_compiler based on whether gcc directory
5429         exists, rather than on whether gcc is in configdirs.
5430         * configure: Rebuild.
5432 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
5434         * MAINTAINERS (Global Reviewers): Add self.
5436 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
5438         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5439         link directories.
5440         * Makefile.in: Rebuild.
5442 2011-07-20  Ian Lance Taylor  <iant@google.com>
5444         PR bootstrap/49787
5445         * configure.ac: Move --enable-bootstrap handling earlier in file.
5446         If --enable-bootstrap and either --enable-build-with-cxx or
5447         --enable-build-poststage1-with-cxx, enable C++ automatically.
5448         * configure: Rebuild.
5450 2011-07-19  Ian Lance Taylor  <iant@google.com>
5452         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
5453         make C++ a boot_language.  Set and substitute
5454         POSTSTAGE1_CONFIGURE_FLAGS.
5455         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5456         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5457         * configure, Makefile.in: Rebuild.
5459 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
5461         * MAINTAINERS (Register Allocation): Move myself from reviewers to
5462         maintainers.
5464 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
5466         * MAINTAINERS (Global Reviewers): Add myself.
5468 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5470         * configure: Regenerate.
5472 2011-07-16  Jason Merrill  <jason@redhat.com>
5474         * Makefile.def (language=c++): Add check-c++0x and
5475         check-target-libmudflap-c++.
5476         * Makefile.tpl (check-target-libmudflap-c++): New.
5477         * Makefile.in: Regenerate.
5479 2011-07-16  Matthias Klose  <doko@ubuntu.com>
5481         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5482         * Makefile.def (target_modules/libjava): Pass
5483         $(EXTRA_CONFIGARGS_LIBJAVA).
5484         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5485         if not configured with --enable-static-libjava.
5486         * Makefile.in: Regenerate.
5487         * configure: Likewise.
5489 2011-07-15  Jason Merrill  <jason@redhat.com>
5491         * Makefile.in (check-c++): Move check-gcc-c++0x after
5492         check-target-libstdc++-v3.
5494 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5496         * MAINTAINERS (c6x port): New entry.
5498 2011-07-13  Jason Merrill  <jason@redhat.com>
5500         * Makefile.in (check-gcc-c++0x): New.
5501         (check-c++): Depend on it.
5503 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5505         PR target/39150
5506         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5507         x86_64-*-solaris2.1[0-9]*.
5508         * configure: Regenerate.
5510 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5512         * MAINTAINERS (RTL optimizers): Add self.
5514 2011-06-27  Gabriel Charette  <gchare@google.com>
5516         * MAINTAINERS (Write After Approval): Add myself.
5518 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5520         PR regression/47836
5521         PR bootstrap/23656
5522         PR other/47733
5523         PR bootstrap/49247
5524         PR c/48825
5525         * configure.ac (target_libraries): Remove target-libiberty.
5526         Remove case-statement setting skipdirs=target-libiberty for
5527         multiple targets.  Remove checking target_configdirs and
5528         removing target-libiberty but keeping target-libgcc if
5529         otherwise empty.
5530         * Makefile.def (target_modules): Don't add libiberty.
5531         (dependencies): Remove all traces of target-libiberty.
5532         * configure, Makefile.in: Regenerate.
5534 2011-06-13  Walter Lee <walt@tilera.com>
5536         * configure.ac (tilepro-*-*) New case.
5537         (tilegx-*-*): Likewise.
5538         * configure: Regenerate.
5540 2011-06-06  Jing Yu  <jingyu@google.com>
5542         * configure.ac: Skip target-libiberty for
5543         arm*-*-linux-androideabi.
5544         * configure: Regenerated.
5546 2011-06-06  Nick Clifton  <nickc@redhat.com>
5548         * config.sub: Sync from upstream.
5550 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5552         * MAINTAINERS (Write After Approval): Add myself.
5554 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5556         * MAINTAINERS: Update my email address.
5558 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5560         * MAINTAINERS (Write After Approval): Update my email address.
5562 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5564         * MAINTAINERS (Write After Approval): Add myself.
5566 2011-05-08  Doug Kwan  <dougkwan@google.com>
5568         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5569         * configure: Regenerated.
5570         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5571         value from configure.
5572         * Makefile.in: Regenerated.
5574 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5576         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5577         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5578         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5579         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5580         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5581         *-*-vxworks*): Disable newlib and libgloss in separate case
5582         statement.
5583         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5584         to separate case statement.
5585         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5586         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5587         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5588         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5589         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5590         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5591         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5592         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5593         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5594         i[[3456789]]86-*-rdos*, m32r-*-*,
5595         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5596         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5597         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5598         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5599         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5600         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5601         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5602         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5603         and libgloss in main case over targets.  Remove most empty cases
5604         in main case over targets.
5605         * configure: Regenerate.
5607 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5609         * MAINTAINERS (Write After Approval): Add myself.
5611 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5613         * configure.ac: Remove code setting special library locations for
5614         hppa*64*-*-hpux11*.  Remove code setting compiler for
5615         sparc-sun-solaris2*.
5616         * configure: Regenerate.
5618 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5620         * configure.ac: Separate libgloss_dir settings from general case
5621         over targets.
5622         * configure: Regenerate.
5624 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5626         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5627         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5628         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5629         cases in libgcj-disabling case statement.
5630         (hppa*64*-*-linux*): Set unsupported_languages instead of
5631         disabling target-zlib.
5632         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5633         to hppa*64*-*-hpux*.
5634         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5635         hppa*-*-hpux*.
5636         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5637         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5638         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5639         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5640         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5641         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5642         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5643         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5644         libgcj-disabling case statement.
5645         * configure: Regenerate.
5647 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5649         * configure.ac: Disable Java for targets not supporting libffi.
5650         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5651         Remove cases in Java-disabling statement.
5652         (*arm-wince-pe): Change to arm-wince-pe.
5653         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5654         cases in Java-disabling statement.
5655         (bfin-*-*): Don't disable Java again.
5656         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5657         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5658         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5659         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5660         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5661         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5662         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5663         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5664         Java-disabling statement.
5665         (mmix-*-*): Don't disable Java again.
5666         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5667         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5668         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5669         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5670         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5671         statement.
5672         * configure: Regenerate.
5674 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5676         * configure.ac: Separate cases disabling Java and Java libraries
5677         from general case over targets.
5678         * configure: Regenerate.
5680 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5682         * MAINTAINERS: Update my email address.
5684 2011-04-20  Easwaran Raman  <eraman@google.com>
5686         * MAINTAINERS (Write After Approval): Add myself.
5688 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5690         PR lto/48086
5691         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5692         * configure: Regenerate.
5694 2011-04-16  Jim Meyering  <meyering@redhat.com>
5696         * MAINTAINERS (Write After Approval): Add myself.
5698 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5700         * MAINTAINERS: Update my email address.
5702 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5704         * MAINTAINERS (Write After Approval): Add myself.
5706 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5708         * MAINTAINERS (Write After Approval): Add myself.
5710 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5712         * MAINTAINERS (Write After Approval): Add myself.
5714 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5716         * configure.ac (build_tools): Remove build-byacc.
5717         (host_libs): Remove mmalloc.
5718         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5719         autoconf automake libtool diff rcs fileutils shellutils time
5720         textutils wdiff find uudecode hello tar gzip indent recode release
5721         sed perl gawk findutils gettext zip.
5722         (libgcj): Remove target-qthreads.
5723         (target_tools): Remove target-examples target-gperf.
5724         (YACC): Don't handle building byacc.
5725         * configure: Regenerate.
5726         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5727         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5728         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5729         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5730         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5731         handle building components.
5732         * Makefile.in: Regenerate.
5734 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5736         * MAINTAINERS: Update my email address as Xtensa maintainer.
5738 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5740         * config.sub: Sync from upstream.
5742 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5744         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5745         (microblaze*): Don't disable libssp.
5746         * configure: Regenerate.
5748 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5750         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5751         moveifchange.
5752         * configure: Regenerate.
5753         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5754         * Makefile.in: Regenerate.
5756 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5758         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5759         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5760         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5761         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5762         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5763         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5764         md_exec_prefix cases.
5765         * configure: Regenerate.
5767 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5769         * configure.ac: Separate cases disabling target-libssp,
5770         target-libiberty, target-libstdc++-v3 and Fortran from general
5771         case over targets.
5772         * configure: Regenerate.
5774 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5776         * configure.ac (*-*-chorusos): Don't disable libgcj.
5777         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5778         Remove case.
5779         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5780         (arm-*-coff): Don't disable libgcj.
5781         (arm*-*-linux-gnueabi): Remove useless assignment.
5782         (arm-*-riscix*): Don't disable libgcj.
5783         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5784         configuration.
5785         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5786         (c54x*-*-*): Remove case.
5787         (tic54x-*-*): Don't disable GCC or GCC libraries.
5788         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5789         to *.
5790         (d10v-*-*): Don't disable GCC libraries.
5791         (d30v-*-*): Don't disable libgcj.
5792         (h8500-*-*): Don't disable GCC libraries.
5793         (i960-*-*): Don't disable libgcj.
5794         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5795         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5796         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5797         libgcj.
5798         (m68k-*-coff*): Remove case.
5799         (mmix-*-*): Don't disable libgloss on host.
5800         (mn10200-*-*, mn10300-*-*): Remove cases.
5801         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5802         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5803         Don't disable libgcj.
5804         (romp-*-*): Remove case.
5805         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5806         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5807         case.
5808         (v810-*-*): Don't disable GCC libraries.
5809         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5810         (ip2k-*-*): Don't disable GCC libraries.
5811         * configure: Regenerate.
5813 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5815         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5816         libffi on host.
5817         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5818         on host.
5819         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5820         * configure: Regenerate.
5822 2011-03-26  John Marino  <binutils@marino.st>
5824         * configure.ac: Add support for *-*-dragonfly*
5825         * configure: Regenerate.
5827 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5829         * configure.ac (native_only): Remove.
5830         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5831         send-pr uudecode guile gnuserv on host.
5832         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5833         send-pr rcs guile perl texinfo libtool on host.
5834         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5835         automake send-pr rcs guile perl texinfo libtool on host.
5836         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5837         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5838         (alpha*-dec-osf*): Don't disable fileutils on target.
5839         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5840         texinfo send-pr expect dejagnu on target.
5841         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5842         target-qthreads on target.
5843         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5844         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5845         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5846         x86_64-*-mingw*): Don't disable expect on target.
5847         (*-*-cygwin*): Don't disable target-gperf on target.
5848         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5849         gnuserv on target.
5850         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5851         target.
5852         * configure: Regenerate.
5854 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5856         * configure.ac (target_tools): Remove target-groff.
5857         (native_only): Remove target-groff.
5858         (hppa*64*-*-*): Don't disable byacc.
5859         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5860         setting.
5861         (*-*-kaos*): Don't skip target-librx and target-groff.
5862         (*-*-netware*): Don't skip target-libmudflap.
5863         (*-*-tpf*): Don't skip target-libmudflap.
5864         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5865         directories on the host.
5866         (ia64*-*-*vms*): Don't skip tix.
5867         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5868         host.
5869         * configure: Regenerate.
5871 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
5873         * configure.ac: Remove references to mt-mep, mt-netware,
5874         mt-wince.
5875         * Makefile.def: Add all-utils soft dependencies.
5876         * Makefile.tpl: Remove GDB_NLM_DEPS.
5877         * configure: Regenerate.
5878         * Makefile.in: Regenerate.
5880 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5882         * configure.ac: Do not include mh-x86omitfp.
5883         * configure: Regenerate.
5885 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5887         * configure.ac: Remove empty cases.
5888         * configure: Regenerate.
5890 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5892         * Makefile.def: Add dependency from termcap to gdb.
5893         * Makefile.in: Regenerate.
5895 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5897         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5898         * configure: Regenerate.
5899         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5900         * Makefile.tpl: Likewise.
5901         * Makefile.in: Regenerate.
5903 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5905         * configure.ac: Remove all mentions of tentative_cc.
5906         * configure: Regenerate.
5908 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5910         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5911         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5912         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5913         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5914         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5915         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5916         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5917         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5918         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5919         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5920         *-*-rhapsody*): Remove host cases.
5921         * configure: Regenerate.
5923 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5925         * configure.ac (ppc*-*-pe): Remove host case.
5926         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5927         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5928         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5929         cases.
5930         * configure: Regenerate.
5932 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5934         * config.sub: Update to version 2011-03-23.
5936 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5938         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5939         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5940         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5941         * configure: Regenerate.
5943 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5945         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
5946         to Write After Approval.
5947         * config-ml.in: Don't handle arc-*-elf*.
5948         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5949         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5950         handle GCC libraries.
5951         * configure: Regenerate.
5953 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5955         PR bootstrap/48120:
5956         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5957         Add -lstdc++ -lm to LIBS.
5958         * configure: Regenerate.
5960 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
5962         * config.guess: Update to version 2011-02-02
5963         * config.sub: Update to version 2011-02-24
5965 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
5967         PR lto/48086
5968         * configure.ac: Re-enable LTO on *-apple-darwin9.
5969         * configure: Regenerate.
5971 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
5973         PR lto/48086
5974         * configure.ac: Disable LTO on darwin due to an assembler change in
5975         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5976         under 256.
5977         * configure: Regenerate.
5979 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
5981         * MAINTAINERS: Update myself as score backend maintainer,
5982         update my e-mail address.
5984 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
5986         * MAINTAINERS: Update my e-mail address.
5988 2011-03-06  Joey Ye  <joey.ye@arm.com>
5990         * MAINTAINERS: Update my e-mail address.
5992 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5994         * configure.ac: Adjust test of with_ppl.
5995         * configure: Regenerated.
5997 2011-03-02  Kai Tietz  <ktietz@redhat.com>
5999         * MAINTAINERS: Adjust my e-mail address.
6001 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6003         * configure.ac: Add -lpwl to ppllibs.
6004         * configure: Regenerated.
6006 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6008         * config/cloog.m4: Add -lisl to clooglibs.
6009         * configure: Regenerated.
6011 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6013         * MAINTAINERS (CPU Port maintainers): Add self.
6015 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6017         * MAINTAINERS: Add myself as testsuite maintainer.
6019 2011-02-15  Mike Stump  <mikestump@comcast.net>
6021         * MAINTAINERS: Add myself as testsuite maintainer.
6023 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6025         Import from Libtool and gnulib:
6027         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
6029         Prepare for supporting FreeBSD 10.
6030         * config.rpath: Remove handling of freebsd1* which soon would
6031         match FreeBSD 10.0.
6033         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
6035         Remove support for FreeBSD 1.x.
6036         * libtool.m4 (_LT_LINKER_SHLIBS)
6037         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
6038         soon would incorrectly match FreeBSD 10.0.
6040 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6042         PR binutils/12283
6043         * move-if-change: Import version from gnulib.
6045 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
6047         PR lto/47225
6048         * Makefile.def (lto-plugin): Double dash for enable-shared.
6049         (configure-gcc): Depend on all-lto-plugin.
6050         * Makefile.in: Rebuilt.
6052 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6054         * configure.ac: Remove extra bracket.
6055         * configure: Regenerate.
6057 2011-02-08  Tobias Burnus  <burnus@net-b.de>
6059         * MAINTAINERS: Add myself as libquadmath maintainer.
6061 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
6063         * MAINTAINERS: Update my email address.
6065 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
6067         * MAINTAINERS (option handling): Add self.
6069 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
6071         PR lto/47225
6072         * Makefile.def: Add dependency for install-gcc
6073         on install-lto-plugin.
6074         * Makfile.in: Regenerated
6076 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
6078         * MAINTAINERS (CPU Port Maintainers): Add myself.
6080 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
6082         PR libgcj/44341
6083         * configure.ac: Discard --with-* flags for host when configuring
6084         target libraries for cross build.
6085         * configure: Rebuilt.
6087 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6089         * MAINTAINERS (linear loop transforms): Removed.
6091 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
6093         * configure.ac: If with_ppl is no, move setting with_cloog=no
6094         after CLOOG_REQUESTED check.
6095         * configure: Regenerated.
6097 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6099         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
6100         CLooG has been requested.
6101         * configure: Regenerated.
6103 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6105         * configure: Regenerated.
6106         * configure.ac: Check for version 0.11 (or later revision) of PPL.
6108 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
6110         * configure: Regenerated.
6111         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
6113 2011-01-21  Andreas Schwab  <schwab@redhat.com>
6115         * configure.ac: Use AS_HELP_STRING throughout.
6116         * configure: Regenerate.
6118 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
6120         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6121         * configure: Regenerate.
6123 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6125         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6127 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
6129         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6130         for ia64-hpux.
6131         * configure: Regenerate.
6133 2011-01-07  Jan Hubicka  <jh@suse.cz>
6135         PR lto/47225
6136         * Makefile.in: Regenerate.
6137         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6138         configure.
6140 2011-01-07  Jan Hubicka  <jh@suse.cz>
6142         * Makefile.in: Regenerate.
6143         * Makefile.def (gcc host module) and soft dependency on lto-plugin
6144         and configure dependency on lto-plugin configure.
6145         (lto-plugin module): Remove dependency on GCC; add dependency on
6146         liniberty.
6148 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
6150         * MAINTAINERS (Write After Approval): Add myself.
6152 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
6154         * configure: Regenerate.
6156 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
6158         * configure.ac: (picochip): Disable libiberty.
6160 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
6162         * MAINTAINERS (Write After Approval): Add myself.
6164 2010-12-10  Ian Lance Taylor  <iant@google.com>
6166         PR bootstrap/46819
6167         * configure.ac: For --disable-libgcj clear libgcj_saved.
6168         * configure: Rebuild.
6170 2010-12-10  Tobias Burnus  <burnus@net-b.de>
6172         PR fortran/46540
6173         * configure.ac: Add --disable-libquadmath and
6174         --disable-libquadmath-support.
6175         * configure: Regenerate.
6177 2010-12-03  Ian Lance Taylor  <iant@google.com>
6179         * MAINTAINERS: Add myself as libgo maintainer.
6181 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
6183         PR libffi/46792
6184         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6185         * configure: Regenerate.
6187 2010-12-02  Ian Lance Taylor  <iant@google.com>
6189         * configure.ac: Always set default for poststage1_ldflags to
6190         -static-libstdc++ -static-libgcc.
6192 2010-11-29  Andreas Schwab  <schwab@redhat.com>
6194         * configure.ac: Move comment to remove extra space in last argument
6195         of GCC_TARGET_TOOL.
6197 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
6199         PR other/46026
6200         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6201         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6202         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6203         (BASE_FLAGS_TO_PASS): Use it.
6204         * configure: Rebuilt.
6205         * Makefile.in: Rebuilt.
6207 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
6209         PR binutils/12258
6210         * configure.ac: Correct comments for --enable-gold/--enable-ld.
6211         Properly check default linker.
6212         * configure: Regnerated.
6214 2010-11-23  Matthias Klose  <doko@ubuntu.com>
6216         * configure.ac: For --enable-gold, handle value `default' instead of
6217         `both*'.  New configure option --{en,dis}able-ld.
6218         * configure: Regenerate.
6220 2010-11-20  Ian Lance Taylor  <iant@google.com>
6222         * configure.ac: Only disable a language library if no language needs
6223         it.  Don't let --disable-libgcj uncondtionally disable libffi.
6224         * configure: Rebuild.
6226 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6228         * Makefile.in: Regenerate.
6230         PR other/46202
6231         * configure.ac: Fix just-built in-tree STRIP name to be
6232         binutils/strip-new.
6233         * configure: Regenerate.
6234         * Makefile.def (install-strip-gcc, install-strip-binutils)
6235         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6236         (install-strip-sid): Mirror dependencies on non-strip variants
6237         of these targets on the respective -strip prerequisites.
6238         * Makefile.tpl (install-strip, install-strip-host)
6239         (install-strip-target): New targets.
6240         (install-strip-[+module+], install-strip-target-[+module+]):
6241         New targets.
6242         * Makefile.in: Regenerate.
6244 2010-11-19  Ian Lance Taylor  <iant@google.com>
6245             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6247         * configure.ac: Add target-libgo to target_libraries.  Set
6248         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6249         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6250         (HOST_EXPORTS): Add GOC.
6251         (BASE_TARGET_EXPORTS): Add GOC.
6252         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6253         (GOCFLAGS_FOR_TARGET): New variable.
6254         (EXTRA_HOST_FLAGS): Add GOC.
6255         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6256         * Makefile.def (target_modules): Add libgo.
6257         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6258         (dependencies): Add dependency from configure-target-libgo to
6259         configure-target-libffi and all-target-libstdc++-v3.  Add
6260         dependencies from all-target-libgo to all-target-libffi.
6261         (languages): Add go.
6262         * configure: Rebuild.
6263         * Makefile.in: Rebuild.
6265 2010-11-19  Ian Lance Taylor  <iant@google.com>
6267         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6268         compiler/flag environment variables.
6270 2010-11-18  Ian Lance Taylor  <iant@google.com>
6272         * configure.ac: Check for lang_requires_boot_languages in
6273         config-lang.in files.
6274         * configure: Rebuild.
6276 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6277             Tobias Burnus  <burnus@net-b.de>
6279         PR fortran/32049
6280         * Makefile.def: Add libquadmath; build it with language=fortran.
6281         * configure.ac: Add libquadmath.
6282         * Makefile.tpl: Handle multiple libs in check-[+language+].
6283         * Makefile.in: Regenerate.
6284         * configure: Regenerate.
6286 2010-11-16  Tom Tromey  <tromey@redhat.com>
6288         * MAINTAINERS: Moved myself to reviewers section.
6290 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
6292         * MAINTAINERS: Moved myself to reviewers section.
6294 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6296         * MAINTAINERS (Various Maintainers): Add self for build machinery.
6297         (Write After Approval): Remove self.
6299 2010-11-15  Andreas Schwab  <schwab@redhat.com>
6301         * configure.ac: Fix spelling in option names.
6302         * configure: Regenerated.
6304 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
6306         PR bootstrap/39622
6307         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6308         * configure: Regenerated.
6310 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
6312         * MAINTAINERS: Update my email address.
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-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6328         * configure: Regenerate.
6330 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6332         * configure.ac: Support official CLooG.org versions.
6333         * configure: Regenerate.
6334         * config/cloog.m4: New.
6336 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
6338         * MAINTAINERS (Write After Approval): Add myself.
6340 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
6342         * MAINTAINERS: Update my email address.
6344 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
6346         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6347         * configure: Regenerate.
6349 2010-11-03  Ian Lance Taylor  <iant@google.com>
6350             Dave Korn  <dave.korn.cygwin@gmail.com>
6352         PR lto/46273
6353         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
6354         and on other supported platforms whenever LTO is enabled.
6355         * configure: Rebuild.
6357 2010-11-02  Alan Modra  <amodra@gmail.com>
6359         PR binutils/12110
6360         * configure.ac: Error when source path contains spaces.
6361         * configure: Regenerate.
6363 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
6365         * MAINTAINERS: Update my email address.
6367 2010-10-20  Ian Lance Taylor  <iant@google.com>
6369         * Makefile.def (target_modules): Set lib_path to src/.libs for
6370         libstdc++-v3 module.
6371         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6372         * Makefile.in: Rebuild.
6374 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6376         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6377         (Write After Approval): Remove myself.
6379 2010-10-15  Tristan Gingold  <gingold@adacore.com>
6381         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6383 2010-10-14  Douglas Rupp  <rupp@gnat.com>
6385         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6387 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6389         * configure.ac (build_lto_plugin): New shell variable.
6390         (--enable-lto): Turn on by default for all non-ELF platforms that
6391         have had LTO support added so far.  Set build_lto_plugin appropriately
6392         for both ELF and non-ELF.
6393         (configdirs): Add lto-plugin or not based on build_lto_plugin.
6394         * configure: Regenerate.
6396 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6398         Sync from src:
6399         * configure.ac (v850 support): Remove target-libgloss from
6400         noconfigdirs.
6401         * configure: Regenerate.
6403 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6405         PR bootstrap/45326
6406         PR bootstrap/45174
6407         * configure.ac: Honor initial values of $build_configargs,
6408         $host_configargs, $target_configargs.  Mark the precious, so
6409         environment settings get recorded.
6410         * configure: Regenerate.
6412 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6414         PR bootstrap/45796
6415         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6416         Depend on all-build-libiberty.
6417         * Makefile.in: Regenerate.
6419 2010-09-30  Michael Eager  <eager@eagercon.com>
6421         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6422         * configure: Regenerate.
6424 2010-09-28  Michael Eager  <eager@eagercon.com>
6426         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6428 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6430         PR bootstrap/44621
6431         * configure.ac: Fix unportable shell quoting.
6432         * configure: Regenerate.
6434 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
6436         * configure.ac (enable-lto): Add Darwin to the list of supported lto
6437         targets and amend comment.
6438         * configure: Regenerate.
6440 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
6442         * MAINTAINERS (Write After Approval): Add myself.
6444 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
6446         * configure.ac: Enable LTO by default on Darwin.
6447         * configure: Regenerate.
6449 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6451         * MAINTAINERS (Write After Approval): Add myself.
6453 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
6455         * MAINTAINERS (Write After Approval): Add myself.
6457 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
6459         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6460         ports
6462 2010-07-28  David Yuste  <david.yuste@gmail.com>
6464         * MAINTAINERS (Write After Approval): Add myself.
6466 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6468         * configure.ac: Support all v850 targets.
6469         * configure: Regenerate.
6471 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
6473         PR bootstrap/44455
6474         * configure.ac (extra_mpfr_configure_flags): Copy from
6475         extra_mpc_gmp_configure_flags.
6476         * configure: Re-generated.
6478 2010-07-22  Andi Kleen  <ak@linux.intel.com>
6480         * MAINTAINERS (Write After Approval): Add myself.
6482 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6484         * MAINTAINERS (Write After Approval): Add myself.
6486 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
6488         * MAINTAINERS (Write After Approval): Add myself.
6490 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6492         PR target/44862
6493         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6494         Provide -B option to allow for link spec %s substitutions for
6495         libstdc++.a on darwin.
6496         * Makefile.in: Regenerate.
6498 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6500         * MAINTAINERS (Reviewers): Update my e-mail address
6502 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6504         * Makefile.def (configure-gcc): Depend on all-libelf.
6505         * Makefile.in: Rebuild.
6507 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6509         * MAINTAINERS (Write After Approval): Add myself in the right place.
6511 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6513         * MAINTAINERS (Write After Approval): Add myself.
6515 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6517         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6519 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6521         * config.sub: Update to version 2010-05-21.
6522         * config.guess: Update to version 2010-04-03.
6524 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6526         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6527         * configure: Regenerate.
6529 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6531         * MAINTAINERS (Write After Approval): Add myself.
6533 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6535         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6536         a platform that supports LTO.
6537         * configure: Regenerate.
6539 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6541         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6542         * configure: Regenerated.
6544 2010-04-27  Roland McGrath  <roland@redhat.com>
6545             H.J. Lu  <hongjiu.lu@intel.com>
6547         * configure.ac (--enable-gold): Support both, both/gold and
6548         both/bfd to add gold to configdirs without removing ld.
6549         * configure: Regenerated.
6551         * Makefile.def: Add install-gold dependency to install-ld.
6552         * Makefile.in: Regenerated.
6554 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6556         PR lto/42776
6557         * configure.ac (--enable-lto): Refactor handling so libelf tests
6558         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6559         and allow LTO to be explicitly enabled on non-ELF platforms that
6560         are known to support it inside else-clause.
6561         * configure: Regenerate.
6563 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6565         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6566         * configure: Regenerate.
6568 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6570         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6571         * configure: Regenerate.
6573 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6575         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6576         separately.
6577         * configure: Regenerate.
6579 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6581         * MAINTAINERS (Write After Approval): Add myself.
6583 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6585         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6586         * configure: Regenerate.
6588 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6590         * configure: Regenerate after change to elf.m4.
6592 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6594         * MAINTAINERS (Write After Approval): Add myself.
6596 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6598         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6599         * configure: Regenerated.
6601 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6603         * configure.ac: Print "buggy but acceptable" when CLooG
6604         revision is less than 9.
6605         * configure: Regenerated.
6607 2010-04-01  Diego Novillo  <dnovillo@google.com>
6609         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6611 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6613         PR bootstrap/43615
6614         PR bootstrap/43328
6616         Revert:
6618         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6620         * configure.ac: Do not pass --enable-multilib nor
6621         --disable-multilib in baseargs.  Accept explicitly passed
6622         --enable_multilib.
6623         * configure: Regenerate.
6625 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6627         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6629 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6631         * MAINTAINERS: Remove myself.
6633 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6635         PR bootstrap/43328
6636         * configure.ac: Do not pass --enable-multilib nor
6637         --disable-multilib in baseargs.  Accept explicitly passed
6638         --enable_multilib.
6639         * configure: Regenerate.
6641 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6643         * MAINTAINERS (spu port): Remove me.
6645 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6647         * configure.ac (tic6x-*-*): New case.
6648         * configure: Regenerate.
6650 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6652         * config.sub: Update to version 2010-03-22.
6653         * config.guess: Update to version 2009-12-30.
6655 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6657         PR ada/42554
6658         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6659         * configure: Regenerate.
6661 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6663         * MAINTAINERS: Update my email address.
6665 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6667         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6668         (ghassan.shobaki@amd.com): Removed.
6670 2010-03-17  Alan Modra  <amodra@gmail.com>
6672         * MAINTAINERS: Update my email address.
6674 2010-03-16  Diego Novillo  <dnovillo@google.com>
6676         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6677         Matthews.
6679 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6681         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6682         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6684 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6686         * MAINTAINERS: Update my email address.
6688 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6690         * MAINTAINERS: Update my email address.
6692 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6694         * MAINTAINERS: Update my email address.
6696 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6698         * MAINTAINERS: Update my email address.
6700 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6702         PR libstdc++/32499
6703         * configure.ac (RANLIB): Default to true.
6704         (STRIP): Likewise.
6705         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6706         * configure: Regenerate.
6708 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6710         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6711         (Write After Approval): Update my email address.
6713 2010-02-17  Nick Clifton  <nickc@redhat.com>
6715         PR 11238
6716         * Makefile.tpl (local-distclean): Also remove config.cache files in
6717         sub-directories as there may not be Makefiles present in the
6718         sub-directories.
6719         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6720         the config.cache files found by the find command.
6722         * Makefile.in: Regenerate.
6723         * configure.ac: Revert previous delta.
6724         * configure: Regenerate.
6726 2010-02-15  Nick Clifton  <nickc@redhat.com>
6728         PR 11238
6729         * configure.ac: Delete config.cache files in sub-directories when
6730         deleting Makefiles.
6731         * configure: Regenerate.
6733 2010-02-12  Ben Elliston  <bje@gnu.org>
6735         * MAINTAINERS: Update my email address.
6737 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6739         * MAINTAINERS (spu port): Update my email address.
6741 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6743         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6745 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6747         * configure.ac: Add "recommended" version checks for GMP/MPC.
6748         Update recommended GMP/MPFR/MPC versions.
6749         * configure: Regenerate.
6751 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6753         * MAINTAINERS: Move my Embecosm email address into the
6754         write-after-approval section.
6756 2010-01-26  Ian Lance Taylor  <iant@google.com>
6758         * MAINTAINERS: Add myself as Go frontend maintainer.
6760 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6762         PR libstdc++/36101, PR libstdc++/42813
6763         * configure.ac (bootstrap_target_libs): Make inclusion of
6764         target-libgomp conditional on libgomb being in target_configdirs.
6765         * configure: Regenerate.
6767 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6769         PR libstdc++/36101, PR libstdc++/42813
6770         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6771         * configure: Regenerate.
6773 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6775         PR libstdc++/36101, PR libstdc++/42813
6776         * configure.ac (target_configdirs): Substitute.
6777         * Makefile.def: Bootstrap target module libgomp.
6778         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6779         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6780         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6781         * configure, Makefile.in: Regenerate.
6783 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6785         * MAINTAINERS: Adjust my details.
6787 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6789         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6791 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6793         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6795 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6797         * MAINTAINERS (Write After Approval): Add myself.
6799 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6801         * MAINTAINERS (Write After Approval): Add myself.
6803 2010-01-11  Richard Guenther  <rguenther@suse.de>
6805         PR lto/41569
6806         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6807         * Makefile.in: Regenerated.
6809 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6811         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6812         * configure: Regenerate.
6814 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6815             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6817         PR bootstrap/42424
6818         * configure.ac: Include libtool m4 files.
6819         (_LT_CHECK_OBJDIR): Call it.
6820         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6821         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6823         * configure: Regenerate.
6825 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6827         PR bootstrap/41818
6828         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6829         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6830         * Makefile.in: Regenerate.
6832 2010-01-02  Richard Guenther  <rguenther@suse.de>
6834         PR lto/41529
6835         * configure.ac: Include config/elf.m4.  Disable LTO if not
6836         builting for an elf target.
6837         * configure: Regenerate.
6839 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6841         * MAINTAINERS: Change my email address.
6843 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6845         * config.sub, config.guess: Update from upstream sources.
6847 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6849         * MAINTAINERS (Write After Approval): Add myself.
6851 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6853         PR middle-end/30447
6854         PR middle-end/30789
6855         PR other/40302
6857         * configure.ac: Require MPC.
6858         * configure: Regenerate.
6860 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6862         PR target/38384
6863         PR bootstrap/40972
6864         * libtool.m4: Sync from git Libtool.
6865         * ltoptions.m4: Likewise.
6866         * ltversion.m4: Likewise.
6867         * lt~obsolete.m4: Likewise.
6868         * ltmain.sh: Likewise.
6870 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6872         * configure.ac: Update minimum MPC version to 0.8.
6873         * configure: Regenerate.
6875 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
6877         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6878         * configure: Regenerated.
6880 2009-11-21  Ian Lance Taylor  <iant@google.com>
6882         * configure.ac: Change default of poststage1_ldflags to be empty if
6883         poststage1_libs is set.  When poststage1_libs is empty, and
6884         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6885         * configure: Rebuild.
6887 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
6889         * MAINTAINERS (Write After Approval): Update my email address.
6891 2009-11-20  Ben Elliston  <bje@au.ibm.com>
6893         * config.guess: Update from upstream sources.
6895 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6897         * Makefile.def: Restore host and target settings for gmp.
6898         * Makefile.in: Rebuild.
6900 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6902         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
6903         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
6904         Fix portability of test of C++ as bootstrap language.  Add
6905         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6906         * configure: Rebuild.
6907         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6908         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
6909         in-tree building.
6910         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6911         (POSTSTAGE1_HOST_EXPORTS): Use it.
6912         (STAGE[+id+]_CXXFLAGS): New.
6913         (BASE_FLAGS_TO_PASS): Pass it down.
6914         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
6915         extra_exports.
6916         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6917         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6918         extra_exports.
6919         * Makefile.in: Rebuild.
6921 2009-11-17  Ben Elliston  <bje@au.ibm.com>
6923         * config.sub, config.guess: Update from upstream sources.
6925 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6927         * MAINTAINERS (Write After Approval): Add myself.
6929 2009-11-09  Jon Beniston  <jon@beniston.com>
6931         * MAINTAINERS (Write After Approval): Add myself.
6933 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
6935         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
6936         paths for *-w64-mingw* and x86_64-*mingw*.
6937         * configure: Regenerated.
6939 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
6941         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6943 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
6945         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6946         Phil Edwards to Write-After Approval.
6948 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
6950         * configure.ac: Disable target-winsup & co for
6951         x86_64-*-mingw* and *-w64-mingw* targets.
6952         * configure: Regenerated.
6954 2009-10-16  Nick Clifton  <nickc@redhat.com>
6956         * MAINTAINERS: Add myself as a maintainer for the RX port.
6958 2009-10-26  Johannes Singler  <singler@kit.edu>
6960         * MAINTAINERS (Write After Approval): Update my e-mail address.
6962 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6964         * configure.ac (CLooG test): Use = with test.
6965         * configure: Regenerate.
6967 2009-10-22  Richard Guenther  <rguenther@suse.de>
6969         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
6970         cloog if the ppl version check failed.  Move flags saving
6971         before setting in libelf check.
6972         * configure: Regenerate.
6974 2009-10-21  Richard Guenther  <rguenther@suse.de>
6976         * configure.ac: Adjust the ppl and cloog configure to work as
6977         documented.  Disable cloog if ppl was disabled.  Omit the version
6978         checks if they were disabled.
6979         * configure: Re-generate.
6981 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6983         * configure.ac: Add 'lto' to enable_languages, not
6984         new_enable_languages, and only if not already present.
6985         * configure: Regenerate.
6987 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
6989         * README: Refer to the various COPYING* files instead of just
6990         COPYING.
6991         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6993 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
6995         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6997 2009-10-07  Richard Guenther  <rguenther@suse.de>
6999         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
7000         and Richard Guenther as reviewers.
7001         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
7002         as reviewers.
7004 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
7006         * config.sub: Update from upstream sources.
7008 2009-10-06  Ian Lance Taylor  <iant@google.com>
7010         * Makefile.def: check-gold depends upon all-gas.
7011         * Makefile.in: Rebuild.
7013 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
7015         * MAINTAINERS (Write After Approval): Add myself.
7017 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
7019         * Makefile.def: all-lto-plugin depends on all-libiberty.
7020         set bootstrap=true for lto-plugin.
7021         Add lto-plugin.
7022         * Makefile.in: Regenerate.
7023         * configure.ac (host_libs): Add lto-plugin.
7024         * configure: Regenerate.
7026 2009-10-03  Diego Novillo  <dnovillo@google.com>
7028         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
7029         (HOST_LIBELFLIBS): Define.
7030         (HOST_LIBELFINC): Define.
7031         * Makefile.in: Regenerate.
7032         * configure.ac: Add --enable-lto.
7033         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
7034         If --enable-lto is used, add 'lto' to new_enable_languages.
7035         If --enable-lto is used and gold is enabled, add
7036         lto-plugin to configdirs.
7037         * configure: Regenerate.
7039 2009-10-03  Simon Baldwin  <simonb@google.com>
7041         * configure.ac: If --with-system-zlib, suppress local zlib and
7042         pass --with-system-zlib to subdir configure scripts.
7043         * configure: Regenerate.
7045 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
7046             Paolo Bonzini  <bonzini@gnu.org>
7048         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
7049         $(srcdir).
7050         * Makefile.in: Rebuilt.
7052 2009-09-26  Gary Funck  <gary@intrepid.com>
7054         * MAINTAINERS (Write After Approval): Add myself.
7056 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7058         * configure.ac: Update minimum MPC version to 0.7.
7059         * configure: Regenerate.
7061 2009-09-25  Nick Clifton  <nickc@redhat.com>
7063         * configure.ac: Pass any --cache-file=/dev/null option on to
7064         subconfigures.
7065         * configure: Regenerate.
7067 2009-09-23  Nick Clifton  <nickc@redhat.com>
7069         * config.sub, config.guess: Update from upstream sources.
7071 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
7073         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
7074         * Makefile.in: Rebuilt.
7076 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7078         PR bootstrap/32272
7079         * configure.ac: Error out if $srcdir isn't '.' but contains
7080         host-${host_noncanonical}.
7081         * configure: Regenerate.
7083 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7085         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
7086         maintainer.
7088 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7090         * configure.ac: If bootstrapping a combined tree with
7091         --enable-gold, require c++ in stage1_languages.
7092         * configure: Regenerate.
7094         * configure.ac: Also add target_libs of stage1_languages to
7095         bootstrap_target_libs.
7096         * configure: Regenerate.
7098         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
7099         with --enable-languages not containing c++.
7100         * configure: Regenerate.
7102 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
7104         * configure.ac: Disable java and boehm-gc for bfin-*-*.
7105         * configure: Regenerate.
7107 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
7109         * MAINTAINERS (Write After Approval): Update my e-mail address,
7110         and move from from here...
7111         (Waiting for paperwork): To here.
7113 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
7115         * MAINTAINERS (Reviewers): Add self as driver reviewer.
7117 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7119         * configure.ac: Do not use $extrasub for replacing @if/@endif
7120         parts in Makefile; instead, use additional arguments to
7121         AC_CONFIG_COMMANDS to do the replacement manually, with several
7122         sed invocations, to avoid HP-UX sed command limits.
7123         * configure: Regenerate.
7125 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
7127         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7128         blank before -L.
7130 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
7132         * configure.ac (with-build-config): Document.  Handle without.
7133         Handle missing argument.
7134         * configure: Rebuilt.
7136 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
7138         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
7139         Default to bootstrap-debug only if compare-debug works.
7140         * configure: Rebuilt.
7141         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7142         * Makefile.in: Rebuilt.
7144 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7146         * MAINTAINERS (OS Port Maintainers): Update my email address.
7148 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
7150         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7151         * Makefile.in: Rebuilt.
7153 2009-09-01  Chris Demetriou  <cgd@google.com>
7155         * MAINTAINERS (Write After Approval): Add myself.
7157 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
7159         PR debug/30161
7160         * include/dwarf2.h (enum dwarf_tag): Added
7161         DW_TAG_GNU_template_template_param
7162         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7164 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7166         * Makefile.tpl (AWK): Fix typo.
7167         * Makefile.in: Regenerate.
7169 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7171         * configure.ac: Detect awk and sed.
7172         * Makefile.def (flags_to_pass): Add AWK and SED.
7173         * Makefile.tpl (AWK, SED): New.
7174         (BASE_FLAGS_TO_PASS): Add AWK and SED.
7175         * configure: Regenerate.
7176         * Makefile.in: Regenerate.
7178 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
7180         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7181         (collapseslashes): Likewise.
7183 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7185         * configure.ac (AC_PREREQ): Bump to 2.64.
7187 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7189         * configure.ac: Remove --with-datarootdir, --with-docdir,
7190         --with-pdfdir, --with-htmldir switches.
7191         * configure: Regenerate.
7193         * configure: Regenerate.
7195         * compile: Sync from Automake 1.11.
7196         * depcomp: Likewise.
7197         * install-sh: Likewise.
7198         * missing: Likewise.
7199         * mkinstalldirs: Likewise.
7200         * ylwrap: Likewise.
7202 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
7204         * ltmain.sh (func_normal_abspath): New function.
7205         (func_relative_path): Likewise.
7206         (func_mode_help): Document new -bindir option for link mode.
7207         (func_mode_link): Add new -bindir option, and use it to place
7208         output DLL if specified.
7210 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7212         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7213         (baseargs): Add --disable-option-checking.
7214         * configure: Regenerate.
7216         * Makefile.def (configure-target-libiberty): Depend on
7217         all-binutils and all-ld.
7218         (configure-target-newlib): Likewise.
7219         * Makefile.in: Regenerate.
7221 2009-08-17  Ben Elliston  <bje@au.ibm.com>
7223         * config.sub, config.guess: Update from upstream sources.
7225 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7227         Sync from src, merge:
7229         2009-07-02  Tristan Gingold  <gingold@adacore.com>
7231         * configure.ac: Do not exclude gas for i386-*-darwin.
7232         Add a case for x86_64-*-darwin.
7233         * configure: Regenerate.
7235 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
7237         * MAINTAINERS: Add my name to Write After Approval list.
7239 2009-08-06  Michael Eager  <eager@eagercon.com>
7241         * configure.ac: Add Microblaze target.
7242         * configure: Regenerate.
7244 2009-07-31  Christian Bruel  <christian.bruel@st.com>
7246         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7247         * configure: Regenerate.
7249 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
7251         * MAINTAINERS (Write After Approval): Update my e-mail address.
7253 2009-07-06  Ian Lance Taylor  <iant@google.com>
7255         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7256         * configure: Rebuild.
7258 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
7260         * MAINTAINERS: Move myself to the Graphite Reviewers.
7262 2009-06-30  Wei Guozhi  <carrot@google.com>
7264         * MAINTAINERS: Add my name to Write After Approval list.
7266 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
7268         PR bootstrap/40338
7269         * configure.ac (comparestring): Create new variable.
7270         * Makefile.tpl (comparestring): Use to skip some comparisions.
7271         * configure: Regenerate.
7272         * Makefile.in: Regenerate.
7274 2009-06-26  Doug Evans  <dje@sebabeach.org>
7276         * Makefile.def (host_modules): Add cgen.
7277         * Makefile.in: Regenerate.
7278         * configure.ac (host_tools): Add cgen.
7279         * configure: Regenerate.
7281 2009-06-23  DJ Delorie  <dj@redhat.com>
7283         * MAINTAINERS: Add myself as mep maintainer.
7285 2009-06-23  Ian Lance Taylor  <iant@google.com>
7287         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
7288         boot_languages.  Only bootstrap target libraries listed in
7289         target_libs for some boot language.  Add --with-stage1-ldflags,
7290         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
7291         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
7292         if not building with C++.
7293         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7294         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7295         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7296         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7297         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
7298         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7299         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7300         * configure, Makefile.in: Rebuild.
7302 2009-06-23  Li Feng  <nemokingdom@gmail.com>
7304         * MAINTAINERS: Added my name to write-after-approval list.
7306 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
7308         * configure.ac: Define is_elf for QNX Neutrino targets.
7309         * configure: Regenerate.
7311 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
7313         * MAINTAINERS: Added my name to the write-after-approval list
7315 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7317         * configure.ac: Detect MPC in default directory.
7318         * configure: Regenerate.
7320 2009-06-03  Jerome Guitton  <guitton@adacore.com>
7321             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7323         * Makefile.tpl (all): Avoid a trailing backslash.
7324         * Makefile.in: Regenerate.
7326 2009-06-03  Ben Elliston  <bje@au.ibm.com>
7328         * config.sub, config.guess: Update from upstream sources.
7330 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
7332         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7333         to noconfdirs.
7334         * configure: Regenerate.
7336 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
7338         * Makefile.tpl ([+compare-target+]): Compare all stage
7339         directories, rather than just gcc.
7340         * Makefile.in: Rebuilt.
7342 2009-06-01  Doug Kwan  <dougkwan@google.com>
7344         * configure.ac: Support gold for target arm*-*-*.
7345         * configure: Regenerate.
7347 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7349         * Makefile.def: Add MPC support and dependencies.
7350         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
7352         * Makefile.in, configure: Regenerate.
7354 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
7356         * Makefile.tpl (all): Avoid harmless warning in make all when
7357         gcc-bootstrap is enabled but stage_last does not exist.
7358         * Makefile.in: Rebuilt.
7360 2009-05-24  Nicolas Roche  <roche@adacore.com>
7362         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7363         * Makefile.in: Regenerate.
7365 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
7367         * MAINTAINERS: Update my e-mail address.
7369 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
7371         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
7372         * configure:  Regenerate.
7374 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7376         PR other/40159
7377         * Makefile.tpl (all): Don't assume gcc-bootstrap and
7378         gcc-no-bootstrap are mutually exclusive.
7379         * Makefile.in: Rebuilt.
7381 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7383         PR other/40159
7384         * Makefile.tpl (all): Don't end with unconditional success.
7385         * Makefile.in: Rebuilt.
7387 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
7389         PR target/37137
7390         * Makefile.def (flags_to_pass): Remove redundant and incomplete
7391         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7392         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7393         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
7394         stage_configureflags, stage_cflags and stage_libcflags into
7395         explicit Makefile macros.
7396         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7397         GFORTRAN.
7398         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7399         CC.  Set CC_FOR_BUILD from CC.
7400         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7401         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7402         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7403         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
7404         and GFORTRAN.
7405         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7406         (_LIBCFLAGS): Renamed to _TFLAGS.
7407         (do-compare-debug, do-compare3-debug): Drop.
7408         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7409         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7410         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7411         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7412         (XGCC_FLAGS_FOR_TARGET): New.
7413         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7414         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7415         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7416         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7417         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
7418         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
7419         TFLAGS.
7420         (BUILD_CONFIG): Include if requested.
7421         (all): Set TFLAGS on bootstrap.
7422         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7423         (all-stageid-prefixmodule): Likewise.
7424         (do-clean, distclean-stageid): Set TFLAGS.
7425         (restrap): Fix whitespace.
7426         * Makefile.in: Rebuilt.
7428 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
7430         * config.guess: Sync with src.
7432 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
7434         * configure.ac ($with_ppl):  Default to no if not supplied.
7435         ($with_cloog):  Likewise.
7436         configure:  Regenerate.
7438 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
7440         * MAINTAINERS: Update my e-mail address.
7442 2009-04-27  Nick Clifton  <nickc@redhat.com>
7444         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7446 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
7448         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7449         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7450         * Makefile.in: Regenerate.
7452 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7454         PR bootstrap/39739
7455         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7456         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7458         * configure, Makefile.in: Regenerate.
7460 2009-04-21  Taras Glek  <tglek@mozilla.com>
7462         * include/hashtab.h: Update GTY annotations to new syntax
7463         * include/splay-tree.h: Likewise
7465 2009-04-17  Ben Elliston  <bje@au.ibm.com>
7467         * config.sub, config.guess: Update from upstream sources.
7469 2009-04-15  Anthony Green  <green@moxielogic.com>
7471         * configure.ac: Add moxie support.
7472         * configure: Rebuilt.
7474 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
7476         * configure.ac: Change copyright header to refer to version
7477         3 of the GNU General Public License and to point readers at the
7478         COPYING3 file and the FSF's license web page.
7479         * Makefile.def: Likewise.
7480         * Makefile.tpl: Likewise.
7481         * Makefile.in: Regenerate.
7483 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
7485         * configure.ac: Restore match for darwin9 or later. Use double
7486         brackets since regeneration eats one pair.
7487         * configure: Regenerate.
7489 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7491         PR gas/10039
7492         * configure.ac: Require texinfo 4.7.
7493         * configure: Regenerated.
7495 2009-04-09  Nick Clifton  <nickc@redhat.com>
7497         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7498         the GCC Runtime Library Exception.
7500 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7502         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7503         * configure: Regenerate.
7505 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7507         * Makefil.def (languages): New entries.
7508         * Makefile.tpl (check-gcc-*): New generic target.
7509         * Makefile.in: Regenerate.
7511 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7513         * MAINTAINERS:  Update my email address.
7515 2009-03-18  Tom Tromey  <tromey@redhat.com>
7517         * configure: Rebuild.
7518         * configure.ac (host_libs): Add libiconv.
7519         * Makefile.in: Rebuild.
7520         * Makefile.def (host_modules): Add libiconv.
7521         (configure-gdb, all-gdb): Depend on libiconv.
7523 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7525         * configure.ac: Treat gdb as supported on x86_64-darwin.
7526         * configure: Regenerate.
7528 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7530         * configure.ac (--with-host-libstdcxx): New option.
7531         * configure: Regenerate.
7533 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7535         * MAINTAINERS:  Move myself into the write after approval list.
7537 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7539         * MAINTAINERS: Update e-mail address.
7541 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7543         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7545 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7547         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7549 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7551         Backport from git Libtool:
7553         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7554         Support GNU/kOpenSolaris.
7555         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7556         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7557         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7558         GNU/kOpenSolaris.
7560 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7562         * MAINTAINERS: Update e-mail address.
7564 2009-02-24  Michael Eager  <eager@eagercon.com>
7566         * MAINTAINERS (Write After Approval): Add self.
7568 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7570         * MAINTAINERS (Write After Approval): Add myself.
7572 2009-02-05  Andreas Schwab  <schwab@suse.de>
7574         * Makefile.tpl (stage_last): Define $r and $s before using
7575         $(RECURSE_FLAGS_TO_PASS).
7576         * Makefile.in: Regenerate
7578 2009-01-30  Ian Lance Taylor  <iant@google.com>
7580         * MAINTAINERS: Move myself to the Global Reviewers list.
7582 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7584         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7585         * configure: Regenerate.
7587 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7589         * MAINTAINERS: Make whitespace consistent.
7590         Remove Robert Millan from Write After Approval.
7592 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7594         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7595         (all-opcodes): Depend on all-libiberty.
7596         * Makefile.in: Regenerate.
7598 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7600         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7601         * configure: Regenerate.
7603 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7605         * MAINTAINERS (Write After Approval): Add myself.
7607 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7609         * MAINTAINERS: Add myself to reviewers (Fortran).
7611 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7613         PR tree-optimization/38515
7614         * configure.ac (cloog-polylib): Removed.
7615         (with_ppl, with_cloog): Test for "no".
7616         * configure: Regenerated.
7618 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7620         * MAINTAINERS: Moved myself to reviewers (Fortran).
7622 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7624         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7625         (Write After Approval): Remove myself.
7627 2009-01-03  Diego Novillo  <dnovillo@google.com>
7629         * MAINTAINERS: Remove myself from alias maintainership.
7631 2009-01-02  David Ayers  <ayers@fsfe.org>
7633         * MAINTAINERS: Update e-mail address.
7635 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7637         * MAINTAINERS: Make whitespace consistent.
7639 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7641         Backport from upstream Libtool:
7642         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7643         Add cache variables to tests that require the linker to work.
7644         For shlibpath_overrides_runpath, this also changes the semantics
7645         to let the result from the C compiler take precedence.
7647 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7649         * config.sub, config.guess: Update from upstream sources.
7651 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7653         * configure.ac (ppllibs): Add by default the lib flags.
7654         * configure: Regenerate.
7656 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7658         * MAINTAINERS:  Add myself to the write after approval list.
7660 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7662         * configure.ac: Add double brackets on darwin[912].
7663         * configure: Regenerate.
7665 2008-12-03  Daniel Kraft  <d@domob.eu>
7667         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7668         Approval to Reviewer section (for Fortran front-end).
7670 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7672         * configure.ac: Expand to darwin10 and later.
7673         * configure: Regenerate.
7675 2008-12-02  Andreas Schwab  <schwab@suse.de>
7677         * Makefile.def: configure-target-boehm-gc depends on
7678         all-target-libstdc++-v3.
7679         * Makefile.in: Regenerate.
7681 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7683         * MAINTAINERS:  Add myself as mingw maintainer.
7685 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7687         * config.sub, config.guess: Update from upstream sources.
7689 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7691         * README.SCO: Remove.
7693 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7695         * MAINTAINERS:  Add myself to the write after approval list.
7697 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7699         * MAINTAINERS:  Update my email address in WAA section.
7701 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7703         * MAINTAINERS: Update e-mail address.
7705 2008-11-27  Toon Moene  <toon@moene.org>
7707         * MAINTAINERS: Change e-mail address.
7709 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7711         * configure.ac: Build gdb for i?86-*-darwin*
7712         * configure: Regenerated.
7714 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7716         * MAINTAINERS: Added my full name.
7718 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7720         PR bootstrap/38014
7721         PR bootstrap/37923
7723         Revert:
7725         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7727         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7728         * Makefile.in: Regenerated.
7730         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7732         PR gdb/921
7733         PR gdb/1646
7734         PR gdb/2175
7735         PR gdb/2176
7737         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7738         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7739         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7740         (HOST_EXPORTS): Pass CPPFLAGS.
7741         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7742         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7743         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7744         * Makefile.in, configure: Regenerated.
7745         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7746         and CPPFLAGS_FOR_BUILD.
7748 2008-11-06  Jeff Law  <law@redhat.com>
7750         * MAINTAINERS: Add myself as middle end maintainer.
7752 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7754         * MAINTAINERS (Write after approval): Add myself.
7756 2008-11-05  Diego Novillo  <dnovillo@google.com>
7758         * MAINTAINERS (Global Reviewers): Add myself.
7759         (Non-Algorithmic Maintainers): Remove myself.
7761 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7763         * MAINTAINERS (Write after approval): Add myself.
7765 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7767         * MAINTAINERS (Write after approval): Add myself.
7769 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7771         * configure.ac (spu-*-*): Remove special case.
7772         * configure: Regenerate.
7774 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7776         * MAINTAINERS (Write after approval): Update my email address.
7778 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7780         * configure.ac [spu-*-*]: Do not set skipdirs.
7781         * configure: Re-generate.
7783 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7785         * MAINTAINERS (Various Maintainers): Add myself to reload.
7787 2008-10-25  Richard Guenther  <rguenther@suse.de>
7789         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7790         maintainer.  Remove myself as libgcc-math maintainer.
7791         (Non-Algorithmic Maintainers): Remove myself.
7793 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7795         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7796         * Makefile.in: Regenerated.
7798 2008-10-23  Cary Coutant  <ccoutant@google.com>
7800         * MAINTAINERS (Write after approval): Add myself.
7802 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7804         PR gdb/921
7805         PR gdb/1646
7806         PR gdb/2175
7807         PR gdb/2176
7809         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7810         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7811         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7812         (HOST_EXPORTS): Pass CPPFLAGS.
7813         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7814         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7815         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7816         * Makefile.in, configure: Regenerated.
7817         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7818         and CPPFLAGS_FOR_BUILD.
7820 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7822         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7823         Sebastian Pop.
7825 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7827         * MAINTAINERS (Write After Approval): Added myself.
7829 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7831         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7832         recommended version to 2.3.2.
7834         * configure: Regenerate.
7836 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7838         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7840 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7842         * MAINTAINERS (Write After Approval): Update e-mail address.
7844 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7846         * libtool.m4: Update to libtool 2.2.6.
7847         * lt~obsolete.m4: Update to libtool 2.2.6.
7848         * ltmain.sh: Update to libtool 2.2.6.
7849         * ltsugar.m4: Update to libtool 2.2.6.
7850         * ltversion.m4: Update to libtool 2.2.6.
7851         * ltoptions.m4: Update to libtool 2.2.6.
7852         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7854 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7856         * MAINTAINERS (Write After Approval): Add myself.
7858 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7860         * MAINTAINERS (Write After Approval): Update my name.
7862 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
7864         * MAINTAINERS: Add myself in "Write After Approval".
7866 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
7868         * MAINTAINERS: Add myself as ia64 maintainer.
7870 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
7872         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7873         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7874         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7875         and Michael Tiemann from Write After Approval since they do not
7876         actually have access.
7878 2008-09-05  Richard Guenther  <rguenther@suse.de>
7880         * configure.ac: Initialize clooglibs to -lcloog.
7881         * configure: Re-generate.
7883 2008-09-04  Le-Chun Wu  <lcwu@google.com>
7885         * MAINTAINERS (Write After Approval): Add myself.
7887 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
7889         * configure.ac (--with-cloog-polylib): New.
7890         (--disable-cloog-version-check): New.
7891         (--disable-ppl-version-check): New.
7892         * configure: Re-generate.
7894 2008-09-03  Richard Guenther  <rguenther@suse.de>
7896         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7897         cloog test.
7898         * configure: Re-generate.
7900 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
7902         Add picoChip port.
7903         * MAINTAINERS: Add picoChip maintainers.
7905 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
7906             Tobias Grosser  <grosser@fim.uni-passau.de>
7907             Jan Sjodin  <jan.sjodin@amd.com>
7908             Harsha Jagasia  <harsha.jagasia@amd.com>
7909             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7910             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
7911             Adrien Eliche  <aeliche@isty.uvsq.fr>
7913         Merge from graphite branch.
7914         * configure: Regenerate.
7915         * Makefile.in: Regenerate.
7916         * configure.ac (host_libs): Add ppl and cloog.
7917         Add checks for PPL and CLooG.
7918         * Makefile.def (ppl, cloog): Added modules and dependences.
7919         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7920         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7922 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7924         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7925         (GCC_SHLIB_SUBDIR): New.
7926         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7927         * configure: Regenerate.
7928         * Makefile.in: Regenerate.
7930 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7932         * MAINTAINERS: Consistently use tabs to separate columns.
7934 2008-08-29  Tristan Gingold  <gingold@adacore.com>
7936         * MAINTAINERS (Write after Approval): Add myself.
7938 2008-08-28  Tristan Gingold  <gingold@adacore.com>
7940         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7941         Enable bfd, binutils and opcodes.
7942         * configure: Regenerate.
7944 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7946         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
7948 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7950         * MAINTAINERS:  Use correct Umlaut for last name.
7952 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7954         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7956 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
7958         * MAINTAINERS: Update my email address.
7960 2008-08-16  Nicolas Roche  <roche@adacore.com>
7962         * Makefile.tpl: Add BOOT_ADAFLAGS.
7963         * Makefile.in: Regenerate.
7965 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
7967         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7968         * configure: Regenerate.
7970 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
7972         * configure.ac: Add makefile fragments for hpux.
7973         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7974         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7975         * configure: Regenerate.
7976         * Makefile.in: Regenerate.
7978 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
7980         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7982 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
7984         * MAINTAINERS (Write after Approval): Add myself.
7986 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
7988         * MAINTAINERS (Write After Approval):  Add myself.
7990 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
7992         * MAINTAINERS (Write After Approval):  Add myself.
7994 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7996         * MAINTAINERS: Update my email address.
7998 2008-06-25  Joey Ye  <joey.ye@intel.com>
8000         * MAINTAINERS (Write After Approval):  Add myself.
8002 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8004         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
8005         * Makefile.in: Regenerate.
8006         * configure: Regenerate.
8008 2008-06-17  Daniel Kraft  <d@domob.eu>
8010         * MAINTAINERS (Write After Approval):  Add myself.
8012 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8014         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
8015         "$@" is still intact with both Autoconf 2.59 and 2.62.
8016         * configure: Regenerate.
8018 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8020         * Makefile.tpl: Fix comment errors.
8021         * Makefile.in: Regenerate.
8023 2008-06-12  David S. Miller  <davem@davemloft.net>
8024             David Edelsohn  <edelsohn@gnu.org>
8026         * configure.ac: Add powerpc*-*-* to gold supported targets.
8027         * configure: Regenerate.
8029 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
8031         PR tree-optimization/36218
8032         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
8033         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
8034         (all prefix="build-"): Pass them to build-system sub-makes.
8035         * Makefile.in: Regenerate.
8037 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
8039         * MAINTAINERS (mt port): Remove.
8040         (sco5, unixware, sco udk): Remove.
8041         (Kean Johnston): Add to Write After Approval.
8043 2008-05-30  Julian Brown  <julian@codesourcery.com>
8045         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
8046         of libobjc for ARM EABI Linux.
8047         * configure: Regenerate.
8049 2008-05-18  Xinliang David Li   <davidxl@google.com>
8051         * ChangeLog: Remove wrong ChangeLog entry.
8053 2008-05-17  Xinliang David Li   <davidxl@google.com>
8055         * MAINTAINERS (Write After Approval): Add myself.
8057 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
8059         * MAINTAINERS (Write After Approval): Add myself.
8061 2008-05-14  Rafael Espíndola  <espindola@google.com>
8063         * config-ml.in: don't handle --enable-shared and --enable-static.
8065 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
8067         * MAINTAINERS: Update my email address.
8069 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
8071         * MAINTAINERS: Update my email address.
8073 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
8075         * MAINTAINERS (Write After Approval): Add myself.
8077 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
8079         * MAINTAINERS (Write After Approval): Add myself.
8081 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
8083         * MAINTAINERS (crx): Add myself.
8085 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8087         Sync with src:
8088         2008-04-14  David S. Miller  <davem@davemloft.net>
8090         * configure.ac: Add sparc*-*-* to gold supported targets.
8091         * configure: Regenerate.
8093 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8095         PR bootstrap/35457
8096         * configure.ac: Include override.m4.
8097         * configure: Regenerate.
8099 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8101         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
8102         * Makefile.in: Regenerate.
8104 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
8106         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
8107         as nonconfigurable directories list.
8108         * configure: Regenerate.
8110 2008-04-14  Ben Elliston  <bje@au.ibm.com>
8112         * config.sub, config.guess: Update from upstream sources.
8114 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
8116         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
8117         * Makefile.in: Regenerate.
8119 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
8121         * configure.ac: Do not build libssp for the AVR.
8122         * configure: Regenerate.
8124 2008-04-07  Ian Lance Taylor  <iant@google.com>
8126         * Makefile.def: check-gold depends upon all-binutils.
8127         * Makefile.in: Regenerate.
8129 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
8131         * MAINTAINERS (Write After Approval): Add myself.
8133 2008-04-04  Nick Clifton  <nickc@redhat.com>
8135         PR binutils/4334
8136         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
8137         builds.
8138         * configure: Regenerate.
8140 2008-04-04  NightStrike  <NightStrike@gmail.com>
8142         PR other/35151
8143         * configure.ac: Combine rules for mingw32 and mingw64.
8144         * configure: Regenerate.
8146 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
8148         * MAINTAINERS (Write After Approval): Add myself.
8150 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
8152         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8153         * Makefile.in (.NOTPARALLEL): Ditto.
8155 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
8157         * MAINTAINERS (Write After Approval): Add myself.
8159 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
8161         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8162         * Makefile.in (.NOTPARALLEL): Regenerate.
8164 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
8166         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8167         * Makefile.in: Regenerate.
8169 2008-03-26  Jakub Staszak  <kuba@et.pl>
8171         * MAINTAINERS (Write After Approval): Add myself.
8173 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8175         * MAINTAINERS:  Update e-mail address.
8177 2008-03-20  Ian Lance Taylor  <iant@google.com>
8179         * configure.ac: Add support for --enable-gold.
8180         * Makefile.def: Add gold as a directory like ld.
8181         * configure, Makefile.in: Regenerate.
8183 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8185         * configure.ac: m4_include config/proginstall.m4.
8186         * configure: Regenerate.
8188         Backport from upstream Libtool:
8190         2007-10-12  Eric Blake  <ebb9@byu.net>
8192         Deal with Autoconf 2.62's semantic change in m4_append.
8193         * ltsugar.m4 (lt_append): Replace broken versions of
8194         m4_append.
8195         (lt_if_append_uniq): Don't require separator to be overquoted,
8196         and avoid broken m4_append.
8197         (lt_dict_add): Fix typo.
8198         * libtool.m4 (_LT_DECL): Don't overquote separator.
8200 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
8202         * config.rpath: Add AIX 6 support.
8204 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
8206         * Makefile.def (stageprofile).  Remove -fprofile-generate
8207         from stage_libcflags.
8208         * Makefile.in: Regenerate.
8210 2008-03-13  Ben Elliston  <bje@au.ibm.com>
8212         * config.sub, config.guess: Update from upstream sources.
8214 2008-03-06  Tom Tromey  <tromey@redhat.com>
8216         * MAINTAINERS: Update for treelang deletion.
8218 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
8220         * MAINTAINERS: Update my email address.
8222 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
8224         * MAINTAINERS (darwin port): Add myself as a maintainer.
8225         (objective-c/c++): Add myself as a maintainer.
8227 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
8229         * MAINTAINERS (Write After Approval): Update my email address.
8231 2008-02-25  Tomas Bily  <tbily@suse.cz>
8233         * MAINTAINERS (Write After Approval): Add myself.
8235 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
8237         * MAINTAINERS (OpenMP): Add myself.
8239 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
8241         PR bootstrap/32009
8242         PR bootstrap/32161
8244         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8245         * configure: Regenerate.
8247         * Makefile.def: Define stage_libcflags for all bootstrap stages.
8248         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8249         STAGE4_LIBCFLAGS): New.
8250         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8251         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8252         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8253         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8254         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8255         for target modules.  Don't export LIBCFLAGS.
8256         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8257         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8258         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8259         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8260         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8261         * Makefile.in: Regenerate.
8263 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8265         PR libgcj/33085
8266         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8267         Do not use -DDLL_EXPORT.  Backport from upstream.
8269 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8271         * MAINTAINERS (Write After Approval): Add myself.
8273 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
8275         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8276         * configure: Regenerate.
8278 2008-01-31  Marc Gauthier  <marc@tensilica.com>
8280         * configure.ac (xtensa*-*-*): Recognize processor variants.
8281         * configure: Regenerate.
8283 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8285         PR bootstrap/34922
8286         * configure.ac (PARSE_ARGS): Push suitable setting of
8287         ac_subdirs_all, for `./configure --help=recursive'.
8288         Handle `+' in generic toplevel directory disabling.
8289         * configure: Regenerate.
8291 2008-01-28  Nick Clifton  <nickc@redhat.com>
8293         * MAINTAINERS (xstormy16): Take over maintainership.
8295 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
8297         * MAINTAINERS (c4x port): Remove.
8299 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
8301         * libtool.m4: Backport AIX 6 support from ToT Libtool.
8303 2008-01-23  Ben Elliston  <bje@au.ibm.com>
8305         * config.sub, config.guess: Update from upstream sources.
8307 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
8309         * MAINTAINERS (Write After Approval): Add myself.
8311 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
8313         * MAINTAINERS: Update my email address.
8315 2008-01-09  Raksit Ashok  <raksit@google.com>
8317         * MAINTAINERS (Write After Approval): Add myself.
8319 2008-01-09  Raksit Ashok  <raksit@google.com>
8321         * MAINTAINERS (Write After Approval): Add myself.
8323 2008-01-08  Ben Elliston  <bje@au.ibm.com>
8325         * config.sub, config.guess: Update from upstream sources.
8327 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8329         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8330         Change recommended MPFR from 2.2.1 -> 2.3.0.
8331         * configure: Regenerate.
8333 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
8335         * MAINTAINERS: Update my email address.
8337 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
8339         * MAINTAINERS: Update my email address.
8341 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
8343         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8344         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8345         * Makefile.in: Regenerate.
8347 2007-12-10  Mark Heffernan  <meheff@google.com>
8349         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8350         misplaced entries.
8352 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8354         * configure.ac: Enable libjava for x86_64-*-darwin9.
8355         * configure: Regenerate.
8357 2007-12-07  Bill Maddox  <maddox@google.com>
8359         * MAINTAINERS (Write After Approval): Add myself.
8361 2007-12-05  Ben Elliston  <bje@au.ibm.com>
8363         * config.sub, config.guess: Update from upstream sources.
8365 2007-12-02  Matthias Klose  <doko@ubuntu.com>
8367         * config-ml.in: Remove 64bit configure tests.
8369 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8371         * config-ml.in: Robustify against white space in absolute file
8372         names.
8374         * config-ml.in (multi-clean): Substitute ${Makefile}.
8375         Remove superfluous ${Makefile} in list.
8377 2007-11-19  Thiemo Seufer  <ths@mips.com>
8379         * config-ml.in: Don't hardcode the Makefile name.
8381 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
8383         * MAINTAINERS (Write After Approval): Add myself.
8385 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
8387         * MAINTAINERS (Write After Approval): Add myself.
8389 2007-11-06  Doug Kwan  <dougkwan@google.com>
8391         * MAINTAINERS (Write After Approval): Add myself.
8393 2007-10-25  Ben Elliston  <bje@au.ibm.com>
8395         * MAINTAINERS (mercury): Remove entry.
8396         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8398 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8400         * Makefile.def (dependencies): Make configure-gdb depend on
8401         all-intl.
8402         * Makefile.in: Regenerated.
8404 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
8406         * MAINTAINERS (Fortran maintainer): Remove myself.
8408 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
8410         * Makefile.def: To avoid problems running with parallel makes,
8411         build newlib before libgloss so that target specific header
8412         files are availble.
8413         * Makefile.in: Regenerate
8415 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
8417         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8418         * Makefile.in: Regenerate.
8420 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
8422         * MAINTAINERS (Register allocation reviewer): Add myself.
8424 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
8426         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8427         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8428         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
8429         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8430         * configure: Regenerate.
8432 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
8434         * MAINTAINERS (Register allocation reviewer): Add myself.
8436 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
8438         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8439         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8440         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8441         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8442         * configure.ac: Default them to host tools for $host = $build.
8443         Subst them.
8445         * configure: Regenerate.
8446         * Makefile.in: Regenerate.
8448 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
8450         * MAINTAINERS (Register allocation reviewer): Add myself.
8452 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
8454         * MAINTAINERS (Register allocation reviewer): Add myself.
8456 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
8458         * MAINTAINERS (Write After Approval): Fix typo.
8460 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
8462         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8463         * configure: Regenerate.
8465 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
8467         PR bootstrap/31906
8468         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8469         they're already prefixed.
8471 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
8473         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8474         libstdc++.
8475         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8476         * configure: Regenerate.
8477         * Makefile.in: Regenerate.
8479 2007-09-17  Andreas Schwab  <schwab@suse.de>
8481         * configure.ac: Raise minimum makeinfo version to 4.6.
8482         * configure: Regenerate.
8484 2007-09-17  Johannes Singler  <singler@ira.uka.de>
8486         * MAINTAINERS (write-after-approval) add myself
8488 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
8490         * configure.ac: Correct makeinfo version check.
8491         * configure: Regenerate.
8493 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8495         * MAINTAINERS: Update my email address.
8497 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8499         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8500         to $skipdirs and only disable gprof for newlib.  Use the normal
8501         mips*-elf* handling in other respects.
8502         * configure: Regnerate.
8504 2007-09-12  David Daney  <ddaney@avtrex.com>
8506         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8507         enabling libgcj.
8508         * configure: Regenerate.
8510 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8512         PR other/32154
8513         * configure.ac: For libgloss targets, point the linker to the linker
8514         script, startup code and simulator library.
8515         * configure: Regenerate.
8517 2007-09-07  Andrew Haley  <aph@redhat.com>
8519         * configure.ac (noconfigdirs): Remove target-libffi and
8520         target-libjava.
8521         * configure: Regenerate.
8523 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8525         PR target/33281
8526         * configure.ac: Use config/mh-mingw on mingw.
8527         * configure: Regenerate.
8529 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8531         * MAINTAINERS (Write After Approval): Add myself.
8533 2007-09-05  Richard Guenther  <rguenther@suse.de>
8535         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8536         nor --disable-checking is provided also turn on yes and types
8537         checking for stage1.
8538         * configure: Re-generate.
8540 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8542         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8543         (Write After Approval): Remove myself.
8545 2007-08-29  Nick Clifton  <nickc@redhat.com>
8547         * config.sub, config.guess: Update from upstream sources.
8549 2007-08-22  Bud Davis  <jmdavis@link.com>
8551         * MAINTAINERS (Write After Approval): Added myself.
8552         * MAINTAINERS (Reviewers): Removed myself.
8554 2007-08-18  Paul Brook  <paul@codesourcery.com>
8555             Joseph Myers  <joseph@codesourcery.com>
8557         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8558         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8559         * Makefile.in: Regenerate.
8560         * configure.ac (--with-debug-prefix-map): New.
8561         * configure: Regenerate.
8563 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8564             Nigel Stephens  <nigel@mips.com>
8566         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8567         as target_makefile_frag.
8568         * configure: Regenerate.
8570 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8572         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8573         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8574         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8575         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8576         (do-compare, do-compare3, do-compare-debug): New.
8577         ([+compare-target+]): Use them.
8579 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8581         * MAINTAINERS (Write After Approval): Change my email address.
8583 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8584             Ben Elliston  <bje@au.ibm.com>
8586         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8587         --silent if $silent.
8588         * configure: Regenerate.
8590 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8592         * MAINTAINERS (Various Maintainers): Add myself as
8593         loop infrastructure maintainer.  Update my e-mail
8594         address.
8596 2007-07-31  Diego Novillo  <dnovillo@google.com>
8598         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8599         Adjust description.
8601 2007-07-26  Richard Guenther  <rguenther@suse.de>
8603         * configure.ac: Add types checking to stage1 checking flags.
8604         * configure: Regenerate.
8606 2007-07-17  Nick Clifton  <nickc@redhat.com>
8608         * COPYING3: New file.  Contains version 3 of the GNU General
8609         Public License.
8610         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8611         Lesser General Public License.
8613 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8615         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8617 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8619         * MAINTAINERS (S/390 co-maintainer): Add myself.
8620         (Write After Approval): Remove myself.
8622 2007-07-13  Dan Hipschman  <dsh@google.com>
8624         * MAINTAINERS (Write After Approval): Add myself.
8626 2007-07-11  Nick Clifton  <nickc@redhat.com>
8628         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8629         WINDRES export.
8630         * Makefile.in: Regenerate.
8632 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8634         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8635         maintainer.
8637 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8639         * lt~obsolete.m4: New. Import from 20070318 libtool.
8641 2007-07-03  Julian Brown  <julian@codesourcery.com>
8643         * MAINTAINERS (Write After Approval): Add myself.
8645 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8647         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8648         * configure: Regenerate.
8650 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8652         * configure.ac: Add some missing m4 quotation.
8653         * configure: Regenerate.
8655 2007-07-02  Simon Baldwin  <simonb@google.com>
8657         * MAINTAINERS (Write After Approval): Add myself.
8659 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8661         * configure: Regenerate.
8663 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8665         * Makefile.def: Add windmc tool to build.
8666         * Makefile.tpl: Likewise.
8667         * configure.ac: Likewise.
8668         * Makefile.in: Regenerate.
8669         * configure: Regenerate.
8671 2007-06-28  DJ Delorie  <dj@redhat.com>
8673         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8674         not building newlib.
8675         * configure: Regenerated.
8677 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8679         * MAINTAINERS (Write After Approval): Add myself.
8681 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8683         * MAINTAINERS (Write After Approval): Add myself.
8685 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8687         * MAINTAINERS (Write After Approval): Add myself.
8689 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8691         * MAINTAINERS (Write After Approval): Add myself.
8693 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8695         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8696         * Makefile.in: Regenerated.
8698 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8700         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8701         bfin*-*-uclinux* targets.
8702         * configure: Regenerate.
8704 2007-06-14  Ian Lance Taylor  <iant@google.com>
8706         * MAINTAINERS: Add myself as non-algorithmic global write
8707         maintainer.
8709 2007-06-14  Diego Novillo  <dnovillo@google.com>
8711         * MAINTAINERS: Add self as middle-end maintainer and
8712         non-algorithmic global write maintainer.
8714 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8716         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8717         Move all Fortran maintainers except Paul Brook into the
8718         Non-Autopoiesis section.
8720 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8722         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8723         (distclean-stage[+id+]): Possibly delete stage_last.
8724         * Makefile.in: Regenerate.
8726 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8728         * MAINTAINERS (Various Maintainer): Fix typo.
8730 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8732         * MAINTAINERS (Various Maintainer): Add myself as
8733         dataflow maintainer.
8735 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8737         * config.sub, config.guess: Update from upstream sources.
8739 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8741         * Makefile.tpl: Fix spelling error.
8742         * Makefile.in: Regenerate.
8744 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8746         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8747         lt_cv_sys_max_cmd_len.
8749 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8751         * MAINTAINERS (Various Maintainers): Add myself as
8752         auto-vectorizer maintainer.
8754 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8756         PR libjava/32098
8757         * libtool.m4: Revert previous change.
8758         * ltgcc.m4: Put it here.
8760 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8762         * MAINTAINERS (Various Maintainers): Add myself as
8763         auto-vectorizer maintainer.
8765 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8767         PR libjava/32098
8768         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8770 2007-05-30  Richard Guenther  <rguenther@suse.de>
8772         * MAINTAINERS (Various Maintainers): Add myself as
8773         auto-vectorizer maintainer.
8775 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8777         PR bootstrap/29382
8778         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8779         * configure: Rebuilt.
8781 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8783         * MAINTAINERS (Write After Approval): Removed my name.
8785 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8787         * MAINTAINERS (Write After Approval): Remove myself.
8789 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8791         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8793 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8795         * ltmain.sh: Update from ToT Libtool.
8796         * libtool.m4: Update from ToT Libtool.
8797         * ltsugar.m4: New. Update from ToT Libtool.
8798         * ltversion.m4: New. Update from ToT Libtool.
8799         * ltoptions.m4: New. Update from ToT Libtool.
8800         * ltconfig: Remove.
8801         * ltcf-c.sh: Remove.
8802         * ltcf-cxx.sh: Remove.
8803         * ltcf-gcj.sh: Remove.
8805 2007-05-22  Ollie Wild  <aaw@google.com>
8807         * MAINTAINERS (Write After Approval): Add myself.
8809 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8811         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8812         stage_cflags.
8813         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8814         Remove CFLAGS/LIBCFLAGS.
8815         (configure-stage[+id+]-[+prefix+][+module+],
8816         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8817         * Makefile.in: Regenerate.
8819 2007-05-15  Diego Novillo  <dnovillo@google.com>
8821         * MAINTAINERS: Update e-mail address.
8823 2007-05-15  Revital Eres  <eres@il.ibm.com>
8825         * MAINTAINERS (Write After Approval): Add myself.
8827 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8829         * MAINTAINERS (Write After Approval): Updated my address.
8831 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8833         * MAINTAINERS (Write After Approval): Add myself.
8835 2007-05-11  Silvius Rus  <rus@google.com>
8837         * MAINTAINERS (Write After Approval): Add myself.
8839 2007-04-23  Tom Tromey  <tromey@redhat.com>
8841         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8843 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8845         * MAINTAINERS (cpplib): Rename to ...
8846         (libcpp): ... this.  Add C/C++ front end maintainers.
8848 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8850         * config-ml.in: Pass ${ml_config_env} to configure calls.
8852 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8854         * MAINTAINERS (Write After Approval): Add myself.
8856 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8858         * MAINTAINERS (Write After Approval): Add myself.
8860 2007-03-31  Tobias Burnus  <burnus@net-b.de>
8862         * MAINTAINERS (fortran 95 front end): Add myself.
8864 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8866         * MAINTAINERS (Write After Approval): Add myself.
8868 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
8870         * MAINTAINERS (Modulo Scheduler): Add myself.
8872 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
8874         * MAINTAINERS (fortran 95 front end): Add myself.
8875         (c++ front end): whitespace fix.
8877 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
8879         * MAINTAINERS (Write After Approval): Add myself.
8881 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8883         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8884         of glob.  Quote arguments with single quotes too.
8885         * configure: Regenerate.
8887 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8889         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8890         * Makefile.in: Regenerate
8892 2007-03-07  Andreas Schwab  <schwab@suse.de>
8894         * configure: Regenerate.
8896 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
8898         * configure.ac: Add "--with-pdfdir" configure option,
8899         which defines pdfdir variable.
8900         * Makefile.def (target=fixincludes): Add install-pdf to
8901         missing targets.
8902         (recursive_targets): Add install-pdf target.
8903         (flags_to_pass): Add pdfdir.
8904         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8905         target.
8906         * configure: Regenerate
8907         * Makefile.in: Regenerate
8909 2007-02-28  Eric Christopher  <echristo@apple.com>
8911         Revert:
8912         2006-12-07  Mike Stump  <mrs@apple.com>
8914         * Makefile.def (dependencies): Add dependency for
8915         install-target-libssp and install-target-libgomp on
8916         install-gcc.
8917         * Makefile.in: Regenerate.
8919 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
8921         * configure: Regenerate.
8922         * configure.ac: Move statements after variable declarations.
8924 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
8926         * MAINTAINERS: Add myself as sh maintainer.
8928 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
8930         * configure.ac: Adjust for loop syntax.
8931         * configure: Regenerate.
8933 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8935         * configure: Rebuilt.
8937 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8939         * configure.ac: Drop multiple occurrences of --enable-languages,
8940         and fix its quoting.
8941         * configure: Rebuilt.
8943 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
8944             Nathan Sidwell  <nathan@codesourcery.com>
8945             Vladimir Prus  <vladimir@codesourcery.com>
8946             Joseph Myers  <joseph@codesourcery.com>
8948         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8949         * configure: Regenerate.
8951 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
8953         * ltconfig (freebsd*): Default to elf.
8955 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8957         * configure.ac (target_libraries): Move libgcc before libiberty.
8958         * configure: Regenerated.
8960 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8961             Paolo Bonzini  <bonzini@gnu.org>
8963         PR bootstrap/30753
8964         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
8965         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
8966         * configure: Regenerated.
8968 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8970         * MAINTAINERS (Language Front End Maintainers): Update my mail
8971         address.
8973 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8975         PR bootstrap/30748
8976         * configure.ac: Correct syntax for Solaris ksh.
8977         * configure: Regenerated.
8979 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8981         * configure.ac: Sync with src.
8982         * configure: Regenerate.
8984 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8986         * Makefile.in: Regenerate.
8988 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8990         * config.sub: Sync with src.
8992 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8994         * Makefile.tpl (build_alias, host_alias, target_alias): Use
8995         noncanonical equivalents.
8996         * configure.in: Rename to...
8997         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8998         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8999         target_noncanonical.  Use them.  Rewrite removal of configure
9000         arguments for autoconf 2.59.  Discard variable settings.  Force
9001         program_transform_name for native tools.
9003         * Makefile.in: Regenerated.
9004         * configure: Regenerated with autoconf 2.59.
9006 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
9008         * MAINTAINERS (Write After Approval): Add myself.
9010 2007-01-31  Andreas Schwab  <schwab@suse.de>
9012         * Makefile.tpl (LDFLAGS): Substitute it.
9013         * Makefile.in: Regenerate.
9015 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
9017         * MAINTAINERS (Write After Approval): Add myself.
9019 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
9021         * MAINTAINERS (spu port): Add myself.
9023 2007-01-23  Richard Guenther  <rguenther@suse.de>
9025         PR bootstrap/30541
9026         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
9027         * Makefile.tpl (GNATBIND): Substitute it.
9028         (GNATMAKE): Likewise.
9029         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
9030         of STAGE_PREFIX.
9031         * Makefile.in: Regenerate.
9032         * configure: Regenerate.
9034 2007-01-18  Mike Stump  <mrs@apple.com>
9036         * configure.in: Re-enable -Werror for gcc builds.
9038 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
9040         * MAINTAINERS (Write After Approval): Add myself.
9042 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9044         * configure.in: Change == to = in test command.
9045         * configure: Regenerate.
9047 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9048             Nick Clifton  <nickc@redhat.com>
9049             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
9051         * configure.in (build_configargs, host_configargs, target_configargs):
9052         Remove build/host/target parameters.
9053         (host_libs): Add gmp and mpfr.
9054         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
9055         * Makefile.def (gmp, mpfr): New.
9056         (gcc): Remove target.
9057         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
9058         target_os, target_vendor): New.
9059         (configure): Add host_alias/target_alias arguments; adjust invocations.
9060         * configure: Regenerate.
9061         * Makefile.in: Regenerate.
9063 2007-01-11  Matt Fago  <fago@earthlink.net>
9065         * configure.in: Try to link to functions only in mpfr 2.2.x
9066         to improve robustness of configure tests.
9067         * configure: Regenerate.
9069 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
9071         * MAINTAINERS: Add myself as i386 maintainer.
9073 2007-01-08  Jan Hubicka  <jh@suse.cz>
9075         * MAINTAINERS: Add myself as i386 maintainer.
9077 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
9079         * configure.in: Add support for an x86_64-mingw* target.
9080         * configure: Regenerate.
9082 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
9084         * Makefile.tpl (all-target): Correct @if conditional for target
9085         modules.
9086         * configure.in: Omit libiberty if building only target libgcc.
9087         * configure, Makefile.in: Regenerated.
9089 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
9091         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
9092         * configure: Regenerate.
9094 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
9096         * Makefile.def (target_modules): Add libgcc.
9097         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
9098         * Makefile.tpl (clean-target-libgcc): Delete.
9099         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
9100         on gcc even for bootstrapped modules.  Rewrite handling of
9101         lang_env_dependencies to loop over target_modules.
9102         * configure.in (target_libraries): Add target-libgcc.
9103         * Makefile.in, configure: Regenerated.
9105 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9107         * configure.in: Reorganize recognition of languages.  Add
9108         --enable-stage1-languages.  Show supported languages for the chosen
9109         target rather than all recognized languages.
9110         * configure: Regenerate.
9112 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9114         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
9115         * Makefile.in: Regenerate.
9117 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9119         * configure.in: Warn that MPFR 2.2.0 is buggy.
9120         * configure: Regenerate.
9122 2006-12-27  Ian Lance Taylor  <iant@google.com>
9124         * configure.in: When removing Makefiles to force a reconfigure, also
9125         remove prev-DIR*/Makefile.
9126         * configure: Regenerate.
9128 2006-12-22  Andreas Schwab  <schwab@suse.de>
9130         * configure: Regenerate with correct autoconf version.
9132 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
9134         * configure.in: add AC_SUBST for *_FOR_TARGET.
9135         * configure: Regenerate.
9137 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9139         * configure.in: Simplify logic for rejecting languages that cannot
9140         be built.  Separate the case when a language is unsupported,
9141         from the case when the user chooses not to build a language.
9143 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9145         * configure.in: Remove "$build" case for powerpc-*-darwin* since
9146         it only affects bootstrap and could be tested on "$host" as well.
9147         * configure: Regenerate.
9148         * config/mh-ppc-darwin: Add to the stage1 cflags here.
9150 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9152         PR bootstrap/29544
9153         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9154         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9155         move here comment from Makefile.tpl.
9156         * Makefile.tpl: Move some definitions higher in the file.
9157         (STAGE1_CHECKING): New.
9158         * configure.in: Add --enable-stage1-checking.
9159         * configure: Regenerate.
9160         * Makefile.in: Regenerate.
9162 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9164         * MAINTAINERS: Add myself as build system maintainer.
9166 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
9168         * MAINTAINERS (Write After Approval): Add myself.
9170 2006-12-13  Eric Christopher  <echristo@apple.com>
9172         * MAINTAINERS: Add myself as darwin maintainer.
9174 2006-12-11  Ian Lance Taylor  <ian@airs.com>
9176         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9178 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
9180         MAINTAINERS: Update my entry.
9182 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
9184         * configure.in:  Handle spu makefile frag.
9185         * Makefile.tpl (MAINT): Define
9186         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9187         * configure: Regenerate.
9188         * Makefile.in: Regenerate.
9190 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9192         * config.guess: Import latest version.
9193         * config.sub: Likewise.
9195 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9197         * configure.in (spu-*-*): Don't skip target-libiberty.
9198         * configure: Regenerate.
9200 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
9202         PR bootstrap/30134
9203         * configure.in: Correct x86 darwin support for libjava to powerpc
9204         and i?86 only.
9205         * configure: Regenerate.
9207 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
9209         * configure.in: Add x86 darwin support for libjava.
9210         * configure: Regenerate.
9212 2006-12-07  Mike Stump  <mrs@apple.com>
9214         * Makefile.def (dependencies): Add dependency for
9215         install-target-libssp and install-target-libgomp on
9216         install-gcc.
9217         * Makefile.in: Regenerate.
9219 2006-12-04  Richard Guenther  <rguenther@suse.de>
9221         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9222         (Non-Algorithmic Maintainers): Move over non-algorithmic
9223         loop optimizer maintainers, add myself as a non-algorithmic
9224         middle-end maintainer.
9226 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
9228         * MAINTAINERS (Write After Approval): Add myself.
9230 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9232         * configure.in: Update error message for missing GMP/MPFR.
9234         * configure: Regenerate.
9236 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9238         * configure.in: Update MPFR version in error message.
9240         * configure: Regenerate.
9242 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9244         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9245         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9246         --with-gmp-lib): New flags.
9248         * configure: Regenerate.
9250 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
9252         * MAINTAINERS (Write After Approval): Change my email address.
9254 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9256         * MAINTAINERS (Write After Approval): Add myself.
9258 2006-11-22  Philipp Thomas  <pth@suse.de>
9260         * MAINTAINERS (i18n): Update e-mail address.
9262 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9264         * MAINTAINERS (spu port): Add myself as maintainer.
9265         (Write After Approval): Remove myself.
9267 2006-11-22  Ben Elliston  <bje@au.ibm.com>
9269         * configure.in (skipdirs): Don't build libssp for SPU.
9270         * configure: Regenerate.
9272 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9274         * MAINTAINERS (spu port): Add myself as maintainer.
9275         (libobjc): Update my email address.
9277 2006-11-21  Andrea Bona  <andrea.bona@st.com>
9279         * MAINTAINERS (Write After Approval): Add myself.
9281 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9283         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9284         * configure : Rebuilt.
9286 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9288         * MAINTAINERS (Write After Approval): Add myself.
9290 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
9292         * MAINTAINERS (Write After Approval): Add myself.
9294 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9296         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9297         libmpfr.a.
9298         * configure: Regenerate.
9300 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
9302         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9303         (unstage): Test for stage_last presence.
9305         PR bootstrap/29802
9306         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9307         STAGE_PREFIX.
9308         * Makefile.in: Regenerate.
9310 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
9312         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9313         maintainers.
9315 2006-11-14  Erven Rohou  <erven.rohou@st.com>
9317         * MAINTAINERS (Write After Approval): Add myself.
9319 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
9321         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9322         and stageN-package/Makefile.
9323         * Makefile.in: Regenerated.
9325 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
9327         * configure.in: Remove target-libgloss from noconfigdirs for
9328         bfin-*-*.
9329         * configure: Regenerated.
9331 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9333         * configure.in (have_gmp): Only error if the gcc directory exists.
9335         * configure: Regenerate.
9337 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9339         * configure.in: Robustify error message for missing GMP/MPFR.
9341         * configure: Regenerate.
9343 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
9345         * MAINTAINERS (Write After Approval): Add myself.
9347 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
9349         * MAINTAINERS: Change email address.
9351 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
9353         * MAINTAINERS (Write After Approval): Add myself.
9355 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
9357         * MAINTAINERS (Write After Approval): Add myself.
9359 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
9361         * MAINTAINERS (Write After Approval): Move myself to
9362         Write After Approval section.
9364 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9366         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
9367         need_gmp anymore.
9368         * configure: Regenerate.
9370 2006-10-16  Tobias Burnus  <burnus@net-b.de>
9372         * MAINTAINERS (Write After Approval): Add myself.
9374 2006-10-16  Ben Elliston  <bje@au.ibm.com>
9376         * config.guess: Import latest version.
9377         * config.sub: Likewise.
9379 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
9381         * Makefile.def: Added pdf target handling.
9382         * Makefile.tpl: Added pdf target handling.
9383         * Makefile.in: Regenerated.
9385 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
9387         * MAINTAINERS: Add self as score port maintainer.
9389 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
9391         * MAINTAINERS (Write After Approval): Add myself.
9393 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
9395         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
9396         or newer.
9397         * configure: Regenerated.
9399 2006-09-27  Dave Brolley  <brolley@redhat.com>
9401         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9402         using $s instead of $r.
9403         * configure: Regenerated.
9405 2006-09-26  Thiemo Seufer  <ths@mips.com>
9407         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9408         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9409         * configure: Regenerate.
9411 2006-09-24  Graeme Peterson  <gridly@gmail.com>
9413         * MAINTAINERS (Write After Approval): Remove myself.
9415 2006-09-22  Chao-ying Fu  <fu@mips.com>
9417         * MAINTAINERS (Write After Approval): Add myself.
9419 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
9421         * MAINTAINERS: Add self as soft-fp maintainer.
9423 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
9425         * MAINTAINERS: Add myself as avr maintainer.
9426         Remove Marek Michalkiewicz as avr maintainer.
9428 2006-09-07  Roberto Costa  <roberto.costa@st.com>
9430         * MAINTAINERS (Write After Approval): Add myself.
9432 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
9434         * configure.in: Never build newlib for a Mingw host.
9435         Never build newlib as Mingw target library.
9436         Test the existence of winsup/cygwin for building a Cygwin newlib,
9437         rather than just winsup.
9438         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9439         building a Mingw target.
9440         * configure: Regenerate.
9442 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9444         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9446 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
9448         * config.guess: Import from src (was more updated).
9449         * config.sub: Likewise.
9451 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
9453         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9454         * configure: Regenerated.
9456 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
9458         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9459         for stages after the first.
9461 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
9463         * Makefile.def: Add dependencies for configure-opcodes
9464         on configure-intl and all-opcodes on all-intl.
9465         * Makefile.in: Regenerated.
9467 2006-07-13  Ben Elliston  <bje@au.ibm.com>
9469         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9471 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9473         Port to hosts whose 'sort' and 'tail' implementations
9474         treat operands with leading '+' as file names, as POSIX
9475         has required since 2001.  However, make sure the code still
9476         works on pre-POSIX hosts.
9477         * ltmain.sh: Don't assume "sort +2" is equivalent to
9478         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9480 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
9482         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9484 2006-07-04  Peter O'Gorman  <peter@pogma.com>
9486         * ltconfig: chmod 644 before ranlib during install.
9488 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9490         PR bootstrap/18058
9491         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9492         if the bootstrap compiler is a GCC version that supports it.
9493         * configure: Regenerate.
9495 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9497         * configure.in: Fix thinkos in previous check-in.
9498         * configure: Regenerate.
9500 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9502         PR other/27063
9503         * configure.in: Test subdir_requires and give an appropriate
9504         error message.
9505         * configure: Regenerate.
9507 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9509         * MAINTAINERS (Write After Approval): Add myself.
9511 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9513         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9515 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9517         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9519 2006-06-20  David Ayers  <d.ayers@inode.at>
9521         PR bootstrap/28072
9522         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9523         whether target-libjava is being configured instead of whether the
9524         java front end is enabled.
9525         * configure: Regenerate.
9527 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9529         PR target/27540
9530         * configure.in: Only enable libgomp on IRIX 6.
9531         * configure: Regenerate.
9533 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9535         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9536         too.
9537         * Makefile.in: Regenerate.
9539 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9541         * config-ml.in: Alter CCASFLAGS to include special
9542         multilib options the same as is done for CFLAGS.
9544 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9546         * configure.in: Don't enable libgomp on hpux10.
9547         * configure: Rebuilt.
9549 2006-06-12  David Ayers  <d.ayers@inode.at>
9551         PR bootstrap/27963
9552         PR target/19970
9553         * configure.in: Remove target-boehm-gc from noconfigdirs where
9554         ${libgcj} is specified.
9555         * configure: Regenerate.
9557 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9559         Sync from src:
9561         * configure.in: Sync.
9562         * configure: Regenerated.
9564         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9566         * Makefile.def: Added dependencies from sim and gdb on intl, and
9567         added configure dependencies to everything with an all dependency
9568         on intl.
9569         * Makefile.in: Regenerated.
9571 2006-06-06  David Ayers  <d.ayers@inode.at>
9573         PR libobjc/13946
9574         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9575         * Makefile.in: Regenerate.
9576         * configure.in: Add --enable-objc-gc at toplevel and have it
9577         enable boehm-gc for Objective-C.
9578         Remove target-boehm-gc from libgcj.
9579         Add target-boehm-gc to target_libraries.
9580         Add target-boehm-gc to noconfigdirs where ${libgcj}
9581         is specified.
9582         Assert that boehm-gc is supported when requested for Objective-C.
9583         Only build boehm-gc if needed either for Java or Objective-C.
9584         * configure: Regenerate.
9586 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9588         PR 27674
9589         * Makefile.tpl (configure-[+prefix+][+module+],
9590         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9591         Remove rule to unstage bootstrapped modules.
9592         (stage_current): New.
9593         * Makefile.in: Regenerate.
9595 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9597         * MAINTAINERS (Write After Approval): Update my e-mail address.
9599 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9601         * include/libiberty.h: Declare pex_run_in_environment.
9603 2006-05-31  Asher Langton  <langton2@llnl.gov>
9605         * MAINTAINERS (Write After Approval): Add myself.
9607 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9609         * Makefile.def (bfd, opcodes): Fix lib_path.
9610         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9611         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9612         * Makefile.in: Regenerate.
9614 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9616         * Makefile.in: Regenerate.
9618 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9620         * Makefile.def: Add install-html target. Add datarootdir
9621         docdir and htmldir to flags_to_pass.
9622         * Makefile.tpl: Add install-html target.
9623         * Makefile.in: Regenerate.
9624         * configure.in: Add --with-datarootdir, --with-docdir, and
9625         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9626         * configure: Regenerate.
9628 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9630         * configure.in: Enable gprof for cross builds.
9631         * configure: Regenerate.
9633 2006-05-22  Richard Guenther  <rguenther@suse.de>
9635         Revert
9636         2006-01-31  Richard Guenther  <rguenther@suse.de>
9637         Paolo Bonzini  <bonzini@gnu.org>
9639         * Makefile.def (target_modules): Add libgcc-math target module.
9640         * configure.in (target_libraries): Add libgcc-math target library.
9641         (--enable-libgcc-math): New configure switch.
9642         * Makefile.in: Re-generate.
9643         * configure: Re-generate.
9644         * libgcc-math: New toplevel directory.
9646 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9647             Andreas Tobler  <a.tobler@schweiz.ch>
9649         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9650         * configure: Rebuilt.
9652 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9654         * MAINTAINERS (Write After Approval): Add myself.
9656 2006-05-01  DJ Delorie  <dj@redhat.com>
9658         * configure.in: Restore CFLAGS if GMP isn't present.
9659         * configure: Regenerate.
9661 2006-05-01  Richard Guenther  <rguenther@suse.de>
9663         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9664         maintainer.
9666 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9668         * MAINTAINERS (Write After Approval): Add myself.
9670 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9672         * MAINTAINERS (Write After Approval): Add myself.
9674 2006-04-18  DJ Delorie  <dj@redhat.com>
9676         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9677         reference libgloss so that libssp can be built in a combined
9678         tree.
9679         * configure: Regenerate.
9681 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9683         * MAINTAINERS (Write After Approval): Add myself.
9685 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9687         * configure.in: Require makeinfo 4.4 or higher.
9688         * configure: Regenerate.
9690 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9692         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9693         Rearrange the entries of other libraries to have them in one place.
9695 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9697         * MAINTAINERS (Write After Approval): Remove myself.
9698         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9700 2006-03-14  Richard Guenther  <rguenther@suse.de>
9702         * configure: Regenerate with autoconf 2.13.
9704 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9706         * MAINTAINERS: Use my work address.
9708         * MAINTAINERS: Update my E-mail address.
9710 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9712         * configure.in: Handle --disable-<component> generically.
9713         * configure: Regenerate.
9715 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9717         PR libgcj/17311
9718         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9720 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9722         * MAINTAINERS (Write After Approval):  Remove myself.
9723         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9725 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9727         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9728         (TARGET_CONFIGDIRS): Remove.
9729         * configure.in: Remove AC_SUBST(target_configdirs).
9730         * Makefile.in, configure: Regenerated.
9732 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9734         * MAINTAINERS (Write After Approval):  Remove myself.
9735         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9737 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9739         PR bootstrap/25670
9741         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9743         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9744         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9745         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9746         BUILD_PREFIX, BUILD_PREFIX_1.
9747         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9749         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9750         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9752         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9753         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9754         of `cat stage_current`.  Always provide the `r' and `s' variables.
9755         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9756         a single shell execution.
9757         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9758         bootstrapped modules, make the stage1 module if the build was not
9759         started yet, else build the current stage.
9760         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9761         (all-build, all-host, all-target, [+make_target+]-host,
9762         [+make_target+]-target): Do not use \-continued lines.
9763         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9764         (current_stage, restrap, stage_last): New.
9766         * Makefile.in: Regenerate.
9767         * configure: Regenerate.
9769 2006-02-19  Bud Davis  <jmdavis@link.com>
9771         * MAINTAINERS (Write After Approval):  Remove myself.
9772         (Language Front End Maintainers):  Add myself as fortran 95
9773         maintainer and update e-mail address.
9775 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9777         * MAINTAINERS (Write After Approval):  Remove myself.
9778         (Language Front End Maintainers):  Add myself as fortran 95
9779         maintainer.
9781 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9783         * MAINTAINERS (Write After Approval): Add myself.
9785 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9787         * MAINTAINERS (Write After Approval):  Remove myself.
9788         (Language Front End Maintainers):  Add myself as
9789         fortran 95 maintainer.
9791 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9793         Sync from src:
9795         2005-12-27  Leif Ekblad  <leif@rdos.net>
9797         * configure.in: Add support for RDOS target.
9798         * configure: Regenerate.
9800 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9801             Andreas Schwab  <schwab@suse.de>
9803         * configure: Regenerate.
9805 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9807         * configure.in (enable_libgomp): Add AIX.
9808         * configure: Regenerate.
9810 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9812         * MAINTAINERS (Write After Approval): Add myself.
9814 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9816         * MAINTAINERS (Write After Approval): Add myself.
9818 2006-01-31  Richard Guenther  <rguenther@suse.de>
9819         Paolo Bonzini  <bonzini@gnu.org>
9821         * Makefile.def (target_modules): Add libgcc-math target module.
9822         * configure.in (target_libraries): Add libgcc-math target library.
9823         (--enable-libgcc-math): New configure switch.
9824         * Makefile.in: Re-generate.
9825         * configure: Re-generate.
9826         * libgcc-math: New toplevel directory.
9828 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9830         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9831         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9832         the assembler, linker and binutils.
9833         * configure: Regenerate.
9835 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9837         * MAINTAINERS (Write After Approval): Add myself.
9839 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9841         * configure: Regenerate.
9843 2006-01-18  Richard Henderson  <rth@redhat.com>
9844             Jakub Jelinek  <jakub@redhat.com>
9845             Diego Novillo  <dnovillo@redhat.com>
9847         * libgomp: New directory.
9848         * Makefile.def: Add target_module libgomp.
9849         * Makefile.in: Regenerate.
9850         * configure.in (target_libraries): Add target-libgomp.
9851         * configure: Regenerate.
9853 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9855         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9856         @ from continuation.
9857         * Makefile.in: Rebuilt.
9859 2006-01-04  Chris Lattner  <sabre@gnu.org>
9861         * MAINTAINERS (Write After Approval): Add myself.
9863 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
9865         PR bootstrap/24252
9867         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9868         * Makefile.tpl (OBJDUMP): New.
9869         (EXTRA_HOST_FLAGS): Add it.
9870         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9872         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9873         to use symbolic links between directories.  Avoid race conditions
9874         or make them harmless.
9875         * configure.in: Do not try to use symbolic links between directories.
9877         * Makefile.def (LEAN): Pass.
9878         * Makefile.tpl (LEAN): Define.
9879         (stage[+id+]-start): Accept that the previous directory does not
9880         exist, if the bootstrap is lean.
9881         (stage[+id+]-bubble): Invoke lean bootstrap commands after
9882         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
9883         configure substitution.
9884         ([+compare-target+]): Likewise.
9885         ([+bootstrap-target+]-lean): New.
9886         * configure.in: Remove lean bootstrap support from here.
9888         * Makefile.in: Regenerate.
9889         * configure: Regenerate.
9891 2006-01-04  Ben Elliston  <bje@au.ibm.com>
9893         * MAINTAINERS (libdecnumber): Add myself.
9895 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
9897         * libtool-ldflags: New script.
9899 2006-01-02  Andreas Schwab  <schwab@suse.de>
9901         * configure.in: When reconfiguring remove Makefile in
9902         all stage directories.
9903         * configure: Regenerate.
9905 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
9907         * MAINTAINERS: Update my email address.
9909 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
9911         Revert Ada-related part of the previous change.
9913         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9914         Do not pass.
9915         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9916         * Makefile.in: Regenerate.
9917         * configure.in: Do not include mt-ppc-aix target fragment.
9918         * configure: Regenerate.
9920 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
9922         * configure.in: Select appropriate fragments for PowerPC/AIX.
9923         * configure: Regenerate.
9925         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9926         BOOT_CFLAGS, BOOT_LDFLAGS.
9927         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9928         BOOT_CFLAGS, BOOT_LDFLAGS.
9929         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9930         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9931         (stage): Fail if we cannot complete the work.
9932         * Makefile.in: Regenerate.
9934 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9936         * configure.in: Replace ms1 with mt.
9937         * configure: Rebuilt.
9939 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
9941         * MAINTAINERS: Update my email address.
9943 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
9945         * Makefile.tpl (all, do-[+make_target+], do-check, install,
9946         install-host-nogcc): Don't invoke $(stage) at the end.
9947         * Makefile.in: Regenerate.
9949 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
9951         * configure.in: Flip the top-level bootstrap switch.
9952         * configure: Regenerate.
9954 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
9956         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9957         $(stage) and $(unstage).
9958         (EXTRA_TARGET_FLAGS): Correct double-quoting.
9959         (all): Remove stray semicolon.
9960         (local-distclean): Don't handle multilib.tmp and multilib.out.
9961         (install.all): Set $s for consistency.
9962         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9963         check_multilibs setting.  Always make the install directory.
9964         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9965         Correct @if/@endif.
9966         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9967         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9968         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9969         (multilib.out): Remove.
9970         * Makefile.in: Regenerated.
9972 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
9974         * MAINTAINERS (Write After Approval): Add myself.
9976 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9978         * MAINTAINERS: Add myself as mt maintainer.
9980         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
9982 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
9984         * MAINTAINERS: Change email address.
9986 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
9988         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9989         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9990         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
9991         Find in-tree tools if available.
9992         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9993         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9994         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9995         (COMPILER_*_FOR_TARGET): New.
9996         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9997         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9998         (CONFIGURED_*, USUAL_*): Remove.
9999         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
10000         STRIP): Use autoconf substitutions.
10001         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
10002         COMPILER_NM_FOR_TARGET): New.
10003         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
10005         (all): Make all-host and all-target in parallel.
10006         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
10007         that $$r and $$s are set before invoking a recursive make.
10008         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
10009         ([+bootstrap-target+]): Inline most of the `all' target.
10011 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10013         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
10014         from the gcc build directory.
10015         * Makefile.in: Regenerate.
10017 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10019         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
10020         depend on all-libdecnumber.
10021         * configure.in (host_libs): Include libdecnumber.
10022         * Makefile.in: Regenerate.
10023         * configure: Likewise.
10025 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10027         * libdecnumber: Import decNumber sources from the dfp-branch.
10029 2005-11-21  Kean Johnston  <jkj@sco.com>
10031         * config.sub, config.guess: Sync from upstream sources.
10033 2005-11-21  Ben Elliston  <bje@au.ibm.com>
10035         Import from Autoconf sources:
10037         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10038         * config/move-if-change: Don't output "$2 is unchanged";
10039         suggested by Ben Elliston.  Handle weird characters correctly.
10041 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
10043         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
10044         to match upstream libtool for darwin.
10046 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
10048         * Makefile.def: Remove gdb dependencies for gdbtk.
10049         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
10050         (configure-gdb, install-gdb): New rules.
10051         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
10052         * Makefile.in, configure: Regenerated.
10054 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
10056         * MAINTAINERS (Write After Approval): Add myself.
10058 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
10060         * MAINTAINERS (Write After Approval): Add myself.
10062 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
10064         * MAINTAINERS (alias analysis): Add Daniel Berlin and
10065         Diego Novillo.
10067 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
10069         PR bootstrap/24297
10070         * Makefile.tpl (do-[+make-target+], do-check, install,
10071         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
10072         are set before recursing.
10073         * Makefile.in: Regenerate.
10075 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
10077         PR bootstrap/18939
10078         * Makefile.def (gcc) <target>: Fix thinko.
10079         * Makefile.in: Regenerate.
10081 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
10083         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
10084         * configure: Regenerate.
10086 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
10088         * MAINTAINERS (Write After Approval): Add self.
10090 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
10092         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
10093         target-libffi, target-qthreads, target-libjava, and
10094         targetlibobjc.
10095         * configure: Regenerate.
10097 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
10099         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
10100         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
10101         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
10102         (USUAL_OBJDUMP_FOR_TARGET): New.
10103         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
10104         * configure.in: Check for $OBJDUMP_FOR_TARGET.
10105         * configure, Makefile.in: Regenerated.
10107 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10109         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
10110         before other host packages.
10112 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
10114         * MAINTAINERS: Add self as sh libraries/configury maintainer.
10116 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10118         PR bootstrap/22340
10120         * configure.in (default_target): Remove.
10121         * Makefile.tpl (all): Do not use prerequisites as subroutines
10122         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10123         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10124         use prerequisites as subroutines.
10125         (check-host, check-target): New.
10126         (bootstrap configure & all targets): Do not use stage*-start
10127         if the directory layout is already ok.
10128         (non-bootstrap configure & all targets): Prepend a $(unstage).
10129         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
10130         (NOTPARALLEL): Remove.
10131         (unstage, stage variables): New variables.
10132         (unstage, stage targets): Simply expand to those variables.
10134         * configure: Regenerate.
10135         * Makefile.in: Regenerate.
10137 2005-10-04  James E Wilson  <wilson@specifix.com>
10139         * Makefile.def (lang_env_dependencies): Add libmudflap.
10140         * Makefile.in: Regenerate.
10142 2005-10-03  Andreas Schwab  <schwab@suse.de>
10144         Backport from libtool CVS:
10145         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
10147         * ltmain.sh: add support for installing into temporary
10148         staging area (e.g. 'make install DESTDIR=...')
10150 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10152         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10153         * configure: Regenerated.
10155 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
10157         * configure: Regenerate with the correct
10158         autoconf version.
10160 2005-09-30  Catherine Moore  <clm@cm00re.com>
10162         * configure.in (bfin-*-*): New.
10163         * configure: Regenerated.
10165 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
10167         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10168         (LIPO_FOR_TARGET): New.
10169         (CONFIGURED_LIPO_FOR_TARGET): New.
10170         (USUAL_LIPO_FOR_TARGET): New.
10171         (STRIP_FOR_TARGET): New.
10172         (CONFIGURED_STRIP_FOR_TARGET): New.
10173         (USUAL_STRIP_FOR_TARGET): New.
10174         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10175         STRIP_FOR_TARGET.
10176         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10177         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10178         * Makefile.in: Regenerate.
10179         * configure: Regenerate.
10181 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
10183         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10184         (rs6000-*-aix*): Same.
10185         * configure: Regenerate.
10187 2005-09-16  Tom Tromey  <tromey@redhat.com>
10189         * MAINTAINERS: Add self as java maintainer.
10191 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
10193         * configure.in: Recognize f95 in the --enable-languages option,
10194         and substitute it for fortran, issuing a warning.
10195         * configure: Regenerate.
10197 2005-08-30  Phil Edwards  <phil@codesourcery.com>
10199         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
10200         * configure:  Regenerated.
10202 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
10204         * MAINTAINERS: Add self as ms1 maintainer.
10206 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
10208         * Makefile.def (libssp): Add to lang_env_dependencies.
10209         * Makefile.in: Regenerate.
10211 2005-08-18  Ian Lance Taylor  <ian@airs.com>
10213         * MAINTAINERS: Add myself as middle-end maintainer.
10215 2005-08-17  Christian Groessler  <chris@groessler.org>
10217         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10218         * Makefile.in: Regenerate.
10220 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
10222         * MAINTAINERS (write after approval): Added myself.
10224 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
10226         * MAINTAINERS (Write After Approval): Add myself.
10228 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
10230         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10231         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10232         Look for alternate names of the target cc and c++
10233         * configure: Regenerate.
10235 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
10237         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10238         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10239         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10240         tools; remove code to manually set them.
10241         (Target tools): Look in the environment for them.
10242         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10243         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10244         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10245         build directory.
10246         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10247         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10248         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10249         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10250         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10251         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10252         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10253         * configure: Regenerate.
10254         * Makefile.in: Regenerate.
10256 2005-07-28  Ben Elliston  <bje@au.ibm.com>
10258         * MAINTAINERS: Update for removed CPU targets.
10260 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
10262         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
10263         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
10264         * Makefile.in: Regenerated.
10266 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
10268         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10269         (CFLAGS_FOR_TARGET): Use it.
10270         (CXXFLAGS_FOR_TARGET): Likewise.
10271         * Makefile.in: Regenerated.
10272         * configure.in (--with-build-sysroot): New option.
10273         * configure: Regenerated.
10275 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
10277         * Makefile.tpl: Wrap install between unstage and stage
10278         * Makefile.in: Regenerate.
10280 2005-07-21  Eric Christopher  <echristo@apple.com>
10282         * MAINTAINERS: Update affiliation.
10284 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
10286         * MAINTAINERS: Add self as crx port maintainer.
10288 2005-07-20  DJ Delorie  <dj@redhat.com>
10290         * MAINTAINERS: Add self as m32c maintainer.
10292 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
10294         * all files: Update FSF address.
10296 2005-07-15  Eric Christopher  <echristo@redhat.com>
10298         * MAINTAINERS: Change affiliation.
10300 2005-07-14  Jim Blandy  <jimb@redhat.com>
10302         * configure.in: Add cases for Renesas m32c.
10303         * configure: Regenerated.
10305 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10307         * COPYING.LIB: Update from fsf.org.
10309 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10311         * COPYING, compile, config.guess,
10312         config.sub, install-sh, missing, mkinstalldirs,
10313         symlink-tree, ylwrap: Sync from upstream sources.
10314         * config-ml.in: Update FSF address.
10316 2005-07-13  Eric Christopher  <echristo@redhat.com>
10318         * configure.in: Add toplevel noconfigdir support for tpf.
10319         * configure: Regenerate.
10321 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
10323         PR ada/22340
10325         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10326         * Makefile.in: Regenerate.
10328 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
10330         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
10331         Brolley to write-after-approval.
10333 2005-07-07  Andreas Schwab  <schwab@suse.de>
10335         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10336         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10337         * Makefile.in: Regenerated.
10339 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
10341         * configure.in: Don't build sim or rda when targetting darwin.
10342         * configure: Regenerate.
10344 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
10346         * configure.in: Add --enable-libssp and --disable-libssp.
10347         * configure: Regenerate with autoconf-2.13.
10349 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
10351         * Makefile.def (target_modules): Add libssp.
10352         * configure.in (target_libraries): Add target-libssp.
10353         * configure: Rebuilt.
10354         * Makefile.in: Rebuilt.
10356 2005-07-01  Zack Weinberg  <zackw@panix.com>
10358         * MAINTAINERS: Change email address.  Resign from maintainership.
10360 2005-07-01  Richard Guenther  <rguenther@suse.de>
10362         * MAINTAINERS: Change my e-mail address and affiliation.
10364 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
10366         * Makefile.def (stagefeedback): Come after profile.
10367         Define profiledbootstrap target.
10368         * Makefile.tpl (profiledbootstrap): Remove.
10369         (stageprofile-end): Zap stagefeedback.
10370         (stagefeedback-start): Copy all .gcda files, not only GCC's.
10371         * Makefile.in: Regenerate.
10373 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
10375         * MAINTAINERS: Update my email address.
10377 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
10379         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
10380         In 'cpp' stanza, support '#line' as well as '# '.
10382 2005-06-08  Andreas Schwab  <schwab@suse.de>
10384         * MAINTAINERS: Move myself from 'Write After Approval' to
10385         'CPU Port Maintainers' section as m68k maintainer.
10387 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
10389         * configure.in (unsupported_languages): New macro.
10390         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
10391         non-ported target libraries in noconfigdirs.
10392         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10393         non-linux-gnu.  Remove libgcj_ex_libffi.
10394         <lang_frag loop>: Set add_this_lang=no if the language is in
10395         unsupported_languages.
10396         * configure: Regenerate.
10398 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10400         * configure.in: Fix typo in handling of --with-mpfr-dir.
10401         * configure: Regenerate.
10403 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
10405         * MAINTAINERS: Update my email address.
10407 2005-06-02  Jim Blandy  <jimb@redhat.com>
10409         * config.sub: Add cases for the Renesas m32c.  (This patch has been
10410         accepted into the master sources.)
10412 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
10413             Michael Snyder  <msnyder@redhat.com>
10414             Stan Cox  <scox@redhat.com>
10416         * configure.in: Set noconfigdirs for ms1.
10418         * configure: Regenerate.
10420 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
10422         * MAINTAINERS (Write After Approval): Add self.
10424 2005-06-01  Josh Conner  <jconner@apple.com>
10426         * MAINTAINERS (Write After Approval): Add self.
10428 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
10430         * MAINTAINERS: Update my email address.
10432 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
10434         * MAINTAINERS (Write After Approval): Add self.
10436 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
10438         * MAINTAINERS (Write After Approval): Remove self.
10440 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
10442         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10443         (Dependencies): Consider target modules for bootstrap dependencies.
10444         Make target bootstrap modules depend on each stage's gcc.
10445         * Makefile.in: Regenerate.
10447 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
10449         * Makefile.def (configure-gcc): Depend on binutils having been built.
10450         (all-gcc): No need to do it here.
10451         * Makefile.in: Regenerate.
10453 2005-05-19  Paul Brook  <paul@codesourcery.com>
10455         * configure.in: Rewrite misleading error message when requested
10456         language cannot be built.
10457         * configure: Regenerate.
10459 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
10461         * ylwrap: Import from Automake 1.9.5.
10463 2005-05-13  David Ung  <davidu@mips.com>
10465         * MAINTAINERS (Write After Approval): Add self.
10467 2005-05-09  Mike Stump  <mrs@apple.com>
10469         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10470         lt_cv_sys_max_cmd_len for now.
10472 2005-05-09  Stan Cox  <scox@redhat.com>
10474         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10476 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
10478         * README.SCO: Update the URL.
10480 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
10482         * ltconfig: Define file_list_spec.  Pass file_list_spec and
10483         with_gnu_ld to libtool.
10484         * ltcf-c.sh (aix[45]): Define file_list_spec.
10485         * ltcf-cxx.sh (aix[45]): Same.
10486         * ltcf-gcj.sh (aix[45]): Same.
10487         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10488         exists, write list of input files to temporary file.
10490 2005-05-04  Mike Stump  <mrs@apple.com>
10492         * configure.in: Always pass --target to target configures as
10493         otherwise rebuilds that do --recheck will fail.
10494         * confiugure: Rebuilt.
10496 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10498         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10499         STAGE_HOST_EXPORTS.
10500         (configure, all): Add bootstrap support.
10501         (Host modules, target modules): Pass post-stage1 flags and exports.
10502         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10503         * Makefile.in: Regenerate.
10505 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10507         * configure: Regenerate.
10509 2005-04-27  Mike Stump  <mrs@apple.com>
10511         * MAINTAINERS: Add self as darwin maintainer.
10513 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10515         * config.sub: Update from master copy.
10517 2005-04-21  Mike Stump  <mrs@apple.com>
10519         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10520         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10522 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10524         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10525         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10526         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10527         "*-*-elf" and "*-*-linux*".
10528         * configure: Regenerate.
10530 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10532         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10534 2005-04-12  Mike Stump  <mrs@apple.com>
10536         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10538 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10540         * MAINTAINERS (Write After Approval): Add myself.
10542 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10544         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10546 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10548         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10549         (TARGET_CONFIGARGS): Include --with-target-subdir.
10550         (configure, all): New macros.  Use them throughout.
10551         * Makefile.in: Regenerate.
10553 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10555         * MAINTAINERS (Write After Approval): Add myself.
10557 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10559         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10561 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10563         * MAINTAINERS: Move John Carr to Write After Approval.
10565 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10567         * config/mh-mingw32: Delete.
10568         * configure.in: Don't use it.
10569         * configure: Regenerate.
10571 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10573         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10574         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10575         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10576         (HOST_LIB_PATH): Generate from Makefile.def.
10577         (TARGET_LIB_PATH): Likewise.
10578         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10579         * Makefile.in: Regenerate.
10580         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10581         (RPATH_ENVVAR): Include Darwin case.
10582         * configure: Regenerate.
10584 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10586         * MAINTAINERS (Various Maintainers): Remove self.
10587         (Write After Approval): Add self.
10589 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10591         * MAINTAINERS (Various Maintainers): Add self.
10593 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10595         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10596         * configure: Regenerate.
10598 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10600         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10601         gcc_version, and gcc_version_trigger from set of flags to pass.
10602         * Makefile.tpl: Remove definitions of above variables.
10603         (config.status): Remove dependency on $(gcc_version_trigger).
10604         * Makefile.in: Regenerate.
10605         * configure.in: Do not reference config/gcc-version.m4 nor
10606         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10607         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10608         * configure: Regenerate.
10610 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10611             Andrew Pinski  <pinskia@physics.uc.edu>
10613         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10614         * Makefile.in: Regenerate.
10616 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10618         * MAINTAINERS (Write After Approval): Add myself.
10620 2005-03-03  David Ayers  <d.ayers@inode.at>
10622         * MAINTAINERS (Write After Approval): Add myself.
10624 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10626         PR libgcj/20160
10627         * ltmain.sh: Avoid creating archives with components that have
10628         duplicate basenames.
10630 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10632         PR bootstrap/20250
10633         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10634         instead of check.
10635         * Makefile.in: Regenerate.
10637 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10639         * Makefile.in: Regenerate to fix conflict between the previous two
10640         patches.
10642 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10644         PR bootstrap/17383
10645         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10646         * Makefile.tpl (HOST_SUBDIR): New substitution.
10647         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10648         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10649         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10650         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10651         (Host modules, Bootstrapped modules): Use it.
10652         (Build modules, Target modules): Do not create symlink trees,
10653         always configure out-of-srcdir.
10654         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10655         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10656         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10657         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10659         * Makefile.in: Regenerate.
10660         * configure: Regenerate.
10662 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10664         Merged from libada-gnattools-branch:
10665         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10667         * gnattools: New directory.
10668         * Makefile.def: Add gnattools as a module, depending on target-libada.
10669         * Makefile.in: Regenerate.
10670         * configure.in: Include gnattools in host_tools; disable it if ada
10671         is disabled.
10672         * configure: Regenerate.
10674 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10676         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10677         treelang maintainer.
10678         (Write After Approval): Remove myself.
10680 2005-02-23  Paul Schlie  <schlie@comcast.net>
10682         * configure.in: Allow darwin targeted ports to build tk, itcl and
10683         libgui.
10684         * configure: Regenerate.
10686 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10688         PR libgcj/10353
10689         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10690         * configure: Regenerate.
10692 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10694         * MAINTAINERS (Write After Approval): Add myself.
10696 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10698         * MAINTAINERS: Update my e-mail address.
10700 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10702         * MAINTAINERS (Write After Approval): Add myself.
10704 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10706         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10707         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10708         target-libgloss when not *-*-elf and *-*-aout.
10709         * configure: Regenerate.
10711 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10713         * MAINTAINERS: Remove obsolete entries.
10715         * MAINTAINERS (Write After Approval): Add Michael Matz.
10717 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10719         * MAINTAINERS: Remove self as cpplib maintainer.
10721 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10723         * install-sh, config.sub: Import from upstream.
10725 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10727         PR bootstrap/18222
10728         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10729         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10730         * Makefile.in: Regenerate.
10732 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10734         * MAINTAINERS: Update my email address.
10736 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10737             Andreas Schwab  <schwab@suse.de>
10739         PR bootstrap/18033
10740         * config-ml.in: Eval option if surrounded by single quotes.
10742 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10744         Revert 2004-12-28 Makefile changes, a better fix will be
10745         applied to mainline and src after GCC 4.0 branches.
10747 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10749         PR bootstrap/17383
10751         * Makefile.def (target_modules): Remove stage parameter,
10752         it is always true now.
10753         * Makefile.tpl (configure-build-[+module+],
10754         configure-target-[+module+]): Always build symlink tree
10755         for the directory and for include.  BUILD_SUBDIR and
10756         TARGET_SUBDIR cannot be . anymore.
10757         * Makefile.in: Regenerate.
10759 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10761         Revert 2004-12-08 Makefile changes.
10763 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10765         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10766         cygwin, mingw.
10768 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10770         * configure.in (sh64-*-*): Reenable gprof.
10771         * configure: Regenerate.
10773 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10775         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10776         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10777         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10778         * Makefile.in: Regenerate.
10780 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10782         * MAINTAINERS: Update my email address.
10784 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10786         * Makefile.tpl: Generate normal dependencies if the LHS module is
10787         not bootstrapped.
10788         * Makefile.in: Regenerate.
10790 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10792         * configure.in: Include config/gxx-include-dir.m4.  Use
10793         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10794         * configure: Regenerate.
10796 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10798         * config.if: Delete.
10799         * configure.in: Set libstdcxx_incdir directly.
10800         * configure: Regenerate.
10802 2004-12-02  Eric Christopher  <echristo@redhat.com>
10804         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10805         * Makefile.in: Regenerate.
10807 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10809         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10810         * configure: Regenerate.
10812 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10814         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10815         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10816         * configure: Regenerate.
10818 2004-12-01  Eric Christopher  <echristo@redhat.com>
10820         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10821         of things to remove.
10823 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10825         * MAINTAINERS (Write After Approval): Update my e-mail address.
10827 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10829         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10830         from CVS libtool to always pass_all.
10832 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10834         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10835         (hppa*64*-*-*): Delete incorrect comment.
10836         * configure: Rebuilt.
10838 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10840         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10842 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10844         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10845         from CVS libtool to always pass_all.
10847 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10849         * install-sh, compile: Import from automake.
10851 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10853         * config.guess, config.sub:  Import from savannnah.
10855 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10857         * MAINTAINERS (Write After Approval): Add myself
10859 2004-11-12  Mike Stump  <mrs@apple.com>
10861         * Makefile.def: Add html support.
10862         * Makefile.tpl: Likewise.
10863         * Makefile.in: Regenerate.
10865 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
10867         PR 18423
10868         * configure.in: Remove all instances of build-fixincludes from
10869         noconfigdirs.
10870         (build_configargs): Supply --target to subdirectories.
10871         * configure: Regenerate.
10873         * Makefile.def: Make gcc install depend on fixincludes install.
10874         * Makefile.in: Regenerate.
10876 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
10878         * MAINTAINERS: Add myself as gcc testsuite maintainer.
10880 2004-11-11  Paul Brook  <paul@codesourcery.com>
10882         * MAINTAINERS: Add self as arm maintainer.  Update email address.
10884 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
10886         * configure.in (noconfigdirs) [mmix-*-*]: Disable
10887         target-libgfortran.
10888         * configure: Regenerate.
10890 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
10892         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10893         like CC.
10895 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
10897         * Makefile.def (host fixincludes): Specify missing targets.
10898         * Makefile.in: Regenerate.
10900 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
10902         * MAINTAINERS: Add myself
10904 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
10906         * MAINTAINERS (Write After Approval): Add myself.
10908 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
10910         * Makefile.def: Build fixincludes for the host, too.
10911         * Makefile.in: Regenerate.
10912         * configure.in (host_tools): Add fixincludes.
10913         * configure: Regenerate.
10915 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
10917         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10918         * configure: Regenerated.
10920 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
10922         PR other/17783
10923         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10924         * configure: Regenerated.
10926 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
10928         * README.SCO: Update per FSF instructions.
10930 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
10932         PR target/18151
10933         * configure.in (case ${target}): Do not build fixincludes for avr.
10934         * configure: Regenerated.
10936 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
10938         * configure.in (case ${target}): Do not build fixincludes
10939         on platforms where it is not used.
10940         * configure: Regenerated.
10942 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
10944         * configure.in: Use an absolute path to install-sh.
10945         * configure: Regenerated.
10947 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
10949         * MAINTAINERS (Write After Approval): Add myself.
10951 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
10953         * MAINTAINERS: Remove from Write After Approval those that are
10954         already maintainers.
10956 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
10958         * MAINTAINERS:  Update my email address.
10960 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
10962         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10963         * configure: Regenerate.
10965 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
10967         * MAINTAINERS:  Update my email address.
10969 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
10971         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
10972         entries belonging to this category.
10974 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
10976         * MAINTAINERS: Update my e-mail address.
10978 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
10980         Fix wrong conflict resolution in:
10982         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10984         * Makefile.in: Regenerate.
10985         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10986         in the recursive `make', instead of hardwiring `all'.
10987         (Autogenerated TARGET-* variables): New.
10989 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
10991         * configure.in: Enable target-libgloss for crx-*-*.
10992         * configure: Regenerate.
10994 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10996         * MAINTAINERS (Various Maintainers): Move the "windows,
10997         cygwin, mingw" maintainer to ...
10998         (OS Port Maintainers): ... here.
11000 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
11002         * MAINTAINERS (Write After Approval): Remove those that are
11003         maintainers of some subsystem.
11005 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
11007         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
11008         * ltcf-cxx.sh (tpf*): Likewise.
11009         * ltconfig (tpf*): Add TPF OS configuration support.
11011 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
11013         * MAINTAINERS: Change my email address to my new work account.
11015 2004-09-24  Michael Roth  <mroth@nessie.de>
11017         * configure.in (--without-headers): Add missing double quotes.
11018         * configure: Regenerate.
11020 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
11022         * ylwrap: Revert to previous version.
11024 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
11026         PR bootstrap/17369
11027         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
11028         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
11029         SET_GCC_LIB_PATH_CMD.
11030         (BASE_TARGET_EXPORTS): Likewise.
11031         * Makefile.in: Regenerated.
11033         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
11034         * configure: Regenerated.
11036 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
11038         * config.guess: New upstream version
11039         * compile, depcomp, install-sh, ylwrap: Likewise.
11041 2004-09-19  Roger Sayle  <roger@eyesopen.com>
11043         * config/mh-x86omitfp: New host makefile fragment.  Add
11044         -fomit-frame-pointer to the default BOOT_CFLAGS.
11045         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
11046         * configure: Regenerate.
11048 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
11050         PR target/11572
11051         * configure.in (*-*-darwin*): Renable libobjc.
11052         * configure: Regenerate.
11054 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
11056         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
11058 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
11060         * Makefile.def: Remove libbanshee.
11061         * Makefile.tpl: Ditto.
11062         * configure.in: Ditto.
11063         * Makefile.in: Regen.
11064         * configure: Ditto.
11066 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
11068         * ltmain.sh: Use $pic_object as $non_pic_object if
11069         $non_pic_object=none.
11071 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
11073         * missing: Import latest version from master repository.
11075 2004-09-06  Nick Clifton  <nickc@redhat.com>
11077         * config.sub: Import latest version from master repository.
11078         * config.guess: Likewise.
11079         This includes these changes:
11081         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
11083         * config.sub: Handle crisv32, alias etraxfs.
11084         * config.guess (crisv32:Linux:*:*): Handle.
11086         2004-08-13  Brad Smith  <brad@comstyle.com>
11088         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
11089         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
11091         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11093         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
11094         assume the processor is a powerpc.  This is because coreutils
11095         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
11096         in this case, due to a MacOS X bug that causes
11097         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
11098         to return a negative number.
11099         Problem reported by Petter Reinholdtsen in:
11100         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
11102         2004-07-19  Ben Elliston  <bje@gnu.org>
11104         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
11106         2004-06-24  Ben Elliston  <bje@gnu.org>
11108         * config.guess: Update copyright years.
11109         * config.sub: Likewise.
11111         2004-06-22  Robert Millan  <robertmh@gnu.org>
11113         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
11114         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
11116         2004-06-22  Stanley F. Quayle <stan@stanq.com>
11118         * config.guess (*:*VMS:*:*): New entry. Replaces
11119         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11120         manufacturer.
11122         2004-06-22  Ben Elliston  <bje@gnu.org>
11124         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11125         * config.sub: Likewise.
11127         2004-06-22  Ben Elliston  <bje@gnu.org>
11129         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11130         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11132         2004-06-11  Ben Elliston  <bje@gnu.org>
11134         * config.guess (pegasos:OpenBSD:*:*): Remove.
11136         2004-06-11  Ben Elliston  <bje@gnu.org>
11138         From Wouter Verhelst <wouter@grep.be>:
11139         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11141         2004-06-11  Ben Elliston  <bje@gnu.org>
11143         * config.guess (luna88k:OpenBSD:*:*): New.
11145         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
11147         * config.guess (m32r*:Linux:*:*): New case.
11148         * config.sub: Handle m32rle.
11150         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
11152         From Jens Petersen  <petersen@redhat.com>:
11153         * config.sub: Handle sparcv8.
11155         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
11157         From Tom Smith <smith@cag.lkg.hp.com>:
11158         * config.guess: Version suffixes are equally significant on Tru64
11159         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
11160         prefix of "P" (patched kernel).
11162         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
11164         * config.sub: Add support for National Semiconductor CRX target.
11166 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
11168         * MAINTAINERS (Various Maintainers): Remove myself as web page
11169         maintainer, add myself as maintainer of build status lists.
11171 2004-09-03  Jan Beulich  <jbeulich@novell.com>
11173         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11174         *-*-netware, but add target-libmudflap.
11175         Consolidate *-*-netware targets (of which really only i?86 exists)
11176         into a single entry.
11177         * configure: Likewise.
11179 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
11181         * Makefile.tpl (sorry): Remove.
11182         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11183         (cleanstrap targets): Depend on distclean, not distclean-stage1.
11184         (do-clean): Clean per-stage directories too.
11185         (do-distclean): Run distclean-stage1 too.
11186         (.NOTPARALLEL): Enable during toplevel bootstrap.
11187         (stage[+id+]-bubble): Enable parallel execution during
11188         the recursive invocation.
11189         * Makefile.in: Regenerate.
11191         Fix previous checkin:
11193         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11194         include.
11195         * configure.in: Fix indentation.
11196         * configure: Regenerate.
11198 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
11200         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11201         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11202         * configure: regenerate
11203         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
11204         -mdynamic-no-pic
11206 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
11208         * Makefile.def (build_modules): Add fixincludes.
11209         (dependencies): Make gcc depend on fixincludes.
11210         * configure.in (build_tools): Add fixincludes.
11211         (build_configdirs): Always include build_libs.
11212         * Makefile.in: Regenerate.
11213         * configure: Regenerate.
11215 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
11217         * Makefile.def (bootstrap stages): Add 'lean' parameter.
11218         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11219         phony targets; do not generate timestamp files.
11220         (distclean-stageN): Remove references to their timestamp files.
11221         (restageN, touch-stageN): Remove.
11222         (stageN-bubble): Rewritten.
11223         (compare): Support lean bootstraps.
11224         * Makefile.in: Regenerate.
11226         * configure.in: Only warn when bootstrapping but
11227         build != host or build != target.  Support lean bootstraps.
11228         * configure: Regenerate.
11230 2004-08-26  Phil Edwards  <phil@codesourcery.com>
11232         * configure.in:  Give a better error message if GMP/MPFR are missing
11233         and a language needing them has been requested.
11234         * configure:  Regenerated.
11236 2004-08-25  Phil Edwards  <phil@codesourcery.com>
11238         * configure.in:  Print a list of available language front-ends if
11239         a requested one is missing.  Tidy stray tab characters.
11240         * configure:  Regenerated.
11242 2004-08-19  Michael Koch  <konqueror@gmx.de>
11244         * gcc/doc/install.texi: Update entry about automake for libjava.
11246 2004-08-17  Robert Millan  <robertmh@gnu.org>
11248         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11249         (instead of FreeBSD).
11250         * configure: Regenerate.
11252 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11254         * Makefile.in: Regenerate.
11255         * configure: Regenerate.
11257         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11258         stage_*_flags.
11259         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11260         for bootstrapped modules if toplevel bootstrap is going.
11261         (GCC bootstrap): Generate per-stage targets for all bootstrapped
11262         modules.  Adjust for changes in Makefile.def.  Enable several
11263         rules even in non-bootstrap mode, just to avoid peppering the
11264         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11265         (stage-[+prev+]-bubble): Remove.
11267         * Makefile.def (Dependencies): Depend on all-build-bison,
11268         all-build-flex, all-build-byacc, all-build-texinfo, rather
11269         than the host variations.
11270         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
11271         with BUILD_SUBDIR.
11272         (BISON): Update for recent Bisons.
11273         (YACC): Fix typo.
11274         (cross): Depend on all-build.
11275         (all): Do not depend on all-build.
11276         (prebootstrap): Remove.
11277         (dep-kind): Accept separate prefixes for MODULE and ON variables.
11278         (Prebootstrap dependencies): Add them to the per-stage targets
11279         and to all-prebootstrap.
11280         * configure.in (build_configdirs): Always enable build_tools.
11281         (BUILD_DIR_PREFIX): Remove.
11283         * Makefile.def (gcc): Add target variable.
11284         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11285         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11286         in the recursive `make', instead of hardwiring `all'.
11287         (Autogenerated TARGET-* variables): New.
11289 2004-08-13  Brian Booth  <bbooth@redhat.com>
11291         * MAINTAINERS: Remove myself from write-after-approval.
11293 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11295         * src-release: Stop distributing mmalloc with gdb (which doesn't
11296         use it).
11297         * Makefile.def: GDB doesn't depend on mmalloc anymore.
11298         * Makefile.in: Regenerate.
11300 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
11302         * configure.in (arm*-*-eabi*): New target.
11303         * configure: Regenerate.
11305 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
11307         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11308         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11309         (Dependencies): New section.
11310         * Makefile.tpl (Dependencies): Generate from Makefile.def.
11311         (configure-target-[+module+]): Depend on maybe-all-gcc
11312         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
11313         (toplevel profiledbootstrap): Fix dependencies.
11314         * Makefile.in: Regenerate.
11316 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
11318         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11319         target-libiberty to noconfigdirs.
11320         * configure: Regenerate.
11322 2004-08-03  Paul Brook  <paul@codesourcery.com>
11324         * configure.in: Check for MPFR as well as GMP.
11325         * configure: Regenerate.
11327 2004-08-01  Robert Millan  <robertmh@gnu.org>
11329         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11330         libmudflap for all GNU-based systems (with Glibc).
11331         * configure: Regenerate.
11333 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
11335         * Makefile.def (host-modules): Add gcc.
11336         * Makefile.in: Regenerate.
11337         * Makefile.tpl (sorry): New rule.
11338         (configure-host, all-host, [+make_target+]-host, do-check,
11339         install-host): Do not add gcc as a special case.
11340         (host modules): Add a small special-casing for gcc.  Export
11341         extra_make_flags through the environment.
11342         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11343         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11344         other recursive targets for gcc): Remove.
11346         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11347         (stage, unstage): New rules.
11348         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11349         distclean-stage[+id+]): Use stage_current.
11350         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11351         the stage*-start rules.
11353 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
11355         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11356         use -all_load flag.
11358 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
11360         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11361         * configure: Regenerate.
11363 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
11365         * maintainer-scripts/gcc_release: Revert yesterday's change.
11367 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
11369         * MAINTAINERS: Add myself to write-after-approval.
11371 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11373         * libf2c: Removed.
11374         * gcc/gccbug.in: Updated because of libf2c removal.
11375         * maintainer-scripts/gcc_release: Ditto.
11377 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
11379         * configure.in: Build libmudflap by default on FreeBSD.
11380         * configure: Regenerated.
11382 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
11384         * configure.in: Do not build libmudflap by default on non-GNU/Linux
11385         systems.
11386         * configure: Regenerated.
11388 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11390         PR target/16344
11391         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11392         feedback based compiler.
11393         * Makefile.in: Rebuilt.
11395 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
11397         * Makefile.def (host_modules): Set bootstrap=true for flex.
11398         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11399         * Makefile.in: Rebuilt.
11401 2004-07-07  Jan Hubicka  <jh@suse.cz>
11403         * MAINTAINERS: Add self as a profile feedback maintainer.
11405 2004-07-05  Phil Edwards  <phil@codesourcery.com>
11407         * configure.in:  Do not prepend $srcdir to /dev/null in
11408         makefile fragments.
11409         * configure:  Regenerate.
11411 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
11413         * Makefile.def (build_modules): Add bison, byacc, flex,
11414         m4, texinfo.
11415         (flags_to_pass): Add FLEX.
11416         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11417         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11418         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11419         DEFAULT_MAKEINFO): Remove.
11420         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11421         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11422         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11423         objdir or else use configured tool.
11424         (all-build): New.
11425         (all): Depend on it.
11426         (Build module dependencies): Add.
11427         * Makefile.in: Regenerate.
11428         * configure.in: Better support for multiple build modules,
11429         matching what is done for host/target modules.  Do not look
11430         for "plausible" locations of build tools if Canadian cross.
11431         Use autoconf's AC_PROG_CC to find a C compiler.  Define
11432         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
11433         * configure: Regenerate.
11435 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11437         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11438         * Makefile.in: Regenerate.
11440 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11442         * Makefile.tpl (configure-build-[+module+],
11443         configure-[+module+], configure-target-[+module+]): Pass
11444         [+extra_configure_args+].
11445         (all-build-[+module+], all-[+module+], check-[+module+],
11446         install-[+module+], [+make_target+]-[+module+],
11447         all-target-[+module+], check-target-[+module+],
11448         install-target-[+module+], [+make_target+]-target-[+module+]):
11449         Pass [+extra_make_args+].
11450         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11451         (GCC_HOST_EXPORTS): Remove.
11452         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11453         cross, check-gcc, check-gcc-c++, install-gcc,
11454         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11455         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11456         * Makefile.in: Regenerate.
11458 2004-06-21  Matthew Sachs  <msachs@apple.com>
11460         * MAINTAINERS: Added self to write-after-approval.
11462 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
11464         * configure.in: Check for srcdir/winsup rather than build directory
11465         winsup.
11466         * configure: Regenerate.
11468 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
11470         * configure.in: Don't build Cygwin native newlib if winsup
11471         directory is missing.  Emit warning instead.
11472         * configure: Regenerate.
11474 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
11476         * Makefile.tpl (touch-stage[+id+]): New.
11477         (restage[+prev+]): Depend on touch-stage[+id+].
11479         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11480         Use it throughout.
11482         * Makefile.def: Add profile and feedback bootstrap stages.
11483         Remove next field from bootstrap stages.
11484         * Makefile.tpl (LN, LN_S): Substitute.
11485         (stageN-start, stageN-end): Use double-colon rules, to
11486         provide a hook for additional setup commands.
11487         (distclean-stageN-gcc, restageN): Create dependencies from
11488         [+prev+], not from [+next+].
11489         (stageN-bubble): Add commands for successive stages from
11490         [+prev+], using double-colon rules.
11491         (all-stageN-gcc): Fix typo.
11492         (stagefeedback-start, profiledbootstrap): New.
11493         * Makefile.in: Regenerate.
11494         * configure.in: Call ACX_PROG_LN.
11495         * configure: Regenerate.
11497 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11499         * MAINTAINERS (Write After Approval): Add myself.
11501 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11503         * MAINTAINERS (Write After Approval): Add myself.
11505 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11507         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11508         without gcc.
11509         * configure: Regenerate.
11511 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11513         * Makefile.tpl: Fix typo.
11514         * Makefile.in: Regenerate.
11516 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11518         * configure.in: Remove new- prefix from toplevel
11519         bootstrap targets.
11520         * configure: Regenerate.
11522 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11524         * Makefile.tpl (all.normal): Rename to all.
11525         (all): Replace with a rule to pick the default
11526         target from configure.
11527         (all-gcc, configure-gcc): Use conditionals to
11528         do nothing when toplevel bootstrap is going on.
11529         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11530         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11531         * configure.in: Support --enable-bootstrap.
11533         * Makefile.def: Remove new- prefix from toplevel
11534         bootstrap targets.
11535         * Makefile.tpl: Likewise.
11537         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11538         target.
11540         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11541         $(RECURSE_FLAGS) to recursive invocation of make.
11543         * Makefile.in: Regenerate.
11544         * configure: Regenerate.
11546 2004-05-30  Andreas Jaeger  <aj@suse.de>
11547             Jim Wilson  <wilson@specifixinc.com>
11549         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11550         like CC.
11552 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11554         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11555         * configure: Regenerate.
11557 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11559         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11560         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11561         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11562         targets.
11563         * Makefile.in: Regenerate.
11565 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11567         * configure.in: Test the ability to symlink directories.
11568         * configure: Regenerate.
11570         * Makefile.def (bootstrap-stage): New definitions.
11571         * Makefile.tpl (configure-stage1-gcc,
11572         configure-stage2-gcc, configure-stage3-gcc,
11573         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11574         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11575         new-restage3, compare): Autogenerate, see Makefile.in
11576         entry for behavioral changes.
11577         (distclean-stage1, new-stage1-start, new-stage1-end,
11578         new-stage1-bubble, distclean-stage2, new-stage2-start,
11579         new-stage2-end, new-stage2-bubble, distclean-stage3,
11580         new-stage3-start, new-stage3-end): New autogenerated targets.
11581         (objext, prebootstrap, BOOT_CFLAGS,
11582         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11583         targets.
11585         * Makefile.in: Regenerate.
11586         (distclean-stage1, new-stage1-start, new-stage1-end,
11587         new-stage1-bubble, distclean-stage2, new-stage2-start,
11588         new-stage2-end, new-stage2-bubble, distclean-stage3,
11589         new-stage3-start, new-stage3-end): New targets.
11590         (all-stage1-gcc): Move prebootstrap dependency from here...
11591         (configure-stage1-gcc): ...to here.
11592         (new-bootstrap): Use bubble targets.
11593         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11594         Use per-stage distclean targets.
11595         (configure-stage1-gcc, configure-stage2-gcc,
11596         configure-stage3-gcc, all-stage1-gcc,
11597         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11598         Use new-stageN-start to prepare the tree.
11600 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11602         * Makefile.def (host_modules): add libcpp.
11603         * Makefile.tpl: Add dependencies on and for libcpp.
11604         * Makefile.in: Regenerate.
11605         * configure.in: Add libcpp host module.
11606         * configure: Regenerate.
11608 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11610         * Makefile.tpl: Whenever a recursive target is defined, wrap
11611         it in a special @if/@endif block, and prepare its maybe
11612         dependency in the @if/@endif block
11613         * configure.in: Instead of writing maybe dependencies, remove
11614         the @if/@endif statements, and remove the @if/@endif blocks
11615         that remain.
11616         * configure: Regenerate.
11617         * Makefile.in: Regenerate.
11619 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11621         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11623 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11625         PR bootstrap/15120
11626         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11627         * */configure: Rebuilt.
11629 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11631         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11632         of libf2c.
11633         * configure, Makefile.in: Regenerate.
11635 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11637         * MAINTAINERS (Write After Approval): Add myself.
11639 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11641         Merge from tree-ssa-20020619-branch.
11643         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11644         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11645         (HOST_GMPLIBS): Define.
11646         (HOST_GMPINC): Define.
11647         (TARGET_LIB_PATH): Add libmudflap.
11648         (GFORTRAN_FOR_TARGET): Define.
11649         (configure-build*): Export GFORTRAN.
11650         (configure-gcc): Export GMPLIBS and GMPINC.
11651         (all-gcc): Add maybe-all-libbanshee.
11652         (configure-target-libgfortran): Define.
11653         * Makefile.in: Regenerate.
11654         * configure.in (host_libs): Add libbanshee.
11655         (target_libraries): Add target-libmudflap and target-libgfortran.
11656         Add --with-libbanshee.
11657         Handle --disable-libmudflap.
11658         (*-*-freebsd*): Use with_gmp.
11659         Add $(libgcj) to noconfigdirs.
11660         * configure: Regenerate.
11661         * depcomp: New file.
11662         * MAINTAINERS: Add tree-ssa maintainers.
11664 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11666         * MAINTAINERS (Various Maintainers): Add myself.
11668 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11670         * MAINTAINERS (Write After Approval): Add myself.
11672 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11674         * MAINTAINERS (Write After Approval): Add myself.
11676 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11678         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11679         * configure: Regenerate.
11681 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11683         Revert:
11684         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11686         * Makefile.def (flags_to_pass): Remove *dir variables that
11687         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11688         as well as prefix and exec_prefix.
11689         * Makefile.in: Regenerate.
11691 2004-04-26  Robert Millan  <robertmh@gnu.org>
11693         Add patches from libtool CVS.
11694         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11695         * ltconfig: Likewise.
11696         * ltcf-c.sh: Likewise.
11697         * ltcf-cxx.sh: Likewise.
11698         * ltcf-gcj.sh: Likewise.
11700 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11702         * Makefile.def (host_modules): Mark with the bootstrap
11703         flag packages on which gcc depends.
11704         * Makefile.tpl (all-bootstrap): Use it.
11705         * Makefile.in: Regenerate.
11707 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11709         * Makefile.def (flags_to_pass): Remove *dir variables that
11710         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11711         as well as prefix and exec_prefix.
11712         * Makefile.in: Regenerate.
11714 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11716         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11717         * configure: Regenerate.
11718         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11719         * gcc/Makefile.tpl (compare): Use the result of the test.
11720         * gcc/Makefile.in: Regenerate.
11722 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11724         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11725         Always relocate gcc and prev-gcc to the original names, even
11726         if the build fails.
11727         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11728         New targets.
11730 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11732         * MAINTAINERS: Update my email address.
11734 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11736         * configure.in (mips*-*-irix5*): Enable ld.
11737         * configure: Regenerate.
11739 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11741         * configure: Regenerate.
11743 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11745         * Makefile.tpl (configure-[+module+], configure-gcc,
11746         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11747         Set and export LDFLAGS.
11748         * Makefile.in: Regenerate.
11750 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11752         * MAINTAINERS: Add myself to write-after-approval.
11754 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11756         PR bootstrap/14871
11757         * Makefile.tpl: If we don't have built-in-tree target tools,
11758         use the ones found by configure rather than hacking around with
11759         program_transform_name.
11760         * configure.in: Give Makefile.tpl the information necessary
11761         to do that.
11762         * Makefile.in: Regenerate.
11763         * configure: Regenerate.
11765 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11767         PR bootstrap/14760
11768         * configure.in: When computing baseargs, strip *all* copies of
11769         offending options.  Also, don't match/substitute the trailing space,
11770         so that this actually works when two similar options are separated by
11771         only one space.
11772         * configure: Regenerate.
11774 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11776         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11777         (rs6000-*-aix*): Same.
11778         * configure: Regenerate.
11780 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11782         * MAINTAINERS: Add myself to write-after-approval.
11784 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11786         * MAINTAINERS: Add myself to write-after-approval.
11788 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11790         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11791         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11792         * Makefile.in: Regenerate.
11794         * configure.in (top level bootstrap support): Rework --enable-werror
11795         to set @stage2_werror_flag@.
11796         * configure: Regenerate.
11797         * Makefile.tpl (top level bootstrap support): Pass
11798         @stage2_werror_flag@ down to configure in stages 2 and 3.
11799         * Makefile.in: Regenerate.
11801 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11803         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11804         for stages 2 and 3 as well as in make.  As a consequence, remove
11805         OUTPUT_OPTION (now detected by configure) from the flags passed down
11806         to make.
11807         * Makefile.in: Regenerate.
11809         * Makefile.tpl (new-bootstrap): Fix typo.
11810         * Makefile.in: Regenerate.
11812 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11814         * Makefile.tpl: Rearrange by moving recursive_targets rules
11815         into their proper sections.
11816         * Makefile.tpl (top level bootstrap support): Move disabling
11817         of coverage flags from 'make' to 'configure'; improve comments.
11818         * Makefile.in: Regenerate.
11820         * Makefile.tpl (experimental top level bootstrap) Move stage1
11821         language setting from all- target to configure- target; disable
11822         intermodule optimization in stage 1; prevent gratuitous rebuilds
11823         of stage 1.
11824         * Makefile.in: Regenerate.
11825         * configure.in: Comma-separate stage 1 language list for top
11826         level bootstrap.
11827         * configure: Regenerate.
11829         * Makefile.tpl: Clean up experimental top level bootstrap support:
11830         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11831         prev-gcc in configure- targets as well as all- targets.
11832         * Makefile.in: Regenerate.
11834 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11836         * compile: New file imported from automake.
11838 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11840         * configure.in: Remove symbolic link section.
11841         * configure: Regenerate.
11842         * Makefile.tpl (links): Remove.
11843         * Makefile.in: Regenerate.
11845 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11846             Nathanael Nerode  <neroden@gcc.gnu.org>
11848         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11849         Set with AC_CHECK_PROGS.
11850         * configure.in: Fix comment typo from last patch.
11851         * configure: Regenerate.
11853 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11855         * Makefile.tpl: Introduce experimental top level bootstrap support.
11856         * Makefile.in: Regenerate.
11857         * configure.in: Introduce support for top level bootstrap.
11858         * configure: Regenerate.
11860 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11861             Paolo Bonzini  <bonzini@gnu.org>
11863         PR bootstrap/14522
11864         * configure.in: Cope with shells that do not support unquoted ^
11865         * configure: Regenerate.
11867 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11868             Paolo Bonzini  <bonzini@gnu.org>
11870         PR bootstrap/14522
11871         * configure.in: Cope with shells that do not support nesting
11872         quotes inside quoted backquote substitutions.
11873         * configure: Regenerate.
11875 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
11877         PR bootstrap/14522
11878         * configure.in: Fix escaping of $.
11879         * configure: Regenerate.
11881 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11883         * configure: Regenerate, since I forgot to while committing Paolo's
11884         changes.
11886 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
11888         PR ada/14131
11889         Move language detection to the top level.
11890         * configure.in: Find default values for the tools as
11891         soon as possible.  Disable ada if GNAT is not found.
11892         Emit error message about missing languages.  Expand
11893         --enable-languages=all for the gcc subdirectory.
11895 2004-03-10  Ben Elliston  <bje@gnu.org>
11897         * MAINTAINERS: Update my email address.
11899 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
11901         * ltconfig: Disable building static libraries if building shared
11902         libraries on AIX 5L.
11904 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
11906         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11907         and disable libgcj.
11908         * configure: Regenerated.
11910 2004-03-01  Brian Booth  <bbooth@redhat.com>
11912         * MAINTAINERS: Add myself to write-after-approval.
11914 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
11916         * MAINTAINERS: Add myself to write-after-approval.
11918 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11920         PR bootstrap/7087
11921         * Makefile.tpl: Guard XFOO sed statements better.
11922         * Makefile.tpl: Add dependency for configure-target-libada.
11923         * Makefile.in: Regenerate (incidentally fixes broken
11924         commit when libada-branch was merged).
11926 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
11928         * MAINTAINERS: Add myself to write-after-approval.
11930 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
11932         * MAINTAINERS: Add Nicola Pero and myself as libobjc
11933         maintainers.
11935 2004-02-20  Andrew Cagney  <cagney@redhat.com>
11937         * config.guess: Update from version 2003-10-16 to 2004-02-16.
11938         * config.sub: Update from version 2003-11-03 to 2004-02-16.
11940 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11942         PR bootstrap/11932
11943         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11945 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
11947         * MAINTAINERS: Added myself to write-after-approval.
11949 2004-02-14  Michael Koch  <konqueror@gmx.de>
11951         * MAINTAINERS: Added myself to write-after-approval.
11953 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
11955         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
11956         some OS port maintainers to OS port maintainers section.
11958 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
11960         * MAINTAINERS: Add self.
11962 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11964         * MAINTAINERS: Alphabetize.
11966 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
11968         * MAINTAINERS: Remove myself.
11970 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
11972         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11973         (rs6000-*-aix*): Same.
11974         * configure: Regenerate.
11976 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
11978         * configure.in (host): Add in missing $noconfigdirs to defines.
11979         * configure: Regenerate.
11981 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
11982             Nathanael Nerode  <neroden@gcc.gnu.org>
11984         PR ada/6637, PR ada/5911
11985         Merge with libada-branch:
11986         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11987         with appropriate dependencies. Add --enable-libada configure switch.
11988         * configure, Makefile.in: Regenerate.
11990 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
11992         * MAINTAINERS: Add myself to write-after-approval.
11994 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11996         * configure.in: Don't pass --with-stabs on IRIX 5 either.
11997         * configure: Regenerate.
11999 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
12001         Merge from upstream:
12003         * ltmain.in: When setting IFS to '~', be careful about user
12004         arguments that contain '~'.
12006         2004-02-04  Peter O'Gorman  <peter@pogma.com>
12008         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
12009         Also test $base_compile against $CC with escaped arguments. Bug
12010         reported by Geoff Keating <geoffk@apple.com>.
12012 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
12014         * MAINTAINERS: Remove i960 port.
12016 2004-01-23  DJ Delorie  <dj@redhat.com>
12018         * Makefile.def (target_modules) [libiberty]: Don't stage.
12019         * Makefile.in: Rebuilt.
12021 2004-01-20  Caroline Tice  <ctice@apple.com>
12023         * MAINTAINERS: Add myself to write-after-approval.
12025 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
12027         * MAINTAINERS: Update my email address.
12029 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
12031         * MAINTAINERS: Add myself to write-after-approval.
12033 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12035         * MAINTAINERS: Remove entries without email address.
12037 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
12039         * MAINTAINERS: Add myself to write-after-approval.
12041 2004-01-15  Steven Bosscher  <stevenb@suse.de>
12043         * MAINTAINERS: Update my email address.
12045 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
12047         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
12048         * Makefile.tpl (configure-target-[+module+]): Support stage.
12049         * Makefile.in: Rebuilt.
12051 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
12053         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
12055 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
12057         * MAINTAINERS: Add myself as a MIPS maintainer.
12059 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12061         * configure.in: Use ./config.cache, not config.cache.
12062         * configure: Regenerate.
12063         * Makefile.tpl: Special-casing not needed for GCC any more.
12064         * Makefile.in: Regenerate.
12066         * configure.in: Don't share a cache file for host dirs.
12067         * configure: Regenerate.
12069         * config-ml.in: Don't mess with the cache file.
12071 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12073         * MAINTAINERS: Move myself from 'Write After Approval' to
12074         'CPU Port Maintainers' section as SPARC maintainer.
12076 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12078         * Makefile.tpl: Make GCC use a separate config.cache.
12079         * Makefile.in: Regenerate.
12081         PR bootstrap/11932, PR bootstrap/11933
12082         (I don't know if it will fix either of them, but it relates
12083         to them.)
12084         * configure.in: Don't use shared config.cache for target
12085         directories.
12086         * configure: Regenerate.
12088 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
12090         * MAINTAINERS: Add myself to 'Write After Approval' section.
12092 2003-12-31  Roger Sayle  <roger@eyesopen.com>
12094         * configure.in (ia64*-*-hpux*): Disable building java libraries.
12095         * configure: Regenerated.
12097 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
12099         * MAINTAINERS: Remove the mn10200 maintainer.
12101 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
12103         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
12104         * configure: Regenerated.
12106 2003-12-16  Jan Hubicka  <jh@suse.cz>
12108         * MAINTAINERS: Add myself as callgraph maintainer.
12110 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
12112         * configure.in (raw_libstdcxx_flags): Remove the leading space.
12113         * configure: Regenerate.
12115 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
12117         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12118         'Write After Approval' section. Update email.
12120 2003-12-01  James Lemke  <jim@wasabisystems.com>
12122         * MAINTAINERS (Write After Approval): Add myself.
12124 2003-11-20  Matt Thomas  <matt@3am-software.com>
12126         * MAINTAINERS: Add myself as a vax port maintainer.
12128 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
12130         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12131         (configure-build-[+module+], configure-[+module+]): Likewise.
12132         (configure-target-[+module+], configure-gcc, config.status): Likewise.
12133         * Makefile.in: Regenerate.
12135 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
12137         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12138         shared/dylibed libraries.
12139         * ltmain.sh: Likewise.
12140         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12141         * ltcf-cxx.sh: Likewise.
12142         * ltcf-gcj.sh: Likewise.
12143         * ltconfig: Likewise.
12145 2003-11-17  Stan Cox  <scox@redhat.com>
12147         * MAINTAINERS: Add myself as iq2000 port maintainer.
12149 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
12151         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12152         * Makefile.in: Regenerate.
12154 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
12156         * config.sub: Update to 2003-11-03 version.
12158 2003-10-20  Phil Edwards  <phil@codesourcery.com>
12160         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
12161         * configure:  Regenerate.
12163 2003-10-20  Nicolas Pitre  <nico@cam.org>
12165         * MAINTAINERS: Add myself to 'Write After Approval' section.
12167 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
12169         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12171 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
12173         * MAINTAINERS: Update my email address.
12175 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12177         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12179 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
12181         * MAINTAINERS: Add myself to 'Write After Approval' section.
12183 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
12185         * config.guess: Update to 2003-10-16 version.
12186         * config.sub: Update to 2003-10-16 version.
12188 2003-10-15  David Daney  <ddaney@avtrex.com>
12190         * MAINTAINERS: Added myself to 'Write After Approval' section.
12192 2003-10-15  Falk Hueffner  <falk@debian.org>
12194         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12195         'Write After Approval' section. Update email.
12197 2003-10-14  Roger Sayle  <roger@eyesopen.com>
12199         * MAINTAINERS: Move myself from 'Write After Approval' to
12200         'Various Maintainers' section as middle-end maintainer.
12202 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12204         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12205         HOST_FLAGS_TO_PASS.
12206         * Makefile.in: Regenerate.
12208 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
12210         * config.guess: Update to 2003-10-07 version.
12211         * config.sub: Update to 2003-10-07 version.
12213 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12215         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12216         * ltconfig (irix5*, irix6*): Don't override version_type.
12218 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
12220         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12221         * configure: Rebuilt
12222         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12223         * Makefile.in: Rebuilt
12225 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
12227         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12229 2003-09-30  Carlo Wood  <carlo@alinoe.com>
12231         * MAINTAINERS (Write After Approval): Add myself.
12233 2003-09-29  Paul Koning  <ni1d@arrl.net>
12235         * MAINTAINERS: Move myself from "Write After Approval"
12236         to CPU platform maintainers for pdp11 platform.
12238 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
12240         * MAINTAINERS: Move myself from 'Write After Approval' to
12241         'Various Maintainers' section as libffi testsuite maintainer.
12243 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
12245         * configure.in: Pass a computed --program-transform-name
12246         to subconfigures.
12247         * configure: Regenerated.
12249 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12251         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12252         * Makefile.in: Regenerate.
12254         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12255         * Makefile.in: Regenerate.
12257 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
12259         * MAINTAINERS: Move myself from 'Write After Approval'
12260         to 'Various Maintainers' (objective-c) section.
12262 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
12264         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12265         quoting.
12266         * configure: Regenerated.
12268 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
12270         * MAINTAINERS (Write After Approval): Add myself to write after
12271         approval list.
12273 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
12275         * MAINTAINERS (Write After Approval): Add myself.
12277 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
12279         * MAINTAINERS: Update my e-mail address.
12281 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
12283         * libtool.m4 (LD): Correct powerpc64 host match.
12285 2003-09-06  James E Wilson  <wilson@tuliptree.org>
12287         * MAINTAINTERS: Update my affiliation and email address.
12289 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12291         * MAINTAINERS (Write After Approval): Add myself.
12293 2003-09-04  DJ Delorie  <dj@redhat.com>
12295         * configure: Regenerate.
12297 2003-09-04  Robert Millan  <robertmh@gnu.org>
12299         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
12301 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12303         * configure.in: Ensure arguments to sed are properly spaced.
12304         * configure: Regenerate.
12306 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
12308         * MAINTAINERS: Update my e-mail address.
12310 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
12312         * MAINTAINERS (Write After Approval): Add myself.
12314 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
12316         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12317         * configure: Regenerated.
12319 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12321         * MAINTAINERS: Update my email address.
12323 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
12325         * configure.in:  Use newline instead of semicolon when assuming
12326         shell arguments in a for loop.
12327         * configure:  Regenerated.
12329 2003-08-22  Jason Eckhardt  <jle@rice.edu>
12331         * MAINTAINERS: Resurrect the i860 maintainer.
12333 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
12335         PR 8180
12336         * configure.in: When testing with_libs and with_headers, treat
12337         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
12338         * configure: Regenerate.
12340         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12341         make, shell, etc.
12342         (baseargs): Likewise.
12343         * configure: Regenerate.
12345 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
12347         * MAINTAINERS (Write After Approval): Add myself.
12349 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
12351         * configure.in: Disable libgcj for darwin not on powerpc.
12352         * configure: Rebuild.
12354 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
12356         * config-ml.in, symlink-tree: Add license.
12358 2003-08-03  Richard Stallman  <rms@gnu.org>
12359             Eben Moglen  <moglen@columbia.edu>
12361         * README.SCO: New file.
12363 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
12365         * Makefile.tpl (check, check-c++): Express dependencies using
12366         dependencies rather than commands.
12367         * Makefile.in: Regenerate.
12369 2003-08-01  Andrew Cagney  <cagney@redhat.com>
12371         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12372         * configure: Ditto.
12374 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
12376         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12377         * Makefile.in: Update.
12379 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
12381         * configure.in: Enable libgcj for darwin.
12382         * configure: Rebuild.
12384 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
12386         * config-ml.in:  Use ac_configure_args directly instead of
12387         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
12388         actually seen.
12390 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12392         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12393         creating target and build subdirs to build all parent dirs as needed.
12394         * Makefile.in: Rebuild.
12395         * configure.in: Don't build dirs explicitly here.
12396         * configure: Rebuild.
12398 2003-07-26  Paul Brook  <paul@nowt.org>
12400         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12402 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
12404         * Makefile.tpl (all-make): Depend on intl.
12405         * Makefile.in: Rebuilt.
12407 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12409         * install-sh:  Update to newer upstream versions (associated with
12410         aclocal 1.7).
12411         * mkinstalldirs:  Likewise.
12412         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
12414 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
12416         * MAINTAINERS: Move self from Bug database only accounts
12417         to write-after-approval.
12419 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
12421         * config.if: Remove unused libc_interface determination.
12423 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12425         * MAINTAINERS: Move self from write-after-approval to
12426         build machinery (*.in).
12428 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12430         PR bootstrap/11273
12431         PR bootstrap/11408
12432         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
12433         unused INSTALL_PROGRAM_ARGS.
12434         * configure.in: Use AC_PROG_INSTALL.
12435         * Makefile.in: Regenerate.
12436         * configure: Regenerate.
12438 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12440         * MAINTAINERS: Alphabetize.
12442 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
12444         * configure: Rebuilt.
12445         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12446         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12447         newlib nor libgloss.
12448         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
12449         * configure.in (am33_2.0-*-linux*): Added.
12451 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
12453         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12454         * configure: Regenerate.
12456 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12458         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12459         * Makefile.in: Regenerate.
12461 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12463         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12464         * Makefile.in: Regenerate.
12466 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12468         * Makefile.tpl: Replace PWD with PWD_COMMAND.
12469         * Makefile.in: Regenerated.
12471         * config-ml.in: Replace PWD with PWD_COMMAND.
12473 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12475         * intl: New directory; see intl/ChangeLog for details.
12476         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12477         * Makefile.tpl: all-gcc depends on maybe-all-intl.
12478         * Makefile.in: Regenerate.
12480 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12482         * configure.in: Clean up config-lang.in handling.  Delete
12483         useless assignment to "subdirs".
12484         * configure: Regenerate.
12486 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12488         * configure.in: Rename 'target_libs' to 'target_libraries'.
12489         Remove useless reference to 'target_libs'.
12490         * configure: Regenerate.
12492 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12494         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12495         * Makefile.in: Regenerate.
12497 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12499         * Makefile.def: Introduce flags_to_pass.
12500         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12501         * Makefile.in: Regenerate.
12503 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12505         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12506         and target-libgloss.
12507         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12508         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12509         * configure: Regenerate.
12511 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12513         * configure.in: Update testsuite_flags to new location.
12514         * configure. Regenerate.
12516 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12518         * Makefile.tpl: Remove BUILD_CC stuff.
12519         * Makefile.in: Regenerate.
12521 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12523         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12525 2003-06-16  Graeme Peterson  <gp@qnx.com>
12527         * MAINTAINERS (Write After Approval): Add myself.
12529 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12531         * config.guess: Update to 2003-06-12 version.
12532         * config.sub: Update to 2003-06-13 version.
12534 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12536         * config.guess: Update to 2003-06-06 version.
12537         * config.sub: Update to 2003-06-06 version.
12539 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12541         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12542         * configure. Regenerate.
12544 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12546         * configure.in: Disable serial configure by default.
12547         * configure: Regenerate.
12548         * Makefile.tpl: Abolish .NOTPARALLEL.
12549         * Makefile.in: Regenerate.
12551         * Makefile.tpl: Replace {build,host,target}_canonical by
12552         {build,host,target}.
12553         * Makefile.in: Regenerate.
12555         * Makefile.tpl: Fix stupid pasto.
12556         * Makefile.in: Regenerate.
12558 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12560         * Makefile.tpl: Remove bogus conditional.
12561         * Makefile.in: Regenerate.
12563 2003-06-05  Jan Hubicka  <jh@suse.cz>
12565         * Makefile.tpl (profiledbootstrap): New target.
12566         * Makefile.in (profiledbootstrap): New target.
12568 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12570         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12571         Pinski. Remove user names from other bugzilla-only maintainers.
12573 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12575         * Makefile.tpl: Make 'recursive targets' using autogen rather
12576         than shell loop.  Remove duplicate 'clean' targets and false
12577         comments.
12578         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12579         Add systematic method of specifying missing targets in subdirs.
12580         Add copyright boilerplate.
12581         * Makefile.in: Regenerate.
12582         * configure.in: Add 'recursive targets' to maybe list.
12583         * configure: Regenerate.
12585         * MAINTAINERS: "GNATS only" -> "Bug database only".
12587         * Makefile.tpl: Rename [+target+] to [+make_target+].
12588         * Makefile.def: Rename 'target' to 'make_target'.
12590 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12592         * MAINTAINERS: Add self as options handling maintainer.
12594 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12596         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12597         been too long since I touched those ports.
12599 2003-05-28  DJ Delorie  <dj@redhat.com>
12601         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12602         * Makefile.in: Regenerate.
12604 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12606         * configure.in: Use curly braces in the definition of tooldir.
12607         * configure: Regenerate.
12609 2003-05-21  DJ Delorie  <dj@redhat.com>
12611         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12612         newlib or libgloss.
12613         * Makefile.in: Regenerate.
12615 2003-05-21  DJ Delorie  <dj@redhat.com>
12617         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12618         * Makefile.in: Regenerate.
12620 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12622         * MAINTAINERS: Update my e-mail address.
12624 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12626         * configure.in: Switch more things to use maybe dependencies.
12627         * Makefile.tpl: Switch more things to use maybe dependencies.
12628         Factor out common code from autogen IF statements.
12629         * configure: Regenerate.
12630         * Makefile.in: Regenerate.
12632 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12634         * configure.in: Accept i[3456789]86 for machine type.
12635         * configure: Regenerate.
12637 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12639         * configure.in: Switch more things to use maybe dependencies.
12640         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12641         * configure: Regenerate.
12642         * Makefile.tpl: Switch more things to use maybe dependencies.
12643         * Makefile.in: Regenerate.
12645 2003-05-16  Andreas Schwab  <schwab@suse.de>
12647         * Makefile.tpl (install-opcodes): Define.
12648         * Makefile.in: Rebuild.
12650 2003-05-13  Andreas Jaeger  <aj@suse.de>
12652         * config.guess: Update to 2003-05-09 version.
12653         * config.sub: Update to 2003-05-09 version.
12655 2003-05-13  Michael Eager  <eager@mvista.com>
12657         * configure.in: Correct sed script so that options in quotes are not
12658         deleted.
12659         * configure: Rebuild.
12661 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12663         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12664         and $$s/newlib/libc/sys/cygwin32 include paths.
12665         * configure: Ditto.
12667 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12669         * MAINTAINERS: Update my email addresses.
12671 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12673         * config-ml.in: Propagate INSTALL variables.
12675 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12677         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12679 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12681         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12682         * Makefile.in: Regenerate.
12684 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12686         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12688 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12690         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12692 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12694         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12695         * Makefile.in: Regenerated.
12697 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12699         * MAINTAINERS (Write After Approval): Upgrade myself from
12700         GNATS only to write-after-approval. Update my mail address.
12702 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12704         (OS Port Maintainers: freebsd): Add myself.
12706 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12708         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12710 2003-04-22  Kean Johnston  <jkj@sco.com>
12712         * MAINTAINERS (SCO ports): Added myself.
12714 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12716         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12718 2003-04-19  Kean Johnston  <jkj@sco.com>
12720         * MAINTAINERS (Write After Approval): Add myself.
12722 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12724         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12725         * Makefile.in: Regenerate.
12727 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12729         * configure.in (powerpc64*-*-linux*): Remove.
12730         * configure: Rebuilt.
12732 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12734         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12735         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12736         and restrap.
12737         * Makefile.in:  Regenerate.
12739 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12741         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12742         * configure: Regenerated.
12744 2003-04-15  DJ Delorie  <dj@redhat.com>
12746         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12748 2003-04-13  Nick Clifton  <nickc@redhat.com>
12750         * config-ml.in: Remove support for --disable-aix removing
12751         call-aix multilibs.
12753 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12755         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12756         * */configure: Rebuilt.
12758 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12760         * MAINTAINERS: Add my email address.
12762 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12764         * MAINTAINERS (Write After Approval): Add myself.
12766 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12768         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12769         * Makefile.in: Regenerate.
12771 2003-03-14  Michael Chastain  <mec@shout.net>
12773         * Makefile.in: Regenerate with correct Makefile.def.
12775 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12777         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12778         Make macro.
12779         * Makefile.in: Regenerate.
12780         * configure.in: Clean up gxx_include_dir logic.
12781         * configure: Regenerate.
12783 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12785         * MAINTAINERS (Write After Approval): Add myself.
12787 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12789         * MAINTAINERS: Update my mail address.
12791 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12793         * configure.in (gxx_include_dir): Fix typo.
12794         * configure: Regenerated.
12796 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12798         * Makefile.tpl: Reindent.
12799         * Makefile.in: Regenerate.
12800         * configure.in: Reindent.  Don't set unused variables.
12801         * configure: Regenerate.
12803 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12805         * configure.in: Include $(build_tooldir)/sys-include in
12806         FLAGS_FOR_TARGET.
12807         * configure: Regenerated.
12809 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12811         * Makefile.tpl: Always pass down RANLIB.
12812         * Makefile.in: Regenerate.
12814         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12815         * Makefile.in: Regenerate.
12816         * configure.in: Remove unused logic relating to --enable-shared
12817         and --enable-threads.  Remove bogus comments.  Remove redundant
12818         noconfigdirs.
12819         * configure: Regenerate.
12821         * configure.in: Replace ${libstdcxx_version} by its value.
12822         Remove reference to mh-dgux.
12823         * configure: Regenerate.
12825 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12827         * MAINTAINERS (Write After Approval): Add myself.
12829 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12831         * Makefile.tpl: Rearrange.
12832         * Makefile.in: Regenerate.
12834 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12836         * configure.in: Add support for kaOS as cross build target system.
12837         * configure: Regenerated.
12839 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12841         * MAINTAINERS (Write after approval): Add myself.
12843 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12845         * MAINTAINERS: Update my email address.
12847 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12849         * MAINTAINERS: Add self to blanket write privs. section.
12851 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12853         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12854         configure-target-* as some target builds may require additional
12855         flags for preprocessor tests.
12856         * Makefile.in: Regenerated.
12858 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12860         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12861         * ltconfig: Handle it.
12862         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12863         auto-detecting it.
12865         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12866         it is used as argument to $CC.
12867         * ltcf-gcj.sh: Likewise.
12869         * configure.in: Introduce --enable-maintainer-mode.
12870         * configure: Rebuilt.
12871         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12872         for maintainer mode.
12873         * Makefile.in: Rebuilt.
12875 2003-02-18  Jason Merrill  <jason@redhat.com>
12877         * Makefile.tpl (check-c++): Allow parallelism.
12879 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12881         * MAINTAINERS: Remove John Carr (who never actually had access to
12882         gcc.gnu.org).
12884 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12886         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12887         don't configure target-libobjc.
12888         * configure: Regenerate.
12890 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12892         * Makefile.tpl (RANLIB): Define.
12893         * Makefile.in: Regenerate.
12895 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
12897         * MAINTAINERS: Update my email.
12899 2003-02-06  Keith R Seitz  <keiths@redhat.com>
12901         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12902         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12903         * Makefile.in: Regenerated.
12904         * configure.in: Remove all traces of snavigator, db, and grep.
12905         * configure: Regenerated.
12907 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12909         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12910         After Approval.
12912 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12914         * MAINTAINERS (Write after approval): Add myself.
12916 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
12918         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12919         * Makefile.in: Regenerated.
12921 2003-01-30  Roger Sayle  <roger@eyesopen.com>
12923         * config.guess: Updated to 2003-01-30's version.
12924         * config.sub: Updated to 2003-01-28's version.
12926 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
12928         * config.if: If gcc_version is already set, just use it.  Don't set
12929         gcc_version_trigger if it's already set, otherwise set it to
12930         gcc/version.c, but only if the file exists.  If it is not set and
12931         gcc/version.c does not exist, try to extract the version number from
12932         $CC.
12934 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
12936         * MAINTAINERS: Add myself to write-after-approval list.
12938 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
12940         * configure.in:  Revert 24Jan change.
12941         * configure:  Regenerate.
12943 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12945         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
12946         entry of HJ Lu.
12948 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12950         * configure.in: Revert previous change.
12951         * configure: Regenerate.
12953 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12955         * configure.in: Make rda native-only.
12956         * configure: Regenerate.
12958 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12960         * MAINTAINERS: Move myself from GNATS-only-accounts to
12961         write-after-approval.
12963 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12965         * configure.in: Add missing \.
12966         * configure: Rebuilt.
12968 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
12970         * configure.in (baseargs): Avoid using \| in sed regular
12971         expressions.
12972         * configure: Rebuilt.
12974 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
12976         * configure.in (baseargs): Remove all supported forms of
12977         --cache-file, --srcdir, --host, --build and --target options
12978         from argument lists.
12979         * configure: Rebuilt.
12981 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
12983         * MAINTAINERS: Add myself to write-after-approval list.
12985 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
12987         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12988         * configure: Rebuilt.
12990 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12992         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12993         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12994         * Makefile.in: Regenerate.
12995         * configure: Regenerate.
12997 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12999         * configure.in: Remove Makefile in build, host and target modules
13000         unless configure was run with --no-recursion.
13001         * configure: Rebuilt.
13003 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13005         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
13006         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
13007         * Makefile.in: Regenerate.
13009 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
13011         * config.guess: Update to 2003-01-03 version.
13012         * config.sub: Update to 2003-01-03 version.
13014 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13016         * configure: Regenerate with proper autoconf 2.13.
13018 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13020         * configure.in: Add AC_PREREQ for consistency.
13021         * configure: Regenerate.
13023 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
13025         * configure.in (GDB_TK): Add tcl directories conditional on
13026         gdb/gdbtk directory being present.
13027         * configure: Regenerate.
13029 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
13031         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
13032         used by gcc if LD is not defined and we are not doing a Canadian Cross.
13033         * configure: Rebuilt.
13035 2002-12-31  Tom Tromey  <tromey@redhat.com>
13037         * Makefile.in: Rebuilt.
13038         * Makefile.def (target_modules) [libffi]: Allow installation.
13040 2002-12-31  Andreas Schwab  <schwab@suse.de>
13042         * configure.in: Fix use of $program_transform_name.
13043         * configure: Regenerated.
13045 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
13047         * configure.in (baseargs): Don't remove first configure argument.
13048         * configure: Regenerated.
13050 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
13052         * Makefile.tpl (local-distclean): Don't remove...
13053         (multilib.ts): ... this.  Moved into...
13054         (multilib.out): ... this.  Don't use sub-make.
13055         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
13056         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
13057         (configure-build-[+module+], configure-[+module+],
13058         configure-target-[+module+], configure-gcc): ... these.  Test
13059         for Makefile existence.  Drop config.status from dependencies.
13060         * Makefile.in: Rebuilt.
13061         * configure.in: Move gcc-version-trigger to the end of
13062         ac_configure_args.  Add comments to maybedep.tmp and
13063         serdep.tmp.  Introduce --disable-serial-configure.  Remove
13064         nonopt from baseargs, matching and removing corresponding
13065         whitespace while at it.
13066         * configure: Rebuilt.
13068 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
13070         * configure.in (host_configargs): Replace reference to
13071         no-longer-defined buildopts with --build=${build_alias}.
13072         * configure: Rebuilt.
13074         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
13075         program_transform_name to standard idiom.
13076         (AUTOGEN, AUTOCONF): Define.
13077         (Makefile.in): Use $(AUTOGEN).
13078         (Makefile): Depend on config.status, and use autoconf-style rule to
13079         build it.  Move original commands to...
13080         (config.status): ... this new target.
13081         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
13082         $(AUTOCONF).
13083         * Makefile.in: Rebuilt.
13085 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
13087         * Makefile.tpl: Fix dramatic bustage due to change in
13088         program_transform_name.
13089         * Makefile.in: Regenerate.
13091         * configure.in: Remove unnecessary PATH setting.
13092         * configure: Regnerate.
13094         * configure.in: Don't default to unprefixed tools unless
13095         the native tools will work.
13096         * configure: Regenerate.
13098         * configure.in: Convert to autoconf script.  Blow away lots
13099         of now-redundant Makefile fragments.
13100         * configure: Generate using Autoconf.
13101         * Makefile.tpl: Rewrite to reflect autoconfiscation.
13102         * Makefile.in: Regenerate.
13104 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
13106         * configure: Fix stupid bug where RANLIB was mistakenly included.
13108         * configure.in: Rename (buildargs, hostargs, targargs) to
13109         (build_configargs, host_configargs, target_configargs).
13111         * configure.in: Move logic out of sed statement.
13113         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
13114         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13116 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
13118         * config.sub: Import from master repository
13119         * config.guess: Ditto
13121 2002-12-24  Andreas Schwab  <schwab@suse.de>
13123         * Makefile.tpl (multilib.out): Fix missing space.
13124         * Makefile.in: Regenerate.
13126 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13128         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
13129         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
13130         * Makefile.in: Regenerate.
13131         * configure.in: Remove unnecessary leftovers.
13133 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
13135         * configure.in (extra_ranlibflags_for_target): New variable.
13136         (*-*-darwin): Add -c to ranlib commands.
13137         * configure (tooldir): Handle extra_ranlibflags_for_target.
13139 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13141         * Makefile.tpl: Revert HJL's change.
13142         * Makefile.in: Regenerated.
13143         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13144         always.
13146 2002-12-19  Andreas Schwab  <schwab@suse.de>
13148         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13149         * Makefile.in: Regenerate.
13151 2002-12-18  H.J. Lu  <hjl@gnu.org>
13153         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13154         * Makefile.in: Regenerated.
13156         * configure.in (build_prefix): New. Substitute.
13158 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
13160         * Makefile.tpl: Don't let real targets depend on phony targets.
13161         * Makefile.in: Regenerate.
13163         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13164         * Makefile.in: Regenerate.
13166 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
13168         * config.sub: Import from master repository
13169         * config.guess: Ditto
13171 2002-12-16  Jason Merrill  <jason@redhat.com>
13173         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13174         previous 'make bootstrap'.
13175         * Makefile.in: Regenerate.
13177 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
13179         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13181 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
13183         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13184         * Makefile.in: Regenerate.
13186 2002-12-13  Jason Merrill  <jason@redhat.com>
13188         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
13189         library tests.
13190         (check-c++): Just depend on it and check-target-libstdc++-v3.
13191         * Makefile.in: Regenerate.
13193 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13195         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13196         * Makefile.in: Rebuilt.
13198 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13200         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13202 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13204         * configure: Fix bug put in by gremlins.
13206         * Makefile.tpl: Substitute more autoconfily.
13207         * configure: Substitute more autoconfily.
13208         * Makefile.in: Regenerate.
13210 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
13212         * config.sub: Import from master repository
13213         * config.guess: Ditto
13214         * MAINTAINERS: Added Svein Seldal under write after approval
13216 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
13218         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13219         * Makefile.in (all-sim): Ditto.
13221 2002-12-06  DJ Delorie  <dj@redhat.com>
13223         * Makefile.tpl: Change configure dependencies to not have real
13224         targets depend on phony targets.
13226 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
13228         * configure.in: Revert unintentional change.
13230         * Makefile.tpl: Change dependency for */multilib.out so that
13231         it works when gcc isn't in the tree.
13233         * configure.in: Substitute more.
13234         * configure: Run subconfigures from the Makefile.
13235         * Makefile.tpl: Run subconfigures from the Makefile; add a few
13236         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
13238 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13240         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13242 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13244         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13245         and corresponding dependencies.
13246         * Makefile.in: Regenerate.
13248         * configure.in (host_tools): Order binutils, gas and ld for
13249         convenience in running the testsuites.
13251         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13252         * Makefile.in: Regenerate.
13253         * configure.in: Introduce rules to serialize subconfigure runs.
13255         * configure.in: Introduce BASE_CC_FOR_TARGET.
13256         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
13257         Realize configure-build-* targets.  Realize configure-target-* targets.
13258         * Makefile.in: Regenerate.
13260 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13262         * configure: Move gcc_version_trigger stuff from here...
13263         * configure.in: ...to here.
13265         * configure.in: Separate subconfigure options added by this file from
13266         options given by the user.  Add machinery to put args for host
13267         subconfigures into the Makefile.
13269         * Makefile.tpl: Remove 'vault' targets.
13270         * Makefile.tpl: Reorder and comment dependencies.
13271         * Makefile.in: Regenerate.
13273 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13274         * configure.in: Fix my broken commit of previous patch. (sigh)
13276 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13278         * configure.in: Move host-specific darwin noconfigdirs into
13279         the host-specific section.
13281 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13283         * configure.in: Move host-specific darwin noconfigdirs into
13284         the host-specific section.
13286 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
13288         * configure: Remove skip-this-dir support.
13289         * Makefile.tpl: Remove skip-this-dir support.
13291         * Makefile.tpl: Remove leftover support for non-autoconfiscated
13292         subdirectories.
13293         * Makefile.in: Regenerate.
13295         * Makefile.tpl: Strip out useless setting of 'dir'.
13296         * Makefile.in: Regenerate.
13298 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13300         * configure.in: Fix deeply stupid bug.
13302         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13303         shell code in CXX_FOR_TARGET
13304         * Makefile.def: Introduce raw_cxx.
13305         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13306         RAW_CXX_FOR_TARGET.
13307         * Makefile.in: Regenerate.
13309 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
13311         * Makefile.tpl: Remove unnecessary ifs.
13312         * Makefile.in: Regenerate.
13314         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
13315         dependencies.  Maybe-ize build-libiberty.  Create dummy install
13316         targets for 'no_install' modules.
13317         * configure: Move GDB_TK substitution to configure.in.  Move
13318         build_modules stuff to configure.in.
13319         * configure.in: Implement soft dependency machinery.  Maybe-ize
13320         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
13321         * Makefile.in: Regenerate.
13323 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13325         * Makefile.tpl: Make all-target, install-target behave similarly
13326         to all, install (only hitting configured targets).  Eliminate
13327         unused macro defintions.
13329         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13330         build != host.
13332         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13334         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13336         * configure.in: Produce lists of subdir targets we're actually
13337         configuring.  Remove references to "dosrel".
13338         * Makefile.tpl: Let configure set which subdir targets are hit.
13339         Remove install-cross; clean up install; remove ALL.  Remove
13340         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
13341         Autogenerate host module targets.  Remove empty dependency lines
13342         and redundant dependency; rearrange slightly.
13343         * Makefile.def: Add host-side libtermcap, utils.
13345         * Makefile.in: Regenerate.
13347 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13349         * ltconfig (osf[345]): Append $major to soname_spec.
13350         Reflect this in library_names_spec.
13351         * ltmain.sh (osf): Prefix $major with . for use as extension.
13353 2002-11-19  Andreas Jaeger  <aj@suse.de>
13355         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13356         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13357         and sparc64 GNU/Linux systems.
13359 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
13361         * MAINTAINERS: Update email.
13363 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13365         * MAINTAINERS: Complete James Dennett's entry.
13367 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
13369         * MAINTAINERS (Write After Approval): Add myself.
13371 2002-11-13  Bruce Korb  <bkorb@gnu.org>
13373         * Makefile.tpl: syntactic cleanup
13375 2002-11-13  Stuart Hastings  <stuart@apple.com>
13377         * MAINTAINERS: Add myself to write-after-approval list.
13379 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13381         * Makefile.def: Add list of recursive targets to autogenerate.
13382         Add build_modules.
13383         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
13384         targets.  Autogenerate *-build-* targets.
13385         * Makefile.in: Regenerate.
13387 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13389         * configure: More autoconf-style substitutions.
13390         * Makefile.tpl: More autoconf-style substitutions.
13391         * Makefile.in: Regenerate.
13393 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13395         * configure: Substitute more variables in a more autoconf-friendly
13396         way.  Simplify slightly.
13397         * Makefile.tpl: Make more variables substitutable in an
13398         autoconf-friendly way.
13399         * Makefile.in: Regenerate.
13401 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
13403         * MAINTAINERS (Write After Approval): Add myself.
13405 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13407         * configure.in (v810*): Remove special setting of tools.
13409         * configure: Add support for extra required flags for ar or nm.
13410         * configure.in (aix4.3+): Use above support for target-specific
13411         issues, rather than using config/mt-aix43.
13413 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13415         * configure: Remove 'removing', which doesn't work.  Replace $subdir
13416         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
13417         with $srcdir.  Reformat indentation.  Substitute some variables
13418         formerly hard-coded in the Makefile for build=host.
13419         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13420         * Makefile.def: Autogenerate more.
13421         * Makefile.in: Regenerate.
13423 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13425         * MAINTAINERS (Write After Approval): Add myself.
13427 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
13429         * Makefile.def (host_modules): Add rda.
13430         * Makefile.in: Regenerate.
13431         * configure.in (target_tool): Add target-rda to list.
13433 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13435         * MAINTAINERS: Remove "co-maintainer" note for web pages.
13437 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
13439         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
13440         and restrap targets to this rule.
13441         * Makefile.in:  Regenerate.
13443 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13445         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13446         GNATS only accounts.
13448 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
13450         * configure.in (i[3456]86-*-linux*): Add check to disable
13451         ${libgcj} for glibc1.
13453 2002-10-24  Denis Chertykov  <denisc@overta.ru>
13455         * MAINTAINERS: Add myself as ip2k port maintainer.
13457 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
13459         * configure.in: Add tic4x target.
13461 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13463         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13464         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13465         * Makefile.in: Regenerate.
13467         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13468         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13469         * Makefile.in: Regenerate.
13471 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
13473         * MAINTAINERS: Add myself as web pages co-maintainer.
13475 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13477         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13478         * Makefile.in: Regenerate.
13480 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
13482         * MAINTAINERS: Add myself and Nathan Sidwell
13483         <nathan@codesourcery.com> as VxWorks maintainers.
13485 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13487         * Makefile.def: Remove order dependency comments.
13488         * Makefile.tpl: Add explicit install-install dependencies.
13489         * Makefile.in: Regenerate.
13491         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13492         * Makefile.in: Regenerate.
13494         * Makefile.tpl: Add configure-target (for src-release in src)
13495         * Makefile.in: Regenerate.
13497 2002-09-30  Nick Clifton  <nickc@redhat.com>
13499         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13501 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13503         * configure.in (s390*-*-linux*): Enable libgcj.
13505 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13507         * configure: Revert accidentally applied changes.
13509         * Makefile.tpl: Make more autoconf-friendly.
13510         * Makefile.in: Regenerate.
13511         * configure: Make substitution more autoconf-like.
13513 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13515         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13516         single entry to handle all these.
13517         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13518         libjava on arm-*-elf.
13520 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13522         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13523         things that depend on them.
13525 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13527         * Makefile.tpl: Make subsituted variables more autoconfy.
13528         * Makefile.in: Regenerate.
13529         * configure: Make seds more autoconfy.
13531 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13533         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13534         * Makefile.in: Regenerate.
13535         * configure.in: Rewrite sed statements to look autoconfy.
13537         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13538         all-target-foo on configure-target-foo.
13539         * Makefile.def: Ditto.
13540         * Makefile.in: Rebuild.
13542 2002-09-25  Andrew Haley  <aph@redhat.com>
13544         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13546 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13548         * Makefile.def: New file.
13549         * Makefile.tpl: New file.
13550         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13551         * contrib/gcc_update: Note that Makefile.in is a generated file.
13553         * configure.in: Minor rearrangement.  Simplify tests.
13555 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13557         * configure.in (with_headers): Skip copy if value is "yes".
13558         (with_libs): Likewise.
13560 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13562         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13563         * configure.in (sh*-*-pe*): Ditto.
13564         * configure.in (mips*-*-pe*): Ditto.
13565         * configure.in (*arm-wince-pe): Ditto.
13567         * configure.in: Rearrange.
13569 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13571         * MAINTAINERS: Update my email address.
13573 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13575         * MAINTAINERS: (Write After Approval): Add myself.
13577 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13579         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13581 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13583         * MAINTAINERS: Change my mailing address.
13585 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13587         * MAINTAINERS (Write After Approval): Remove myself.
13588         (Various Maintainers: c++ runtime libs): Add myself.
13590 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13592         * MAINTAINERS (Write After Approval): Remove myself.
13593         (Various Maintainers: c++ runtime libs): Add myself.
13595 2002-08-15  Eric Christopher  <echristo@redhat.com>
13597         * config.sub: Import from master repository.
13598         * config.guess: Ditto.
13600 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13602         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13603         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13604         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13606 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13608         * MAINTAINERS: Add self to rs6000 vector extensions.
13610 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13612         * libiberty/configure: Reverted unintended yesterday's check in.
13614 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13616         * boehm-gc/configure, libf2c/configure: Rebuilt.
13617         * libffi/configure, libiberty/configure: Ditto.
13618         * libjava/configure, libobjc/configure: Ditto.
13619         * libstdc++-v3/configure, zlib/configure: Ditto.
13620         Merged from binutils:
13621         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13622         From Steve Ellcey <sje@cup.hp.com>:
13623         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13624         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13625         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13626         IA64.
13627         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13628         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13629         soname_spec, sys_lib_search_path_spec): Ditto.
13631 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13633         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13635 2002-08-04  H.J. Lu  (hjl@gnu.org)
13637         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13639 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13641         * MAINTAINERS (Write After Approval): Add myself.
13643 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13645         * configure.in: Move generic linux case to end.  Copy generic
13646         linux noconfigdirs to mips*-*-linux* entry and new
13647         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13649 2002-07-19  Michael Matz  <matz@suse.de>
13651         * MAINTAINERS: Add myself as ra* maintainer.
13653 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13655         * config.guess: Update to 2002-07-09 version.
13656         * config.sub: Update to 2002-07-03 version.
13658 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13660         * MAINTAINERS: Fix typo in a maintainer email address.
13662 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13664         * configure.in: Remove two redundant tests.
13666 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13668         * configure.in (mips*-*-irix6*o32): Enable stabs.
13670 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13672         * configure.in: Don't build grez.
13673         * Makefile.in: Ditto.
13675         * Makefile.in: Remove references to bsp, cygmon, libstub.
13676         * configure.in: Ditto.
13678         * configure.in: Remove leftover reference to gdbtest.
13680 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13682         * configure.in (gxx_include_dir):  Change to match versioned
13683         C++ headers if --enable-version-specific-runtime-libs is used.
13685 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13687         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13689 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13691         * configure.in: Make --without-x work.
13693 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13695         * configure.in: Rearrange target Makefile fragment collection.
13697         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13698         cvs[src].
13699         * configure.in: Ditto.
13701 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13703         * MAINTAINERS (Write After Approval): Update my e-mail address.
13705 2002-06-24  Ben Elliston  <bje@redhat.com>
13707         * configure.in (host_tools): Remove cgen.
13709         * Makefile.in (all-cgen): Remove; runs from its source directory.
13710         (check-cgen, install-cgen, clean-cgen): Likewise.
13711         (all-opcodes): Do not depend on all-cgen.
13712         (all-sim): Likewise.
13714 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13716         * Makefile.in: Eliminate 'apache' targets.
13717         * configure.in: Eliminate 'apache' targets.
13719         * configure.in: Eliminate redundant tests.  Reorganize.
13721         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13723         * config-ml.in: Eliminate references to Cygnus configure.
13725         * Makefile.in: Eliminate references to building emacs.
13727 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13729         * MAINTAINERS: Update my email address.
13731 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13733         * config.if (libstdcxx_incdir): Version C++ headers.
13734         (cxx_incdir): Remove.
13736 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13738         * MAINTAINERS (Write After Approval): Add self.
13740 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13742         * configure.in: Add support for ip2k.
13744 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13746         * configure.in: Fix AIX configury bug.
13748 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13750         * MAINTAINERS (Write After Approval): Add self.
13752 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13754         * configure.in: replace ${topsrcdir} with ${srcdir}
13756         * configure.in: Move definition of libstdcxx_flags
13757         right above usage, rather than waaay earlier.
13759         * configure.in: Pull definition of is_cross_compiler earlier.
13761         * configure.in: Rearrange a little.
13763         * configure.in: Remove references to librx.
13764         * Makefile.in: Remove references to librx.
13766 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13768         * config.sub: Add support for avr target.
13769         Import from master sources, rev 1.255
13771 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13773         * configure, .cvsignore:  Revert previous change...
13774         * Makefile:  ...delete.
13776 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13778         * configure.in: Eliminate ${gasdir} variable.
13780 2002-06-18  Dave Brolley  <brolley@redhat.com>
13782         * configure.in: Add support for frv.
13783         * config.sub: Add support for frv.
13785 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13787         * configure:  Remove garbage from previous commit.
13789 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13791         * configure:  For in-source builds, make a subdir and re-exec there.
13792         * Makefile:  New file.  Pass targets through to build directory.
13793         * .cvsignore:  No longer ignore "Makefile".
13795 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13797         * MAINTAINERS (Write After Approval): Add self.
13799 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13801         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13803 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13805         * configure.in (vax-*-netbsd*): Re-enable gas.
13807 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13809         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13810         BUILD_PREFIX_1, to correct nomenclature.
13811         * configure: Likewise.
13813         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13814         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13816 2002-05-31  Olaf Hering  <olh@suse.de>
13818         * config-ml.in: Propogate DESTDIR also.
13820 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13822         * configure.in (vax-*-netbsd*): Don't build gas for this
13823         platform.
13825 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13827         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13828         and libgcj for AVR.
13830 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13832         * MAINTAINERS (Write After Approval): Add myself.
13834 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13836         * config.guess: Update to 2002-05-22 version.
13837         * config.sub: Likewise.
13839 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13841         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13842         * config-ml.in: Likewise.
13843         * configure: Likewise.
13844         * configure.in: Likewise.
13846 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13848         * MAINTAINERS: Update my email address.
13850 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13852         * configure.in: Simplify makefile fragment collection.
13854         * configure.in: Remove code to build emacs.
13856         * configure.in : Remove --srcdir argument from targargs and buildargs
13857         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13859         * configure: Move some logic to configure.in.
13860         * configure.in: Move some logic from configure.
13862 2002-05-11  Tom Tromey  <tromey@redhat.com>
13864         * MAINTAINERS: Reflect libgcj reality.
13866 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
13868         * Makefile.in: Honour DESTDIR.
13870 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
13872         * config.guess: Import 2002-03-20 version.
13873         * config.sub: Import 2002-04-26 version.
13875 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13877         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13879 2002-05-07  Tim Josling  <tej@melbpc.org.au>
13881         * MAINTAINERS: Add self.
13883 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
13885         * ltmain.sh: Detect and handle object name conflicts
13886         while piecewise linking a static library.
13888 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
13890         * configure.in (noconfigdirs): Don't disable libgcj on
13891         sparc64-*-solaris* and sparcv9-*-solaris*.
13893 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
13895         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13897 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
13899         * configure.in (FLAGS_FOR_TARGET): Do not add
13900         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13901         on i[3456]86-*-linux*.
13903 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
13905         * configure.in (noconfigdirs): Replace [ ] with test.
13907         * configure.in (noconfigdirs): Do not add target-newlib if
13908         target == i[3456]86-*-linux*, and host == target.
13910 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
13912         * configure.in: delete reference to absent file
13914         * configure.in: replace '[' with 'test'
13916         * configure.in: Eliminate references to gash.
13917         * Makefile.in: Eliminate references to gash.
13919         * configure.in: remove useless references to 'pic' makefile fragments.
13921         * configure.in: (*-*-windows*) Finish removing.
13923         * configure.in: Eliminate redundant test for libgui.
13925 2002-04-29  Roger Sayle  <roger@eyesopen.com>
13927         * MAINTAINERS: Add self and realphabetize.  Update entries
13928         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
13929         entry for a29k port maintainer.
13931 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
13933         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13934         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13936 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
13938         * configure.in: remove references to dead files
13940 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
13942         * MAINTAINERS: Add information about purpose of this file.
13944 2002-04-18  Tom Tromey  <tromey@redhat.com>
13946         * configure.in: Disallow configuring libgcj when it is already
13947         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
13948         Solaris 2.8 by default.  For PR libgcj/6158.
13950 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13952         * configure.in:  Move default CC setting out of config/mh-* fragments
13953         directly into here.
13955 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13957         * configure.in: don't even try to configure or make a subdirectory
13958         if there's no configure script for it.
13960 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
13962         * MAINTAINERS: Remove chill maintainers.
13963         * Makefile.in (CHILLFLAGS): Remove.
13964         (CHILL_LIB): Remove.
13965         (TARGET_CONFIGDIRS): Remove libchill.
13966         (CHILL_FOR_TARGET): Remove.
13967         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13968         CHILL_LIB.
13969         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13970         (CHECK_TARGET_MODULES): Likewise.
13971         (INSTALL_TARGET_MODULES): Likewise.
13972         (CLEAN_TARGET_MODULES): Likewise.
13973         (configure-target-libchill): Remove.
13974         (all-target-libchill): Remove.
13975         * configure.in (target_libs): Remove target-libchill.
13976         Do not compute CHILL_FOR_TARGET.
13977         * libchill: Remove directory.
13979 2002-04-11  DJ Delorie  <dj@redhat.com>
13981         * Makefile.in, configure.in: Sync with binutils, entries
13982         follow...
13984 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
13986         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
13987         (do-tar, do-bz2): New rules.
13988         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
13989         (gdb-tar): New rule.
13990         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
13991         (insight_dejagnu.tar): New rule.
13992         (insight.tar): New rule.
13993         (gdb+dejagnu.tar): New rule.
13994         (gdb.tar): New rule.
13996 2002-02-01  Mo DeJong  <supermo@bayarea.net>
13998         * Makefile.in: Add all-tix to deps for all-snavigator
13999         so that tix is built when building snavigator.
14001 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
14003         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
14004         ld and gdb are not supported.
14006 2002-01-07  Mark Salter  <msalter@redhat.com>
14008         * configure.in: Remove target-bsp and target-cygmon from arm builds.
14009         Allow target-libgloss to be built for arm, strongarm, and xscale.
14011 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
14013         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
14014         options for i[3456]86-pc-linux* native builds.
14016 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
14018         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
14019         files from .po files for a distribution.
14021 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
14023         * configure.in: Enable libstdc++-v3 for h8300 targets.
14025 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
14027         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
14028         version from bfd/.
14030 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
14032         * Makefile.in (VER): When present, extract the version number from
14033         the file version.in.
14035 2001-05-24  Tom Rix  <trix@redhat.com>
14037         * configure.in : enable ld for aix
14039 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14041         * config.guess: Add linux target for S/390.
14043 2000-11-07  Philip Blundell  <pb@futuretv.com>
14045         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
14047 2000-11-03  Philip Blundell  <pb@futuretv.com>
14049         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
14050         files.
14052 2001-01-15  Ben Elliston  <bje@redhat.com>
14054         * configure.in (host_tools): Add sid.
14055         Always configure cgen.
14057 2000-11-24  Nick Clifton  <nickc@redhat.com>
14059         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
14061 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
14063         * Makefile.in (ALL_MODULES): Add all-cgen.
14064         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
14065         (all-cgen): New target.
14066         (all-opcodes,all-sim): Depend on all-cgen.
14067         * configure.in (host_tools): Add cgen.
14068         Only configure cgen if --enable-cgen-maint.
14070 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
14072         * configure.in: Add *-*-freebsd* configurations.
14074 2002-04-08  Tom Tromey  <tromey@redhat.com>
14076         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
14077         Fixes PR libgcj/6068.
14079 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
14081         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
14083 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14085         * configure.in (alpha*-dec-osf*): Enable libgcj.
14087 2003-03-27  Matthew Gingell  <gingell@gnat.com>
14089         * MAINTAINERS (Write After Approval): Add myself.
14091 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
14093         Fix for: PR bootstrap/3591, target/5676
14094         * configure.in (mcore-pe): Disable the configuration of
14095         libstdc++-v3 since exceptions are not supported.
14097 2002-03-20  Anthony Green  <green@redhat.com>
14099         * configure.in: Enable libgcj for xscale-elf target.
14101 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
14103         * MAINTAINERS:  Update my email address.
14105 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
14107         * ltmain.sh (relink_command): Fix typo in previous change.
14109 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
14111         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
14112         (relink_command): Added --tag flags.
14113         (mode=install): If relinking fails; error out.
14115 2002-03-12  Richard Henderson  <rth@redhat.com>
14117         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
14118         .NOTPARALLEL tag.
14119         (do-check): Rename from check.
14120         (check): Allow parallel check.
14122 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14124         * MAINTAINERS: Add myself as maintainer for xtensa port.
14125         Fix alphabetical order in CPU port maintainer list.
14126         Remove myself from Write After Approval list.
14128 2002-03-11  Richard Henderson  <rth@redhat.com>
14130         * Makefile.in (.NOTPARALLEL): Add fake tag.
14132 2002-03-07  H.J. Lu  (hjl@gnu.org)
14134         * configure.in: Enable gprof for mips*-*-linux*.
14136 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
14138         * MAINTAINERS (Write After Approval): Add myself.
14140 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
14142         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14143         libjava.
14144         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14146 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
14148         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14149         because its Makefile is there; test for the executable instead.
14151 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
14153         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14154         libstdc++-v3 and libjava.
14156 2002-02-11  Adam Megacz  <adam@xwt.org>
14158         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14159         boehm-gc
14161 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
14163         * config.guess: Updated to 2002-01-30's version.
14164         * config.sub: Updated to 2002-02-01's version.
14165         Contribute sh64-elf.
14166         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
14167         * configure.in: Added sh64-*-*.
14169 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
14171         * MAINTAINERS: Belatedly add myself to write after approval list.
14173 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
14175         * MAINTAINERS: Put self in as maintainer for x86-64 port.
14176         Remove self as Write After Approval.
14178 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
14180         * MAINTAINERS: Put self in as maintainer for contrib/regression
14181         directory.
14183 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
14185         * MAINTAINERS:  Update my email address.
14187 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
14189         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
14190         target-libiberty, and target-libgloss.  Skip Java-related
14191         libraries if not supported for NetBSD on target CPU.
14193 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
14195         * install-sh: Use _inst.$$_ for temp file name.
14197 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
14199         * MAINTAINERS (Write After Approval): Move my contact info
14200         from here...
14201         (OS Port Maintainers): ...to here (netbsd).
14203 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
14205         * MAINTAINERS (Write After Approval): Add myself.
14207 2002-01-17  H.J. Lu  <hjl@gnu.org>
14209         * Makefile.in (all-fastjar): Also depend on all-libiberty.
14210         (all-target-fastjar): Also depend on all-target-libiberty.
14212 2002-01-16  H.J. Lu  (hjl@gnu.org)
14214         * config.guess: Import from master sources, rev 1.225.
14215         * config.sub: Import from master sources, rev 1.238.
14217 2002-01-16  Kazu Hirata  <kazu@hxi.com>
14219         * MAINTAINERS (Write After Approval): Remove myself.
14221 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
14223         * MAINTAINERS (Write After Approval): Add myself.
14225 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14227         * MAINTAINERS: Add self as docs co-maintainer.
14229 2001-12-11  Matthias Klose  <doko@debian.org>
14231         * MAINTAINERS (Write After Approval): Add myself.
14233 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
14235         * MAINTAINERS: Update my email address.
14237 2001-12-07  Turly O'Connor  <turly@apple.com>
14238         * MAINTAINERS (Write After Approval): Add myself.
14239         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14240         (rs6000_initialize_trampoline): Call __trampoline_setup for
14241         ABI_DARWIN too.
14242         * darwin-tramp.asm: New file, implements __trampoline_setup.
14243         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
14245 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
14247         * MAINTAINERS (Write After Approval): Add myself.
14249 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
14251         * configure, configure.in: Use temp file for long sed commands.
14253 2001-12-03  Laurent Guerby  <guerby@acm.org>
14255         * config.sub: Update to version 1.232 on subversion.
14257 2001-12-03  Ben Elliston  <bje@redhat.com>
14259         * MAINTAINERS: Update mail address for config.* patches.
14261 2001-11-27  DJ Delorie  <dj@redhat.com>
14262             Zack Weinberg  <zack@codesourcery.com>
14264         When build != host, create libiberty for the build machine.
14266         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14267         CONFIG_ARGUMENTS.
14268         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14269         New variables.
14270         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14271         and rules.
14272         (all.normal): Depend on ALL_BUILD_MODULES.
14273         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14274         (all-build-libiberty): Depend on configure-build-libiberty.
14276         * configure: Calculate and substitute proper value for
14277         ALL_BUILD_MODULES.
14278         * configure.in: Create the build subdirectory.
14279         Calculate and substitute TARGET_CONFIGARGS (formerly
14280         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14282 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
14284         * MAINTAINERS (write-after-approval): Add self.
14286 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14288         * MAINTAINERS (GNATS only accounts): Remove self.
14290 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
14292         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14293         libf2c.
14295 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14297         * MAINTAINERS (Write After Approval): Add self.
14299 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14301         * MAINTAINERS: mips and s390 are also CPU ports.
14303 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14305         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14307 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
14309         * MAINTAINERS: Alphabetize.
14311 2001-11-09  Kazu Hirata  <kazu@hxi.com>
14313         * MAINTAINERS (Various maintainers: h8 port): Add myself.
14315 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14317         * MAINTAINERS (Various maintainers: hppa port): Added myself.
14319 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
14321         * configure.in (--enable-languages): Be more permissive about
14322         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
14324 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
14326         * config.sub: Import from master sources, rev. 1.230.
14327         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14329 2001-11-07  Laurent Guerby  <guerby@acm.org>
14331         * MAINTAINERS (Write After Approval): Add self.
14333 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
14335         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14337 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
14339         * config.sub: Import from master sources, rev 1.226.
14340         * config.guess: Import from master sources, rev 1.216.
14342 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
14344         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14345         * MAINTAINERS: Add self as maintainer of MMIX port.
14346         Remove old after-approval entry.
14348 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14350         * ChangeLog, configure: Fix spelling errors.
14352 2001-10-20  Brendan Kehoe  <brendan@zen.org>
14354         * MAINTAINERS: Tweak my address.
14356 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
14358         * MAINTAINERS: Update my email address.
14360 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
14362         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14363         * MAINTAINERS: Add self as maintainer of CRIS port.
14365 2001-10-10  Geert Bosch  <bosch@gnat.com>
14367         * MAINTAINERS (Various maintainers: Ada front end):
14368         Added Robert Dewar.
14370 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
14372         * MAINTAINERS (Write After Approval): Added self
14374 2001-10-02  Geert Bosch  <bosch@gnat.com>
14376         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14378 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14380         * configure: Handle temporary files securely using mkdir.
14382 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
14384         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14386 2001-09-26  Will Cohen  <wcohen@redhat.com>
14388         * configure.in (*-*-linux*): Disable configuration of target-newlib
14389         and target-libgloss.
14391 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
14393         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14394         RANLIB.
14396 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
14398         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14399         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14400         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14401         avoid quotes nesting problems.
14402         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14403         (DO_X): Export only variables that are set.
14405 2001-09-19  Ben Elliston  <bje@redhat.com>
14407         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14408         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14409         semantics.  Use the shell built-in "type" command instead.
14411 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
14413         Merged from gcc-3_0-branch:
14414         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
14415         * ltcf-c.sh: Use $objext, not $ac_objext.
14416         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
14417         * ltcf-cxx.sh: Add support for GNU.
14418         2001-07-22  Timothy Wall  <twall@redhat.com>
14419         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
14420         default settings if using GNU tools with that configuration.
14421         * ltcf-cxx.sh: Ditto.
14422         * ltcf-gcj.sh: Ditto.
14423         2001-07-21  Michael Chastain  <chastain@redhat.com>
14424         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14425         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
14426         * ltmain.sh: Mark as gcc-local.
14428 2001-08-30  Eric Christopher  <echristo@redhat.com>
14429             Jason Eckhardt  <jle@redhat.com>
14431         * config.guess: Merge from master sources.
14432         * config.sub: Merge from master sources, add support for mipsisa32.
14434 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
14435         * config.sub: Merge from master sources, rev 1.219.
14436         * MAINTAINERS: Add self as contact for stormy16 port.
14438 2001-08-14  Zack Weinberg  <zackw@panix.com>
14440         * config.sub: Merge from master sources, rev 1.218.
14441         * config.guess: Merge from master sources, rev 1.209.
14443 2001-08-11  Graham Stott  <grahams@redhat.com>
14445         * Makefile.in (check-c++): Add missing semicolon.
14447 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
14449         * MAINTAINERS (Various maitainers: predict.def): Added myself.
14451 2001-07-30  Eric Christopher  <echristo@redhat.com>
14453         * MAINTAINERS (Various maintainers: mips port): Added myself.
14455 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14457         * configure.in (sh-*-linux*): New.
14459 2001-07-27  Richard Henderson  <rth@redhat.com>
14461         * .cvsignore: Add LAST_UPDATED.
14463 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
14465         * MAINTAINERS (Various maintainers: s390 port): Added myself.
14467 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
14469         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14471 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
14473         * MAINTAINERS (Write After Approval): Added myself.
14475 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14477         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14478         and libgcj on m68hc11/m68hc12.
14480 2001-06-27  H.J. Lu  (hjl@gnu.org)
14482         * Makefile (CFLAGS_FOR_BUILD): New.
14483         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14485 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14487         * README: Remove version number.
14489 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14491         * INSTALL/README: Update wrt. to the installation instructions now
14492         residing in gcc/doc/install.texi.
14494 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14496         * README: Replace with a cut-down and updated version of gcc/README.
14498 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14500         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14501         multilibs to be disabled.
14503 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14505         * MAINTAINERS (Write After Approval): Add myself.
14507 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14509         * config.guess: Import CVS version 1.195.
14510         * config.sub: Import CVS version 1.212.
14512 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14514         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14515         gcc/xgcc is built, use -print-prog-name to find out the program
14516         name to use.
14518 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14520         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14521         appear to also be in the master copy.
14522         * config.sub:  Import CVS version 1.211.
14524 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14526         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14527         with_gcc]: Use `gcc -shared' to build a shared library.
14529 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14531         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14532         archives.
14534 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14536         * MAINTAINERS (Write After Approval): Add myself.
14538 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14540         * configure.in (libstdcxx_flags): Do not try to execute
14541         libstdc++-v3/testsuite_flags until it exists.
14543 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14545         * MAINTAINERS: Update my email address.
14547 2001-05-31  Graham Stott  <grahams@redhat.com>
14549         * MAINTAINERS (Write After Approval): Add myself.
14551 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14553         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14554         libraries when using g++ with native linker.
14556 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14558         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14560 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14562         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14563         [aix4*|aix5*]: Prepend blank.
14565 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14567         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14568         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14569         of subdir/configure scripts to use the new libtool.m4.
14571 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14573         * MAINTAINERS (Write After Approval): Add myself.
14575 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14577         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14579 2001-05-11  Ben Elliston  <bje@redhat.com>
14581         * Makefile.in (all-sid): New target.
14582         (check-sid, clean-sid, install-sid): Likewise.
14584 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14586         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14588 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14590         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14591         libgcj.
14593 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14595         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14596         gcc/xgcc is built, use -print-prog-name to find out the program
14597         name to use.
14599 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14601         * configure.in (noconfigdirs): Don't reset it from scratch in the
14602         target case; only append to it.
14604         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14605         sparc-*-solaris2.8]: Disable ${libgcj}.
14607 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14609         * configure.in (libgcj_saved): Copy from $libgcj.
14610         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14611         --disable-libgcj.
14613 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14615         * MAINTAINERS: Remove self as MIPS maintainer and
14616         C front end maintainer.
14618 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14620         * configure.in: Move *-chorusos target case to the proper switch.
14621         Disable libgcj.
14623 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14625         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14626         1.641.2.228.
14628 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14630         * Makefile.in (STAGE1_CFLAGS): Pass down.
14632 2001-04-13  Alan Modra  <amodra@one.net.au>
14634         * config.guess: Add hppa64-linux support.  Note for next import that
14635         this is already in the master file.
14636         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14638 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14640         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14641         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14643 2001-04-11  Stan Shebs  <shebs@apple.com>
14645         * MAINTAINERS: Add self as Darwin port maintainer.
14647 2001-04-11  Alan Modra  <amodra@one.net.au>
14649         * MAINTAINERS: Update my email address.
14651 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14653         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14654         recent versions of FreeBSD (release 3 or later).
14655         * ltconfig: On FreeBSD, -lc must not be provided when building
14656         a shared library or else the standard -pthread gcc option is
14657         rendered worthless to later users of the built library.
14659 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14661         * MAINTAINERS: Add self and RTH as C front end maintainers.
14663 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14665         * config.sub: Make sure to match an already-canonicalized
14666         machine name (eg. mn10300-unknown-elf).
14668 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14670         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14671         New macros.
14672         (bootstrap, cross): Use RECURSE_FLAGS.
14673         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14675 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14677         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14679 2001-03-22  Colin Howell  <chowell@redhat.com>
14681         * Makefile.in (DO_X): Do not backslash single-quotes in
14682         backquotes (two places).
14684 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14686         Re-installed:
14687         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14688         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14689         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14690         * ltcf-cxx.sh: Likewise.
14691         * ltcf-gcj.sh: Likewise.
14693 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14695         * MAINTAINERS: Add myself as "documentation co-maintainer".
14697 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14699         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14700         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14702 2001-03-19  Tom Tromey  <tromey@redhat.com>
14704         * config-ml.in: Handle GCJ and GCJFLAGS.
14706 2001-03-21  Michael Chastain  <chastain@redhat.com>
14708         * Makefile.in: all-m4 depends on all-texinfo.
14710 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14712         * MAINTAINERS: Add myself to write after approval list.
14714 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14716         * Makefile.in (DO_X): Quote nested quotes.
14718 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14720         * MAINTAINERS: Add myself to write after approval list.
14722 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14724         * Makefile.in (DO_X): Use double quotes for quoting
14725         "RANLIB=$${RANLIB}".
14727 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14729         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14731 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14733         * configure.in: Only use `lang_requires' for languages athat are
14734         actually enabled.
14736 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14738         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14740 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14742         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14744 2001-03-07  Tom Tromey  <tromey@redhat.com>
14746         * configure.in: Allow config-lang.in to set `lang_requires' to list
14747         of other required languages.
14749 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14751         * Makefile.in: Remove RANLIB definition. Use RANLIB
14752         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14753         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14755 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14756             Alexandre Oliva  <aoliva@redhat.com>
14758         * Makefile.in (check-c++): Use tabs, not spaces.
14760 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14762         * MAINTAINERS: add myself to Write After Approval list.
14764 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14766         * Makefile.in (check-c++): New rule.
14768         * configure.in (target_libs): Remove libg++.
14769         (noconfigdirs): Remove libg++.
14770         (noconfigdirs): Same.
14771         (noconfigdirs): Same.
14772         (noconfigdirs): Same.
14774         * config-ml.in: Remove libg++ references.
14776         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14777         (ALL_TARGET_MODULES): Same.
14778         (configure-target-libg++): Remove.
14779         (all-target-libg++): Remove.
14780         (configure-target-libio): Remove.
14781         (all-target-libio): Remove.
14782         (check-target-libio): Remove.
14783         (.PHONY): Remove.
14784         (libg++.tar.bz2): Remove.
14785         (all-target-cygmon): Remove libio.
14786         (all-target-libstdc++): Remove.
14787         (configure-target-libstdc++): Remove.
14788         (TARGET_LIB_PATH): Remove libstdc++.
14789         (ALL_GCC_CXX): Remove libstdc++.
14790         (all-target-gperf): Correct.
14792 2001-02-16  Nick Clifton  <nickc@redhat.com>
14794         * configure.in (noconfigdirs): Allow configuration of texinfo
14795         for Cygwin hosts.
14797 2001-02-15  Anthony Green  <green@redhat.com>
14799         * configure: Introduce GCJ_FOR_TARGET.
14800         * configure.in: Ditto.
14801         * Makefile.in: Ditto.
14803 2001-02-13  Andreas Schwab  <schwab@suse.de>
14805         * MAINTAINERS: Update mail address.
14807 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14809         * config.guess: Add linux target for S/390.
14810         * config.sub: Likewise.
14812 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14814         * configure.in: for *-chorusos, don't config target-newlib and
14815         target-libgloss.
14817 2001-02-06  Ben Elliston  <bje@redhat.com>
14819         * configure: Output host type to stdout, not stderr.
14821 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14823         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14824         * ltcf-cxx.sh: Likewise.
14826         * config.if: Assume enable_libstdcxx_v3 is defined.
14828 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14830         Remove V2 C++ library.
14831         * configure.in: Remove --enable-libstdcxx_v3 support.
14833 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14835         * include/demangle.h: Add prototype for java_demangle_v3.
14837 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14839         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14841 2001-01-27  Richard Henderson  <rth@redhat.com>
14843         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14845 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14847         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14848         Don't unset, it's non-portable and no longer necessary, set to empty
14849         instead.
14851 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14853         * ltconfig: Shell portability fix for the tagname validity check.
14855 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14857         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14858         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14860 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14862         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14864 2001-01-26  Tom Tromey  <tromey@redhat.com>
14866         * configure.in: Allow libgcj to be built on Sparc Solaris.
14868 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
14870         * ltcf-c.sh: Add aix5 case.
14871         * ltcf-cxx.sh: Likewise.
14872         * ltconfig: Likewise.
14874 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
14876         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14877         keep at least one of build_libtool_libs or build_old_libs set to
14878         yes.
14880         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14881         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14883 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
14885         * configure.in: Enable libgcj on several additional platforms.
14887 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
14889         * configure.in: Enable libgcj for linux targets.
14891 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14893         * MAINTAINERS (Write After Approval): Add myself.
14895 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14897         * MAINTAINERS: Add myself as vax port maintainer.
14899 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
14901         * MAINTAINERS: Add myself as Mercury front-end maintainer.
14903 2001-01-09  Mike Stump  <mrs@wrs.com>
14905         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14906         failures of subdirectories.
14908 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14910         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14911         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14912         * ltcf-cxx.sh: Likewise.
14913         * ltcf-gcj.sh: Likewise.
14914         * ltconfig.sh: Fix typo.
14916 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14918         * configure: handle DOS-style absolute paths.
14920 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14922         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14924 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
14926         * MAINTAINERS: Add myself as avr port co-maintainer.
14928 2000-12-28  Ben Elliston  <bje@redhat.com>
14930         * MAINTAINERS: Add myself under ``Write After Approval''.
14932 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
14934         * texinfo: Remove directory from GCC.
14936 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14938         * COPYING: Update to current
14939         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14940         to 19yy as example year in copyright notice).
14942 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
14944         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14945         (libstdcxx_incdir): Pass down.
14946         * config.if: Remove expired bits for cxx_interface, add stub.
14947         (libstdcxx_incdir): Add variable for g++ include directory.
14948         * configure.in (gxx_include_dir): Use it.
14950 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
14952         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
14953         with old-email address from ``Write After Approval''.
14955 2000-12-15  Andreas Jaeger  <aj@suse.de>
14957         * configure.in: Handle lang_dirs.
14959 2000-12-14  Tom Tromey  <tromey@redhat.com>
14961         * MAINTAINERS: Removed brads.
14963         * MAINTAINERS: Added gcj developers.
14965 2000-12-13  Anthony Green  <green@redhat.com>
14967         * configure.in: Disable libgcj for any target not specifically
14968         listed.  Disable libgcj for x86 and Alpha Linux until compatible
14969         with g++ abi.
14971 2000-12-13  Mike Stump  <mrs@wrs.com>
14973         * Makefile.in (local-distclean): Also remove fastjar.
14975 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
14977         * contrib/gcc_update: Add fastjar --touch entries.
14979 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
14981         * configure.in: Disable language-specific target libraries for
14982         languages that aren't enabled.
14984 2000-12-10  Anthony Green  <green@redhat.com>
14986         * configure.in: Define libgcj.  Disable libgcj target libraries for
14987         most targets.
14989 2000-12-10  Neil Booth  <neilb@earthling.net>
14991         * MAINTAINERS: Update mail address, remove from WAA list.
14993 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14995         * libjava: Imported from /cvs/java.
14996         * libffi: Likewise.
14997         * Boehm-gc: Likewise.
14999 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15001         * configure.in (target_libs): Revert 2000-12-08 patch.
15002         (noconfigdirs): Added target-libjava.
15004 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15006         * djunpack.bat: removed.
15008 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15010         * Makefile.in: handle DOS-style absolute paths.
15011         * config-ml.in: likewise.
15012         * symlink-tree: likewise.
15014 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15016         * fastjar: Imported.
15018 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15020         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
15021         libjava.
15022         * configure.in (target_libs): Removed `target-libjava'.
15024 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15026         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
15027         (ALL_MODULES): Added fastjar.
15028         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
15029         (all-target-libjava): all-fastjar replaces all-zip.
15030         (all-fastjar): Added.
15031         (configure-target-fastjar, all-target-fastjar): Likewise.
15032         * configure.in (host_tools): Added fastjar.
15034 2000-12-07  Mike Stump  <mrs@wrs.com>
15036         * Makefile.in (local-distclean): Remove leftover built files.
15038 2000-11-24  Nick Clifton  <nickc@redhat.com>
15040         * configure.in (xscale-elf): Add target.
15041         (xscale-coff): Add target.
15043 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
15045         * ltcf-cxx.sh: Support creation of C++ shared libraries on
15046         recent versions of FreeBSD (release 3 or later).
15047         * ltconfig: On FreeBSD, -lc must not be provided when building
15048         a shared library or else the standard -pthread gcc option is
15049         rendered worthless to later users of the built library.
15051 2000-11-16  Fred Fish  <fnf@be.com>
15053         * configure.in (enable_libstdcxx_v3): Fix typo,
15054         libstd++ -> libstdc++.
15056 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15058         * MAINTAINERS: Add self to Write After Approval list.
15060 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
15062         * MAINTAINERS: Update my email address.  Add myself to global write
15063         privs list.
15065 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
15067         * Makefile.in: Merge with src and libgcj.
15068         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
15069         configure-target-<library> when their configure scripts need the C
15070         or C++ library to have already been built to work properly.
15071         (do_proto_toplev): Set them to an empty string.
15073         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
15074         (REALLY_SET_LIB_PATH): Use them.
15076 2000-11-17  Stan Shebs  <shebs@apple.com>
15078         * MAINTAINERS: Add self to Write After Approval list.
15080 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15082         * configure: Provide the original toplevel configure arguments
15083         (including $0) to subprocesses in the environment rather than
15084         through gcc/configargs.h.
15086 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15088         * MAINTAINERS: Remove references to cccp. Change C9X reference to
15089         C99.  Alphabetise "Write After Approval" list.
15091 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
15093         * configure: Turn on libstdc++ V3 by default.
15095         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
15096         if we've got GCC.
15098 2000-11-11  Philip Blundell  <philb@gnu.org>
15100         * MAINTAINERS: Add self to Write After Approval list.
15102 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
15104         * ltcf-c.sh (aix4): Improve shared library configuration; require
15105         exporting symbols.
15106         * ltcf-cxx.sh (aix4): Define.
15107         * ltconfig (aix4): Define library and soname specs appropriate for
15108         AIX.  Define command to create export symbols list.
15110 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
15112         * config.sub: Add support for Sun Chorus
15114 2000-10-31  Nick Clifton  <nickc@redhat.com>
15116         * MAINTAINERS: Rename <name>@cygnus.com addresses to
15117         <name>@redhat.com.  Also installed new email address for Clint
15118         Popetz.
15120 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
15122         * etc: Remove directory from GCC.
15124 2000-10-16  Michael Meissner  <meissner@redhat.com>
15126         * configure (gcc/configargs.h): Only create if there is a build GCC
15127         directory created.
15129 2000-10-16  Matthias Klose  <doko@debian.org>
15131         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15132         when configured for libstdc++-v3.
15134 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
15136         * configure: Save configure arguments to gcc/configargs.h.
15138 2000-10-04  Philipp Thomas  <pthomas@suse.de>
15140         * config.guess: Import CVS version 1.157.
15141         * config.sub: Import CVS version 1.181.
15143 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
15145         * Makefile.in (bootstrap): avoid recursion if subdir missing
15146         (cross): ditto
15147         (do-proto-toplev): ditto
15149 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
15151         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15152         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15154         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15155         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
15156         all affected `configure' scripts.
15158 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
15160         * MAINTAINERS: Add self as cpplib co-maintainer.
15162 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
15164         * MAINTAINERS: Add self to Write After Approval list.
15166 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15168         * INSTALL/README: egcs -> GCC update.
15170 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
15172         * MAINTAINERS: Add myself to Write After Approval list.
15174 2000-09-15  Kazu Hirata  <kazu@hxi.com>
15176         * MAINTAINERS: Add myself to Write After Approval list.
15178 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
15180         * configure.in: Do not build byacc for hppa64.  Provide paths to the
15181         X11 libraries for hppa64.
15183 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15185         * MAINTAINERS: Add myself as 68hc11 port maintainer.
15187 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
15189         * Makefile.in (all-zlib): Added dummy target.
15191         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15192         ltcf-gcj.sh: Updated from libtool multi-language branch.
15194 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
15196         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15197         (bootstrap*): Depend on all-bootstrap.
15199 2000-09-05  Philipp Thomas  <pthomas@suse.de>
15201         * config.guess: Import CVS version 1.156.
15202         * config.sub: Import CVS version 1.179.
15204 2000-09-02  Anthony Green  <green@cygnus.com>
15206         * Makefile.in (all-gcc): Depend on all-zlib.
15207         (CLEAN_MODULES): Add clean-zlib.
15208         (ALL_MODULES): Add all-zlib.
15209         * configure.in (host_libs): Add zlib.
15211 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
15213         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15214         crosses, but add gcc/include to the header search path for them.
15216 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
15218         * MAINTAINERS: Add self to Write After Approval list.
15220 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15222         * config.guess: Import CVS version 1.152.
15223         * config.sub: Import CVS version 1.177.
15225 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
15227         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15228         $targargs to tell whether newlib is going to be built.
15230         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15231         $$r/TARGET_SUBDIR/libio for _G_config.h.
15233 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
15235         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15237 2000-08-22  DJ Delorie  <dj@redhat.com>
15239         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15241 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
15243         * config-ml.in (CC, CXX): Avoid trailing whitespace.
15244         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15245         sub-configures.
15247 2000-08-21  DJ Delorie  <dj@redhat.com>
15249         * MAINTAINERS: Add self as a libiberty maintainer
15251 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
15253         * configure.in (libstdcxx_flags): Use
15254         libstdc++-v3/src/libstdc++.INC.
15256 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
15258         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15260 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
15262         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15264         * configure: Make enable_threads and enable_shared defaults
15265         explicit.  Substitute enable_threads into generated Makefiles.
15266         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15267         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15269 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15271         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15273 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
15275         * config-ml.in (CC): Remove bogus duplicate quotation mark from
15276         previous delta.
15278 2000-08-11  Jason Merrill  <jason@redhat.com>
15280         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15281         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15282         (FLAGS_FOR_TARGET): Not here.
15283         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
15285 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
15287         * config-ml.in (CC, CXX): Don't introduce a leading space.
15289 2000-08-07  DJ Delorie  <dj@delorie.com>
15291         * MAINTAINERS: Add self as a DJGPP maintainer
15293 2000-08-07  DJ Delorie  <dj@redhat.com>
15295         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15296         "if we're also building gcc, and it's a gcc that will run on the
15297         build machine, we want to use its includes instead of the system's
15298         default includes".
15300 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15302         * MAINTAINERS: Add self to Write After Approval list.
15304 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
15306         * configure.in (libstdcxx_flags): Don't use `"'.
15308         * config-ml.in: Adjust multilib search paths to the
15309         appropriate multilib tree.
15311 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
15313         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15314         commas in $LANGUAGES.
15316 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
15318         * configure.in: Re-enable all references to libg++ and librx.
15320 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
15322         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15323         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
15324         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15325         * ltcf-cxx.sh (need_lc): Set based on postdeps.
15327         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15329 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
15331         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15332         CXX_FOR_TARGET for sed.
15334 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
15336         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15337         Do not override if already set in the environment or in configure.
15338         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15339         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15341 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
15343         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15344         the libtool CVS tree multi-language branch.
15345         * ltconfig, ltmain.sh: Updated.
15347 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
15349         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15350         (clean-target): Depend on it.
15352         * Makefile.in (FLAGS_FOR_TARGET): New macro.
15353         (GCC_FOR_TARGET): Use it.
15354         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15355         * configure.in: ... here.
15356         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
15357         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15359 2000-07-24  Eric Christopher  <echristo@cygnus.com>
15361         * MAINTAINERS: Add self to Write After Approval list.
15363 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
15365         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15366         (configure-target-libchill, configure-target-libobjc): Likewise.
15368         * configure.in: Use the same cache file for all target libs.
15369         * config-ml.in: But different cache files per multilib variant.
15371 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15373         * configure (topsrcdir): Don't use dirname.
15375 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
15377         * MAINTAINERS: Add self to Write After Approval list.
15379 2000-07-20  Jason Merrill  <jason@redhat.com>
15381         * configure.in: Remove all references to libg++ and librx.
15383         * configure, configure.in, Makefile.in: Unify gcc and binutils.
15385 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
15387         * config.sub: Update to subversions version 2000-07-06.
15389 2000-07-12  Andrew Haley  <aph@cygnus.com>
15391         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15392         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15394 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
15396         * symlink-tree:  Check number of arguments.
15398 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15400         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15401         search path for a g++ extracted from the build tree.  This
15402         will allow link tests run by configure scripts in
15403         subdirectories to succeed.
15405 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
15407         * ltconfig: Add support for mips-dde-sysv4.2MP
15409 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15411         * MAINTAINERS: Add myself as loop discovery maintainer.
15413 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
15415         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15416         `os2'. Force ac_cv_exeext to be ".exe" in that case.
15418 2000-06-19  Timothy Wall  <twall@cygnus.com>
15420         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15421         * config.sub: Add tic54x target.
15423 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15425         * MAINTAINERS: Add self as Fortran maintainer,
15426         remove Craig Burley.
15428 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15430         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15431         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15433 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
15435         * MAINTAINERS: Add self as i18n maintainer
15437 20000-05-21  H.J. Lu  (hjl@gnu.org)
15439         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15440         directory are used if they exist. Make sure
15441         $(build_tooldir)/include is searched for header files,
15442         $(build_tooldir)/lib/ for library files.
15443         (GCC_FOR_TARGET): Likewise.
15444         (CXX_FOR_TARGET): Likewise.
15446 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
15448         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15450 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
15452         * Makefile.in (configure-target-libiberty): Depend on
15453         configure-target-newlib.
15455 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
15457         * configure.in, Makefile.in: Merge all libffi-related
15458         configury stuff from the libgcj tree.
15460 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15462         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15463         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15465 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15467         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15468         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15469         current version information.  Add to proto-toplev directory.
15470         (gdb-taz): Build do-djunpack.
15472 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
15474         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15476 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15478         * MAINTAINERS: Add self to Write After Approval list.
15480 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15482         * ltmain.sh: Preserve in relink_command any environment
15483         variables that may affect the linker behavior.
15485 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
15487         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15489 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15491         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15493 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15495         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15496         with the version name.
15498 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15500         * MAINTAINERS: Add self as bb-reorder maintainer.
15502 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15504         * config.if: Tweak.
15506 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15508         * djunpack.bat: New file.
15510 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15512         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15513         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15514         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15515         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15517 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15519         * config.sub (case $basic_machine): Change default for "ibm-*"
15520         to "openedition".
15522 2000-04-13  Andreas Jaeger  <aj@suse.de>
15524         * MAINTAINERS: Added myself.
15526 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15528         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15529         (do-md5sum): New target.
15530         (MD5PROG): Define.
15531         (PACKAGE): Default to TOOL.
15532         (VER): Default to a shell script.
15533         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15534         md5 checksum generation.
15535         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15536         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15537         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15538         insight.tar.bz2): Use gdb-taz to create archive.
15540 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15542         * configure (warn_cflags): Delete.
15544 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15546         * MAINTAINERS: Added myself.
15548 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15549             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15551         * configure.in (enable_libstdcxx_v3): Add.
15552         (target_libs): Add bits here to switch between libstdc++-v2 and
15553         libstdc++-v3.
15554         * config.if: And this file too.
15555         * Makefile.in: Add libstdc++-v3 targets.
15557 2000-04-05  Michael Meissner  <meissner@redhat.com>
15559         * config.sub (d30v): Add d30v as a basic machine type.
15561 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15563         * configure.in: -linux-gnu*, not -linux-gnu.
15565 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15567         * MAINTAINERS: Add self in write-after-approval section.
15569 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15571         * MAINTAINERS: Add self as ia64 port maintainer.
15573 2000-03-08  Neil Booth  <NeilB@earthling.net>
15575         * MAINTAINERS: Add self in write-after-approval section.
15577 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15579         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15580         (do-tar-bz2): Replace TOOL with PACKAGE.
15581         (gdb.tar.bz2): Remove GDBTK from GDB package.
15582         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15583         dejagnu.tar.bz2): New packages.
15585 2000-02-27  Andreas Jaeger  <aj@suse.de>
15587         * configure.in: Add entry for mips*-*-linux*, move catch all
15588         *-*-*linux* entry below this one.
15590 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15592         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15594 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15596         * config.sub: Support an OS of "wince".
15598 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15600         * config.guess, config.sub: Updated to match config's 2000-02-15
15601         version.
15603 2000-02-23  Linas Vepstas  <linas@linas.org>
15605         * config.sub: Add support for Linux/IBM 370.
15606         * configure.in: Likewise.
15608 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15610         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15612 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15614         * config.guess: Guess "cygwin" rather than "cygwin32".
15616 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15618         * configure (gcc_version): When setting, narrow search to
15619         lines containing `version_string'.
15621 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15623         * config.sub: Add support for avr target.
15625 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15627         * MAINTAINERS: Add maintainers for MCore port.
15629 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15631         * config.sub: Add mmix-knuth-mmixware.
15633 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15635         * MAINTAINERS: Pair cccp with cpplib maintainership.
15637 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15639         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15640         structure stuff to -L library search.
15641         (CXX_FOR_TARGET): Ditto.
15642         (CROSS_CHECK_MODULES): Fix spelling mistake.
15644 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15646         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15647         the C++ compiler.
15649 2000-01-12  Richard Henderson  <rth@cygnus.com>
15651         * configure.in: Don't build some bits for beos.
15653 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15655         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15656         as include files.
15658 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15660         * Add self as cpplib maintainer, as requested by Jason
15661         Merrill.  Correct my e-mail address.
15663 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15665         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15666         not mh-aix43.
15668 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15670         * MAINTAINERS: Add myself to "write after approval" list.
15672 1999-12-14  Richard Henderson  <rth@cygnus.com>
15674         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15675         * config.sub: Accept alphaev[78], alphaev8.
15677 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15679         * config.guess, config.sub: Update from autoconf.
15681 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15683         * MAINTAINERS:  update my playtime e-address.
15685 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15687         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15688         necessary libraries are missing.
15690 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15692         * MAINTAINERS: Add new 'write after approval' maintainer.
15694 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15696         * MAINTAINERS: Add new Java maintainer.
15698 1999-10-25  Andreas Schwab  <schwab@suse.de>
15700         * configure: Fix quoting inside arguments of eval.
15702 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15704         * config-ml.in: Allow suppression of some ARM multilibs.
15706 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15708         * config.guess: Add OS/390 match pattern.
15709         * config.sub: Add mvs, openedition targets.
15710         * configure.in (i370-ibm-opened*): New.
15712 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15714         * config.sub: Add support for configuring for pj.
15716 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15718         * config.sub (maybe_os): Add support for configuring for fr30.
15720 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15722         * configure.in: Do not configure or build ld for AIX
15723         platforms.  ld is known to be broken on these platforms.
15725 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15727         * config-ml.in: Pass compiler flag corresponding to multidirs to
15728         subdir configures.
15730 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15732         * Makefile.in (LDFLAGS): Define.
15734 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15736         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15737         noconfigdirs.
15738         (*-*-cygwin*): Likewise.
15740 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15742         * mkdep: New file.
15743         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15744         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15746         From Eli Zaretskii <eliz@is.elta.co.il>:
15747         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15748         long file name when using DJGPP on MS-DOS.
15750 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15752         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15754 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15756         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15757         dependency as this causes "make check" to globally "make all"
15759 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15761         * configure.in (target_libs): Added target-zlib.
15762         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15763         (CONFIGURE_TARGET_MODULES): Likewise.
15764         (CHECK_TARGET_MODULES): Likewise.
15765         (INSTALL_TARGET_MODULES): Likewise.
15766         (CLEAN_TARGET_MODULES): Likewise.
15767         (configure-target-zlib): New target.
15768         (all-target-zlib): Likewise.
15769         (all-target-libjava): Depend on all-target-zlib.
15770         (configure-target-libjava): Depend on configure-target-zlib.
15772         * Makefile.in (configure-target-libjava): Depend on
15773         configure-target-newlib.
15774         (configure-target-boehm-gc): New target.
15775         (configure-target-qthreads): New target.
15777         * configure.in (target_libs): Added target-qthreads.
15778         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15779         (CONFIGURE_TARGET_MODULES): Likewise.
15780         (CHECK_TARGET_MODULES): Likewise.
15781         (INSTALL_TARGET_MODULES): Likewise.
15782         (CLEAN_TARGET_MODULES): Likewise.
15783         (all-target-qthreads): New target.
15784         (configure-target-libjava): Depend on configure-target-qthreads.
15785         (all-target-libjava): Depend on all-target-qthreads.
15787         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15788         (CONFIGURE_TARGET_MODULES): Likewise.
15789         (CHECK_TARGET_MODULES): Likewise.
15790         (INSTALL_TARGET_MODULES): Likewise.
15791         (CLEAN_TARGET_MODULES): Likewise.
15792         (all-target-libjava): New target.
15793         (all-target-boehm-gc): Likewise.
15794         * configure.in (target_libs): Added libjava, boehm-gc.
15796 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15798         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15799         configure.bat in SUPPORT_FILES.
15800         (gas+binutils.tar.bz2): Likewise.
15802         * makeall.bat: Remove; obsolete.
15804 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15806         From Mark Elbrecht:
15807         * configure.bat: Remove; obsolete.
15809 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15811         * configure: Add -W -Wall to the default CFLAGS when compiling with
15812         gcc.
15814 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15816         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15818 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15820         * configure.in: Build ld on IRIX6.
15822 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15824         * Makefile.in: Change distribution targets to use bzip2 instead of
15825         gzip.
15826         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15827         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15829 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15831         * config.sub: Add mcore target.
15833 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15835         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15837 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15839         * config.guess (dummy): Changed to $dummy.
15841 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15843         * config.sub: Tidied up case statements.
15845 1999-05-22  Ben Elliston  <bje@cygnus.com>
15847         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15848         <jiro@din.or.jp>.
15850         * config.guess: Merge with FSF version. Future changes will be
15851         more accurately recorded in this ChangeLog.
15852         * config.sub: Likewise.
15854 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15856         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15858 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15860         * ltmain.sh: [mode link] Always use CC given by ltconfig.
15862 1999-04-23  Tom Tromey  <tromey@cygnus.com>
15864         * ltconfig, ltmain.sh: Update to libtool 1.2f.
15866 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
15868         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15869         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15870         Bad merge removed these two changes.
15872 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
15873                           Martin Heller (Ing.-Buero_Heller@t-online.de)
15875         * config.guess (interix Alpha): Add.
15877 1999-04-11  Richard Henderson  <rth@cygnus.com>
15879         * configure.in (i?86-*-beos*): Do config gperf; don't config
15880         gdb, newlib, or libgloss.
15882 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
15884         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15885         link a trivial program with -mabi=64.  If it fails, remove mabi=64
15886         from multidirs.
15888 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
15890         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15892 1999-04-08  Nick Clifton  <nickc@cygnus.com>
15894         * config.sub: Add support for mcore targets.
15896 1999-04-07  Michael Meissner  <meissner@cygnus.com>
15898         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15899         not mt-ospace, in order to shut up assembler warning about using
15900         symbols that are named the same as registers.
15902 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
15904         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15905         dependency list for all-target-cygmon.
15907 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
15909         * config-ml.in: Check $host, not $target, for selective multilibs.
15910         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15911         thumb interworking, and underscore prefix multilibs.
15913 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
15915         * missing: Update to version from current automake.
15917 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
15919         * configure (gxx_include_dir): Removed.
15921         * configure.in (gxx_include_dir): Handle it.
15922         * Makefile.in: Likewise.
15924 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
15926         * config.sub (mips64vr4111,mips64vr4111el) Add.
15928 1999-03-21  Ben Elliston  <bje@cygnus.com>
15930         * config.guess: Correct typo for detecting ELF on FreeBSD.
15932 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
15934         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15935         config/mh-djgpp.
15937 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
15939         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15940         all-target-newlib to dependency list for all-target-bsp.
15942 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15944         * config.sub: Add i386-uwin support.
15945         * config.guess: Likewise.
15947 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15949         * configure.in: cleanup, add mh-*pic handling for arm, special
15950         case powerpc*-*-aix*
15952 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
15954         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15955         can be built.
15957 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
15959         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15960         targets.
15962 1999-03-02  Nick Clifton  <nickc@cygnus.com>
15964         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15966 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
15968         * config.sub: Check for "cygwin*" rather than "cygwin32*"
15970 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15972         * config.sub: Fix typo in arm recognition.
15974 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
15976         * configure.in (noconfigdirs): Changed target_configdirs to
15977         include target-bsp only for m68k-*-elf* and m68k-*-coff*
15978         rather than m68k-*-* since it is not known to work on
15979         m68k-aout. Ditto for arm-*-*oabi.
15981 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
15983         * configure.in (*-*-windows*): Remove, no longer used.
15985 1999-02-19  Ben Elliston <bje@cygnus.com>
15987         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15988         Smart and improved by Andrew Cagney.
15990 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
15992         * config.guess: Recognize openbsd-*-hppa.
15994 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15996         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15997         only if it is not empty.
15999 1999-02-17  Nick Clifton  <nickc@cygnus.com>
16001         Patch from: Scott Bambrough <scottb@corelcomputer.com>
16003         * config.guess: Modified to recognize uname's armv* syntax.
16005         * config.sub: Modified to recognize uname's armv* syntax.
16007 1999-02-17  Mark Salter  <msalter@cygnus.com>
16009         * configure.in: Added target-bsp for sparclite.
16011 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
16013         * config.sub: Recognize alphapca5[67] and up to alphaev8.
16015 1999-02-08  Nick Clifton  <nickc@cygnus.com>
16017         * configure.in: Add support for strongarm port.
16018         * config.sub: Add support for strongarm target.
16020 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16022         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
16023         the old name config/mh-cygwin32.
16024         Enable texinfo.
16026 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
16028         * configure.in: Do build ld for ix86 Solaris.
16030 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
16032         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
16033         $AR_FOR_TARGET.  Likewise for RANLIB.
16035 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
16037         * config.sub (oabi):  Recognize.
16038         * configure.in (arm-*-oabi):  Handle.
16040 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
16042         * config.guess: Improve detection of i686 on UnixWare 7.
16044 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16046         * config.guess: Add support for i386-pc-interix.
16047         * config.sub: Likewise.
16048         * configure.in: Likewise.
16050 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
16052         * Makefile.in: Remove unneeded all-target-libio from
16053         from all-target-winsup target since it is now unneeded.
16054         Add all-target-libtermcap in its place since it is now
16055         needed.
16057 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
16059         * configure.in: makefile stub for cygwin target is probably
16060         unnecessary.  Remove it for now.
16062 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
16064         * configure.in: libtermcap.a should be built when cygwin is the
16065         target as well as the host.
16066         * config.guess: Allow mixed case in cygwin uname output.
16067         * Makefile.in: Add libtermcap target.
16069 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
16071         * config.sub: Clean up handling of hppa2.0.
16073 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
16075         * config.guess: Use C code to identify more HP machines.
16077 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
16079         * config.sub: Handle hppa2.0.
16081 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
16083         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
16084         cygmon for all sparclite targets, regardless of object format.
16086 1998-12-15  Mark Salter  <msalter@cygnus.com>
16088         * configure.in: Added target-bsp for several target architectures.
16090         * Makefile.in: Added rules for bsp.
16092 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
16094         * config.guess: Improve detection of hppa2.0 processors.
16096 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
16098         * config.guess: Recognize FreeBSD using ELF automatically.
16100 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
16102         * configure (skip-this-dir): Add handling for new shell script, which
16103         might be created by a sub-directory's configure to indicate, this particular
16104         directory is "unwanted".
16105         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
16107 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
16109         * ltconfig: import from libtool, after changing libtool to
16110         account for the cygwin name change.
16112 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
16114         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
16115         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
16117 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
16119         * configure.in: Add libtermcap to list of cygwin dependencies.
16121 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
16123         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16124         they include winsup/include when it's a cygwin target.
16126 1998-11-12  Tom Tromey  <tromey@cygnus.com>
16128         * configure.in (host_tools): Added zip.
16129         * Makefile.in (all-target-libjava): Depend on all-zip.
16130         (all-zip): New target.
16131         (ALL_MODULES): Added all-zip.
16132         (NATIVE_CHECK_MODULES): Added check-zip.
16133         (INSTALL_MODULES): Added install-zip.
16134         (CLEAN_MODULES): Added clean-zip.
16136 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
16138         * Makefile.in: lose "32" from comment about cygwin.
16140 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
16142         * configure.in: Use -Os to build target libraries for the fr30.
16144 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
16146         * config.sub: Add fr30.
16148 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
16150         * configure.in: drop "32" from config/mh-cygwin32.  Check
16151         cygwin* instead of cygwin32*.
16152         * config.sub: Check cygwin* instead of cygwin32*.
16154 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
16156         * config.guess: Match any version of Unixware7.
16158 1998-10-20  Syd Polk  <spolk@cygnus.com>
16160         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16161         if desired.
16163 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
16165         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16166         these if the appropriate directories and files to not exist.
16168 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
16170         * Makefile.in (DEVO_SUPPORT): Add config.if.
16172 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16174         * configure: Add pattern to replace "build_tooldir"'s
16175         definition in the generated Makefile with "tooldir"'s
16176         actual value.
16178 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
16180         * config.sub: Bring back lost sparcv9.
16182         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16184 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
16186         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16187         CC_FOR_TARGET and friends.
16189 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
16191         * Makefile.in (build_tooldir): New variable, same as tooldir.
16192         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16193         -B$(build_tooldir)/bin/.
16194         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
16196 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16198         * README: Remove installation instructions and refer to the
16199         INSTALL directory instead.
16201 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
16203         * config.sub: Add support for i[34567]86-pc-udk.
16204         * configure.in: Likewise.
16206 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
16208         * Makefile.in: add bzip2 package building bits for user
16209         tools module
16210         * configure.in: ditto
16212 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
16214         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16215         (ALL_TARGET_MODULES): Add all-target-libobjc.
16216         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16217         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16218         (all-target-libchill): Add dependencies.
16219         * configure.in (target_libs): Add libchill.
16221 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
16223         * configure.in (target_subdir): Remove duplicate line.
16225 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
16227         * Makefile.in (all-automake): fix dependencies.
16229 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
16231         * configure.in: Minor cleanups for building in the $(target_alias)
16232         subdir.
16234 1998-09-22  Jim Wilson  <wilson@cygnus.com>
16236         * Makefile.in (bootstrap): Set r and s before make all.  Use
16237         BASE_FLAGS_TO_PASS in make all.
16238         (cross): Likewise.
16240 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
16242         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16244 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
16246         * config.sub: Fix typo in last change.
16248 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16250         * config.sub: Add support for C4x target.
16251         * configure.in: Likewise.
16253 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
16255         * config.sub: Recognize sparcv9 just like sparc64.
16257 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
16259         * config.guess: Match "Pent II" or "PentII" for OpenServer.
16261 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
16263         * config.guess: Correctly identify Pentium II sco boxes.
16265         * config.guess: Fix "tr" code.  From Weiwen Liu.
16267 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
16269         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16270         stabs.
16272 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
16274         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16275         (ALL_TARGET_MODULES): Add all-target-libchill.
16276         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16277         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16278         (all-target-libchill): Add dependencies.
16279         * configure.in (target_libs): Add libchill.
16281 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16283         * config.guess: Avoid assumptions about "tr" behaves when
16284         LANG is set to something other than English.
16286 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
16288         * configure (gxx_include_dir): Changed to
16289         '${prefix}/include/g++'-${libstdcxx_interface}.
16291         * config.if: New to determine the interfaces.
16293 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
16295         * config.guess: Detect and handle MPE/IX.
16296         * config.sub: Deal with MPE/IX.
16298 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
16300         * configure.in: Use mh-aix43.
16302 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
16304         * configure: Fix --without/--disable cases for gxx-include-dir.
16306 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
16308         * mdata-sh:  Imported.  Needed for automake support.
16310 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
16312         * Makefile.in (taz): Try "chmod -R og=u ." before
16313         "chmod og=u `find . -print`".
16315 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
16317         * configure.in: Add arm-elf and thumb-elf support.
16319 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
16321         * Makefile.in: Undo previous patch.
16323 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
16325         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16326         to here ...
16327         (install-no-fixedincludes): and here
16328         (INSTALL_MODULES): ... from here.
16330 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16332         * config.sub: Merge with FSF.
16334         * config.guess: Merge with FSF.
16336 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
16338         * configure (extraconfigdirs): New variable.
16339         (SUBDIRS): Add extraconfigdirs and recurse on them too.
16340         * Makefile.in (all): Move higher in file.
16341         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16342         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16343         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16344         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16345         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16347 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
16349         * Makefile.in (all-target-libjava): Depend on all-gcc and
16350         all-target-newlib.
16351         (configure-target-libjava): Depend on $(ALL_GCC).
16353 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
16355         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16356         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16358 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
16360         * INSTALL/README: Fix typo.
16362 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16364         * ylwrap: Change absolute path checks to check for DOS style path
16365         names.
16367         * ylwrap: Don't use a full path name if the source file is in the
16368         same directory.  From hjl@lucon.org (H.J. Lu).
16370         * config-ml.in: Default to being verbose, to match Feb 18 change to
16371         configure.
16373 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
16375         Brought over from egcs:
16377         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16379         * configure.in (target_subdir): Set to ${target_alias} instead
16380         of "libraries".
16382         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16384         * configure.in (target_subdir): Set to libraries if enable_multilib.
16386 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
16388         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16389         multilibs, force reconfiguration the first time we create
16390         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16392 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
16394         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16395         avoid confusion with --no-recursion.
16397 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
16399         * configure.in: Win32 hosts shouldn't use install -x
16400         * install-sh: remove -x option, and special .exe-handling
16401         hack.
16403 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
16405         * config.guess: Recognize i586-pc-beos.
16406         * configure.in: Don't build some bits for beos.
16408 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16410         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16411         CFLAGS default to -O2.
16413         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16414         when using GNU ld.
16416 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
16418         * ltmain.sh: Correct install when using a different shell.
16420 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16422         * ltconfig, ltmain.sh: Update to libtool 1.2b.
16424 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
16426         * makefile.vms: Update to build binutils/makefile.vms.  Add install
16427         target.
16429 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
16431         * ltconfig: Update to correct AIX handling.
16433 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16435         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16437         * configure.in (target_subdir): Set to ${target_alias} instead
16438         of "libraries".
16440 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
16442         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16443         (Makefile): Depend on $(gcc_version_trigger).
16445         * configure (gcc_version): Change default initializer to empty
16446         string.
16447         (gcc_version_trigger): New variable; pass this variable down
16448         to subdir configures to enable them checking gcc's version
16449         themselves. Emit make macros for both gcc_version vars.
16450         (topsrcdir): Initialize reliably.
16451         (recursion line): Remove --with-gcc-version=${gcc_version}.
16453 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16455         * configure (enable_version_specific_runtime_libs): Implement new flag
16456         --enable-version-specific-runtime-libs which installs C++ runtime stuff
16457         in $(libsubdir); emit definition in each generated Makefile.
16458         (gxx_include_dir): Initialize depending on
16459         $enable_version_specific_runtime_libs.
16461 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16463         * configure (gcc_version): Initialize properly depending on
16464         how and where configure is started.
16465         (recursion line): Pass a --with-gcc-version=${gcc_version}
16466         to configures in subdirs.
16468 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
16470         * configure.in (noconfigdirs): Add configure pattern for mips tx39
16471         cygmon
16473 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
16475         * configure.in: Add cygmon and libstub support for mn10200.
16477 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
16479         * configure (gcc_version): Add new variable describing the
16480         particular gcc version we're building.
16481         * Makefile.in (libsubdir): Add new macro for the directory
16482         in which the compiler finds executables, libraries, etc.
16483         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16484         and libsubdir.
16486 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16488         * Makefile.in (local-clean): Remove *.log.
16489         (warning.log): Built with warn_summary from build.log.
16490         (mail-report.log): Run test_summary.
16491         (mail-report-with-warnings.log): Run test_summary including
16492         warning.log in the report.
16494 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16496         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16498 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16500         * Makefile.in (grep): Grep no longer depends on libiberty.
16502 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16504         * Makefile.in: all-snavigator needs all-libgui.
16506 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16508         * configure.in: Add cygmon and libstub support for mn10300.
16510 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16512         * missing: Update to version from automake 1.3.
16514         * ltmain.sh: On installation, don't get confused if the same name
16515         appears more than once in the list of library names.
16517 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16519         * config.sub: Accept m68060 and m5200 as CPU names.
16521 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16523         * configure: Use && rather than using -a in test, because odd
16524         strings can confuse test.
16525         * configure.in: Likewise.
16527 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16529         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16531 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16533         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16534         bootstrap4-lean): New targets.
16536 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16538         * mpw-* Delete.  Not used.
16540 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16542         * COPYING.LIB: Update FSF address.
16544 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16546         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16548         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16549         GAS_SUPPORT_DIRS.
16551 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16553         * ltconfig, ltmain.sh: Avoid producing a version number if
16554         -version-info was not used.
16556 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16558         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16559         building with newlib.
16561 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16563         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16564         Solaris `make' causes it to continue to next definition.
16566 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16568         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16569         the right GUI libraries and files are installed along with GDB.
16571 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16573         * configure.in: Change alpha to alpha* in several places.
16575 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16577         * config.sub: Recognize sparc86x.
16579 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16581         * configure.in (--enable-target-optspace): Remove debug echo.
16583 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16585         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16587 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16589         * ltconfig: Update cygwin32 support.
16591         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16592         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16593         (GDB_SUPPORT_DIRS): Likewise.
16595 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16597         * configure.in (target_makefile_frag): If --enable-target-optspace,
16598         use -Os to compile target libraries rather than -O2.  Default to
16599         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16600         not used.
16601         * configure.in (target_cflags): Ditto for d30v.
16603 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16605         * Makefile.in (all-bfd): Depend on all-intl.
16606         (all-binutils): Likewise.
16607         (all-gas): Likewise.
16608         (all-gprof): Likewise.
16609         (all-ld): Likewise.
16611 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16613         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16615 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16617         * Makefile.in (all-bfd): Depend upon all-libiberty.
16619         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16621 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16623         * Makefile.in: Add libstub.
16625         * configure.in: Ditto. Build libstub for targets that have cygmon
16626         support.
16628 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16630         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16632 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16634         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16635         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16637 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16639         * configure: Define DEFAULT_M4 by searching PATH.
16640         * Makfile.in: Use DEFAULT_M4.
16642 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16644         * ltconfig: Add cygwin32 support.
16646         * Makefile.in, configure.in: Add libtool as a native only directory
16647         to configure and build.
16649 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16651         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16653 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16655         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16657 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16659         * Makefile.in: add ash make rules
16660         * configure.in: add ash to native_only and host_tools lists
16662 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16664         * Makefile.in (all-gettext, all-intl): New targets.
16665         (ALL_MODULES): Added all-gettext, all-intl.
16666         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16667         (INSTALL_MODULES): Added install-gettext, install-intl.
16668         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16670         * configure.in (host_tools): Added gettext.
16671         (native_only): Likewise.
16672         (noconfigdirs) [various cases]: Likewise.
16673         (host_libs): Added intl.
16675 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16677         * configure: Do not disable building gdbtk for cygwin32 hosts.
16679 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16681         * configure.in: Add thumb-coff target.
16682         * config.sub: Add thumb-coff target.
16684 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16686         * Makefile.in: Revert yesterday's change.
16687         (all-target-winsup):  all-target-librx stays out of here.
16689 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16691         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16692         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16693         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16694         Remove references to librx and libg++.
16696 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16698         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16699         recursive makes
16701 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16703         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16704         for newlib directory.
16705         (CXX_FOR_TARGET): Likewise.
16707 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16709         * ltconfig: Update after libtool/ltconfig.in change for
16710         hpux11.
16712 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16714         * ltconfig, ltmain.sh: Update to libtool 1.2.
16716 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16718         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16719         (install-gcc-cross): Instead, override LANGUAGES here.
16721 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16723         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16724         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16726 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16728         * configure.in: Add Thumb-pe target.
16730 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16732         * Makefile.in - changed sn targets to snavigator
16733         * configure.in - changed sn targets to snavigator
16735 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16737         * config-ml.in: After building symlink tree call make distclean
16738         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16739         to be the case for libiberty.
16741 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16743         * configure: When making link, also check the current
16744         directory. The configure scripts may create one.
16746 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16748         * config.sub: Accept alphapca56 and alphaev6 properly.
16750 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16752         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16754 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16756         * config.sub (sco5): Fix typo.
16758 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16760         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16761         install-itcl.
16762         (install-itcl): Remove dependency on install-tcl.
16764 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16766         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16768 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16770         * configure.in: Don't build libgui for a cygwin32 target when not on
16771         a cygwin32 host.
16773 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16775         * configure (redirect): Set to null, so default behavior of
16776         configure is now --verbose.
16778 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16780         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16781         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16783 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16785         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16786         this change to sync Makefile.in with its ChangeLog entries.
16788 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16790         * ltmain.sh (mkdir): Check that the directory doesn't exist
16791         before we exit with error, so that we don't get races during
16792         parallel builds.
16794 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16796         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16798 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16800         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16801         PICFLAG_FOR_TARGET.
16802         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16804         * configure: Emit a definition for the new macro enable_shared
16805         into each Makefile.
16807 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16809         * configure.in (host_tools, native_only): Add libtool.
16811 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16813         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16814         Fix typo in ming config comment.
16816 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16818         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16820 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16822         * config.sub: Add tic30 cases, and map c30 to tic30.
16824 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16826         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16827         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16828         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16829         (CLEAN_TARGET_MODULES): Similarly
16830         (all-target-libf2c): Add dependences.
16831         * configure.in (target_libs): Add libf2c.
16833 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16835         * configure.in: Remove expect from noconfigdirs when target
16836         is cygwin32.  OK to build expect and dejagnu with Canadian
16837         Cross.
16839 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16841         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16842         host.
16844         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16845         and mingw32.
16847 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16849         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16850         here as it is not defined in the toplevel Makefile.
16852 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16854         * configure (package_makefile_rules_frag): New variable, which names
16855         a file with generic rules, ...
16856         Change comment to mention we now have FIVE parts.
16857         * configure: Undo last change.
16859 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16861         * config.guess: More accurate determination of HP processor types.
16862         * config.sub: More accurate determination of HP processor types.
16864 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16866         * configure (package_makefile_frag): Move inserting the
16867         ${package_makefile_frag} to where it should be according
16868         to the comment.
16870 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
16872         * config.guess: Add support for Linux/ARM.
16874 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
16876         * .cvsignore: Remove *-info and *-install since they match
16877         release-info and mpw-install, which we don't want to just ignore.
16879 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
16881         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16883 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
16885         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16886         local_prefix to sub-make invocations.
16888 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
16890         * configure.in: Check makefile fragments in the source
16891         directory.
16893 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16895         * configure.in: Check whether host and target makefile
16896         fragments exist before adding them to *_makefile_frag.
16898 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
16900         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16902 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
16904         * configure.in: Make sure we only replace RPATH_ENVVAR on
16905         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16906         regexp to sed.
16908         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16909         to sub-makes.
16911 1998-01-13  Lee Iverson   (leei@ai.sri.com)
16913         * config-ml.in (multi-do): LDFLAGS must include multilib
16914         designator.
16916 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
16918         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16920 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
16922         * config.sub: Add mingw32 support.
16923         * configure.in: Likewise.
16925 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16927         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16929 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
16931         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16932         * configure (gxx_include_dir): Provide a definition for subdirs
16933         which do not use autoconf.
16935 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
16937         * config.guess: Sync with egcs.  Picks up new alpha support,
16938         BeOS & some additional linux support.
16940 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
16942         * config.guess: HP 9000/803 is a PA1.1 machine.
16944 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
16946         * configure.in: It's alpha*-...
16948 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16950         * configure.in (host_makefile_frag, target_makefile_frag):
16951         Handle multiple config files.
16952         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16953         alpha-*-*.
16955 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
16957         * mkdep: New file.
16959 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
16961         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16963 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16965         * Makefile.in: Add libgui directory.
16966         (GDB_TK): Add all-libgui.
16967         * configure.in: Add libgui directory.
16968         * configure: Add all-libgui to GDB_TK.
16970 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
16972         * config-ml.in (multidirs): Add m32r to multilib list.
16974 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
16976         * Makefile.in (all-target-gperf): Change dependency to
16977         all-target-libstdc++.
16979 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
16981         * config.guess: Add BeOS support.
16983 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16985         Source directory cvs renamed to cvssrc:
16986         * configure.in (host_tools): Change cvs to cvssrc.
16987         (native_only): Likewise.
16988         (noconfigdirs) [various cases]: Likewise.
16989         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16990         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16991         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16992         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16993         (all-cvssrc): Rename target from all-cvs.
16995 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16997         * configure (gxx_include_dir): Fix thinko.
16999 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
17001         * Makefile.in (INSTALL_TARGET_CROSS): Define.
17002         (install-cross, install-gcc-cross): New targets.
17004 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
17006         * configure.in (noconfigdirs): Add support for Thumb target.
17008         * config.sub (maybe_os): Add support for Thumb target.
17010 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
17012         * Makefile.in: Add rules for cygmon.
17014         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
17016 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
17018         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17019         * configure (gxx_include_dir): Provide a definition for subdirs
17020         which do not use autoconf.
17022 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
17024         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
17025         11/18/97 build
17027 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
17029         * From Franz Sirl.
17030         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
17031         found on RedHat Linux systems.
17033 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
17035         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
17036         guesses.
17038 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
17040         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
17042 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
17044         * ltmain.sh: If mkdir fails, check whether the directory was created
17045         anyhow by some other process.
17047 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
17049         * configure.in (d30v-*-*): Configure all directories.
17051 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
17053         * configure.in (d30v-*-*): Configure newlib, libiberty directories
17054         for the D30V.
17056 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
17058         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
17060 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
17062         * include/libiberty.h: Add extern "C" { so it can be used with C++
17063         progrms.
17064         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
17065         programs.
17067 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
17069         * configure.in (d30v-*-*): Configure GCC now.
17071 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
17073         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
17074         is no longer needed.
17076 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
17078         * Makefile.in: check-target-libio depends on all-target-libstdc++.
17080 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
17082         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
17083         targets using "$@" to provide support for similar but not identical
17084         targets without having to duplicate code.
17086 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
17088         * makefile.vms: Fix to work with DEC C.
17090 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
17092         * config.sub: Add mips-tx39-elf to marketing names.
17094 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
17096         * ltmain.sh: Handle symlinks in generated script.
17098 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
17100         * configure: Handle autoconf style directory options: --bindir,
17101         --datadir, --includedir, --infodir, --libdir, --libexecdir,
17102         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
17103         --sysconfdir.
17104         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
17105         (sharedstatedir, localstatedir, oldincludedir): New variables.
17106         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
17107         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
17108         sbindir, sharedstatedir, and sysconfdir.
17110 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
17112         * Makefile.in (bootstrap-lean): New target.
17114 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
17116         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
17117         sn, and gnuserv from noconfigdirs.
17119 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
17121         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17123 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
17125         * Makefile.in (cross): New target.
17127 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
17128                           Jeff Law         <law@cygnus.com>
17130         * Makefile.in (bootstrap2, bootstrap3): New targets.
17131         (all-bootstrap): Remove outdated and confusing target.
17132         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
17134 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17136         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
17137         windows.  Consistent with gdb/configure.
17139 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
17141         * configure.in: Name Linux target fragment.
17143         * configure: Rewrite so that project Makefile fragment is inserted
17144         first and appears last in the resulting Makefile.
17146 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17148         * Makefile.in (install-itcl): Install tcl first.
17150 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
17152         * configure.in: remove bison from noconfigdirs for Cygwin32 host
17154 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17156         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17158         * configure.in (skipdirs): Add target-librx for Linux.
17159         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17161 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
17163         * Makefile.in (bootstrap): New target.
17165 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
17167         * config.sub: Accept 'amigados' for backward compatibility.
17169 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
17171         * config.guess: Merge with FSF.
17173 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
17175         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17177 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
17179         * config.sub: Add "marketing-names" patch.
17181 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
17183         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
17185 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
17187         * config.sub: Handle v850-elf.
17189 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
17191         * .cvsignore (*-install): Remove.
17193 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
17195         * ltconfig: Set CONFIG_SHELL in libtool.
17196         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17198 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
17200         * configure.in (target_subdir): Set to libraries if enable_multilib.
17202 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
17204         * config.guess: Update from gcc directory.
17206 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17208         * Makefile.in (all-sim): Depends on all-readline.
17210 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
17212         * Makefile.in (BISON, YACC): Use $$s.
17213         (all-bison): Depend on all-texinfo.
17215 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
17217         * Makefile.in (BISON): Add -L flag.
17218         (YACC): Likewise.
17220 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17222         * configure.in (noconfigdirs): Add support for v850e target.
17224         * config.sub (maybe_os): Add support for v850e target.
17226 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17228         * configure.in (noconfigdirs): Add support for v850ea target.
17230         * config.sub (maybe_os): Add support for v850ea target.
17232 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
17234         * config.sub: Add mipstx39.  Delete r3900.
17236 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17238         * Makefile.in (all-autoconf): Depends on all-texinfo.
17240 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
17242         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17243         eabi targets.
17245 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
17247         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17249         * configure: When handling a Canadian Cross, handle YACC as well as
17250         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
17251         * Makefile.in (all-bison): Depend upon all-texinfo.
17253 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
17255         * Makefile.in (BISON): bison, not byacc or bison -y.
17256         (YACC): bison -y or byacc or yacc.
17257         (various): Add *-bison as appropriate.
17258         (taz): No need to mess with BISON anymore.
17260 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
17262         * configure: If OSTYPE matches *win32*, try to find a good value for
17263         CONFIG_SHELL.
17265 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
17267         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17268         configure.in if it is present.
17270 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
17272         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17274 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
17276         * config.sub: Recognize `arc' cpu.
17277         * configure.in: Likewise.
17278         * config-ml.in: Likewise.
17280 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
17282         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17284 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
17286         * configure: Changed sed delimiter from ':' to '|' when
17287         attempting to substitute ${config_shell} for SHELL. On
17288         NT ${config_shell} may contain a ':' in it.
17290 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
17292         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17294 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
17296         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17298 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17300         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17302         * ylwrap: If the program is a relative path, force it to be
17303         absolute.
17305 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17307         * configure (tooldir): Set BISON to `bison -y' and not just bison.
17309 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17311         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
17312         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17313         for libraries.
17315 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
17317         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
17318         separated by spaces.
17320 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
17322         * ylwrap: New file.
17323         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17325         * ltmain.sh: Handle /bin/sh at start of install program.
17327         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17329         * ltconfig, ltmain.sh: New files, from libtool 1.0.
17330         * missing: New file, from automake 1.2.
17332 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
17334         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
17335         check-tk to CHECK_X11_MODULES.
17337 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17339         * config.sub: Merge with FSF.
17341 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17343         * config.guess: Merge with FSF.
17345 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17347         * configure: Treat msdosdjgpp like go32.
17348         * configure.in: Likewise.  Don't remove gprof for go32.
17350         * configure: Change Makefile.tem2 to Makefile.tm2.
17352 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
17354         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17356 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17358         * install-sh (chmodcmd): Set to null if the DST directory already
17359         exists.  Same as Nov 11th change.
17361 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
17363         * configure (GDB_TK): Needs itcl and tix.
17365 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
17367         * config.guess: Update from FSF.
17369 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
17371         * Makefile.in (GDB_TK): Depend on itcl and tix.
17373 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17375         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17376         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17377         (INSTALL_SCRIPT): New variable.
17378         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17379         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17380         to -x.
17381         * install-sh: Add support for -x option.
17383 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
17385         * configure.in, Makefile.in: Treat tix like itcl.
17387 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
17389         * Makefile.in (WINDRES): New variable.
17390         (WINDRES_FOR_TARGET): New variable.
17391         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17392         (EXTRA_HOST_FLAGS): Add WINDRES.
17393         (EXTRA_TARGET_FLAGS): Add WINDRES.
17394         (EXTRA_GCC_FLAGS): Add WINDRES.
17395         ($(DO_X)): Pass down WINDRES.
17396         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17397         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17398         DLLTOOL_FOR_TARGET.
17400 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
17402         * configure.in: configure sim before gdb for win32-x-ppc
17404 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17406         Move gperf into the toplevel, from libg++.
17407         * configure.in (target_tools): Add target-gperf.
17408         (native_only): Add target-gperf.
17409         * Makefile.in (all-target-gperf): New target, depend on
17410         all-target-libg++.
17411         (configure-target-gperf): Empty rule.
17412         (ALL_TARGET_MODULES): Add all-target-gperf.
17413         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17414         (CHECK_TARGET_MODULES): Add check-target-gperf.
17415         (INSTALL_TARGET_MODULES): Add install-target-gperf.
17416         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17418 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
17420         * config.sub (mn10200): Recognize new basic machine.
17422 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17424         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17425         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17427 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17429         * configure.in: If we're building mips-sgi-irix6* native, turn on
17430         ENABLE_MULTILIB and set TARGET_SUBDIR.
17432 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
17434         * Makefile.in (all-sn): Depend on all-grep.
17436 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
17438         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17440         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17441         Makefile.  From Jeff Makey <jeff@cts.com>.
17442         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17444         * Makefile.in (DISTBISONFILES): Remove.
17445         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
17446         $(DEFAULT_YACC).
17448         * configure.in: Build itl, db, sn, etc., when building for native
17449         cygwin32.
17451         * Makefile.in (LD): New variable.
17452         (EXTRA_HOST_FLAGS): Pass down LD.
17453         ($(DO_X)): Likewise.
17455 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
17457         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17459 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
17461         * configure.in (targargs): Strip out any supplied --build argument
17462         before adding our own. Always add --build.
17464 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
17466         * configure.in (targargs): Pass --build if we're doing
17467         a cross-compile.
17469 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
17471         * configure: Use '|' instead of ":" as the separator in
17472         sed. Otherwise sed chokes on NT path names with drive
17473         designators. Also look for "?:*" as the leading characters in an
17474         absolute pathname.
17476 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
17478         * config.sub: Support for r3900.
17480 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17482         * configure.in: Use install-sh, not install.sh.
17484 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17486         * Makefile.in (taz): Improve check for BISON so it doesn't try to
17487         apply it twice.
17489 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17491         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17492         install-binutils.
17494 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17496         * Makefile.in: Add automake targets.
17497         * configure.in (host_tools): Add automake.
17499 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17501         * configure: Default CXX to c++, not gcc.
17502         * Makefile.in (CXX): Set to c++, not gcc.
17503         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17505 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17507         * install-sh: try appending a .exe if source file doesn't
17508         exist
17510 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17512         * configure.in: Turn on multilib by default.
17513         (cross_only): Remove target-libiberty.
17515         * Makefile.in (all-gcc): Don't depend on libiberty.
17517 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17519         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17521 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17523         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17524         (DISTBISONFILES): Add ld/Makefile.in
17526 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17528         * configure.in: if target is cygwin32 but host isn't cygwin32,
17529         don't configure gdb tcl tk expect, not just gdb.
17531 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17533         * configure.in: Added gnuserv everywhere sn appears.
17535         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17536         (CROSS_CHECK_MODULES): Added check-gnuserv.
17537         (INSTALL_MODULES): Added install-gnuserv.
17538         (CLEAN_MODULES): Added clean-gnuserv.
17539         (all-gnuserv): New target.
17541 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17543         * config.guess: Fixes for MIPS OpenBSD systems.
17545 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17547         * Makefile.in (INSTALL_XFORM): Remove.
17548         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17550         * mkinstalldirs: New file, copied from automake.
17551         * Makefile.in (installdirs): Rename from install-dirs.  Use
17552         mkinstalldirs.  Change all users.
17553         (DEVO_SUPPORT): Add mkinstalldirs.
17555 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17557         * install-sh: Rename from install.sh.
17558         * Makefile.in (INSTALL): Change install.sh to install-sh.
17559         (DEVO_SUPPORT): Likewise.
17561         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17562         Graichen <graichen@rzpd.de>.
17564 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17566         * config.guess: Recognize OpenBSD systems correctly.
17568 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17570         * README, Makefile.in (ETC_SUPPORT): Remove references to
17571         cfg-paper*, configure.{texi,man,info*}._
17573 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17575         * Makefile.in (all.normal): Ensure that gcc is built after all
17576         the x11 - ie gdb - targets.
17578 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17580         * makefile.vms: Don't run conf-a-gas.
17582 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17584         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17586 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17588         * configure.in: Remove noconfigdirs case since gdb also
17589         configures and builds for tic80-coff.
17591 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17593         * configure: Set cache_file to config.cache.
17594         * Makefile.in (local-distclean): Remove config.cache.
17596 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17598         * COPYING: Update FSF address.
17600 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17602         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17603         noconfigdirs.
17605 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17607         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17608         MAKEDIRS, is empty.
17610 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17612         * config.sub: Tweak mn10300 entry.
17614 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17616         * configure.in (host_tools): Put sim before gdb, so gdb's
17617         configure.tgt can determine if the simulator was configured.
17619 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17621         * config.sub: Move BeOS $os case to be with other Cygnus
17622         local cases.
17624 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17626         * config.sub: Remove misplaced comment that broke Linux.
17628 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17630         * config.sub: Add BeOS support.
17632 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17634         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17636 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17638         * configure.in (noconfigdirs): Remove tcl and tk from
17639         noconfigdirs for cygwin32 builds.
17641 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17643         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17645 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17647         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17648         make-all.com, use makefile.vms instead.
17650 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17652         * config.sub: Accept -lnews*.
17654 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17656         * configure.in (noconfigdirs): Disable target-newlib,
17657         target-examples and target-libiberty for d30v.
17659 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17661         * configure.in (noconfigdirs): Enable ld for d30v.
17663 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17665         * configure.in (tic80-*-*): Build compiler.
17667 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17669         * configure.in (d30v-*): Remove sim directory from list of
17670         unsupported d30v directories
17672 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17674         * config.sub, configure.in: Add d30v target cpu.
17676 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17678         * makefile.vms: New file.
17679         * make-all.com: Remove.
17681 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17683         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17685 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17687         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17689 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17691         * Makefile.in (ALL_MODULES): Added all-db.
17692         (CROSS_CHECK_MODULES): Addec check-db.
17693         (INSTALL_MODULES): Added install-db.
17694         (CLEAN_MODULES): Added clean-db.
17696 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17698         * config.guess: Merge with latest FSF sources.
17700 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17702         * Makefile.in (ALL_MODULES): Added all-itcl.
17703         (CROSS_CHECK_MODULES): Added check-itcl.
17704         (INSTALL_MODULES): Added install-itcl.
17705         (CLEAN_MODULES): Added clean-itcl.
17707 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17709         * configure.in: build gdb for mn10200
17711 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17713         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17715 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17717         * configure.in (tic80-*-*): Turn off most targets right now.
17719 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17721         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17722         rather than the makeinfo program.
17723         (do-info): Depend upon all-texinfo.
17725 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17727         * configure.in: Remove uses of config/mh-linux.
17729         * config.sub, config.guess: Merge with latest FSF sources.
17731 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17733         * config.sub (case $basic_machine): Add tic80 entries.
17735 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17737         * config.sub, config.guess: Merge with latest FSF sources.
17739 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17741         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17742         * mpw-config.in: Test for NewFolderRecursive.
17743         * mpw-install: Use symbolic name for startup filename.
17744         * mpw-README: Add various additional details.
17746 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17748         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17750 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17752         * configure.in: Do build gcc and the target libraries for
17753         the mn10200.
17755 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17757         * configure.in: don't avoid building gdb for mn10300 any more
17758         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17759         instead of single-quoting it.
17761 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17763         * configure.in: Don't use --with-stabs on IRIX 6.
17765 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17767         * configure.in (m32r): Build gdb, libg++ now.
17769 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17771         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17772         directories from noconfigdirs.
17774 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17776         * config.sub (basic_machine): added mips16 configuration
17778 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17780         * config.sub: Handle d10v-unknown.
17782 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17784         * config.sub: Handle v850-unknown.
17786 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17788         * Makefile.in: add findutils
17789         * configure.in: add findutils to list of host_tools
17791 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17793         * config.sub: Handle mn10200 and mn10300.
17795 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17797         * configure.in (d10v-*): Do not build librx.
17799 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17801         * configure.in (mn10300): Build everything except gdb & libgloss.
17803 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17805         * config.guess:  Patch for Dansk Data Elektronik servers,
17806         from Niels Skou Olsen <nso@dde.dk>.
17808         For ncr, use /bin/uname rather than uname, since GNU uname does not
17809         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17811         Patch for MIPS R4000 running System V,
17812         from Eric S. Raymond <esr@snark.thyrsus.com>.
17814         Fix thinko for nextstep.
17816         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17818         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17819         * config.guess: Guess mips-dec-mach_bsd4.3.
17821         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17822         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17823         release numbers.
17824         * config.guess (mips-mips-riscos*):  Emit just enough of the
17825         release number.
17827         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17828         * config.guess (sparc-auspex-sunos*):  Added.
17829         (f300-fujitsu-*): Added.
17831         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17832         * config.guess:  Recognize a Tadpole as a sparc.
17834 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17836         * config.guess: Don't assume that NextStep version is either 2 or
17837         3.  NextStep 4 (aka OpenStep 4) has come out now.
17839 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17841         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17842         From Rik Faith <faith@cs.unc.edu>.
17844 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17846         * config.sub: Contributions from bug-gnu-utils to:
17847         Support plain "hppa" (no version given) architecture, reported by
17848         OpenStep.
17849         OpenBSD like NetBSD.
17850         LynxOs is not a hardware supplier.
17852         * config.guess: Contributions from bug-gnu-utils to add support for:
17853         OpenBSD like NetBSD.
17854         Stratus systems.
17855         More Pyramid systems.
17856         i[n>4]86 Intel chips.
17857         M680[n>4]0 Motorola chips.
17858         Use unknown instead of lynx for hardware manufacturer.
17860 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17862         * install.sh (chmodcmd): Set to null if the DST directory already
17863         exists.
17865 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17867         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17868         not use mt-ppc target Makefile fragment any more.
17870 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17872         * configure.in (*-*-windows):  Exclude everything but those dirs
17873         needed to build windows.
17875 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
17877         * Makefile.in (all-target-winsup): Depend on all-target-librx.
17879 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17881         * configure.in:  Exclude mmalloc from i386-windows.
17883 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17885         * Undo my previous change.
17887 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
17889         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17890         unconditionally.
17891         (MAKEOVERRIDES): Define (revert this part of October 18 change).
17893 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17895         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
17896         host to add it's own flags.
17898 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
17900         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17902 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
17904         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17905         (CXX_FOR_TARGET): Likewise.
17906         (GCC_FOR_TARGET): Define.
17907         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17908         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17909         CC_FOR_TARGET was specified on the command line.
17910         (MAKEOVERRIDES): Don't define.
17912 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
17914         * configure.in (m32r): Fix spelling of libg++ libs.
17916 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
17918         * config.sub (-apple*): Remove, now redundant.
17920 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
17922         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17924         * configure: Rework yesterday's sed script patch.
17926         * config.sub: Merge with FSF.
17928 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
17930         * config.guess:  Merge from FSF.
17932         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
17933         * config.guess: Use pc instead of unknown, for pc clone systems.
17934         Change linux to linux-gnu.
17936         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17937         * config.guess: Avoid non-portable tr syntax.
17939 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
17941         * test-build.mk (HOLES): Add "xargs" for gdb.
17943         * configure: Avoid hpux10.20 sed bug.
17945 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
17947         * configure.in:  Add support for windows host
17948         (that is a build done under the Microsoft build environment).
17950 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
17952         * Makefile.in: Replace all uses of srcroot with s, to shrink
17953         command line lengths.
17955         Patches from Geoffrey Noer <noer@cygnus.com>:
17956         * configure.in: If configuring for newlib, pass --with-newlib to
17957         subdirectories.
17958         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17959         -Bnewlib/ and -Lwinsup to gcc.
17960         (CXX_FOR_TARGET): Likewise.
17962 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17964         * Makefile.in (ETC_SUPPORT): Add configure.
17966 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
17968         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17969         host configuration file.
17971 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
17973         * configure.in: Break mn10x00 support into separate
17974         mn10200 and mn10300 configurations.
17975         * config.sub: Likewise.
17977 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
17979         * configure.in: Add lots of stuff to noconfigdirs for
17980         the mn10x00 targets.
17982         * config.sub, configure.in: Add mn10x00 support.
17984 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
17986         * make-all.com: Call conf-a-gas, not config-a-gas.
17988 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
17990         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17991         targets.
17993 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
17995         * mpw-README: Add much more detail for native PowerMac.
17996         * mpw-install: New file.
17997         * mpw-configure: Add --norecursion and --help options.
17998         * mpw-config.in: Translate readme and install files when
17999         copying to objdir.
18000         * mpw-build.in: Don't always depend on byacc and flex.
18001         (install-only-top): New action.
18003 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
18005         * configure.in:  You can now configure GDB for the v850.
18007 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
18009         * configure.in (noconfigdirs): Don't configure any C++ dirs
18010         if targeting D10V.
18012 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
18014         * config.sub: Recognize mips64vr5000.
18016 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
18018         * configure.in: Use a single line for host_tools and native_only.
18020 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
18022         * config.sub, configure.in: Add entries for m32r.
18024 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
18026         * Makefile.in (inet-install): Don't run install-gzip.
18028 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
18030         * configure.in:  Don't config lots of things for *-*-windows*.
18032 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
18034         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
18035         (host_libs, host_tools): Copy from configure.in.
18036         * mpw-configure: Don't complain about directories not found.
18038 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18040         * configure.in (i[345]86): Recognize i686 for pentium pro.
18041         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
18042         file.
18044         * config.guess (i[345]86): Ditto.
18046 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18048         * configure.in (noconfigdirs): Removed gdb for D10V.
18050 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
18052         * configure.in: Remove ld, target-libio, target-libg++, and
18053         target-libstdc++ from noconfigdirs.
18055 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
18057         * configure: Fix three locations where shell scripts were
18058         being run directly rather than with config_shell.
18060 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
18062         * configure.in (v850-*-*): Set up initial $noconfigdirs.
18063         * config.sub (basic_machine): Recognize v850.
18065 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
18067         * mpw-configure: Handle multiple enable/disable options and
18068         pass them down recursively, handle -c and -s flags appropriately
18069         depending on choice of compiler, add escape mechanism for
18070         quoted arguments to gC.
18072 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18074         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
18075         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
18076         so that -mrelocatable-lib and -mno-eabi are used.
18078         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
18079         not support --print-multi-lib, don't abort.
18081 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
18083         * make-all.com: Run config-a-gas.
18084         * setup.com: Don't copy subdirectory files around.
18086 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
18088         * configure.in (*-*-ose): Remove exclusion of libgloss for this
18089         target, it now compiles correctly.
18091 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
18093         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
18095 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18097         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
18099 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18101         * configure.in (native_only): Add prms.
18103 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
18105         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
18106         (BINUTILS_SUPPORT_DIRS): Likewise.
18108 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18110         * configure.in (d10v-*-*): Don't configure ld or gdb until the
18111         d10v support is added.
18113 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18115         * configure.in (d10v-*-*): New target.
18117 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
18119         * config.guess (HP 9000/811): Recognize this as a PA1.1
18120         machine.
18122 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
18124         * Makefile.in (do-tar-gz): New target, split out from tail end of
18125         taz target.  Run each command separately, don't use pipes.
18126         (taz): Use it.
18128 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
18130         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18131         * mpw-build.in: No builds should depend on building byacc or flex,
18132         they are assumed to be installed already.
18134 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18136         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18137         variable that CC_FOR_TARGET needs.
18139 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18141         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18142         options have changed since the last time the subdirectory was
18143         configured, and if it has, reconfigure.
18144         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18145         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18147 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
18149         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18150         CLEAN_MODULES): Add bash.
18151         (all-bash): New target.
18153 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
18155         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18157 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18159         * config.sub (basic_machine): Recognize d10v as a valid processor.
18161 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
18163         * mpw-configure: Add support for --bindir.
18164         * mpw-build.in: Use a GCC-specific build script for GCC actions.
18166 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
18168         * configure.in: add bash, time, gawk to list of hosttools and things
18169         to only build for native toolchains
18171 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18173         * Makefile.in (docdir): Remove.
18175 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18177         * Makefile.in (datadir): Set to $(prefix)/share.
18179 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
18181         * configure.in: build diff and patch for cygwin32-hosted
18182         toolchains.
18184 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
18186         * config.sub: Accept -rtems*.
18188 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
18190         * configure.in: enable dosrel for cygwin32-hosted builds,
18191                 remove diff from the list of things not buildable
18192                 via Canadian Cross
18194 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
18196         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
18197         don't get ". ".
18199 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
18201         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18203 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
18205         * Makefile.in (taz): Handle case where tex3patch didn't even get
18206         checked out.  Also, if it was found, put the symlink in a new util
18207         subdirectory.
18209 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18211         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18213 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
18215         * config.sub: Recognize -openvms.
18216         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18217         * make-all.com, setup.com: New files.
18219 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18221         * Makefile.in (taz): tex3patch moved to texinfo/util.
18223 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
18225         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18226         * configure.in: remove make from disable-if-Can-Cross list
18227                 enable gdb if ${host} and ${target} are cygwin32
18229 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
18231         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
18232         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18234 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18236         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
18237         distinguish sysv/svr4/bsd variants.
18238         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18240 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
18242         * configure.in: Added copyright notice.
18243         * move-if-change: Added copyright notice.
18245 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18247         * configure.in (powerpcle-*-solaris*): Until we get shared
18248         libraries working, don't build gdb, sim, make, tcl, tk, or
18249         expect.
18251 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
18253         * config.guess:  Merge with FSF:
18255         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18256         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18258         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
18259         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18261         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
18262         * config.guess:  Combine two OSF1 rules.
18263         Also recognize field test versions.  From mjr@zk3.dec.com.
18264         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
18265         because GNU uname does not support -p.  From pmr@pajato.com.
18267 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
18269         * Makefile.in (MAKEDIRS): Removed $(tooldir).
18271 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
18273         * mpw-README: Document GCCIncludes.
18275 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
18277         * configure.in (alpha-*-linux*): Set enable_shared to yes.
18279 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
18281         * mpw-configure: Handle --enable-FOO and --disable-FOO.
18283 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
18285         * configure.in (*-*-cygwin32): Configure make.
18287 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
18289         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18291 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
18293         * Makefile.in (all-inet): Depend on all-perl.
18295         * Makefile.in (inet-install): New target.
18297         * Makefile.in (all-inet): Depend on all-tcl.
18298         (all-inet): Depend on all-send-pr.
18300 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18302         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18303         temporarily.
18305 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
18307         * configure.in: Don't configure --with-gnu-ld on AIX.
18309 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18311         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18313 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
18315         * Makefile.in (ALL_MODULES): Added all-inet.
18316         (CROSS_CHECK_MODULES): Added check-inet.
18317         (INSTALL_MODULES): Added install-inet.
18318         (CLEAN_MODULES): Added clean-inet.
18319         (all-indent): New target.
18321         * configure.in (host_tools): Added inet.
18322         (native_only): Added inet.
18323         (noconfigdirs): Added inet.
18325 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
18327         * configure.in: Don't configure libgloss if we are not configuring
18328         newlib.
18330 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
18332         * configure.in: Don't configure libgloss for unsupported
18333         architectures.
18335 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18337         * Makefile.in (CLEAN_MODULES): Add clean-apache.
18339 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
18341         * Makefile.in (ALL_MODULES): Include all-apache.
18342         (CROSS_CHECK_MODULES): Include check-apache.
18343         (INSTALL_MODULES): Include install-apache.
18344         (all-apache): New target.
18346         * configure.in: Added apache everywhere perl is seen.
18348 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18350         * Makefile.in: Add support for clean-{module} and
18351         clean-target-{module} rules.
18353 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
18355         * configure.in (*-*-ose) do not build libgloss.
18357 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18359         * config.guess (prep*:SunOS:5.*:*): Turn into
18360         powerpele-unknown-solaris2.
18362 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
18364         * configure.in: Permit --enable-shared to specify a list of
18365         directories.
18367 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18369         * configure.in (host==solaris): Pass only the first word of $CC
18370         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18372 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18374         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18376 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
18378         * Makefile.in (ALL_MODULES): Include all-perl.
18379         (CROSS_CHECK_MODULES): Include check-perl.
18380         (INSTALL_MODULES): Include install-perl.
18381         (ALL_X11_MODULES): Include all-guile.
18382         (CHECK_X11_MODULES): Include check-guile.
18383         (INSTALL_X11_MODULES): Include install-guile.
18384         (all-perl): New target.
18385         (all-guile): New target.
18387         * configure.in (host_tools): Include perl and guile.
18388         (native_only): Include perl and guile.
18389         (noconfigdirs): Don't build guile and perl; no ports have been
18390         done.
18392 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
18394         * configure (--enable-*): Handle quoted option lists such as
18395         --enable-sim-cflags='-g0 -O' better.
18397 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18399         * Makefile.in ({,inst}all-target): New rule so we can make and
18400         install all of the target directories easily.
18402 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18404         * configure.in: Add missing global flag in sed substitution when
18405         deleting `target-' from ${configdirs}.
18407 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
18409         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18410         option.
18412         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18413         config/mh-necv4.
18415         * install.sh: Correct misspelling of transformbasename.
18417         * config.guess: Recognize mips-*-sysv*.
18419 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
18421         * config.sub: Recognize mon960.
18423 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
18425         * configure: Restore Canadian Cross handling of BISON and LEX,
18426         removed in Feb 20 change.
18428 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18430         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18431         Mention make install.  Remove the old copyright date as well the
18432         clumsy and rather pointless copyright on the README file.
18434 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18436         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18437         Makefile after running symlink-tree, then run `make distclean' to
18438         avoid clobbering any generated files in srcdir.
18440 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
18442         * configure.in (m68k-*-netbsd*): Build everything now.
18444 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18446         * Makefile.in (taz): Fix quoting.
18448 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
18450         * configure.in (sparclet-*-*): Build everything now.
18452 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18454         * configure.in (m68k-*-linux*): New host.
18456 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
18458         * configure: Check for bison before byacc.
18460 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
18462         * Makefile.in configure:  Change the way LEX and BISON/YACC are
18463         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
18464         searching PATH.  These are used as fallbacks by Makefile.in if
18465         flex/bison/byacc aren't in objdir.
18467 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
18469         * Makefile.in: Make everything which depends upon all-bfd also
18470         depend upon all-opcodes, in case --with-commonbfdlib is used.
18472 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18474         * configure.in (host *-*-cygwin32): Don't build gdb if we are
18475         building NT native compilers on Unix.
18477 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
18479         * configure.in: Don't get CC from the host Makefile fragment if we
18480         can find gcc in PATH, or if this is a Canadian Cross.  Move the
18481         Solaris test for /usr/ucb/cc to the post target script, just after
18482         the compiler sanity test.
18484 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
18486         * config.sub: Merge with FSF.
18488 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
18490         * Makefile.in (RPATH_ENVVAR): New variable.
18491         (REALLY_SET_LIB_PATH): Use it.
18492         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18494 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18496         * config.sub, configure.in: Recognize sparclet cpu.
18498 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18500         * config.guess:  Support m68k-cbm-sysv4.
18502 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18504         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18505         m68k-unknown-linuxaout from linker help string.  Put quotes around
18506         $ld_help_string.
18508 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18510         * config.guess (powerpc-harris-powerunix): Add guess for port
18511         to new target.
18513 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18515         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18517 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18519         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18520         $(REALLY_SET_LIB_PATH) in Makefile.
18521         * Makefile.in (SET_LIB_PATH): New variable.
18522         (REALLY_SET_LIB_PATH): New variable.
18523         ($(DO_X)): Use $(SET_LIB_PATH).
18524         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18525         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18526         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18527         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18528         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18529         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18530         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18531         (install-dosrel): Likewise.
18532         (all-opcodes): Depend upon all-libiberty.
18534 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18536         * config.guess (*:CYGWIN*): New
18538 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18540         * Makefile.in (all-target-winsup): All all-target-libiberty.
18542 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18544         * configure.in (noconfigdirs): Add missing # in front of comment.
18546 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18548         * configure.in: add second pass to things added to noconfigdirs
18549         so *-gm-magic can exclude libgloss properly.
18551 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18553         * mpw-configure (extralibs_name, rez_name): Set correctly
18554         for MWC68K compiler.
18556         * mpw-README: Add more info on the necessary build tools.
18558 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18560         * configure.in, config.sub: Recognize cygwin32.
18562 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18564         * config.guess, config.sub: Recognize A/UX.
18566 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18568         * config.sub: Merge with gcc/config.sub.
18570 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18572         * mpw-build.in (do-binutils): Add build of stamps.
18574 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18576         * config.sub: Add recognition for mips64vr4100*-* targets.
18578 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18580         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18581         Add creation of gconfigargs with `--enable-shared' turned on.
18582         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18583         ($(host)-stamp-stage3-configured): Likewise.
18584         (HOLES): Add chatr and ldd.
18585         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18587 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18589         * configure: Pass --nfp to recursive configures.
18591 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18593         * Makefile.in (DLLTOOL): New.
18594         (DLLTOOL_FOR_TARGET): New.
18595         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18596         (EXTRA_TARGET_FLAGS): Ditto.
18597         (EXTRA_GCC_FLAGS): Ditto.
18598         (CONFIGURE_TARGET_MODULES): Ditto.
18599         (DO_X): Ditto.
18600         * configure: Add DLLTOOL.
18602 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18604         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18605         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18606         mh-sco, since old workarounds no longer needed, and don't
18607         build ld, since libraries have weak symbols in COFF.
18609 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18611         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18613 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18615         * configure.in: Make sure that ${CC} can be used to compile an
18616         executable.
18618 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18620         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18621         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18622         nothing depending on whether gdbtk is being built.
18624 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18626         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18628 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18630         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18631         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18633 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18635         * config-ml.in: Add support for
18636         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18637         Simplify setting of multidirs from --disable-foo.
18639 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18641         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18642         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18643         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18644         non-empty, pass them on to the  GCC make.
18645         (all-bootstrap): New rule that is like all-gcc, except it executes
18646         the GCC bootstrap rule instead of the GCC all rule.
18648 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18650         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18652 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18654         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18655         DG/UX support.
18657 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18659         * config.sub (i*86*) Change [345] to [3456]
18661 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18663         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18664         --with-gnu-ld=no.
18666 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18668         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18669         AIX multilibs get built.
18671 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18673         * configure.in (i386-win32): Don't build expect if we're not
18674         building the tcl subdir.
18676 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18678         * Makefile.in: (configure-target-examples, all-target-examples):
18679         New targets, configure and build example programs.
18681 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18683         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18684         use it as input to sedit the generated MPW makefile.
18685         * mpw-README: Add a suggestion about Gestalt.h.
18687 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18689         * config.sub: Accept *-*-ieee*.
18691 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18693         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18694         Ronald F. Guilmette <rfg@monkeys.com>.
18696 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18698         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18699         for powerpc-pe native.
18700         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18701         (target==powerpc-pe): duplicate i386-win32 entry.
18703 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18705         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18706         of vxworks, not just vxworks5.1.
18708 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18710         * mpw-configure: Add support for exec-prefix.
18712 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18714         * config.guess: Recognize HP model 816 machines as having
18715         a PA1.1 processor.
18717 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18719         * configure: Ignore new autoconf configure options.
18721 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18723         * config.guess:  Recognize Pentium under SCO.
18724         From Robert Lipe <robertl@arnet.com>.
18726 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18728         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18730 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18732         * configure.in: Don't configure gas for alpha-dec-osf*.
18734 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18736         * configure.in: Default to --with-stabs for some targets for which
18737         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18738         i[345]86*-*-unixware*.
18740 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18742         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18743         rather than basing it on the target.  Simplify handling of options
18744         controlling which directories to configure.  Remove extraneous
18745         slash in multi-clean target.
18747 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18749         * config-ml.in: Prefix more variables with ml_ so they don't collide
18750         with configure's.
18752 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18754         * configure: Don't turn -v into --v.
18756 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18758         * configure.in (targargs): Fix typo.
18760         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18762 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18764         * configure.in: Strip --host and --target options from
18765         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18766         --with-cross-host option when building with a cross-compiler.
18767         * configure: Canonicalize the arguments put into config.status by
18768         always using `=' for an option with an argument.  Pass a presumed
18769         --host or --target explicitly.
18771 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18773         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18774         into general OS recognition case.
18776 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18778         * configure.in (target_configdirs): add target-winsup only
18779         for win32 target systems.
18781 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18783         * Makefile.in (all-target-libgloss): Depend upon
18784         configure-target-newlib, since when libgloss is built it looks to
18785         see if the newlib directory exists.
18787 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18789         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18790         cfg-ml-*.in.
18792 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18794         * configure: Handle LD and LD_FOR_TARGET when configuring a
18795         Canadian Cross.
18797 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18799         * configure.in (target_libs): add target-winsup.
18800         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18801         (target==ppcle-pe): remove ld from $noconfigdirs.
18803 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18805         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18806         Preserve relative path names in $srcdir.  Build symlink tree if
18807         configuring cross target dir and srcdir=. (= no VPATH support).
18808         (configure-target-libg++): Depend on configure-target-librx.
18809         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18810         * config-ml.in: New file.
18811         * symlink-tree: New file.
18812         * configure: Ensure srcdir="." if that's what it is.
18814 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18816         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18817         includes and FLEX_SKELETON setting.
18818         * mpw-configure (--with-gnu-ld): New option, controls whether
18819         to use PPCLink or ld with PowerMac GCC.
18820         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18821         * mpw-config.in: Configure grez if targeting Mac.
18823         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18824         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18825         just macos.
18826         * configure.in: Configure grez resource compiler if targeting Mac.
18827         * Makefile.in (all-grez, install-grez): New targets.
18829 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18831         * configure: CXX defaults to gcc, not g++.  If we find
18832         gcc in the path, set CC to gcc -O2.
18834 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18836         * configure: Default ${build} correctly.  Avoid picking up extra
18837         spaces when reading CC and CXX from Makefile.  When doing a
18838         Canadian Cross, use plausible default values for numerous
18839         variables.
18840         * configure.in: When doing a Canadian Cross, don't try to
18841         configure tools whose configure script can't handle it.
18843 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18845         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18847 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18849         * configure:  Remove dubious bug reporting address.
18851 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18853         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18854         configure script, run that instead of this directory's configure.
18855         In either case, print a message that we're configuring the sub-dir.
18857 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18859         * configure.in: Before checking for the existence of various files,
18860         use sed to filter out "target-".
18862 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18864         * Makefile.in (DO_X): Split rule to decrease command line length
18865         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
18866         (Philippe De Muyter).
18868 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18870         * Makefile.in (all-patch): depend on all-libiberty.
18872 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
18874         * configure.in: If the only directory in target_configdirs which
18875         actually exists is libiberty, then set target_configdirs to empty,
18876         to avoid trying to build a target libiberty in a gas or gdb
18877         distribution.
18879 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
18881         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18882         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18883         systems.
18885 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18887         * configure.in (copy_dirs): Use sys-include instead of include
18888         for --with-headers option.
18890 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
18892         * Makefile.in, configure.in: Make winsup builds work with
18893         new scheme.
18895 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
18897         * configure.in: Build the linker on AIX.
18899 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18901         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
18902         where needed.
18904 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
18906         * Makefile.in (all-gcc): Fix typo.
18908 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18910         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
18912 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18914         * configure.in:  Rename libFOO to target-libFOO, and xiberty
18915         to target-xiberty, to provide more flexibility.
18916         (target_subdir):  Define.  Create if cross.
18917         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18918         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
18919         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18920         check-libFOO -> check-target-libFOO, etc.
18921         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18922         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18923         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18924         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
18925         allow ALL_GCC="" to only configure.
18926         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
18927         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
18928         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
18930 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
18932         * Makefile.in (taz): Build "info" in etc explicitly.
18934 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
18936         * configure.in:  Make sure that CC is undefined (as opposed to
18937         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
18938         problem with autoconf trying to configure on a host without GCC.
18940 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18942         * mpw-configure: Set host alias from choice of host compiler,
18943         only use generic MPW Makefile sed if present, edit a file
18944         named "hacked_Makefile.in" instead of "Makefile.in" if present.
18945         * mpw-README: Add problem notes about CW6 and CW7.
18947 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
18949         * Makefile.in (taz): Use ";" instead of ";;".
18951 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18953         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
18954         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18955         DISTDOCDIRS.
18956         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
18957         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
18959 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18961         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
18962         and gnats, because they are now subsumed by DISTSTUFFDIRS.
18963         Move bfd to DISTSTUFFDIRS.
18965 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18967         * Makefile.in (X11_LIB): Removed.
18968         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18970         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18972 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18974         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18975         names.
18977 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18979         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18981 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
18983         * configure.in (i[345]86-*-win32): Always build newlib.
18984         Don't configure cvs, autoconf or texinfo.
18985         * Makefile.in (LD_FOR_TARGET): New.
18986         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18987         Pass down LD_FOR_TARGET.
18989 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18991         * winsup: New directory.
18992         * Makefile.in: Build winsup.
18993         * configure.in: Winsup is configured when target is win32.
18994         Can only build win32 target GDB when native.
18996 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18998         * config.guess: Recognize HP model 819 machines as having
18999         a PA 1.1 processor.
19001 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19003         * configure: Fix sed loop which substitutes for CC and CXX to
19004         avoid bug found in various sed implementations.
19006 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19008         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
19009         simulator.  Use standard powerpc-*-eabi*.
19011 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
19013         * configure.in: Stop putting gas and binutils in noconfigdirs for
19014         powerpc-*-aix* and rs6000-*-*.
19016 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
19018         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
19019         -mcall-aixdesc libraries.
19021 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
19023         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
19025         * config.sub (arm | armel | armeb): Fix shell syntax.
19027 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19029         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
19030         -msoft-float and -mcpu=common support.
19031         (powerpc*-*-eabisim*): Add support for building -mcall-aix
19032         libraries.
19034 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19036         * configure.in: Allow configuration and build of emacs19 for the alpha.
19038 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19040         * configure.in (CC): Get ^CC, not just any old CC, from
19041         ${host_makefile_frag}.
19043 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19045         * configure.in (CC): Try to get CC from
19046         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
19048 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19050         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
19051         only if it exists in $(srcdir).
19053 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19055         * configure: If CC and CXX are not set in the environment, set
19056         them, based on either an existing Makefile or on searching for gcc
19057         in PATH.  Substitute for CC and CXX in Makefile.
19058         * configure.in: Remove libm from target_libs.  Separate
19059         target_configdirs from configdirs.  If CC is not set in
19060         environment, try to get it from a host Makefile fragment.  Rewrite
19061         changes of configdirs to use skipdirs instead.  A few minor
19062         tweaks.  Take directories out of target_configdirs as they are
19063         taken out of configdirs.  Remove existing Makefile files from
19064         subdirectories.  Substitute for TARGET_CONFIGDIRS and
19065         CONFIG_ARGUMENTS in Makefile.
19066         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
19067         by configure.in.
19068         (CONFIG_ARGUMENTS): Likewise.
19069         (CONFIGURE_TARGET_MODULES): New variable.
19070         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
19071         ($(CONFIGURE_TARGET_MODULES)): New target.
19072         (configure-libg++, configure-libio): New targets.
19073         (all-libg++): Depend upon configure-libg++.
19074         (all-libio): Depend upon configure-libio.
19075         (configure-libgloss, all-libgloss): New targets.
19076         (configure-libstdc++): New target.
19077         (all-libstdc++): Depend upon configure-libstdc++.
19078         (configure-librx, all-librx): New targets.
19079         (configure-newlib): New target.
19080         (all-newlib): Depend upon configure-newlib
19081         (configure-xiberty): New target.
19082         (all-xiberty): Depend upon configure-xiberty.
19084 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19086         * configure.in (host i[345]86-*-win32):  Expand the
19087         noconfigdirs again.
19089 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
19091         * mpw-configure: Fix sed command file name.
19093 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19095         * configure.in (host i[345]86-*-win32): Reduce the
19096         noconfigdirs again.
19098 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
19100         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
19101         or powerpc*-*-pe*, since they are not yet supported.
19103 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19105         Add PowerMac support and many other enhancements.
19106         * mpw-configure: New option --cc to select compiler to use,
19107         paste options set according to --cc into the generated
19108         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
19109         if mpw-make.sed is present.
19110         * mpw-config.in: Don't test for gC1, test for mpw-touch,
19111         add forward includes for PowerPC include files.
19112         * mpw-build.in: Build using Makefile.PPC if present.
19113         (do-byacc, etc): Remove separate version resource builds.
19114         (do-gas): Build "stamps" before "all".
19115         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
19116         * mpw-README: Update to reflect --cc option, PowerMac support,
19117         and recently-reported compatibility problems.
19119 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
19121         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19122         embedded m68k systems (-aout, -coff, -elf, -vxworks).
19123         (--with-multilib-top): Pass to recursive invocations.
19125 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
19127         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19128         v810-*-*.
19130 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19132         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19133         gdb, ld and opcodes on v810-*-*.
19135 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19137         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19138         (local-maintainer-clean): New target.
19139         (maintainer-clean): New target.
19140         (realclean): Just depend upon maintainer-clean.
19142 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19144         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19146 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
19148         * configure.in: Build ld in mips*-*-bsd* case.
19150 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
19152         * config.sub: Accept -lites* OS.  From Ian Dall.
19154 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
19156         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
19157         targets.
19159 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19161         * configure.in: treat i386-win32 canadian cross the same as
19162         i386-go32 canadian cross.
19164 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19166         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19167         running under the simulator to build a reduced set of libraries.
19168         (powerpc-*-eabiaix): Add fine grained multilib support added to
19169         other powerpc targets yesterday.
19171 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19173         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19174         -disable-softfloat, -disable-relocatable, -disable-aix, and
19175         -disable-sysv to control which multilib libraries get built.
19177 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19179         * configure: Add Makefile.tem to list of files to remove in trap
19180         handler.
19182 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19184         * config.guess (*Linux*):  Add missing "exit"s.
19185         Also, need specific check for alpha-unknown-linux (uses COFF).
19187 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19189         * config.guess:  Merge with FSF:
19191         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
19192         * config.guess (AIX4): More robust release numbering discovery.
19194         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
19195         * config.guess (i386-sequent-ptx): Properly get version number.
19197         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
19198         * config.guess (mips:*:4*:UMIPS): New case.
19200 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19202         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19203         (i386-win32 host): Likewise.  Don't build readline.
19205 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
19207         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
19208         SUPPORT_FILES to submakes.
19210 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
19212         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19213         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19214         mpw-configure.
19216 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
19218         * configure.in (appdirs): Use =, not ==, in test expression when
19219         trying to build the text to print in the warning message for
19220         Solaris users.
19222 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
19224         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19226 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19228         * config.guess: Recognize lynx-2.3.
19230 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
19232         * config.sub (z8ksim): Deleted
19233         (z8k-*-coff): New, this is the one true name of the target.
19235 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
19237         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19239 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
19241         * config.guess (*:Linux:*:*): First try asking the linker what the
19242         default object file format is (elf, aout, or coff).  Then if this
19243         fails, try previous methods.
19245 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19247         * configure.in: Don't build newlib for *-*-vxworks5.1.
19249 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19251         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19252         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19254 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
19256         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19258 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
19260         * cfg-ml-com.in: New file.
19261         * cfg-ml-pos.in: New file.
19263 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19265         * COPYING.NEWLIB: Add HP free copyright to list.
19267 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19269         * config.sub: Recognize -eabi* for the system, not just -eabi.
19271 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19273         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19274         * config.sub, configure.in (win32): New target and host.
19276 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19278         * configure.in: Add i386-pe configuration.
19280 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
19282         * mpw-build.in (install): Install GDB after LD.
19284 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
19286         * mpw-config.in (elf/mips.h): Always forward-include, needed
19287         for GDB to build.
19289 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19291         * testsuite: New directory for customer acceptance and whole tool
19292         chain tests.
19294 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19296         * configure: If per-host line isn't found, but AC_OUTPUT is found
19297         and a configure script exists, run it instead.
19299 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19301         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
19303 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19305         * configure: Set build_{cpu,vendor,os,alias} to host values when
19306         --build isn't specified.
19308 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19310         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19311         (FLAGS_TO_PASS): Pass them.
19312         (EXTRA_TARGET_FLAGS): Ditto.
19314 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19316         * Makefile.in (all-libg++): Depend on all-libstdc++.
19318 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19320         * configure.in (noconfigdirs): Enable all packages for
19321         i386-unknown-netbsd.
19323 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
19325         * configure.in (noconfigdirs): Don't configure tk for i386-go32
19326         hosted builds (DOS builds)
19328 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19330         Changes for ARM based on patches from Richard Earnshaw:
19331         * config.sub: Handle armeb and armel.
19332         * configure.in: Omit arm linker only for riscix.
19334 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19336         * config.guess:  Update from FSF.
19338 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
19340         * config.sub: Recognize powerpcle as the little endian variant of
19341         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
19342         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
19343         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
19344         temporarily.
19346 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
19348         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19350 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
19352         * config.sub: Accept -lites* as a basic system type.
19354 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
19356         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19357         installed, and if so return linuxoldld as the system name.
19359 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
19361         * config.guess: Add hppa1.1-hp-lites support.
19363 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19365         * configure.in: Don't build newlib for m68k-vxworks5.1.
19367 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19369         * configure.in (mips-sgi-irix6): Use mh-irix5.
19371 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
19373         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19375 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19377         * test-build.mk: Enable building of shared libraries on IRIX 5 and
19378         OSF/1.  Fix compiler flags.
19379         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
19381 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
19383         * configure.in: Recognize --with-newlib.
19384         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19386 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19388         * Makefile.in: move {all,check,install}-gdb from *_MODULES
19389         to *_X11_MODULES due to gdbtk needing X include files et al.
19391 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
19393         Merge in support for Mac MPW as a host.
19394         (Old change descriptions retained for informational value.)
19396         * mpw-config.in: Add generic include forwards for cpu-specific
19397         include files in aout and elf directories.
19399         * mpw-configure: Added copyright.
19400         * mpw-config.in: Check for presence of required build tools.
19401         (target_libs): Add newlib.
19402         (target_tools): Add examples.
19403         (Read Me): Generate as "Read Me for MPW" instead.
19404         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19405         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19406         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19408         * mpw-configure: Remove subdir-specific makefile hackery,
19409         delete mk.tmp after using it.
19411         * mpw-build.in (all): Display start and end times.
19413         * mpw-configure (host_canonical): Set.
19414         (target_cpu): Always add to makefiles.
19415         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19416         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19417         (mpw-mh-mpw): Look for in srcdir and srcroot.
19418         Use sed instead of mpw-edit-prefix to edit prefix definitions.
19420         * mpw-build.in: (install-only): New target.
19422         * mpw-configure (host_alias, target_alias): Rename from hostalias
19423         and targetalias, add into generated Makefile.
19424         (mk.tmp): If present, add into generated Makefile.
19425         * mpw-build.in (all-gas): Build config.h first before gas proper.
19427         * mpw-configure (config.status): Write only if changed.
19428         * mpw-config.in (readline): Configure it (not built, just used for
19429         definitions).
19431         * mpw-config.in (elf/mips.h): Add a forward include.
19433         * mpw-config.in: Forward-include most .h files in include into
19434         extra-include.
19435         (readline): Don't build.
19436         mpw-build.in (install): Install GDB.
19438         * mpw-configure (prefix, mpw_prefix): Handle it.
19439         * mpw-config.in (mmalloc, readline): Don't configure.
19440         * mpw-build.in (thisscript): Rename to ThisScript.
19441         Use mpw-build instead of BuildProgram everywhere.
19442         (mmalloc, readline): Don't build.
19443         * mpw-README: New file, basic documentation about the MPW port.
19445         * mpw-config.in: Use forward-include to create include files.
19447         * mpw-configure: Add more things to the top of each configured
19448         Makefile, including contents of config/mpw-mh-mpw.
19449         * mpw-config.in (extra-include): Create this directory and fill it
19450         with Posix-like include files when configuring.
19452         * config.sub (apple, mac, mpw): Add various aliases.
19454         * mpw-build.in: New file, top-level build script fragment for MPW.
19455         * mpw-configure: New file, configure script for MPW.
19456         * mpw-config.in: New file, config fragment for MPW.
19458 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19460         * configure.in (host_libs): Remove glob, since it is gone from the
19461         sources.
19463 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19465         * Makefile.in: define empty GDB_NLM_DEPS var.
19467         * configure.in(target_makefile_frag): use config/mt-netware
19468         for netware targets.
19470 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19472         * config.sub: Merge in recent FSF changes.  Remove linux special
19473         cases.
19475 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19477         Revert this change:
19479         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19481                 * build-all.mk: Use CC=cc -Xs on Solaris.
19483 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19485         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
19486         stop using it.
19487         * Makefile.in: Nuke all references to glob subdirectory.
19489 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19491         * configure.in: Fix --enable-shared logic in per-host.
19493 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19495         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19497 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19499         * configure.in (noconfigdirs): Don't build gas on AIX, for
19500         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19502 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19504         * configure: Fix --cache-file to work if the file argument is a
19505         relative path.
19507 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19509         * configure: If the --cache-file is used, pass it down to
19510         configure in subdirectories.
19512 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19514         * config.sub: add vxworks29k configuration.
19516 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19518         * Makefile.in (taz): Do "diststuff" part quietly.
19520 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19522         * config.sub: Mini-merge with gcc/config.sub.
19524 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19526         * config.guess (IRIX): Sed - to _.
19528 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19530         * Makefile.in (source-vault, binary-vault): New targets.
19532 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19534         * config.sub: Recognize -eabi as a basic system type.
19536 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19538         * configure.in (enable_shared stuff): Fix typo.
19540 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19542         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19544 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19546         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19548 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19550         * configure.in (rs6000-*-*): Don't build gas.
19552 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19554         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19555         reduce command line length.
19556         (AS_FOR_TARGET): Check for as.new, not Makefile.
19557         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19559 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19561         * config.guess:  Merge from FSF.
19563 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19565         * configure: Don't use $ when handling program_suffix.
19567 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19569         * configure.in:  Configure tk for hppa/hpux.
19571 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19573         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19575 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19577         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19578         to LIBCXXFLAGS.  Tests are better run without it.
19580 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19582         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19584 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19586         * configure.in (*-*-netware*): Don't configure xiberty.
19588 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19590         * configure.in:  Remove tk from native_only list.
19592 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19594         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19595         for special NCD build.
19597 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19599         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19600         makeall.bat, they're only useful for binutils snapshots.
19601         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19602         makeall.bat to specified SUPPORT_FILES.
19604 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19606         * build-all.mk: Add Ericsson targets to sun4 and solaris
19607         hosts.  Add  BNR's sun4 target to solaris host, so their
19608         build-from-source will be tested in-house first.
19610 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19612         * Makefile.in (LIBCFLAGS): New variable.
19613         (CFLAGS_FOR_TARGET): Ditto.
19614         (LIBCFLAGS_FOR_TARGET): Ditto.
19615         (LIBCXXFLAGS): Ditto.
19616         (CXXFLAGS_FOR_TARGET): Ditto.
19617         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19618         (BASE_FLAGS_TO_PASS): Pass them.
19619         (EXTRA_TARGET_FLAGS): Ditto.
19621         * configure.in: Support --enable-shared.
19623 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19625         * configure.in (target_libs):  Include libstdc++ again.
19626         * config.guess:  Update from FSF (for FreeBSD).
19628 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19630         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19631         makeall.bat.
19632         (DISTDOCDIRS): Add `etc'.
19633         (ETC_SUPPORT_PFX): New variable.
19634         (taz): Include anything from etc starting with a word in
19635         ETC_SUPPORT_PFX.
19637 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19639         * config.sub: Update for recent FSF changes.  Remove obsolete
19640         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19641         spacing changes.
19643 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19645         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19647         * config.guess:  Merge with FSF.
19648         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19650 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19652         * configure: Since the "trap 0" handler will override the exit
19653         status on many systems, only use it for "exit 1", and make it set
19654         a non-zero exit status; reset it before "exit 0".  Also, check
19655         exit status of config.sub, and error out if it failed.
19657 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19659         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19660         and install libgloss.
19662 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19664         * Makefile.in (all-binutils): Depend upon all-byacc.
19666         * configure.in: Don't build emacs on Irix 5.
19668 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19670         * configure.in (*-*-netware*): Add libio.
19672 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19674         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19675         (CHECK_TARGET_MODULES): Ditto.
19676         (INSTALL_TARGET_MODULES): Ditto.
19677         (TARGET_LIBS): Ditto.
19678         (all-libstdc++): Note dependencies.
19680 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19682         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19684 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19686         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19687         -fexternal-templates.
19689         * configure.in (target_libs): Add libstdc++.
19690         (noconfigdirs): Add libstdc++ as appropriate.
19692 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19694         * config.guess:  Update from FSF.
19696 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19698         * configure: Use ${config_shell} when running ${configsub}.
19700 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19702         * config.sub: No longer recognize h8300h.
19704 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19706         * config.sub: Remove extraneous differences between config.sub and
19707         gcc/config.sub.
19709 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19711         * Makefile.in (DISTSTUFFDIRS): Add gas.
19713 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19715         * COPYING.NEWLIB: New file.
19717 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19719         * config.guess (HP-UX):  Patch from Harlan Stenn
19720         <harlan@landmark.com> to also emit release level.
19722 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19724         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19726 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19728         * config.sub:  Merge nextstep cleanup from FSF.
19730 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19732         * configure.in (arm-*-*): Don't configure ld for this target.
19734 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19736         * configure.in (*-*-netware): don't configure libg++, libio,
19737         librx, or newlib.
19739 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19741         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19742         configure ld--it works, but it doesn't support shared libraries.
19744 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19746         * config.guess (*-unknown-freebsd*):  Get rid of possible
19747         trailing "(Release)" in version string.
19748         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19750 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19752         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19753         Fix type: *-next-neststep -> *-next-nextstep.
19755         * config.guess:  Merge from FSF:
19757         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19759         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19761         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19763         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19764         instead of UNIX_SV for UnixWare 1.0).
19766 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19768         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19769         to make gdb/nlm/* build after the compiler and linker.
19771 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19773         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19774         not just i[34]86.
19775         (m68k-atari-sysv4):  Relocate to match FSF version.
19777         * config.guess:  More merges from the FSF:
19779         Add a space before function call or macro invocation.
19781         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19783         * config.guess: Add trap cmd to remove dummy.c and dummy when
19784         interrupted.
19786         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19788         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19789         (dummy): Redirect stderr from compilation of dummy.c.
19791         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19793         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19795 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19797         * configure: Accept and ignore --cache*, for compatibility with
19798         new autoconf.
19800 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19802         * config.guess:  Merge from FSF:
19804         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19806         * config.guess (Pyramid*:OSx*:*:*): New case.
19807         (PATH): Add /.attbin at end for finding uname.
19808         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19810         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19812         * config.guess (M88*:DolphinOS:*:*): New case.
19814         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19816         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19817         to select whether to use ELF or COFF.
19819         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19821         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19823         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19825         * config.guess: Guess the OS version for HPUX.
19827         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19829         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19831 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19833         * configure.in: Recognize --with-headers, --with-libs, and
19834         --without-newlib.
19835         * Makefile.in (all-xiberty): Depend upon all-ld.
19837 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19839         * configure.in: Change i[34]86 to i[345]86.
19841 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19843         * configure (version): A few more tweaks to help message.
19845 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19847         * Makefile.in:  Remove (for now) librx as a host library,
19848         now that we're building it for target.
19850 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19852         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19853         (Karl Berry).
19855 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19857         * configure.in:  Also configure librx.
19859 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19861         * Makefile.in:  Update various rules to reflect that librx
19862         is now needed for libg++.
19864 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19866         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19868 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
19870         * configure.in: Configure the examples directory.
19872 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19874         * configure: Simplify Jun 2 1994 change.
19876 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19878         * change CC to /usr/latest/bin/gcc for lynx host builds, since
19879         /bin/gcc isn't good enough to build gcc.
19881 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
19883         * Makefile.in (GDB_SUPPORT_FILES): Remove
19884         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
19885         (gdb.tar.gz): Add new rule to use standard distribution building
19886         mechanism.
19888 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19890         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
19891         Bill Cox <bill@cygnus.com>.
19893 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19895         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
19897 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
19899         * configure:  Search current dir first in .gdbinit.
19901 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19903         * config.sub:  Recognize freebsd (merged from gcc config.sub).
19905 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19907         * config.sub:  Refer to NeXT's operating system as nextstep.
19909         * config.sub (case $basic_machine):  Re-order the cases, to match
19910         the order in the FSF version (which is mostly alphabethical).
19911         Merge in some additions and changes from the FSF.
19913 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
19915         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19916         * config.sub: Recognize cxux7.
19917         * configure.in: Use mh-cxux for m88k-harris-cxux*.
19919 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19921         * config.sub:  Fix typo powerpc -> powerpc-*.
19923 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
19925         * Makefile.in: `all-emacs19' depends on `all-byacc'.
19927         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19928         parallel with all-emacs and install-emacs).  Top-level command
19929         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19931 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19933         * test-build.mk ($(host)-stamp-stage2-installed): Remove
19934         $(relbindir)/make before doing ``make install'', and use
19935         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
19936         installing over running make binary.
19937         ($(host)-stamp-stage3-installed): Likewise.
19939 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19941         * config.guess: Recognize Mach.
19943 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19945         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19946         see whether --exec-prefix was used.
19948 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19950         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
19952 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19954         * Makefile.in: Add all-librx target similar to all-libproc.
19956 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
19958         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
19959         with post 1.2 uname bogosity.
19961 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19963         * configure: Remove temporary files on receipt of a signal.
19965 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
19967         * configure: If there is a package_makefile_frag, remove
19968         ${subdir}/Makefile.tem after copying it in.
19970 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19972         * build_all.mk: support rs6000 lynx identifies itself as
19973         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
19974         since /bin/gcc is too feeble to compile a modern gcc.
19976 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19978         * brought devo/test-build.mk update-to-date with progressive/
19979         test-build.mk. Add lynx targets and hppa flag info.
19981 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19983         * configure.in:  Use mh-ncrsvr43.  Patch from
19984         Tom McConnell <tmcconne@sedona.intel.com>.
19986 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19988         * config.guess (i386-unknown-bsdi):  No longer need to
19989         check #if defined(__bsdi__) && defined(__i386__).
19991 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19993         * configure: Set program_transform_nameoption correctly.
19995 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19997         * brought build-all.mk update-to-date with progressive build-all.mk,
19998         added new targets and hppa info.
20000 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20002         * configure: If config.guess result is a prefix of the user
20003         specified target, assume a native build and use the user specified
20004         target as the host alias.  Remove SunOS patch suffix removal hack.
20005         * configure.in: Remove SunOS patch suffix removal hack.
20007         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
20008         in NATIVE_CHECK_MODULES.
20010 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
20012         * Makefile.in: Rename HOST_ONLY to NATIVE.
20013         * configure: Delete SunOs patch suffix from host_canonical
20014         and build_canonical variables that are prepended to Makefiles.
20015         * configure.in: Add comments for easier maintenance.
20017 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20019         * Makefile.in: Add all-libproc target similar to all-gui.
20021 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
20023         * Makefile.in (CHECK_MODULES): split into
20024         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
20026 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
20028         * config.guess (i386-unknown-bsdi): New system to guess.
20030 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20032         * Makefile.in: Add all-gui target (but not yet build by "all").
20034 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
20036         * config.sub: Move deletion of patch suffix from here...
20037         * configure.in: To here, at Ian's suggestion.  The top-
20038         level scripts might need to know of a patch level.
20040 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
20042         * config.sub: Strip off patch suffix so rtl is recognized
20043         as a sunos4.1.3 machine, even though it's been patched.
20045 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
20047         * Makefile.in (INSTALL_LAST): Delete.
20048         (INSTALL_DOSREL): New.
20050 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20052         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
20053         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
20054         whether we pass down --with-gnu-ld anyhow.
20056 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
20058         * Makefile.in (INSTALL_LAST): Change operation so it works
20059         on more flavors of make.
20060         * configure.in (go32): Don't build libg++ or libio.
20062 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
20064         * Makefile.in (Move HOST_PREFIX_1 and friends up so
20065         they can be overriden by templates.
20067 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
20069         * configure.in (target==go32): Don't build gdb.
20070         * dosrel: New directory.
20072 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
20074         * configure.in (host==go32): Configure dosrel too.
20075         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
20076         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
20077         be set by incoming names or templates.
20078         (INSTALL_LAST): New rule.
20080 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
20082         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
20084 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20086         * configure.in (appdirs): New variable.  Currently empty, but will
20087         be used in gas distribution.  If nonempty, lists a set of
20088         directories at least one of which must get configured, or top
20089         level configuration is considered to have failed.
20090         (rs6000-*-lynxos*): Use new file name.
20092 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20094         Eliminate XTRAFLAGS.
20095         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
20096         newlib include files using -idirafter, and also use -nostdinc.
20097         (CXX_FOR_TARGET): Likewise.
20098         (XTRAFLAGS): Removed.
20099         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
20100         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
20101         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
20102         ($(DO_X)): Don't pass down XTRAFLAGS.
20104 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20106         * configure.in (mips*-dec-bsd*): New target; do build linker.
20107         (mips*-*-bsd*): New target; don't build linker.
20109 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20111         * configure.in: support rs6000-*-lynxos* configuration.
20112         support sunos4 as a cross target.
20114         * config.sub: look for lynx*, not lynx since the OS version may
20115         legitimately be part of the name.
20117 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20119         * configure.in (i[34]86-*-sco*): Move to be with other i386
20120         targets.
20121         (romp-*-*): New target.  Skip various binary utilities.
20122         (vax-*-*): New target.  Don't build newlib.
20123         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
20125 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20127         * configure.in: Only set host_makefile_frag if config
20128         directory exists.
20130 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20132         * install.sh: If $dstdir exists, don't check whether each
20133         component does.
20135 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20137         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20139 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
20141         * configure.in (*-*-lynxos*): Don't configure newlib for either
20142         native or cross Lynx.
20144 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
20146         * config.sub (sparc64-elf): Fix os.
20147         (z8k): Remove duplicate.
20149 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20151         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20152         gcc/stmp-fixproto, to try to prevent fixproto from being run.
20154 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
20156         * configure: Make file links cleanly even if Lynx fails on
20157         an NFS symlink (at least fail cleanly).
20159 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
20161         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20162         -XNh2000.
20164 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20166         * configure: Unknown options are fatal again.
20168 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
20170         * configure: Ignore --x-includes and --x-libraries, for Autoconf
20171         compatibility.
20173 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
20175         * build-all.mk: Add `clean' target.
20177 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20179         * config.guess:  Add SINIX support.
20180         * configure.in:  Add mips-*-sysv4* support.
20182 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
20184         * build-all.mk: Document all useful targets.
20185         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20186         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20188 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20190         * configure: Support --silent, --quiet.
20192 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20194         * configure: Support --disable-FEATURE.
20196 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20198         * config.guess: Recognize NCR running SVR4.3.
20200 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20202         * config.guess:  Make BSDI generate i386-unknown-bsd386.
20203         Patch from Paul Eggert <eggert@twinsun.com>.
20205 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20207         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20209 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20211         * configure: Make unrecognized options give nonfatal warnings
20212         instead of fatal errors, and pass them to any subdirectory
20213         configures in case they recognize them.
20214         Make --x equivalent to --with-x.
20216 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20218         * configure: Add --enable-* options.  Clean up usage message and
20219         some comments.
20221 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
20223         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20225 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20227         * configure.in (hppa*-*-*): Enable binutils.
20229 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20231         * config.sub: Recognize cisco.
20233 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
20235         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20237 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20239         * config.guess: about target *-hitachi-hiuxwe2, don't print more
20240         than one configuration name.  Add comment.
20242 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
20244         * config.guess: about target *-hitachi-hiuxwe2, fixed
20245         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
20246         macro is incorrect.]
20248 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20250         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20251         than the "make ls" stuff which used to be here.
20253 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20255         * config.guess:  Recognize i[34]86-unknown-freebsd.
20256         From Shawn M Carey <smcarey@rodan.syr.edu>.
20258 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20260         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20262 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20264         * config.guess: Check for ptx.
20266 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
20268         * config.sub: Add os9k checking.
20270 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20272         * config.guess: Handle OSF1 running on HPPA processors
20274 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20276         * configure: If subdir configure fails, print out a message with
20277         subdirectory name, in case subdir's configure code didn't identify
20278         itself.
20280 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
20282         * configure.in: Remove embedded newlines from configdirs.
20283         Avoid mismatches of substrings.  Fix matching strings at end
20284         of configdirs.
20286 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
20288         * config.guess:  Add Lynx/rs6000 config support.
20290 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20292         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20294 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
20296         * configure.in (hppa*-*-osf*): Treat this just like most other
20297         PA configurations (eg no binutils or ld).
20298         (hppa*-*-*elf*): These configurations have binutils and ld.
20300 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20302         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
20304 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20306         * configure.in (rs6000-*-*): Build gas.
20308 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20310         * Makefile.in:  Avoid bug in losing hpux sed.
20312 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20314         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20315         for GDB and GDB has been fixed to not need it.
20317 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20319         * config.guess: Recognize vax hosts.
20321 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20323         * configure (while loop): Don't use "break 2" inside case
20324         statement -- the case statement isn't an enclosing loop.
20326 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20328         * config.guess:  Clean up NeXT support, to allow nextstep
20329         on Intel machines.  Make OS be nextstep.
20331 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
20333         * config.guess: Add alternate forms for Convex.
20335 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
20337         * configure:  Completely rewrite option processing.  Take
20338         advantage of pattern-matching to avoid invoking test frequently.
20339         Also clean up host and target defaulting logic.
20341 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20343         * Makefile.in: Replace all occurrances of "rootme" with "r" and
20344         "$${rootme}" with "$$r", to increase the likelihood that the do-*
20345         commands (plus user environment) will fit SCO limits.
20347 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20349         * configure.in: Don't issue warnings about directories which are
20350         not being configured if -norecursion is set.  Correct test for
20351         --with-gnu-as and --with-gnu-ld to not get confused by substring
20352         matches.
20354         * configure.in: Don't build gas for alpha-dec-osf1*.
20356 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
20358         * configure:  Back out Per's change of 12/19/1993.  It changes the
20359         behavior of configure in unexpected and confusing ways.
20361         Also, use different delim char when calculating
20362         program_transform_name so that the name can contain slashes.
20364 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
20366         * configure.in, config.sub: Add support for VSTa micro-kernel.
20368 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
20370         * configure.in: Nuke hacks which were used to get a special
20371         version of GAS for HPPA configurations.
20373 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20375         * configure:  If only ${target_alias} is given, use that
20376         as the default for ${host_alias}.
20377         * configure:  Add missing back-slashes before nested quotes.
20379 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20381         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20383 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
20385         * config.guess:  Recognize some Tektronix configurations.
20386         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20388 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20390         * config.sub: Match any flavor of SH.
20392 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
20394         * configure.in: Don't try to configure newlib for Alpha.
20396 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20398         * configure.in: Don't build ld for Irix 5.  Don't build gas,
20399         libg++ or libio for any Alpha target.
20401         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20403 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
20405         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20406         default arguments -- so it tried to compress itself.
20408 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20410         * configure.in (notsupp): ensure that a space is always at the end
20411         of the configdirs list, since the grep checks for an explicit space
20413 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20415         * configure.in (target i386-sysv4.2): don't build ld, since static
20416         versions of many libraries are not available.
20418 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20420         * config.guess: Recognize Apollos (using environment variables).
20421         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20423 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20425         * config.guess: Recognize Sony news mips running newsos.
20427 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
20429         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20430         "fi ; else" for bash.
20432 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
20434         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20436 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
20438         * config.sub: accept unixware as an alias for svr4.2.
20439         Fix some inconsistancies with the gcc version.
20441 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20443         * Makefile.in (DISTDOCDIRS):  Add gdb.
20445 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20447         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
20449 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20451         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20452         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20453         this now.
20455 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20457         * config.sub: Accept hiux* as an OS name.
20459         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20460         etc/make-stds.texi.  The underscore came from gcc, and dje now
20461         agrees that RUNTESTFLAGS is the correct name.
20463 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20465         * install.sh:  Remove 'set -e'.  It makes any conditionals
20466         in the script useless.
20468         * config.guess: Automatically recognize arm-acorn-riscix
20469         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20471 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
20473         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20475 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20477         * Makefile.in (DISTDOCDIRS): New variable.
20478         (taz): Edit local Makefile.in sooner, instead of proto-toplev
20479         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
20481 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20483         * configure.in (hppa target): check the source directory for the
20484         pagas sub-directory
20486 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
20488         * config.sub: Allow -aout* and -elf*.
20490 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20492         * configure.in: Don't build ld on i386-solaris2, same as for
20493         sparc-solaris2.
20495 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20497         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20499 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20501         * configure.in:  Configure gdb for alpha.
20503 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20505         * Makefile.in (CXXFLAGS): Add -O.
20507 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20509         * config.guess: added support for DG Aviion
20511 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20513         * configure.in: Produce warning message for subdirectories not
20514         configurable for this host/target combination.  Don't try to
20515         configure gdb for vms.
20517 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20519         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20520         appropriate files before making "diststuff".
20521         (DISTBISONFILES): New var: list of files to be edited.
20522         (DISTSTUFFDIRS): Add binutils.
20524 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20526         * config.sub: also handle mipsel and mips64el (for little endian mips)
20528 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20530         * configure.in: Add * to end of all OS names.
20532 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20534         * configure.in: Build newlib for LynxOS native.
20536 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20538         * config.guess: Add support for delta 88k running SVR3.
20540         * configure.in: Add comment about HP compiler vs. emacs.
20542 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20544         * configure.in: don't build ld on solaris2 (not a viable option
20545         due to bugs in getpwnam & getpwuid)
20547 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20549         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20550         config.guess will produce a full version number.
20552 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20554         * configure.in: Build linker and binutils for alpha-dec-osf1.
20556 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20558         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20559         and gdb/testsuite/Makefile.in.
20561 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20563         * configure.in: recognize mips*- instead of mips-
20565 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20567         * config.sub: Accept linux*coff and linux*elf as operating
20568         systems.
20570 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20572         * config.sub: Recognize mips64, and mips3 as an alias for it.
20574 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20576         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20577         gdb knows how to handle OSF/1 shared libraries.
20579 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20581         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20582         * config.guess: Recognize Hitachi's HIUX.
20583         * config.sub: Recognize h3050r* and hppahitachi.
20584         Remove redundant cases for hp9k[23]*.
20586 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20588         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20589         if gas and ld are in the source tree and are in ${configdirs}.
20590         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20591         --with options (but still pass them down on the command line,
20592         if they were explicitly specified).
20594 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20596         * configure: substitute SHELL value in Makefile.in with
20597         ${CONFIG_SHELL}
20599 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20601         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20602         *-*-solaris2* targets.
20604 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20606         * Makefile.in: define M4, and pass it down to sub-makes;
20607         all-autoconf now depends on all-m4
20609 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20611         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20612         presence of {ar,ranlib} instead of a configured directory
20614 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20616         * config.guess: Accept 34?? as well as 33?? for NCR.
20618 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20620         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20621         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20623 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20625         * configure: grab values for $(CC) and $(CXX) from the
20626         environment, so that someone can do "CC=gcc configure; make" and
20627         have it work right (matching the way that autoconf works now)
20629         * configure.in, Makefile.in: add support for gash, the tcl
20630         interface to Galaxy
20632         * config.guess: add NetBSD variants (hp300, x86)
20634 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20636         * install.sh: Support -d option (in the manner of SunOS 4 install,
20637         as it is more deterministic than that of GNU install)
20638         (chmodcmd): Set file to mode 755 by default (should also do default
20639         chgrp and chown, but I don't feel like dealing with that now)
20641 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20643         * config.sub: Remove h8300hhms alias.
20645 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20647         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20649 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20651         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20652         as stmp-fixinc
20654 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20656         * config.sub: recognize m88110-bug-coff.
20658 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20660         * Makefile.in (all-libio): all dependencies on the toolchain used
20661         to build this (gcc, gas, ld, etc)
20663 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20665         * config.guess: Deal with OSF/1 1.3 on alpha.
20667 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20669         * install.sh: add some 'else true' clauses for portability
20671         * configure.in: don't build libio for h8[35]00-*-* targets
20673 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20675         * Makefile.in:  Add support for new libio.
20677 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20679         * install.sh: If one command fails, don't try the rest.  Don't try
20680         to remove $dsttmp (via trap) unless we have already created it.
20681         If $src doesn't exist, detect it and exit with an error.
20683         * config.guess: Recognize BSD on hp300.
20685 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20687         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20688         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20690 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20692         * Makefile.in (all-send-pr): depends on all-prms
20694 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20696         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20698 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20700         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20701         Added test for mips-mips-riscos5.
20703 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20705         * configure.in: use mh-hp300 for 68k HP hosts
20707 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20709         * configure: add support for CONFIG_SHELL, so that you can use
20710         some alternate shell for evaluating configure scripts
20712 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20714         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20715         in configure script to bug-gdb@prep.ai.mit.edu when building
20716         distribution archive.
20717         * Makefile.in (COMPRESS):  Remove def.
20718         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20719         gdb.tar.Z and make-gdb.tar.Z respectively.
20720         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20721         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20722         to convergence with 'taz' target in Makefile.in.
20724 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20726         * install.sh (dsttmp): use trap to ensure that tmp files go
20727         away on error conditions
20729 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20731         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20733 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20735         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20736         its parent is '/' not ''.
20738         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20740 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20742         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20743         that ${newsrcdir}/configure.in does.
20745 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20747         * test-build.mk: support for CONFIG_SHELL
20749 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20751         * config.sub (netware):  Add as a basic system type.
20753 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20755         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20756         $(srcdir)/ from the dependency on Makefile.in.
20758 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20760         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20761         (h8300hhms is temporary until multi-libraries are implemented).
20762         * configure.in: Handle h8300h too.
20764 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20766         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20768 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20770         * configure:  Remove extraneous output when guessing host type.
20771         * config.guess:  Remove extraneous output when guessing using C
20772         compiler rather than uname, or when guessing fails.
20774 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20776         * Makefile.in: remove all.cross and install.cross targets
20778         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20779         definitions
20781 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20783         * configure.in (target sh): Build gprof.
20785 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20787         * config.sub: change -solaris to -solaris2
20789 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20791         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20793 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20795         * configure: Correct error message for missing Makefile.in to
20796         print correct directory.
20798 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20800         * install.sh: kludge around 386BSD shell bug
20802 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20804         * config.guess:  Recognize NeXT.
20805         * config.guess:  Recognize i486-ncr-sysv4.
20806         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20808 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20810         * Makefile.in (MAKEINFOFLAGS): New variable.
20811         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20812         * build-all.mk, test-build.mk: Pass down --no-split as
20813         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20815 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20817         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20819 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20821         * Makefile.in (libg++.tar.z):  New rule.
20822         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20823         * Makefile.in (taz):  Only do a single chmod.
20825 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20827         * install.sh: don't use dirname anymore (replaced with sed usage)
20829 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20831         * Makefile.in:  Change extension for gzip'd files from '.z' to
20832         '.gz' per new FSF standard usage.
20834 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20836         * configure: put quotes around the final value of program_transform_name
20838 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20840         * Makefile.in: new install.sh support; update install-info rules
20842 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20844         * configure.in: Build diff for crosses, but not for go32 host.
20846         * configure.in: Build gprof only for native, and don't build it
20847         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20849 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20851         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20853 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20855         * configure.in (host_tools): Add prms.
20857 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20859         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20860         with $(FLAGS_TO_PASS) on the command line
20862         * config.sub: Recognize lynx and lynxos
20864 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20866         * config.sub: Accept -ecoff*, not just -ecoff.
20868 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20870         * Makefile.in (taz): Use .gz suffix instead of .z.
20871         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20872         names.
20874 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20876         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20878 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20880         * Makefile.in (install-no-fixedincludes):  install gcc last, so
20881         that rebuilds that might happen during 'make install' don't get
20882         bogus gcc include files
20884 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20886         Change from Utah for HPPA support:
20887         * config.guess: Recognize hppa1.x-hp-bsd.
20889 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
20891         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
20892         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20894 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20896         * config.sub: Add support for rom68k and bug boot monitors.
20898 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
20900         * Makefile.in: Make all-opcodes depend on all-bfd.
20902 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20904         * config.guess: Added special check for i[34]86-univel-sysv4*.
20906 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
20908         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20909         the processor rather than assuming i486.
20911 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20913         * config.guess: Recognize SunOS6 as Solaris3.
20915 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
20917         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
20918         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20920 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
20922         * build-all.mk (all-cross): New target for Canadian Cross.
20923         Added Q2 go32 targets.
20924         * test-build.mk: Configure go32 cross sparclite-aout and
20925         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
20926         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20928 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20930         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20931         GO32 hosted toolchains
20933 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20935         * configure: change  so "-exec-prefix" gets passed down rather
20936         than "-exec_prefix" so autoconf generated Makefiles get the
20937         exec_prefix set right.
20939 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20941         * config.guess: get the Solaris2 minor version number
20943         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20945 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20947         * config.guess: Recognize some Sequent platforms.
20949 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20951         * Makefile.in: added the vault-install target
20953         * configure.in: actually use the Sun3 makefile fragment that's in
20954         config, also added the release dir to configdirs
20956 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20958         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20960 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20962         * configure.in: remove some program from Alpha targetted toolchains
20964 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
20966         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
20967         gprof.
20968         (taz): Run "make diststuff" in those directories instead of "make
20969         proto-dir".  Look for "VERSION=" only at start of line in subdir
20970         Makefile.  Use "gzip -9" for compression.
20971         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20972         (binutils.tar.z): New target.
20974 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20976         * Makefile.in (taz): Include gpl.texinfo.
20978 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20980         * Makefile.in (setup-dirs): Merged into "taz" target.
20981         (taz): Only do `proto-dir' stuff if a directory is actually needed
20982         for this target.
20984 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
20986         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20987         (FLAGS_TO_PASS): Pass down MUNCH_NM.
20988         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20989         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20990         (gcc-no-fixedincludes): Correct for current gcc Makefile.
20992 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
20994         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20995         config.sub, and move-if-change to gdb testsuite distribution
20996         archive, so the testsuite can be extracted, configured, and
20997         run separately from the gdb distribution.  Blow away the Chill
20998         tests that require a Chill compiled executable, since GNU Chill
20999         is not yet publically available.
21001 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21003         * test-build.mk: set environment variables in a single command,
21004         instead of a list of assignments and exports
21006         * config.guess: recognize Alpha/OSF1 systems
21008 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21010         * configure: Change help message to prefer --options rather than
21011         -options.
21013 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21015         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
21016         zippy@ecst.csuchico.edu.
21017         * config.guess: Recognize miniframe.
21019 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21021         * Makefile.in: Use srcroot to find runtest rather than rootme.
21022         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
21024 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21026         * test-build.mk: Extensive additions to support building on a
21027         machine other than the host.
21029 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21031         * configure (tooldir): Fix for i386-aix again.
21033 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
21035         * configure, Makefile.in:  Change definition of $(tooldir)
21036         to match the FSF.
21038 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
21040         * config.guess:  Recognize i[34]86/SVR4.
21042 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21044         * Makefile.in (all-gdb): gdb depends on sim.
21046 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
21048         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
21049         at the same time we make the prototype gdb directory.
21050         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
21051         files at the same time as the gdb base release distribution.
21053 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
21055         * Makefile.in (check): Use individual check targets rather than
21056         DO_X rule.
21057         (check-gcc): Added.
21059 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
21061         * config.sub: Use sysv3.2 not sysv32 for canonical OS
21062         for System V release 3.2.
21064 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21066         * config.sub: Recognize hppaosf.
21067         * configure.in: Do configure ld/binutils/gas for it.
21069 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21071         * configure (tooldir): Alter syntax used to set this, for systems
21072         where "\$" isn't handled right, like i386-aix.
21074 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21076         * configure: Pass program-transform-name, not
21077         program_transform_name, to recursive configures.
21079 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
21081         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
21082         of gas+ld+binutils.
21084 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
21086         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
21088 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21090         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
21092 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21094         * Makefile.in (PRMS): Set back to all-prms.
21096 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21098         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
21099         targets, rather than for MIPS hosts.
21101 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21103         * configure.in: add comment for --with-x default values
21105         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
21107         * Makefile.in: add check-* targets for each of the directories in
21108         the tree.  Add a definition of RUNTEST that will use the one we
21109         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
21111 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
21113         * configure.in: Removed obsolete references to bfd_target and
21114         target_makefile_frag.
21116         * build-all.mk: Set assorted targets for Q2.
21117         * config.sub: Recognize z8k-sim and h8300-hms.
21118         * test-build.mk: Really don't pass host to configure.
21119         (HOLES): Added uname.
21121 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
21123         * configure: Handle an empty program-prefix, program-suffix or
21124         program-transform-name correctly.
21126 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21128         * build-all.mk: -G 8 no longer required for MIPS targets.
21129         * test-build.mk: Don't pass host argument to configure; make it
21130         guess.
21132 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
21134         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
21135         * Makefile.in (COMPRESS):  New macro, like GZIP.
21137 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21139         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21141         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21142         with gas currently defaults to -G 0.
21144 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
21146         * Makefile.in (all-flex): flex depends on byacc.
21148         * build-all.mk: If host not specified, use config.guess.  Pass TAG
21149         to test-build.mk as RELEASE_TAG.
21150         * test-build.mk (configargs): New variable containing arguments to
21151         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
21152         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21154         * config.guess: Use /bin/uname when checking -X argument on SCO,
21155         to avoid invoking GNU uname which doesn't understand -X.
21157         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21159         * configure.in: Build gas for mips-*-*.
21161 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21163         * Makefile.in (all.normal): insert missing backslash.
21165 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
21167         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
21169         * Makefile.in: Complete overhaul to merge many almost identical
21170         targets.
21172 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21174         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21175         (gdb.tar.Z): Adjusted.
21177         * Makefile.in (setup-dirs, taz): New targets; should be general
21178         enough to adapt for gdb sometime.  Build only .z file.
21179         (gas.tar.z): New target.
21181 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
21183         * build-all.mk: Use CC=cc -Xs on Solaris.
21185 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
21187         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
21188         for handling BISON for FSF releases.
21190 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21192         * configure: Actually implement the change zoo just documented.
21194 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
21196         * configure: when using config.guess, only set target_alias when
21197         it's not already been set (ie, on the command line)
21199 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21201         * Makefile.in: add installcheck target, set PRMS to install-prms
21203 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21205         * configure: add support for package_makefile_fragment, handle the
21206         case where a directory has a configure.in file but no Makefile.in
21207         more gracefully (with an actual understandable error message, even);
21208         add support for --without (and add this to the usage message); also
21209         explicitly add a --host=${host_alias} to the command line when
21210         config.guess is used
21212 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21214         * configure: Must use both --host and --target in recursive calls.
21216 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21218         * Makefile.in: Change deja-gnu to dejagnu.
21220 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21222         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21224 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21226         * configure.in: canonicalize all instances to *-*-solaris2*,
21227         also strip out a number of tools to not build for go32 host
21229 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21231         * config.guess: add GPL.
21233         * Makefile.in, config.guess, config.sub, configure: bump
21234         copyrights to 93.
21236 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
21238         * Makefile.in (do-info): Removed obsolete check for existence of
21239         localenv file.
21241         * Makefile.in (MAKEOVERRIDES): Define to be empty.
21243 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21245         * Makefile.in: a couple of 'else true' for decstation,
21246         support for TclX
21248         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21250 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
21252         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21254 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
21256         * config.guess: Recognize i386-ibm-aix (PS/2).
21257         * configure.in: Use config/mh-aix386 file for it.
21259 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
21261         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21262         CC_FOR_TARGET instead.
21263         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21265 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
21267         * Makefile.in: Add sim to list of directories sent with gdb
21269 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
21271         * configure.in: Put back mips-dec-bsd* case.
21273 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
21275         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21276         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
21277         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
21279 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21281         * configure.in: remove no-op mips-dec-bsd* in "case $target"
21283         * Makefile.in (dir.info): only run gen-info-dir if it exists,
21284         (install-info): install dir.info only if it exists,
21285         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21287 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
21289         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
21290         gas for mips-dec-bsd.
21292 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
21294         * configure (makesrcdir): If ${srcdir} is relative and not ".",
21295         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21297 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21299         * configure.in: Added "dejagnu" to hosttools list.
21301 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
21303         * config.sub, configure.in, config.guess:  Add support
21304         for Bosx, an AIX variant from Bull.
21305         Patches from F.Pierresteguy@frcl.bull.fr.
21307 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21309         * devo/dejagnu: Initial creation of devo/dejagnu.
21310         Migrated dejagnu testcases and support files for testing software
21311         tools to reside as subdirectories, currently called "testsuite",
21312         within the directory of the software tool.  Migrated all programs,
21313         support libraries, etc. beloging to dejagnu proper from
21314         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
21315         with no modifications.  The changes to these files which will
21316         allow them to configure, build, and execute properly will be made
21317         in a future update.
21319 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21321         * Makefile.in: Change send_pr to send-pr.
21322         * configure.in: Likewise.
21323         * send_pr: Renamed directory to send-pr.
21325 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
21327         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
21329 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
21331         * README:  Update for gdb-4.8 release.
21332         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
21333         gdb-xxx.tar.z (gzip'd) file also.
21335 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21337         * Makefile.in: make all-diff depend on all-libiberty
21339 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
21341         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21343 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21345         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21347 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
21349         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
21350         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
21351         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
21353 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21355         * Makefile.in:  makeinfo binary is in a new location
21357 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
21359         * config.sub: Accept -ecoff as an OS.
21361         * Makefile.in: Various changes to eliminate a level of make
21362         recursion and reduce the required command line length.
21363         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21364         sub-makes.
21365         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21366         variables holding settings for specific sub-makes.
21367         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21368         in terms of BASE_FLAGS_TO_PASS.
21369         (TARGET_LIBS): New variable listing directories which use
21370         TARGET_FLAGS_TO_PASS.
21371         (subdir_do): Eliminated.
21372         (do-*): New set of targets to replace subdir_do.
21373         (various): All targets which used subdir_do now depend on do-*.
21374         (local-clean): Renamed from do_clean.
21375         (local-distclean): New target, dependency of distclean and
21376         realclean.
21377         (install-info): Don't create directories.  Depend on dir.info
21378         rather than calling make recursively.
21379         (install-dir.info): Eliminated.
21380         (install-info-dirs): Create all info directories here.
21381         (dir.info): Depend upon do-install-info.
21383         * test-build.mk (HOLES): Added false.
21385 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
21387         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
21389 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21391         * Makefile.in (info): remove dependency on all-texinfo.  The
21392         problem was really in texinfo/C, not at this level.
21394 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21396         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21398 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
21400         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
21401         GDB releases.
21403 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21405         * configure: Include srcdir in message about target of link not
21406         being found.  Don't convert `-' to `_' in `with' options being
21407         passed to subdirs.
21409 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21411         * configure.in: add uudecode to host_tools
21413         * Makefile.in: added {all,install}-uudecode targets, added them to
21414         the appropriate lists
21416 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
21418         * Makefile.in (all-gcc): Added dependency on all-gas.
21420         * configure.in (mips-*-*): Build ld and binutils.
21422 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21424         * configure: check return code from mkdir, print error message and
21425         exit on failure.
21427 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
21429         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
21431 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21433         * test-build.mk (HOLES): Added tar, cpio and uudecode.
21435 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21437         * config.sub (h8500):  Recognize this as a cpu type.
21439 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21441         * configure: source directory missing is no longer a warning
21443         * configure.in: recognize irix[34]* instead of irix[34]
21445         * Makefile.in: define and pass down X11_LIB
21447 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
21449         * guess-systype: Renamed to ...
21450         * config.guess:  ... by popular request.
21451         * configure.in, Makefile.in:  Update accordingly.
21453 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
21455         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
21456         + Add Convex, Cray/Unicos, and Encore/Multimax support.
21457         + Execute ./dummy instead of assuming . is in PATH.
21459 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
21461         * guess-systype:  New shell script.  Attempts to guess the
21462         canonical host name of the executing host.
21463         Only a few hosts are supported so far.
21464         * configure:  Call guess-systype if no host is specified.
21466 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21468         * Makefile.in (gcc-no-fixedincludes): Made to work with current
21469         gcc Makefile.
21471 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
21473         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21474         (all-gcc, install-gcc, subdir_do): Use it.
21476 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21478         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21480 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
21482         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21483         set exclusively by configure, using configure.in .
21485 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21487         * test-build.mk: set $PATH for all builds
21489         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21491 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21493         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21494         the one used in gcc/Makefile.in, so that a null expansion doesn't
21495         override the one needed to build gcc with a native cc.
21497 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21499         * configure: Accept -with arguments.
21501 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21503         * Makefile.in: added h8300sim
21505 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21507         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21508         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21509         (all-cygnus, native, build-cygnus): Make
21510         $(canonhost)-stamp-3stage-done, not $(host)....
21511         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21512         i386-sco3.2v4.  Added else true to if command.
21514 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21516         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21518 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21520         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21522 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21524         * configure.in: don't remove binutils from Solaris builds
21526 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21528         * Makefile.in: get rid of earlier definitions for *clean,
21529         also handle the recursive info rule better
21531 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21533         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21534         do more-or-less the right thing.
21536 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21538         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21539         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21541 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21543         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21544         $(host_canonical).
21546         * configure.in: split the configdirs list into 4 categories (native
21547         v. cross, library v. tool) and handle the cross-only and native-
21548         only in more reasonable (and correct!) way.
21550 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21552         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21553         configdirs anymore.
21555 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21557         * Makefile.in: extensive cleanup::  removed all of the explicit
21558         clean-* targets, collapsed many wrappers around subdir_do into
21559         one, added additional targets to satisfy standards.texi, deleted
21560         some old targets, some changes for consistency
21562 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21564         * configure.in: handle some programs as cross-only, and others as
21565         native only
21567         * test-build.mk: handle partial holes in a more generic manner
21569         * Makefile.in: m4 depends on libiberty
21571 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21573         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21574         time, wdiff, and find to configdirs
21576         * Makefile.in: all, clean, and install rules for the new programs
21577         added to configure.in
21579 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21581         * configure.in: use mh-sun for all *-sun-* hosts
21583 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21585         * Makefile.in: define flags for X11 include files and library file
21586         locations, pass them down to the programs that need this info
21588         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21590 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21592         * configure.in: start building libg++ for HP-UX targets
21594 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21596         * README:  Update references to files moved into etc/.
21598 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21600         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21601         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21603 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21605         * configure: accept dash as well as underscore in long option
21606         names for FSF compatibility.
21608 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21610         * config.sub: added -sco3.2v4 support from FSF.
21612 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21614         * configure.in: expand the section that adds or removes
21615         directories from the list of programs to build, to handle native
21616         vs. cross in addition to host v. native
21618 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21620         * Makefile.in:  Replace C++ in macro names with CXX.
21621         This is less likely to break ...
21623 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21625         * test-build.mk: add -w to GNU_MAKE
21627 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21629         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21630         add 'sparc' to list of recognized cpus.  This needed to make
21631         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21632         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21633         then changes that into $CPU-wrs-vxworks.
21635         * configure.in: remove most references to gdbtest, regularize
21636         target based program removal
21638         * test-build.mk: import from p3 tree (many fixes and changes)
21640 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21642         * Makefile.in: added rules to handle tcl, tk, and expect
21644         * configure.in: handle those directories if they exist
21646 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21648         * config.sub: removed bogus hppabsd and hppahpux names, since
21649         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21651 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21653         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21654         depends upon all-xiberty
21656         * Makefile.in: changes from p3, including:
21658         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21660         * Makefile.in (XTRAFLAGS): include newlib directories if
21661         newlib/Makefile exists, rather than if host != target.
21663         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21665         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21666         from the same source tree and not building a cross-compiler.  This
21667         matters for the libg++ configuration if reconfiguring a tree that
21668         has already been installed.
21670         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21672         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21673         pick up the machine and system specific header files.
21675         * Makefile.in: added AS_FOR_TARGET, passed down in
21676         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21677         the C compiler to use to create programs which are run in the
21678         build environment, set it to default to $(CC), and passed it down
21679         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21681         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21683         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21684         We need them for unusual native builds, like systems without
21685         ranlib.
21687         * configure: also define $(host_canonical) and
21688         $(target_canonical), which are the full, canonical names for the
21689         given host and target
21691 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21693         * Makefile.in:  Added separate definitions for C++.
21695 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21697         * configure.in (configdirs):  Add deja-gnu.
21699 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21701         * README:  Update for configure.texi and gdb-4.7 release.
21703 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21705         * Makefile.in:  Move "all" target to top of file.
21706         Previously, first target was ".PHONY" which caused BSD4.4 make
21707         to build .PHONY when make was run without arguments.
21709 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21711         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21712         Library-copylefted code in libiberty.
21714 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21716         * config.sub:  Replace m68kmote with plain old m68k.
21718 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21720         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21722 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21724         * config.sub: Complain if no argument is given.  Added support for
21725         386bsd as OS and target alias.
21727 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21729         * Makefile.in (XTRAFLAGS): include newlib directories if
21730         newlib/Makefile exists, rather than if host != target.
21732 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21734         * config.sub: recognize sparclite-wrs-vxworks.
21736         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21737         p3.) Added clean-xiberty to clean.
21739 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21741         * configure.in: use *-*-* instead of nested cases for host and target
21743 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21745         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21746         from the same source tree and not building a cross-compiler.  This
21747         matters for the libg++ configuration if reconfiguring a tree that
21748         has already been installed.
21750 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21752         * config.sub (i486v/i486v4):  Merge in from FSF version.
21754 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21756         * configure: only set PWD if it is already set.
21758 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21760         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21761         doesn't have unset and all success paths (and most error paths)
21762         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21763         to just ${PWD} to avoid confusion.)
21765 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21767         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21768         even for a native compilation.
21770 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21772         Changes to make the gdb.tar.Z rule work better.
21774         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21775         (DEVO_SUPPORT):  Add configure.texi.
21776         (bfd-ilrt.tar.Z):  Remove ancient rule.
21778 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21780         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21781         pick up the machine and system specific header files.
21783         * configure.in, config.sub: added new target m68010-adobe-scout,
21784         with alias of adobe68k.  Changed configure.in to check for
21785         -scout before -sco* to avoid a false match.
21787         * Makefile.in: added AS_FOR_TARGET, passed down in
21788         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21789         the C compiler to use to create programs which are run in the
21790         build environment, set it to default to $(CC), and passed it down
21791         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21793 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21795         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21796         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21797         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21798         FOR_TARGET variants, to newlib and libg++.
21800 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21802         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21803         first.
21805 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21807         * config.sub:  Accept `elf' as an environment.
21809 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21811         * Makefile.in (all-opcodes):  cd into the right directory
21813 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21815         * configure: added -program_transform_name option, used as
21816         argument to sed when installing programs.
21817         configure.texi: added documentation for -program_prefix,
21818         -program_suffix and -program_transform_name.
21820 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21822         * config.sub:  Accept i486 where i386 ok.
21824 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21826         * config.sub: accept we32k
21828 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21830         * config.sub, configure.in: accept OSE68000 and OSE68k.
21832         * Makefile.in: don't create all directories for ``make install'';
21833         let the subdirectories create the ones they need.
21835 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21837         * COPYING: new file, GPL v2
21839 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21841         * Makefile.in: use the new gen-info-dir, which needs a template
21842         argument (which also lives in texinfo)
21844         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21846 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21848         * config.sub (ncr3000):  Change i386 to i486.
21850 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21852         * Makefile.in: add install-rcs, install-grep to
21853         install-no-fixedincludes, removed install-bison and install-libgcc
21855 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21857         * configure.in: grab the HPUX makefile fragment if on HPUX
21859 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21861         * Makefile.in: eradicate bison spoor (ditto libgcc).
21862         configure.in: recognise m68{k,000}-ericsson-OSE.
21863         es1800 is alias for m68k-ericsson-OSE
21865 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21867         * configure.in: rearrange the parts that remove programs from
21868         configdirs, based now on HOST==TARGET or by canonical triple.
21870 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21872         * test-build.mk: recurse explicitly with -f test-build.mk when
21873         appropriate.  predicate stage3 and comparison on the existence
21874         of gcc.  That is, if gcc isn't around, we aren't three-staging.
21875         On very clean, also remove ...stamp-co.  Build in-place before
21876         doing other builds.
21878 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21880         * Makefile.in, configure.in: add tgas
21882 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21884         * Makefile.in: a number of changes merged in from progressive.
21886         * configure.in: add libm.
21888         * .cvsignore: ignore some stuff that comes from test-build.mk.
21890 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
21892         * config.sub:  Add es1800 (m68k-ericsson-es1800).
21894 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21896         * configure: Add program_suffix (parallel to program_prefix)
21897         * Makefile.in: adjust directory-creating script for losing decstation
21899 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
21901         * configure:  Minor $subdir-related fixes.
21903 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21905         * configure: fix various problems with propogating
21906         makefile_target_frag in subdirs.
21907         * configure.in: config libgcc if its there
21909 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
21911         * config.sub:  HPPA merge.
21913 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
21915         * Makefile.in:  Replace all-bison with all-byacc in all
21916         dependency lines for other tools (which now use byacc).
21918 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
21920         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
21922 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
21924         * Makefile.in: make gprof rules similar to byacc rules (instead of
21925         vestigal $(unsubdir) that didn't work...)
21927 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
21929         * config.sub:  Add support for Linux.
21930         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
21931         (at least for libg++).
21933 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
21935         * configure.texi: fix doc for the -nfp option to configure
21937 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
21939         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21941 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
21943         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21944         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21945         * configure.in: added solaris* host_makefile_frag hook.
21947 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21949         * config.sub: changed recognition of m68000 so that various
21950         m68k types can be specified via m680[01234]0
21952 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21954         * config.sub (basic_machine): fix sed so that '-foo' isn't
21955         completely substituted out while .+'-foo' loses the '-foo'
21957 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21959         * config.sub ($os): Add -aout.
21961 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
21963         * configure:  If host_makefile_frag is absolute, don't
21964         prefix ${invsubdir} (relevant to libg++ auto-configure).
21966 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21968         * Makefile.in (tooldir): Define it.
21969         (all-ld): Depend on all-flex.
21971 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
21973         * Makefile.in (check):  Fix libg++ special case.
21975 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
21977         * configure: do not bury `pwd` into config.status, thus do fewer
21978         pwd's.
21980         * configure: print the "Building in" message only when building in
21981         other than "." AND verbose.
21983         * configure: remove -s, rework -v to better accommodate guested
21984         configures.
21986         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21988 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
21990         * Makefile.in: macroize flags passed on recursion.  remove
21991         fileutils.
21993 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
21995         * configure: get makesrcdir right for subdirs deeper than 1.
21997         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21998         install.
22000 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
22002         * Makefile.in: don't print subdir_do or recursion lines.
22004 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
22006         * standards.texi: added menu item.
22008         * Makefile.in: build and install standards.info.
22010         * standards.texi: new file.
22012 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22014         * configure: test for and move config.status pieces from
22015         ${subdir}/.
22017 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
22019         * configure:  Test for existance of files before trying to mv
22020         them, to avoid numerous non-existance messages.
22022 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
22024         * configure: correct final line of config.status.
22026         * configure: patch from eggert.  Avoids a protection problem if
22027         the original Makefile.in is read only.
22029         * configure: use move-if-change from gcc to create config.status.
22030         Some makefiles depend on config.status to tell if a directory
22031         has been reconfigured for a different host.  This change
22032         prevents those directories from remaking everything in the case
22033         where the reconfig was only intended to rebuild a Makefile.
22035         * configure: test for config.sub with "config.sub sun4" rather
22036         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
22037         host alias from a missing config.sub.
22039 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22041         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
22042         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
22044 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
22046         * configure: mkdir ${subdir} as needed.
22048 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
22050         * Makefile.in,configure.in: added autoconf.
22052 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22054         * Makefile.in: no longer pass against on recursion.
22056         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
22057         definitions are not inherited.
22059         * configure: correct makesrcdir when subdir is .
22061 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
22063         * configure:  Add support for 'subdirs' variable, which is
22064         like 'configdirs', except that configure doesn't re-invoke
22065         itself for subdirs, it just creates a Makefile for each subdir.
22066         * configure.texi:  Document subdirs.
22068 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22070         * configure.in: added flex to configdirs
22072 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
22074         * Makefile.in: remove clean-stamps from clean.
22076 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
22078         * configure.in:  Add gdbtest to configdirs.
22080 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
22082         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
22083         to recursive makes.
22084         * configure.in:  Recognize new ncr3000 config.
22086 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
22088         * Makefile.in, configure.in: removed references to gdbm.
22090 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
22092         * config.sub:  Don't canonicalize os value
22093         newsos* to bsd (readline needs to check for newsos).
22094         (This fix was earlier made Jan 31, but got re-broken.)
22096 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
22098         * configure.in:  sco is an os, not a vendor!
22100         * configure:  Quote $( better.  Keep various shells happy.
22102 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
22104         * Makefile.in: eliminate stamp-files.
22106 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
22108         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
22109         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
22111 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
22113         * config.sub:  fix iris/iris3.
22115 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
22117         * configure: re-add -rm.
22119 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
22121         * Maskefile.in: add .stmp-rcs to all.
22123         * configure.in: remove gas from rs6000 build, use aix host fragment.
22125 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
22127         * configure: pass down site_option during recursion.
22129 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
22131         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
22133 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
22135         * configure: Change exec_prefix so that it really defaults to prefix.
22137 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
22139         * Makefile.in, configure.in:  Add support for mmalloc library.
22141 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
22143         * Makefile.in: add stmp dependencies for a few more things.
22145 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
22147         * configure: adjusted error message on objdir/srcdir configure
22148         collision, per john's suggestion.
22150         * Makefile.in: add libiberty stmp to all and all.cross.
22152 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
22154         * Makefile.in: remove force dependencies, add grep to all.
22156 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
22158         * Makefile.in: drop flex.  make stamp files work.
22160         * configure: added test for conflicting configuration in srcdir,
22161         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
22162         gets cranky.  use relative paths for configure and srcdir
22163         whenever possible.  Send some error messages to stderr that were
22164         going to stdout.
22166 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
22168         * Makefile.in:  Fix libg++ rule to check for gcc directory
22169         before using gcc/gcc.  Also pass XTRAFLAGS.
22171 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
22173         * Makefile.in: added stmp-files so that directories aren't polled
22174         when they are already built.
22176         * configure.texi: fixed a node pointer problem.
22178 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
22180         * config.sub configure.in gdb/configure.in
22181         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22182         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22183         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
22185 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22187         * configure: -recurring becomes -silent.  corrected help message
22188         for -site= option.
22190         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22192 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22194         * configure: when building Makefile for crosses, replace
22195         tooldir and program_prefix.  default srcdir from location of
22196         config.sub.  remove "for host in hosts" and "for target in
22197         targets" loops.
22199 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22201         * Makefile.in: Do not pass bindir or mandir to cvs.
22203 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
22205         * Makefile.in, configure.in: removed traces of namesubdir,
22206         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
22207         copyrights to '92, changed some from Cygnus to FSF.
22209         * configure.texi: remove most references to multiple hosts,
22210         multiple targets, subdirs, etc.
22212         * configure.man: removed rcsid. reference config.sub not
22213         config.subr.
22215         * Makefile.in: mkdir $(infodir) on install-info.
22217 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
22219         * configure.texi:  Explain better about .gdbinit and about
22220         the environment that configure.in sections run in.
22222 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
22224         * configure.in:  Ultrix is only a decstation if it's a MIPS.
22226 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
22228         * README:  DOC.configure => cfg-paper.texi.
22230 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
22232         * config.sub (near case $os):  Don't convert newsos* to bsd!
22234 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
22236         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
22237         the number of copies of COPYING that go into the GDB tar file.
22239 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
22241         * bfd/configure.in, gdb/config/mh-i386sco,
22242         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22243         Fix SCO configuration stuff.
22245 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
22247         * Makefile.in:  For libg++, make sure the -I pointing
22248         to the gcc directory goes *after* all the libg++-local -I flags.
22249         Also, move just-gcc dependency from just-libg++ to all-libg++.
22251 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
22253         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
22255 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
22257         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
22259 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
22261         * config.sub:  Add stratus configuration frags.  Also
22262         submitted to FSF.
22264 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
22266         * Makefile.in (DEV_SUPPORT):  add configure.man.
22268         * config.sub(Decode manufacturer-specific):  add -none*.
22270 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
22272         * Makefile.in:  remove form feeds to make Sun's make happy.
22273         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
22275 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
22277         * Makefile.in (AR_FLAGS):  Make quieter.
22279 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
22281         * configure.in:  Add libg++.
22282         * configure:  When verbose, don't output the command line at each
22283         level; it will be unremarkably the same as the previous version,
22284         which will be the same as what the user typed.
22286 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
22288         * configure.in, Makefile.in: fix clean-info, add flex.  add
22289         fileutils.
22291         * configure: be less sensitive to spaces in Makefile.in.  Do not
22292         look for sources in "..".  Doing so breaks subdirectories that
22293         might have their own configure.  If a subdir has it's own
22294         configure script, use it.
22296 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
22298         * cfg-paper.texi: some changes suggested by rms.
22300 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
22302         * config.sub:  Merge in some small additions from the FSF version,
22303         taken from the gcc distribution, to bring the Cygnus and FSF
22304         versions into closer sync.
22306 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
22308         * configure.in:  Changed svr4 references to sysv4.
22310 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
22312         * configure: added -V for version number option.
22314 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
22316         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
22317         renamed from DOC.configure to cfg-paper.texi.
22319 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22321         * configure, config.subr, config.sub: config.subr is now
22322         config.sub again.
22324 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
22326         * configure.texi: new file, in progress.
22328         * Makefile.in: build info file and install the man page for
22329         configure.
22331         * configure.man: new file, first cut.
22333         * configure: find config.subr again now that configuration "none"
22334         has gone.  removed all traces of the -ansi option.  removed all
22335         traces of the -languages option.
22337         * config.subr: resync from rms.
22339 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22341         * configure, config.sub, config.subr: merge config.sub into
22342         config.subr, call the result config.subr, remove config.sub, use
22343         config.subr.
22345         * Makefile.in: revised install for dir.info.
22347 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22349         * configure.in: add decstation host makefile frag.
22351         * Makefile.in: BISON now bison -y again.  also install-gcc on
22352         install.  clean-gdbm on clean.  infodir belongs in datadir.
22353         Make directories for info install.  Build dir.info here then
22354         install it.
22356 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22358         * Makefile.in: fix for bad directory tests.
22360 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22362         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
22363         regexp.  -srcdir relative was being handled incorrectly.
22365         * Makefile.in: unwrapped some for loops so that parallel makes
22366         work again and so one can focus one's attention on a particular
22367         package.
22369 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22371         * configure: added PWD as a stand in for `pwd` (for speed). use
22372         elif wherever possible.  make -srcdir work without -objdir.
22373         -objdir= commented out.
22375 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22377         * configure: +options become --options.  -subdirs commented out.
22378         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
22379         Makefile now at top of generated Makefile.  Removed cvs log
22380         entries.  added -srcdir.  create .gdbinit only if there is one
22381         in ${srcdir}.
22383         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
22384         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
22385         and mandir now keyed off datadir by default.
22387 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22389         * Freshly created ChangeLog.
22392 Local Variables:
22393 mode: change-log
22394 left-margin: 8
22395 fill-column: 76
22396 version-control: never
22397 End: